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

@@ -10,7 +10,6 @@ UpdateTimeOfDayPal::
ld [wTimeOfDayPal], a
ret
_TimeOfDayPals::
; return carry if pals are changed
@@ -65,12 +64,10 @@ _TimeOfDayPals::
ld a, b
ld [rSVBK], a
; update sgb pals
ld b, SCGB_MAPPALS
call GetSGBLayout
; restore bg palette 7
ld hl, wOBPals1 - 1 ; last byte in wBGPals1
@@ -109,7 +106,6 @@ _TimeOfDayPals::
and a
ret
_UpdateTimePals::
ld c, $9 ; normal
call GetTimePalFade
@@ -161,7 +157,6 @@ FadeBlackQuickly:
call ConvertTimePalsDecHL
ret
FillWhiteBGColor:
ld a, [rSVBK]
push af
@@ -271,7 +266,6 @@ GetTimePalette:
rlca
ret
DmgToCgbTimePals:
push hl
push de
@@ -310,7 +304,6 @@ ConvertTimePalsDecHL:
jr nz, .loop
ret
GetTimePalFade:
; check cgb
ld a, [hCGB]