Color
Set Background Palettes
Replace some or all of the current scene's background palettes.
Set Background Palettes
Palettes
0: Palette 0
1: Palette 1
2: Palette 2
3: Palette 3
4: Palette 4
5: Palette 5
6: Palette 6
7: Palette 7
- Palettes: The new palettes to use.
Set Emote Palette
Replace the palette used for emotes (sprite palette #8).
Set Emote Palette
Palette
Palette
- Palette: The new palette to use.
Set Sprite Palettes
Replace some or all of the current scene's sprite palettes.
Set Sprite Palettes
Palettes
0: Palette 0
1: Palette 1
2: Palette 2
3: Palette 3
4: Palette 4
5: Palette 5
6: Palette 6
7: Palette 7
- Palettes: The new palettes to use.
Set UI Palette
Replace the palette used for the UI (background palette #8).
Set UI Palette
Palette
Palette
- 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.
If Color Mode Is Available
True
Else
- 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.
If GBA Mode Is Available
True
Else
- 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.
If Super GB Mode Is Available
True
Else
- True: The script to run if the condition is true.
- False: The script to run if the condition is false.