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