aboutsummaryrefslogtreecommitdiffstats
path: root/constants/pokedex_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/pokedex_constants.asm')
-rw-r--r--constants/pokedex_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokedex_constants.asm b/constants/pokedex_constants.asm
index a805b261..a839a03a 100644
--- a/constants/pokedex_constants.asm
+++ b/constants/pokedex_constants.asm
@@ -156,4 +156,4 @@
const DEX_MEWTWO ; 150
const DEX_MEW ; 151
-NUM_POKEMON EQU const_value - 1
+DEF NUM_POKEMON EQU const_value - 1