From 2ec60ccdf374cdcaff95b7ec8d536f38bdad916e Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 27 Oct 2018 12:55:54 -0700 Subject: Fix some bugs, comment out things I can't fix rn --- WitnessRandomizer/WitnessRandomizer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'WitnessRandomizer/WitnessRandomizer.h') 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: #define COLORED_REGIONS 0x4A8 #define PANEL_TARGET 0x4B0 #define SPECULAR_TEXTURE 0x4D8 +#define CABLE_TARGET_2 0xD8 #elif GLOBALS == 0x62A080 #define PATH_COLOR 0xC0 #define REFLECTION_PATH_COLOR 0xD0 @@ -104,7 +105,7 @@ private: #define ERROR_COLOR 0x160 #define PATTERN_POINT_COLOR 0x180 #define PATTERN_POINT_COLOR_A 0x190 -#define PATTERN_POINT_COLOR_B 0x200 +#define PATTERN_POINT_COLOR_B 0x1A0 #define SYMBOL_A 0x1B0 #define SYMBOL_B 0x1C0 #define SYMBOL_C 0x1D0 @@ -151,4 +152,5 @@ private: #define COLORED_REGIONS 0x4A0 #define PANEL_TARGET 0x4A8 #define SPECULAR_TEXTURE 0x4D0 +#define CABLE_TARGET_2 0xD0 #endif \ No newline at end of file -- cgit 1.4.1