summaryrefslogtreecommitdiff
path: root/home/time.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:29 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:29 -0400
commit9dee89fae39ce638beed51edbc3f837a6222bd68 (patch)
tree09f8c7436d45f265e8429c382368c552cf050db3 /home/time.asm
parente0df1a6041b73e8304e8c5a691b454652f5a667d (diff)
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'home/time.asm')
-rw-r--r--home/time.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/time.asm b/home/time.asm
index e49a5765..cfac2ef4 100644
--- a/home/time.asm
+++ b/home/time.asm
@@ -1,6 +1,6 @@
; Functions relating to the timer interrupt and the real-time-clock.
-Unreferenced_Timer::
+Timer:: ; unreferenced
reti
LatchClock::
@@ -249,7 +249,7 @@ SetClock::
call CloseSRAM ; unlatch clock, disable clock r/w
ret
-UnreferencedClearRTCStatus::
+ClearRTCStatus:: ; unreferenced
; clear sRTCStatusFlags
xor a
push af