summaryrefslogtreecommitdiff
path: root/home/joypad.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-02-19 19:08:40 +0100
committermid-kid <esteve.varela@gmail.com>2020-02-21 18:21:29 +0100
commitc22e26808314a4c7a631a9a35b2b69d6d0b0e150 (patch)
treece260cd7760d548b4dcb8eb9caa716f148583c7a /home/joypad.asm
parent317188b35f6ca58e2857fb483c36f000d2f348b2 (diff)
RTC -> UpdateTimeAndPals
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now.
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