ReC98/th01/v_colors.hpp

6 lines
133 B
C++

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