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 f0240227..f83beeb3 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 |