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/rockethideout3.asm | |
parent | 1ee8de792ba5bf45290a4cb49b6bc3ee6aa539f3 (diff) |
Rename joypad registers.
Diffstat (limited to 'scripts/rockethideout3.asm')
-rwxr-xr-x | scripts/rockethideout3.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rockethideout3.asm b/scripts/rockethideout3.asm index d9e1d077..d70dac3f 100755 --- a/scripts/rockethideout3.asm +++ b/scripts/rockethideout3.asm @@ -28,7 +28,7 @@ RocketHideout3Script0: ; 45240 (11:5240) 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 @@ -140,7 +140,7 @@ RocketHideout3Script3 ; 452e4 (11:452e4) and a jp nz, LoadSpinnerArrowTiles xor a - ld [wJoypadForbiddenButtonsMask], a + ld [wJoyIgnore], a ld hl, $d736 res 7, [hl] ld a, $0 |