summaryrefslogtreecommitdiff
path: root/engine/tilesets/timeofday_pals.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-06-24 23:22:50 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-06-24 23:22:50 -0400
commit67d1364c7acfd5e8e2256080e16a14cfa59a5abc (patch)
treefcf1bcbc2990b8fdeb5d63159d15382a8bdf719a /engine/tilesets/timeofday_pals.asm
parent91f914718a263839daef24d44eda857bfc7cca95 (diff)
Fix triple newlines left over from removing address comments
Diffstat (limited to 'engine/tilesets/timeofday_pals.asm')
-rw-r--r--engine/tilesets/timeofday_pals.asm7
1 files changed, 0 insertions, 7 deletions
diff --git a/engine/tilesets/timeofday_pals.asm b/engine/tilesets/timeofday_pals.asm
index cda6e1e0d..58bbe9183 100644
--- a/engine/tilesets/timeofday_pals.asm
+++ b/engine/tilesets/timeofday_pals.asm
@@ -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]