summaryrefslogtreecommitdiff
path: root/home/palettes.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 /home/palettes.asm
parent91f914718a263839daef24d44eda857bfc7cca95 (diff)
Fix triple newlines left over from removing address comments
Diffstat (limited to 'home/palettes.asm')
-rw-r--r--home/palettes.asm11
1 files changed, 0 insertions, 11 deletions
diff --git a/home/palettes.asm b/home/palettes.asm
index 09858145a..1f1759043 100644
--- a/home/palettes.asm
+++ b/home/palettes.asm
@@ -1,6 +1,5 @@
; Functions dealing with palettes.
-
UpdatePalsIfCGB::
; update bgp data from wBGPals2
; update obp data from wOBPals2
@@ -11,7 +10,6 @@ UpdatePalsIfCGB::
and a
ret z
-
UpdateCGBPals::
; return carry if successful
; any pals to update?
@@ -19,7 +17,6 @@ UpdateCGBPals::
and a
ret z
-
ForceUpdateCGBPals::
ld a, [rSVBK]
@@ -69,7 +66,6 @@ endr
scf
ret
-
DmgToCgbBGPals::
; exists to forego reinserting cgb-converted image data
@@ -114,7 +110,6 @@ DmgToCgbBGPals::
pop af
ret
-
DmgToCgbObjPals::
; exists to forego reinserting cgb-converted image data
@@ -159,7 +154,6 @@ DmgToCgbObjPals::
pop hl
ret
-
DmgToCgbObjPal0::
ld [rOBP0], a
push af
@@ -236,7 +230,6 @@ DmgToCgbObjPal1::
ret
-
CopyPals::
; copy c palettes in order b from de to hl
@@ -289,7 +282,6 @@ endr
jr nz, CopyPals
ret
-
ClearVBank1::
ld a, [hCGB]
and a
@@ -307,11 +299,9 @@ ClearVBank1::
ld [rVBK], a
ret
-
ret_d90::
ret
-
ReloadSpritesNoPalettes::
ld a, [hCGB]
and a
@@ -331,7 +321,6 @@ ReloadSpritesNoPalettes::
call DelayFrame
ret
-
FarCallSwapTextboxPalettes::
homecall SwapTextboxPalettes
ret