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 b39f8c0f4..cfc94a4be 100644
--- a/home/joypad.asm
+++ b/home/joypad.asm
@@ -295,7 +295,7 @@ JoyWaitAorB::
ldh a, [hJoyPressed]
and A_BUTTON | B_BUTTON
ret nz
- call RTC
+ call UpdateTimeAndPals
jr .loop
WaitButton::
@@ -413,7 +413,7 @@ PromptButton::
ldh a, [hJoyPressed]
and A_BUTTON | B_BUTTON
jr nz, .received_input
- call RTC
+ call UpdateTimeAndPals
ld a, $1
ldh [hBGMapMode], a
call DelayFrame