diff options
Diffstat (limited to 'home/fade.asm')
-rw-r--r-- | home/fade.asm | 4 |
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 |