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 dealing with palettes.
UpdatePalsIfCGB::
; update bgp data from wBGPals2
; update obp data from wOBPals2
@@ -11,7 +10,6 @@ UpdatePalsIfCGB::
and a
ret z
UpdateCGBPals::
; return carry if successful
; any pals to update?
@@ -19,7 +17,6 @@ UpdateCGBPals::
and a
ret z
ForceUpdateCGBPals::
ld a, [rSVBK]
@@ -69,7 +66,6 @@ endr
scf
ret
DmgToCgbBGPals::
; exists to forego reinserting cgb-converted image data
@@ -114,7 +110,6 @@ DmgToCgbBGPals::
pop af
ret
DmgToCgbObjPals::
; exists to forego reinserting cgb-converted image data
@@ -159,7 +154,6 @@ DmgToCgbObjPals::
pop hl
ret
DmgToCgbObjPal0::
ld [rOBP0], a
push af
@@ -236,7 +230,6 @@ DmgToCgbObjPal1::
ret
CopyPals::
; copy c palettes in order b from de to hl
@@ -289,7 +282,6 @@ endr
jr nz, CopyPals
ret
ClearVBank1::
ld a, [hCGB]
and a
@@ -307,11 +299,9 @@ ClearVBank1::
ld [rVBK], a
ret
ret_d90::
ret
ReloadSpritesNoPalettes::
ld a, [hCGB]
and a
@@ -331,7 +321,6 @@ ReloadSpritesNoPalettes::
call DelayFrame
ret
FarCallSwapTextboxPalettes::
homecall SwapTextboxPalettes
ret