summaryrefslogtreecommitdiff
path: root/scripts/route8gate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/route8gate.asm')
-rwxr-xr-xscripts/route8gate.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route8gate.asm b/scripts/route8gate.asm
index 426b532e..0dfa1e78 100755
--- a/scripts/route8gate.asm
+++ b/scripts/route8gate.asm
@@ -30,7 +30,7 @@ Route8GateScript0: ; 1e1ee (7:61ee)
ld a, $2
ld [$d528], a
xor a
- ld [H_CURRENTPRESSEDBUTTONS], a
+ ld [hJoyHeld], a
callba RemoveGuardDrink
ld a, [$ffdb]
and a
@@ -60,7 +60,7 @@ Route8GateScript1: ; 1e231 (7:6231)
ret nz
call Delay3
xor a
- ld [wJoypadForbiddenButtonsMask], a
+ ld [wJoyIgnore], a
ld [W_ROUTE8GATECURSCRIPT], a
ret