aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/CeladonGym.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/CeladonGym.asm')
-rw-r--r--scripts/CeladonGym.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CeladonGym.asm b/scripts/CeladonGym.asm
index f95d129a..2e9e197b 100644
--- a/scripts/CeladonGym.asm
+++ b/scripts/CeladonGym.asm
@@ -40,7 +40,7 @@ CeladonGymErikaPostBattleScript:
ld a, [wIsInBattle]
cp $ff
jp z, CeladonGymResetScripts
- ld a, D_RIGHT | D_LEFT | D_UP | D_DOWN
+ ld a, PAD_CTRL_PAD
ld [wJoyIgnore], a
CeladonGymReceiveTM21: