summaryrefslogtreecommitdiff
path: root/home/joypad.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/joypad.asm')
-rw-r--r--home/joypad.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/joypad.asm b/home/joypad.asm
index de2c792f..7fd92fb4 100644
--- a/home/joypad.asm
+++ b/home/joypad.asm
@@ -197,7 +197,7 @@ WaitButton::
push af
ld a, $1
ld [hOAMUpdate], a
- call Function344c
+ call WaitBGMap
call JoyWaitAorB
pop af
ld [hOAMUpdate], a
@@ -271,7 +271,7 @@ ButtonSound::
call JoyWaitInput
push de
ld de, SFX_READ_TEXT_2
- call PlaySound
+ call PlaySFX
pop de
ret