RGB fade engine (#14)

This commit is contained in:
xCrystal
2023-08-25 23:09:42 +02:00
parent f067112be6
commit 4855dd9b70
2 changed files with 262 additions and 0 deletions

View File

@@ -65,6 +65,18 @@ hMathBuffer:: ds 5
NEXTU
; PrintNum scratch space
hPrintNumBuffer:: ds 10
NEXTU
; engine/gfx/rgb_fade.asm
hRGBFadeSourceChannels::
hRGBFadeSourceRChannel:: db
hRGBFadeSourceGChannel:: db
hRGBFadeSourceBChannel:: db
hRGBFadeCapChannels::
hRGBFadeCapRChannel:: db
hRGBFadeCapGChannel:: db
hRGBFadeCapBChannel:: db
ENDU
UNION