Replace "Unreferenced" labels with "; unreferenced" comments
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user