diff options
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 |