summary refs log tree commit diff stats
path: root/WitnessRandomizer/WitnessRandomizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.h')
-rw-r--r--WitnessRandomizer/WitnessRandomizer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.h b/WitnessRandomizer/WitnessRandomizer.h index 3d748d1..0c73b89 100644 --- a/WitnessRandomizer/WitnessRandomizer.h +++ b/WitnessRandomizer/WitnessRandomizer.h
@@ -91,6 +91,7 @@ private:
91#define COLORED_REGIONS 0x4A8 91#define COLORED_REGIONS 0x4A8
92#define PANEL_TARGET 0x4B0 92#define PANEL_TARGET 0x4B0
93#define SPECULAR_TEXTURE 0x4D8 93#define SPECULAR_TEXTURE 0x4D8
94#define CABLE_TARGET_2 0xD8
94#elif GLOBALS == 0x62A080 95#elif GLOBALS == 0x62A080
95#define PATH_COLOR 0xC0 96#define PATH_COLOR 0xC0
96#define REFLECTION_PATH_COLOR 0xD0 97#define REFLECTION_PATH_COLOR 0xD0
@@ -104,7 +105,7 @@ private:
104#define ERROR_COLOR 0x160 105#define ERROR_COLOR 0x160
105#define PATTERN_POINT_COLOR 0x180 106#define PATTERN_POINT_COLOR 0x180
106#define PATTERN_POINT_COLOR_A 0x190 107#define PATTERN_POINT_COLOR_A 0x190
107#define PATTERN_POINT_COLOR_B 0x200 108#define PATTERN_POINT_COLOR_B 0x1A0
108#define SYMBOL_A 0x1B0 109#define SYMBOL_A 0x1B0
109#define SYMBOL_B 0x1C0 110#define SYMBOL_B 0x1C0
110#define SYMBOL_C 0x1D0 111#define SYMBOL_C 0x1D0
@@ -151,4 +152,5 @@ private:
151#define COLORED_REGIONS 0x4A0 152#define COLORED_REGIONS 0x4A0
152#define PANEL_TARGET 0x4A8 153#define PANEL_TARGET 0x4A8
153#define SPECULAR_TEXTURE 0x4D0 154#define SPECULAR_TEXTURE 0x4D0
155#define CABLE_TARGET_2 0xD0
154#endif \ No newline at end of file 156#endif \ No newline at end of file