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 d343d118d..5b83f1079 100644
--- a/home/rtc.asm
+++ b/home/rtc.asm
@@ -14,11 +14,11 @@ RTC:: ; 46f
ret z
TimeOfDayPals:: ; 47e
- callab _TimeOfDayPals
+ callfar _TimeOfDayPals
ret
; 485
UpdateTimePals:: ; 485
- callab _UpdateTimePals
+ callfar _UpdateTimePals
ret
; 48c