summaryrefslogtreecommitdiff
path: root/home/fade.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-16 17:50:02 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-16 17:50:02 -0400
commitfd4792ae5b4449b8b107c0eb223d5a6f8212cef9 (patch)
tree948e5e1920de39941c22f082ff383ea2d6116b07 /home/fade.asm
parentdba4875d294fc215e968a06d4d623c69da111c1f (diff)
More HOME
Diffstat (limited to 'home/fade.asm')
-rw-r--r--home/fade.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/fade.asm b/home/fade.asm
index 421a4815..7b11604c 100644
--- a/home/fade.asm
+++ b/home/fade.asm
@@ -46,12 +46,12 @@ RotatePalettesRight::
.loop
push de
ld a, [hli]
- call Functionc61
+ call DmgToCgbBGPals
ld a, [hli]
ld e, a
ld a, [hli]
ld d, a
- call Functionc83
+ call DmgToCgbObjPals
ld c, 8
call DelayFrames
pop de
@@ -89,9 +89,9 @@ RotatePalettesLeft::
ld d, a
ld a, [hld]
ld e, a
- call Functionc83
+ call DmgToCgbObjPals
ld a, [hld]
- call Functionc61
+ call DmgToCgbBGPals
ld c, 8
call DelayFrames
pop de