aboutsummaryrefslogtreecommitdiffstats
path: root/constants/pokemon_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-07-07 00:44:21 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-07-07 00:44:21 -0400
commitf99a715fae311d2611ec4a714b002e103c4642ca (patch)
tree55c3b2f36f037ab192777755fe7e4b8f5a22131d /constants/pokemon_constants.asm
parentMerge pull request #196 from Rangi42/polishedmaps (diff)
downloadpokeyellow-f99a715fae311d2611ec4a714b002e103c4642ca.tar.gz
pokeyellow-f99a715fae311d2611ec4a714b002e103c4642ca.tar.xz
pokeyellow-f99a715fae311d2611ec4a714b002e103c4642ca.zip
Replace some hard-coded values with constants
Diffstat (limited to 'constants/pokemon_constants.asm')
-rw-r--r--constants/pokemon_constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm
index c4189911..f8a38731 100644
--- a/constants/pokemon_constants.asm
+++ b/constants/pokemon_constants.asm
@@ -190,3 +190,5 @@ const_value = 1
const BELLSPROUT ; $BC
const WEEPINBELL ; $BD
const VICTREEBEL ; $BE
+
+NUM_POKEMON_INDEXES EQU const_value + -1