diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-20 18:02:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 18:02:50 -0400 |
commit | aeeff84462973b267e62031a945603d96afed716 (patch) | |
tree | 046ce2a73b467844e95a490b1cfa9cdda5e5f4df /constants/misc_constants.inc | |
parent | d3bfb6cfc63f9f64295cbd864f98df9cf4c643b4 (diff) | |
parent | f0bf1e641cb8532611c97354beaf46afaca7c417 (diff) |
Merge pull request #780 from GriffinRichards/sync-scripts
Sync some scripts with pokeemerald
Diffstat (limited to 'constants/misc_constants.inc')
-rw-r--r-- | constants/misc_constants.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/constants/misc_constants.inc b/constants/misc_constants.inc index bf90fcd1e..2befc3cf2 100644 --- a/constants/misc_constants.inc +++ b/constants/misc_constants.inc @@ -29,9 +29,6 @@ .equiv DIR_WEST, 3 .equiv DIR_EAST, 4 - .equiv MALE, 0 - .equiv FEMALE, 1 - .ifdef ENGLISH .equiv GAME_LANGUAGE, 2 .else |