aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/celadonmansion3.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-07 04:24:06 -0700
committerYamaArashi <shadow962@live.com>2015-08-07 04:24:06 -0700
commit525f1b96f390a7b7625574405cad56277f200ef3 (patch)
treea715da91e46ebd5ba8a2e5eb808f49cf7ff854a2 /scripts/celadonmansion3.asm
parentmore info on the bide bug (diff)
downloadpokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.tar.gz
pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.tar.xz
pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.zip
named CountSetBits output variable
Diffstat (limited to 'scripts/celadonmansion3.asm')
-rwxr-xr-xscripts/celadonmansion3.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/celadonmansion3.asm b/scripts/celadonmansion3.asm
index 0dadd20a..11a8646d 100755
--- a/scripts/celadonmansion3.asm
+++ b/scripts/celadonmansion3.asm
@@ -30,7 +30,7 @@ DirectorText: ; 487b2 (12:47b2)
ld hl, wPokedexOwned
ld b, wPokedexOwnedEnd - wPokedexOwned
call CountSetBits
- ld a, [wd11e]
+ ld a, [wNumSetBits]
cp 150
jr nc, .CompletedDex
ld hl, .GameDesigner