diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-25 10:51:53 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-25 10:53:09 -0700 |
| commit | 031e33957dfaf9a5e29fb67aaf600ec809b8e35f (patch) | |
| tree | aded26de93eacbb34d4556bd1ea512a7e515c88b /engine/menu/naming_screen.asm | |
| parent | Move bank 0 into home.asm. (diff) | |
| download | pokeyellow-031e33957dfaf9a5e29fb67aaf600ec809b8e35f.tar.gz pokeyellow-031e33957dfaf9a5e29fb67aaf600ec809b8e35f.tar.xz pokeyellow-031e33957dfaf9a5e29fb67aaf600ec809b8e35f.zip | |
Rename joypad registers.
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 36aba5eb..b62d8a94 100755 --- a/engine/menu/naming_screen.asm +++ b/engine/menu/naming_screen.asm @@ -134,7 +134,7 @@ DisplayNamingScreen: ; 6596 (1:6596) pop af ld [wCurrentMenuItem], a ; $cc26 call GetJoypadStateLowSensitivity - ld a, [H_NEWLYPRESSEDBUTTONS] + ld a, [hJoyPressed] and a jr z, .asm_65ff ld hl, .unknownPointerTable_665e ; $665e |
