mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-03 18:11:42 +13:00
Rename GetJoypadState -> Joypad.
This commit is contained in:
parent
031e33957d
commit
bba8405992
10 changed files with 28 additions and 28 deletions
|
|
@ -584,7 +584,7 @@ ShowPokedexDataInternal: ; 402e2 (10:42e2)
|
|||
xor a
|
||||
ld [$fff4],a
|
||||
.waitForButtonPress
|
||||
call GetJoypadStateLowSensitivity
|
||||
call JoypadLowSensitivity
|
||||
ld a,[$ffb5]
|
||||
and a,%00000011 ; A button and B button
|
||||
jr z,.waitForButtonPress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue