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 /engine/menu/start_menu.asm | |
| parent | Rename joypad registers. (diff) | |
| download | pokeyellow-bba84059925c25e04fdcef5e4f3e2192176faf2d.tar.gz pokeyellow-bba84059925c25e04fdcef5e4f3e2192176faf2d.tar.xz pokeyellow-bba84059925c25e04fdcef5e4f3e2192176faf2d.zip | |
Rename GetJoypadState -> Joypad.
Diffstat (limited to 'engine/menu/start_menu.asm')
| -rwxr-xr-x | engine/menu/start_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/start_menu.asm b/engine/menu/start_menu.asm index be0e851d..87e08daf 100755 --- a/engine/menu/start_menu.asm +++ b/engine/menu/start_menu.asm @@ -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 |
