summaryrefslogtreecommitdiff
path: root/scripts/museum1f.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/museum1f.asm
parent1ee8de792ba5bf45290a4cb49b6bc3ee6aa539f3 (diff)
Rename joypad registers.
Diffstat (limited to 'scripts/museum1f.asm')
-rwxr-xr-xscripts/museum1f.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/museum1f.asm b/scripts/museum1f.asm
index 04261346..94e9d410 100755
--- a/scripts/museum1f.asm
+++ b/scripts/museum1f.asm
@@ -23,7 +23,7 @@ Museum1FScript0: ; 5c10d (17:410d)
ret nz
.asm_5c120
xor a
- ld [H_CURRENTPRESSEDBUTTONS], a
+ ld [hJoyHeld], a
ld a, $1
ld [$ff8c], a
jp DisplayTextID
@@ -73,7 +73,7 @@ Museum1FText1: ; 5c135 (17:4135)
ld [$d125], a
call DisplayTextBoxID
xor a
- ld [H_CURRENTPRESSEDBUTTONS], a
+ ld [hJoyHeld], a
ld hl, Museum1FText_5c21f
call PrintText
call YesNoChoice