diff options
Diffstat (limited to 'scripts/PewterPokecenter2.asm')
| -rw-r--r-- | scripts/PewterPokecenter2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PewterPokecenter2.asm b/scripts/PewterPokecenter2.asm index 79d22b2f..dd80e901 100644 --- a/scripts/PewterPokecenter2.asm +++ b/scripts/PewterPokecenter2.asm @@ -52,7 +52,7 @@ PewterJigglypuff:: call DelayFrames ld a, [wChannelSoundIDs] ld b, a - ld a, [wChannelSoundIDs + Ch2] + ld a, [wChannelSoundIDs + CHAN2] or b jr nz, .spinMovementLoop |
