diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 03:19:11 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 03:50:11 -0500 |
commit | 9fafa122851dc4eecdefde2b36b88be6572656f0 (patch) | |
tree | 7b74f475c0a2b01169c9aec62d04a85cc1103ad3 /constants | |
parent | 29e4446a03b83a822f5dd8b11b60728cadbcb0f6 (diff) |
More basic script constants
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc_constants.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/constants/misc_constants.inc b/constants/misc_constants.inc index 5f4330928..959465a5a 100644 --- a/constants/misc_constants.inc +++ b/constants/misc_constants.inc @@ -3,7 +3,6 @@ .set NULL, 0 - .set POKEMON_NAME_LENGTH, 11 .set MOVE_NAME_LENGTH, 13 .set SPRITE_SIZE_8x8, (OAM_SIZE_0 >> 28) | (OAM_SQUARE >> 14) @@ -24,14 +23,6 @@ .set OBJ_IMAGE_ANIM_H_FLIP, 1 << 6 .set OBJ_IMAGE_ANIM_V_FLIP, 1 << 7 - .equiv DIR_SOUTH, 1 - .equiv DIR_NORTH, 2 - .equiv DIR_WEST, 3 - .equiv DIR_EAST, 4 - - .equiv MALE, 0 - .equiv FEMALE, 1 - .ifdef ENGLISH .equiv GAME_LANGUAGE, 2 .else |