diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-22 23:15:53 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-22 23:18:36 -0400 |
commit | 1d456d5f66627e8023c074419180639cc027e7bc (patch) | |
tree | 96b4ef0b214f716d7c5478804d9f9bb596373564 /home/fade.asm | |
parent | b87cc706430f281d6af24daa942890574449a803 (diff) |
Finish home cleanup, identify tileset data, other misc cleanups.
Diffstat (limited to 'home/fade.asm')
-rw-r--r-- | home/fade.asm | 2 |
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 |