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/naming_screen.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/naming_screen.asm')
| -rwxr-xr-x | engine/menu/naming_screen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/naming_screen.asm b/engine/menu/naming_screen.asm index b62d8a94..b4e7ff92 100755 --- a/engine/menu/naming_screen.asm +++ b/engine/menu/naming_screen.asm @@ -133,7 +133,7 @@ DisplayNamingScreen: ; 6596 (1:6596) callba AnimatePartyMon_ForceSpeed1 pop af ld [wCurrentMenuItem], a ; $cc26 - call GetJoypadStateLowSensitivity + call JoypadLowSensitivity ld a, [hJoyPressed] and a jr z, .asm_65ff |
