summaryrefslogtreecommitdiff
path: root/constants/pokedex_constants.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-08-08 14:22:18 -0500
committerdannye <corrnondacqb@yahoo.com>2016-08-08 14:22:18 -0500
commit33ea880aa4f408624b967d4ab811c477e6a76784 (patch)
tree4498627a74bec31397c076c92d5db70c2565a450 /constants/pokedex_constants.asm
parentc7ce0a95184784f029779426611324ff84f2ef12 (diff)
Adding Glaceon test
An example to show adding a second new Pokemon and a new evolution item in pokered
Diffstat (limited to 'constants/pokedex_constants.asm')
-rw-r--r--constants/pokedex_constants.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/pokedex_constants.asm b/constants/pokedex_constants.asm
index 8add08bc..2f229aa5 100644
--- a/constants/pokedex_constants.asm
+++ b/constants/pokedex_constants.asm
@@ -152,5 +152,6 @@ const_value = 1
const DEX_MEWTWO ; 150
const DEX_MEW ; 151
const DEX_LEAFEON ; 152
+ const DEX_GLACEON ; 153
-NUM_POKEMON EQU 152
+NUM_POKEMON EQU 153