diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-23 23:21:54 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-23 23:21:54 -0500 |
commit | 9b0b36bf3c57b02552d140f465c97172c71a0085 (patch) | |
tree | dc5c14d14d979ecb7aee0ca92d78541eb15995f6 /constants/pokemon_constants.asm | |
parent | d9eea7dd660eeb428717f21861ef5f05e1a74418 (diff) |
Remove redundant index conversionpokedex-order
Diffstat (limited to 'constants/pokemon_constants.asm')
-rw-r--r-- | constants/pokemon_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index ff859114..e82bd599 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -154,3 +154,5 @@ const_value = 1 const FOSSIL_KABUTOPS ; 152 const FOSSIL_AERODACTYL ; 153 const MON_GHOST ; 154 + +NUM_POKEMON EQU 151 |