Wiki

Clone wiki

Retr0 GB / FadeModule

Documentation

Fade Module

Description
Allows you to make fade easily
  • FADE_STANDARDTOWHITE(_FadeDelay) macro makes a fade from standard palette to white palette. _FadeDelay controls the time to wait between each palette change
  • FADE_WHITETOSTANDARD(_FadeDelay) macro makes a fade from white palette to standard palette. _FadeDelay controls the time to wait between each palette change
  • FADE_STANDARDTOBLACK(_FadeDelay) macro makes a fade from standard palette to black palette. _FadeDelay controls the time to wait between each palette change
  • FADE_BLACKTOSTANDARD(_FadeDelay) macro makes a fade from black palette to standard palette. _FadeDelay controls the time to wait between each palette change

Updated