diff options
Diffstat (limited to 'scripts/FuchsiaGym.asm')
| -rw-r--r-- | scripts/FuchsiaGym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/FuchsiaGym.asm b/scripts/FuchsiaGym.asm index fc4a45ac..79b3e4ef 100644 --- a/scripts/FuchsiaGym.asm +++ b/scripts/FuchsiaGym.asm @@ -42,7 +42,7 @@ FuchsiaGymKogaPostBattleScript: ld a, [wIsInBattle] cp $ff jp z, FuchsiaGymResetScripts - ld a, PAD_RIGHT | PAD_LEFT | PAD_UP | PAD_DOWN + ld a, PAD_CTRL_PAD ld [wJoyIgnore], a ; fallthrough FuchsiaGymReceiveTM06: |
