diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-11 00:34:32 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-11 00:34:32 -0500 |
commit | fb0a630c062cbb18026abe2792339dea27fac4d8 (patch) | |
tree | 0b55bb02a3539b132c8e3f9347cc51a4ce58aa1c /scripts/celadonmartroof.asm | |
parent | 4aedff021786dd5c0b81d3a35f505b7aa42adddc (diff) |
More joypad constants
Diffstat (limited to 'scripts/celadonmartroof.asm')
-rwxr-xr-x | scripts/celadonmartroof.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/celadonmartroof.asm b/scripts/celadonmartroof.asm index 8eeb5d2b..4a90535a 100755 --- a/scripts/celadonmartroof.asm +++ b/scripts/celadonmartroof.asm @@ -46,7 +46,7 @@ CeladonMartRoofScript_4840c: ; 4840c (12:440c) call PrintText xor a ld [wCurrentMenuItem], a - ld a, $3 + ld a, A_BUTTON | B_BUTTON ld [wMenuWatchedKeys], a ld a, [wcd37] dec a @@ -70,7 +70,7 @@ CeladonMartRoofScript_4840c: ; 4840c (12:440c) ld hl, wd730 res 6, [hl] call HandleMenuInput - bit 1, a + bit 1, a ; pressed b ret nz ld hl, wcc5b ld a, [wCurrentMenuItem] |