summaryrefslogtreecommitdiff
path: root/home/fade.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/fade.asm')
-rw-r--r--home/fade.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/home/fade.asm b/home/fade.asm
index 9650dce5..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