Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
; Functions to fade the screen in and out.
|
||||
|
||||
|
||||
Unreferenced_Function48c::
|
||||
; TimeOfDayFade
|
||||
ld a, [wTimeOfDayPal]
|
||||
@@ -21,7 +20,6 @@ Unreferenced_Function48c::
|
||||
ld [rOBP1], a
|
||||
ret
|
||||
|
||||
|
||||
RotateFourPalettesRight::
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
@@ -106,7 +104,6 @@ RotatePalettesLeft::
|
||||
jr nz, RotatePalettesLeft
|
||||
ret
|
||||
|
||||
|
||||
IncGradGBPalTable_00:: db %11111111, %11111111, %11111111
|
||||
IncGradGBPalTable_01:: db %11111110, %11111110, %11111110
|
||||
IncGradGBPalTable_02:: db %11111001, %11111001, %11111001
|
||||
|
Reference in New Issue
Block a user