diff options
Diffstat (limited to 'constants/pokemon_constants.asm')
-rwxr-xr-x | 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 89da238..10c58d6 100755 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -151,3 +151,5 @@ const_value = 1 const DRAGONITE ; $95 const MEWTWO ; $96 const MEW ; $97 + +NUM_POKEMON EQU 151 |