Replace "Unreferenced" labels with "; unreferenced" comments

This commit is contained in:
Rangi
2020-06-21 16:27:43 -04:00
parent 98af69691d
commit 91774f206e
90 changed files with 212 additions and 250 deletions

View File

@@ -1,11 +1,11 @@
; Functions relating to the timer interrupt and the real-time-clock.
Unreferenced_Timer::
Timer:: ; unreferenced
push af
ldh a, [hMobile]
and a
jr z, .not_mobile
call Timer
call MobileTimer
.not_mobile
pop af
@@ -256,7 +256,7 @@ SetClock::
call CloseSRAM ; unlatch clock, disable clock r/w
ret
UnreferencedClearRTCStatus::
ClearRTCStatus:: ; unreferenced
; clear sRTCStatusFlags
xor a
push af