diff options
Diffstat (limited to 'constants/pokedex_constants.asm')
-rw-r--r-- | constants/pokedex_constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/pokedex_constants.asm b/constants/pokedex_constants.asm index 360fbb4c..8add08bc 100644 --- a/constants/pokedex_constants.asm +++ b/constants/pokedex_constants.asm @@ -151,5 +151,6 @@ const_value = 1 const DEX_DRAGONITE ; 149 const DEX_MEWTWO ; 150 const DEX_MEW ; 151 + const DEX_LEAFEON ; 152 -NUM_POKEMON EQU 151 +NUM_POKEMON EQU 152 |