diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/PewterPokecenter.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PewterPokecenter.asm b/scripts/PewterPokecenter.asm index 68115050..22d2fb6b 100755 --- a/scripts/PewterPokecenter.asm +++ b/scripts/PewterPokecenter.asm @@ -60,7 +60,7 @@ PewterJigglypuffText: ld a, [wChannelSoundIDs] ld b, a - ld a, [wChannelSoundIDs + Ch1] + ld a, [wChannelSoundIDs + Ch2] or b jr nz, .loop |