Fix triple newlines left over from removing address comments

This commit is contained in:
Rangi
2018-06-24 23:22:50 -04:00
parent 91f914718a
commit 67d1364c7a
193 changed files with 3 additions and 1965 deletions

View File

@@ -1,6 +1,5 @@
; Functions relating to the timer interrupt and the real-time-clock.
AskTimer::
push af
ld a, [hMobile]
@@ -12,7 +11,6 @@ AskTimer::
pop af
reti
LatchClock::
; latch clock counter data
ld a, 0
@@ -21,7 +19,6 @@ LatchClock::
ld [MBC3LatchClock], a
ret
UpdateTime::
call GetClock
call FixDays
@@ -29,7 +26,6 @@ UpdateTime::
farcall GetTimeOfDay
ret
GetClock::
; store clock data in hRTCDayHi-hRTCSeconds
@@ -70,7 +66,6 @@ GetClock::
call CloseSRAM
ret
FixDays::
; fix day count
; mod by 140
@@ -131,7 +126,6 @@ FixDays::
xor a
ret
FixTime::
; add ingame time (set at newgame) to current time
; day hr min sec
@@ -203,7 +197,6 @@ InitTime::
ret
PanicResetClock::
call .ClearhRTC
call SetClock
@@ -218,7 +211,6 @@ PanicResetClock::
ld [hRTCDayHi], a
ret
SetClock::
; set clock data from hram
@@ -266,7 +258,6 @@ SetClock::
call CloseSRAM ; unlatch clock, disable clock r/w
ret
ClearRTCStatus::
; clear sRTCStatusFlags
xor a