diff options
Diffstat (limited to 'engine/rtc/rtc.asm')
-rw-r--r-- | engine/rtc/rtc.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/rtc/rtc.asm b/engine/rtc/rtc.asm index 4f9bdcbb..bee827ba 100644 --- a/engine/rtc/rtc.asm +++ b/engine/rtc/rtc.asm @@ -73,7 +73,7 @@ StageRTCTimeForSave: ld [hli], a ret -UnreferencedSaveRTC: +SaveRTC: ld a, $a ld [MBC3SRamEnable], a call LatchClock @@ -89,7 +89,7 @@ UnreferencedSaveRTC: ret StartClock:: - call SaveRTC + call Function140b1 call GetClock call Function1409e call FixDays @@ -117,7 +117,7 @@ Function1409e: call RecordRTCStatus ; set bit 7 on sRTCStatusFlags ret -SaveRTC: +Function140b1: ld a, $a ld [MBC3SRamEnable], a call LatchClock |