diff options
Diffstat (limited to 'home/joypad.asm')
-rw-r--r-- | home/joypad.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/joypad.asm b/home/joypad.asm index 8dccedf6c..390166bee 100644 --- a/home/joypad.asm +++ b/home/joypad.asm @@ -313,7 +313,7 @@ JoyWaitAorB:: ; a36 jr .loop ; a46 -CloseText:: ; a46 +WaitButton:: ; a46 ld a, [hOAMUpdate] push af ld a, 1 @@ -392,7 +392,7 @@ SimpleWaitPressAorB:: ; aa5 ret ; aaf -KeepTextOpen:: ; aaf +ButtonSound:: ; aaf ld a, [wLinkMode] and a jr nz, .link |