summaryrefslogtreecommitdiff
path: root/home/time.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-05-18 11:59:48 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-05-18 11:59:48 -0400
commit156f2cc3ef66ccaf21bfe1c8a5066928e772ffac (patch)
tree63ee4bb3d58088c07205b7d34e2e20d5287a3f63 /home/time.asm
parente32cf1bfd1dd39b72ee672f3815986cc8b1a9406 (diff)
Update some routine labels, including unreferenced ones
Diffstat (limited to 'home/time.asm')
-rw-r--r--home/time.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/time.asm b/home/time.asm
index b708329c5..2a866d6b5 100644
--- a/home/time.asm
+++ b/home/time.asm
@@ -256,7 +256,7 @@ SetClock::
call CloseSRAM ; unlatch clock, disable clock r/w
ret
-ClearRTCStatus::
+UnreferencedClearRTCStatus::
; clear sRTCStatusFlags
xor a
push af