mirror of https://github.com/nmlgc/ReC98.git
7 lines
153 B
C++
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,
|
||
|
};
|