Rename GetJoypadState -> Joypad.

This commit is contained in:
yenatch 2014-05-25 11:21:48 -07:00
parent 031e33957d
commit bba8405992
10 changed files with 28 additions and 28 deletions

View file

@ -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