ReC98/th03/main/v_colors.hpp

7 lines
153 B
C++

// Commonly used VRAM hardware palette indices in MAIN.EXE.
enum th03_main_vram_colors_t {
V_YELLOW_DARK = 11,
V_YELLOW_BRIGHT = 12,
V_WHITE = 15,
};