From 9fafa122851dc4eecdefde2b36b88be6572656f0 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 10 Jan 2020 03:19:11 -0500 Subject: More basic script constants --- constants/misc_constants.inc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'constants') 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 -- cgit v1.2.3