Color
Set Background Palettes
Replace some or all of the current scene's background palettes.
- Palettes: The new palettes to use.
Set Emote Palette
Replace the palette used for emotes (sprite palette #8).
- Palette: The new palette to use.
Set Sprite Palettes
Replace some or all of the current scene's sprite palettes.
- Palettes: The new palettes to use.
Set UI Palette
Replace the palette used for the UI (background palette #8).
- Palette: The new palette to use.
Control Flow
If Color Mode Is Available
Conditionally run part of the script if the game is being played on a device or emulator that supports color games. Only functions if Color Options in Settings is set to Color + Monochrome or Color Only.
- True: The script to run if the condition is true.
- False: The script to run if the condition is false.
If GBA Mode Is Available
Conditionally run part of the script if the game is being played on a device or emulator that supports GBA games. Only functions if Color Options in Settings is set to Color + Monochrome or Color Only.
- True: The script to run if the condition is true.
- False: The script to run if the condition is false.
If Super GB Mode Is Available
Conditionally run part of the script if the game is being played on a device or emulator that supports Super GB games.
- True: The script to run if the condition is true.
- False: The script to run if the condition is false.