diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-07 04:24:06 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-07 04:24:06 -0700 |
| commit | 525f1b96f390a7b7625574405cad56277f200ef3 (patch) | |
| tree | a715da91e46ebd5ba8a2e5eb808f49cf7ff854a2 /scripts/celadonmansion3.asm | |
| parent | more info on the bide bug (diff) | |
| download | pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.tar.gz pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.tar.xz pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.zip | |
named CountSetBits output variable
Diffstat (limited to 'scripts/celadonmansion3.asm')
| -rwxr-xr-x | scripts/celadonmansion3.asm | 2 |
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 |
