// Commonly used VRAM hardware palette indices in REIIDEN.EXE and FUUIN.EXE.
enum th01_vram_colors_t {
V_GREEN = 3,
V_WHITE = 7,
V_RED = 10,
};