summaryrefslogtreecommitdiff
path: root/home/fade.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-05-16 21:42:24 -0500
committerGitHub <noreply@github.com>2020-05-16 21:42:24 -0500
commit8a924f1f783572ff395f617f99546b4c949c8b04 (patch)
tree1b6c7de331cb983256651b11b8adf413a3a434f1 /home/fade.asm
parent88d7e9a34a8b610b358cec1ccc6660634ca9ce80 (diff)
parented94962edf1668aba3f60938e8a5ba8040e2a59c (diff)
Merge pull request #30 from entrpntr/spring-cleaning
Spring Cleaning
Diffstat (limited to 'home/fade.asm')
-rw-r--r--home/fade.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/home/fade.asm b/home/fade.asm
index 357047b6..3364638f 100644
--- a/home/fade.asm
+++ b/home/fade.asm
@@ -44,7 +44,6 @@ RotateThreePalettesRight::
.dmg
ld hl, IncGradGBPalTable_13
ld b, 3
-
RotatePalettesRight::
; Rotate palettes to the right and fill with loaded colors from the left
; If we're already at the leftmost color, fill with the leftmost color
@@ -87,7 +86,6 @@ RotateThreePalettesLeft::
.dmg
ld hl, IncGradGBPalTable_15 - 1
ld b, 3
-
RotatePalettesLeft::
; Rotate palettes to the left and fill with loaded colors from the right
; If we're already at the rightmost color, fill with the rightmost color
@@ -126,4 +124,4 @@ IncGradGBPalTable_12:: dc 3,2,1,0, 3,1,0,0, 3,2,0,0
IncGradGBPalTable_13:: dc 2,1,0,0, 2,0,0,0, 2,1,0,0
IncGradGBPalTable_14:: dc 1,0,0,0, 1,0,0,0, 1,0,0,0
-IncGradGBPalTable_15:: dc 0,0,0,0, 0,0,0,0, 0,0,0,0 \ No newline at end of file
+IncGradGBPalTable_15:: dc 0,0,0,0, 0,0,0,0, 0,0,0,0