diff options
author | yenatch <yenatch@gmail.com> | 2014-05-25 10:51:53 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-25 10:53:09 -0700 |
commit | 031e33957dfaf9a5e29fb67aaf600ec809b8e35f (patch) | |
tree | aded26de93eacbb34d4556bd1ea512a7e515c88b /scripts/rockethideout2.asm | |
parent | 1ee8de792ba5bf45290a4cb49b6bc3ee6aa539f3 (diff) |
Rename joypad registers.
Diffstat (limited to 'scripts/rockethideout2.asm')
-rwxr-xr-x | scripts/rockethideout2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rockethideout2.asm b/scripts/rockethideout2.asm index ac427373..43207abd 100755 --- a/scripts/rockethideout2.asm +++ b/scripts/rockethideout2.asm @@ -28,7 +28,7 @@ RocketHideout2Script0: ; 44e42 (11:4e42) ld a, (SFX_02_52 - SFX_Headers_02) / 3 call PlaySound ld a, $ff - ld [wJoypadForbiddenButtonsMask], a + ld [wJoyIgnore], a ld a, $3 ld [W_CURMAPSCRIPT], a ret @@ -310,7 +310,7 @@ RocketHideout2Script3: ; 44fc2 (11:4fc2) and a jr nz, LoadSpinnerArrowTiles xor a - ld [wJoypadForbiddenButtonsMask], a + ld [wJoyIgnore], a ld hl, $d736 res 7, [hl] ld a, $0 |