diff options
Diffstat (limited to 'constants/pokedex_constants.asm')
-rw-r--r-- | constants/pokedex_constants.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/pokedex_constants.asm b/constants/pokedex_constants.asm index c9ba6ae8..c8fa56e3 100644 --- a/constants/pokedex_constants.asm +++ b/constants/pokedex_constants.asm @@ -148,4 +148,6 @@ DEX_DRATINI EQU 147 DEX_DRAGONAIR EQU 148 DEX_DRAGONITE EQU 149 DEX_MEWTWO EQU 150 -DEX_MEW EQU 151
\ No newline at end of file +DEX_MEW EQU 151 + +NUM_POKEMON EQU 151 |