aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/SaffronGym.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/SaffronGym.asm')
-rw-r--r--scripts/SaffronGym.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/SaffronGym.asm b/scripts/SaffronGym.asm
index afa37fe9..46ebf2c6 100644
--- a/scripts/SaffronGym.asm
+++ b/scripts/SaffronGym.asm
@@ -40,7 +40,7 @@ SaffronGymSabrinaPostBattle:
ld a, [wIsInBattle]
cp $ff
jp z, SaffronGymResetScripts
- ld a, PAD_RIGHT | PAD_LEFT | PAD_UP | PAD_DOWN
+ ld a, PAD_CTRL_PAD
ld [wJoyIgnore], a
SaffronGymSabrinaReceiveTM46Script: