summaryrefslogtreecommitdiff
path: root/scripts/route6gate.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-25 10:51:53 -0700
committeryenatch <yenatch@gmail.com>2014-05-25 10:53:09 -0700
commit031e33957dfaf9a5e29fb67aaf600ec809b8e35f (patch)
treeaded26de93eacbb34d4556bd1ea512a7e515c88b /scripts/route6gate.asm
parent1ee8de792ba5bf45290a4cb49b6bc3ee6aa539f3 (diff)
Rename joypad registers.
Diffstat (limited to 'scripts/route6gate.asm')
-rwxr-xr-xscripts/route6gate.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route6gate.asm b/scripts/route6gate.asm
index 22fe5ede..b0c12975 100755
--- a/scripts/route6gate.asm
+++ b/scripts/route6gate.asm
@@ -19,7 +19,7 @@ Route6GateScript0: ; 1e04e (7:604e)
ld a, $1
ld [$d528], a
xor a
- ld [H_CURRENTPRESSEDBUTTONS], a
+ ld [hJoyHeld], a
callba RemoveGuardDrink
ld a, [$ffdb]
and a
@@ -48,7 +48,7 @@ Route6GateScript1: ; 1e091 (7:6091)
ret nz
call Delay3
xor a
- ld [wJoypadForbiddenButtonsMask], a
+ ld [wJoyIgnore], a
ld [W_ROUTE6GATECURSCRIPT], a
ret