summaryrefslogtreecommitdiff
path: root/home/rtc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/rtc.asm')
-rw-r--r--home/rtc.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/rtc.asm b/home/rtc.asm
index ca014e46..afe9028e 100644
--- a/home/rtc.asm
+++ b/home/rtc.asm
@@ -14,9 +14,9 @@ RTC:: ; 343
ret z
TimeOfDayPals:: ; 352
- callab _TimeOfDayPals
+ callfar _TimeOfDayPals
ret
UpdateTimePals:: ; 359
- callab _UpdateTimePals
+ callfar _UpdateTimePals
ret