mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-06 18:42:01 +12:00
Rename GetJoypadState -> Joypad.
This commit is contained in:
parent
031e33957d
commit
bba8405992
10 changed files with 28 additions and 28 deletions
|
|
@ -80,7 +80,7 @@ RedisplayStartMenu:: ; 2adf (0:2adf)
|
|||
|
||||
; EXIT falls through to here
|
||||
CloseStartMenu:: ; 2b70 (0:2b70)
|
||||
call GetJoypadState
|
||||
call Joypad
|
||||
ld a,[hJoyPressed]
|
||||
bit 0,a ; was A button newly pressed?
|
||||
jr nz,CloseStartMenu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue