summaryrefslogtreecommitdiff
path: root/constants/pokemon_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/pokemon_constants.asm')
-rw-r--r--constants/pokemon_constants.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm
index ba106611a..c4fde4e75 100644
--- a/constants/pokemon_constants.asm
+++ b/constants/pokemon_constants.asm
@@ -1,4 +1,3 @@
-NUM_POKEMON EQU 251
const_value set 1
const BULBASAUR
@@ -253,4 +252,8 @@ const_value set 1
const HO_OH
const CELEBI
+const_value SET const_value + -1
+
+NUM_POKEMON EQU const_value
+
EGG EQU 253