diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-05-06 13:51:41 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-05-06 13:51:41 -0400 |
commit | 15b66d82c6aa5dc8872b8a1ff16ba75b446a66f4 (patch) | |
tree | 2b6c565e50d21658ca0ca1db88891de1a1a9ed45 /constants/misc_constants.inc | |
parent | 6f0a4b22152bcefac4bcd5f2532d8452583973d0 (diff) |
Sync surf.inc, dynamic_npc_graphics.inc
Diffstat (limited to 'constants/misc_constants.inc')
-rw-r--r-- | constants/misc_constants.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/constants/misc_constants.inc b/constants/misc_constants.inc index bf90fcd1e..9e27e83c5 100644 --- a/constants/misc_constants.inc +++ b/constants/misc_constants.inc @@ -29,17 +29,6 @@ .equiv DIR_WEST, 3 .equiv DIR_EAST, 4 - .equiv MALE, 0 - .equiv FEMALE, 1 - - .ifdef ENGLISH - .equiv GAME_LANGUAGE, 2 - .else - .ifdef GERMAN - .equiv GAME_LANGUAGE, 5 - .endif - .endif - .equiv ENEMY_TYPE1, 0 .equiv ENEMY_TYPE2, 1 .equiv PLAYER_TYPE1, 2 |