ReC98/th02/v_colors.hpp

6 lines
149 B
C++

// Commonly used VRAM hardware palette indices across all three executables,
// and later games as well.
enum th02_vram_colors_t {
V_WHITE = 15,
};