You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user