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/cinnabarisland.asm | |
parent | 1ee8de792ba5bf45290a4cb49b6bc3ee6aa539f3 (diff) |
Rename joypad registers.
Diffstat (limited to 'scripts/cinnabarisland.asm')
-rwxr-xr-x | scripts/cinnabarisland.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cinnabarisland.asm b/scripts/cinnabarisland.asm index ab77926a..5bb03843 100755 --- a/scripts/cinnabarisland.asm +++ b/scripts/cinnabarisland.asm @@ -30,7 +30,7 @@ CinnabarIslandScript0: ; 1ca38 (7:4a38) ld [$ff8c], a call DisplayTextID xor a - ld [H_CURRENTPRESSEDBUTTONS], a + ld [hJoyHeld], a ld a, $1 ld [$cd38], a ld a, $80 @@ -38,7 +38,7 @@ CinnabarIslandScript0: ; 1ca38 (7:4a38) call Func_3486 xor a ld [$c109], a - ld [wJoypadForbiddenButtonsMask], a + ld [wJoyIgnore], a ld a, $1 ld [W_CINNABARISLANDCURSCRIPT], a ret |