aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokedex_rating.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-12 22:14:31 -0700
committerYamaArashi <shadow962@live.com>2015-08-12 22:14:31 -0700
commit132d0367522b7acce602b146ca69bfad87ef96c6 (patch)
treedc13049a6ca810ab3368ce7a7942cc50659f54d1 /engine/pokedex_rating.asm
parentcommented SGB palette stuff (diff)
downloadpokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.gz
pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.xz
pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.zip
named more variables
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 265eff40..73025f0a 100755
--- a/engine/pokedex_rating.asm
+++ b/engine/pokedex_rating.asm
@@ -33,7 +33,7 @@ DisplayDexRating: ; 44169 (11:4169)
callba PlayPokedexRatingSfx
jp WaitForTextScrollButtonPress
.hallOfFame
- ld de, wcc5b
+ ld de, wDexRatingNumMonsSeen
ld a, [hDexRatingNumMonsSeen]
ld [de], a
inc de