ReC98/th01/v_colors.hpp

9 lines
174 B
C++

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