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 | Rename joypad registers. (diff) | |
| download | pokeyellow-bba84059925c25e04fdcef5e4f3e2192176faf2d.tar.gz pokeyellow-bba84059925c25e04fdcef5e4f3e2192176faf2d.tar.xz pokeyellow-bba84059925c25e04fdcef5e4f3e2192176faf2d.zip | |
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" |
