diff options
Diffstat (limited to 'scripts/PewterGym.asm')
| -rw-r--r-- | scripts/PewterGym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PewterGym.asm b/scripts/PewterGym.asm index 87b35924..4cb13fa4 100644 --- a/scripts/PewterGym.asm +++ b/scripts/PewterGym.asm @@ -41,7 +41,7 @@ PewterGymBrockPostBattle: ld a, [wIsInBattle] cp $ff jp z, PewterGymResetScripts - ld a, D_RIGHT | D_LEFT | D_UP | D_DOWN + ld a, PAD_CTRL_PAD ld [wJoyIgnore], a ; fallthrough PewterGymScriptReceiveTM34: |
