diff options
author | yenatch <yenatch@gmail.com> | 2014-05-25 11:21:48 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-25 11:21:48 -0700 |
commit | bba84059925c25e04fdcef5e4f3e2192176faf2d (patch) | |
tree | 31dad8410ee610e6dcc1ceb2216ef22a433941c1 /main.asm | |
parent | 031e33957dfaf9a5e29fb67aaf600ec809b8e35f (diff) |
Rename GetJoypadState -> Joypad.
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3075,7 +3075,7 @@ Func_7c18: ; 7c18 (1:7c18) SECTION "bank3",ROMX,BANK[$3] -_GetJoypadState:: +_Joypad:: ld a, [hJoyInput] cp A_BUTTON + B_BUTTON + SELECT + START ; soft reset jp z, TrySoftReset @@ -3125,7 +3125,7 @@ TrySoftReset: ld hl, hSoftReset dec [hl] jp z, SoftReset - jp GetJoypadState + jp Joypad INCLUDE "data/map_songs.asm" |