aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokedex_rating.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 /engine/pokedex_rating.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 'engine/pokedex_rating.asm')
-rwxr-xr-xengine/pokedex_rating.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokedex_rating.asm b/engine/pokedex_rating.asm
index aff9769e..f1aaf618 100755
--- a/engine/pokedex_rating.asm
+++ b/engine/pokedex_rating.asm
@@ -86,7 +86,7 @@ DexRatingsTable:
dw PokedexRatingText_44242
db 150
dw PokedexRatingText_44247
- db 152
+ db NUM_POKEMON + 1
dw PokedexRatingText_4424c
PokedexRatingText_44201: