From 75a6bb5df6ebd9f122b0ed6ee4ecc9e6c60baf0c Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 16 Feb 2020 12:20:20 +0100 Subject: PanicResetClock -> ClearClock Funky name that only exists based on what it's used for, not so much what it is. --- home/time.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/time.asm') diff --git a/home/time.asm b/home/time.asm index e631fe060..b708329c5 100644 --- a/home/time.asm +++ b/home/time.asm @@ -1,6 +1,6 @@ ; Functions relating to the timer interrupt and the real-time-clock. -AskTimer:: +Unreferenced_Timer:: push af ldh a, [hMobile] and a @@ -195,7 +195,7 @@ InitTime:: farcall _InitTime ret -PanicResetClock:: +ClearClock:: call .ClearhRTC call SetClock ret -- cgit v1.2.3