ReC98/th01/v_colors.hpp

7 lines
147 B
C++

// 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,
};