summaryrefslogtreecommitdiff
path: root/constants/misc_constants.inc
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-12 17:04:23 -0500
committerGitHub <noreply@github.com>2020-01-12 17:04:23 -0500
commit92d99d4fd2e5579372b9f4cc39468000553ba3a8 (patch)
tree4ff8e60d1ad6a25dad888a4e78011624b46ad9ec /constants/misc_constants.inc
parent15ff7eb2f87032797f6ce9ef9bb471c468b48a36 (diff)
parent0676e732869d0e62322b001cbab57b8500361005 (diff)
Merge pull request #207 from GriffinRichards/sync-script
Sync scripts with pokeemerald
Diffstat (limited to 'constants/misc_constants.inc')
-rw-r--r--constants/misc_constants.inc9
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