Skip to content

Instantly share code, notes, and snippets.

@PhoenixBound
PhoenixBound / custom_text_color.ccs
Last active September 29, 2024 16:40
Improved text_color (EarthBound)
/**
* Arbitrary color text
*
* Usage: `command custom_text_color(color) "[1C 00 02 {short color}]"`
* where color is a 15-bit BGR color value.
* Reset to main color with `text_color(0)` or `text_color(1)`.
*
* Setup: Change the second magenta color in each window graphics PNG to the
* window background color.
*
@PhoenixBound
PhoenixBound / name_fun.ccs
Last active December 15, 2018 01:56
EarthBound name-printing fun
/**
* name_fun.ccs
* Last updated 14 December 2018
*/
/**
* Base commands
*/
// Get a single character from a playable character's name.