summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/pokedex_constants.asm3
-rw-r--r--constants/pokemon_constants.asm2
2 files changed, 3 insertions, 2 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
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm
index 96d44ef5..5958effa 100644
--- a/constants/pokemon_constants.asm
+++ b/constants/pokemon_constants.asm
@@ -30,7 +30,7 @@ const_value = 1
const BLASTOISE ; $1C
const PINSIR ; $1D
const TANGELA ; $1E
- const MISSINGNO_1F ; $1F
+ const LEAFEON ; $1F
const MISSINGNO_20 ; $20
const GROWLITHE ; $21
const ONIX ; $22