about summary refs log tree commit diff stats
path: root/Source/Randomizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Randomizer.h')
-rw-r--r--Source/Randomizer.h136
1 files changed, 0 insertions, 136 deletions
diff --git a/Source/Randomizer.h b/Source/Randomizer.h index d9ea700..87f1f59 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h
@@ -47,139 +47,3 @@ private:
47 47
48 friend class SwapTests_Shipwreck_Test; 48 friend class SwapTests_Shipwreck_Test;
49}; 49};
50
51#if GLOBALS == 0x5B28C0
52#define PATH_COLOR 0xC8
53#define REFLECTION_PATH_COLOR 0xD8
54#define DOT_COLOR 0xF8
55#define ACTIVE_COLOR 0x108
56#define BACKGROUND_REGION_COLOR 0x118
57#define SUCCESS_COLOR_A 0x128
58#define SUCCESS_COLOR_B 0x138
59#define STROBE_COLOR_A 0x148
60#define STROBE_COLOR_B 0x158
61#define ERROR_COLOR 0x168
62#define PATTERN_POINT_COLOR 0x188
63#define PATTERN_POINT_COLOR_A 0x198
64#define PATTERN_POINT_COLOR_B 0x1A8
65#define SYMBOL_A 0x1B8
66#define SYMBOL_B 0x1C8
67#define SYMBOL_C 0x1D8
68#define SYMBOL_D 0x1E8
69#define SYMBOL_E 0x1F8
70#define PUSH_SYMBOL_COLORS 0x208
71#define OUTER_BACKGROUND 0x20C
72#define OUTER_BACKGROUND_MODE 0x21C
73#define TRACED_EDGES 0x230
74#define AUDIO_PREFIX 0x278
75#define POWER 0x2A8
76#define TARGET 0x2BC
77#define POWER_OFF_ON_FAIL 0x2C0
78#define IS_CYLINDER 0x2FC
79#define CYLINDER_Z0 0x300
80#define CYLINDER_Z1 0x304
81#define CYLINDER_RADIUS 0x308
82#define CURSOR_SPEED_SCALE 0x358
83#define NEEDS_REDRAW 0x384
84#define SPECULAR_ADD 0x398
85#define SPECULAR_POWER 0x39C
86#define PATH_WIDTH_SCALE 0x3A4
87#define STARTPOINT_SCALE 0x3A8
88#define NUM_DOTS 0x3B8
89#define NUM_CONNECTIONS 0x3BC
90#define MAX_BROADCAST_DISTANCE 0x3C0
91#define DOT_POSITIONS 0x3C8
92#define DOT_FLAGS 0x3D0
93#define DOT_CONNECTION_A 0x3D8
94#define DOT_CONNECTION_B 0x3E0
95#define DECORATIONS 0x420
96#define DECORATION_FLAGS 0x428
97#define DECORATION_COLORS 0x430
98#define NUM_DECORATIONS 0x438
99#define REFLECTION_DATA 0x440
100#define GRID_SIZE_X 0x448
101#define GRID_SIZE_Y 0x44C
102#define STYLE_FLAGS 0x450
103#define SEQUENCE_LEN 0x45C
104#define SEQUENCE 0x460
105#define DOT_SEQUENCE_LEN 0x468
106#define DOT_SEQUENCE 0x470
107#define DOT_SEQUENCE_LEN_REFLECTION 0x478
108#define DOT_SEQUENCE_REFLECTION 0x480
109#define NUM_COLORED_REGIONS 0x4A0
110#define COLORED_REGIONS 0x4A8
111#define PANEL_TARGET 0x4B0
112#define SPECULAR_TEXTURE 0x4D8
113#define CABLE_TARGET_2 0xD8
114#define AUDIO_LOG_NAME 0xC8
115#define OPEN_RATE 0xE8
116#define METADATA 0xF2 // sizeof(short)
117#define HOTEL_EP_NAME 0x4BC640
118#elif GLOBALS == 0x62D0A0
119#define PATH_COLOR 0xC0
120#define REFLECTION_PATH_COLOR 0xD0
121#define DOT_COLOR 0xF0
122#define ACTIVE_COLOR 0x100
123#define BACKGROUND_REGION_COLOR 0x110
124#define SUCCESS_COLOR_A 0x120
125#define SUCCESS_COLOR_B 0x130
126#define STROBE_COLOR_A 0x140
127#define STROBE_COLOR_B 0x150
128#define ERROR_COLOR 0x160
129#define PATTERN_POINT_COLOR 0x180
130#define PATTERN_POINT_COLOR_A 0x190
131#define PATTERN_POINT_COLOR_B 0x1A0
132#define SYMBOL_A 0x1B0
133#define SYMBOL_B 0x1C0
134#define SYMBOL_C 0x1D0
135#define SYMBOL_D 0x1E0
136#define SYMBOL_E 0x1F0
137#define PUSH_SYMBOL_COLORS 0x200
138#define OUTER_BACKGROUND 0x204
139#define OUTER_BACKGROUND_MODE 0x214
140#define TRACED_EDGES 0x228
141#define AUDIO_PREFIX 0x270
142#define POWER 0x2A0
143#define TARGET 0x2B4
144#define POWER_OFF_ON_FAIL 0x2B8
145#define IS_CYLINDER 0x2F4
146#define CYLINDER_Z0 0x2F8
147#define CYLINDER_Z1 0x2FC
148#define CYLINDER_RADIUS 0x300
149#define CURSOR_SPEED_SCALE 0x350
150#define NEEDS_REDRAW 0x37C
151#define SPECULAR_ADD 0x38C
152#define SPECULAR_POWER 0x390
153#define PATH_WIDTH_SCALE 0x39C
154#define STARTPOINT_SCALE 0x3A0
155#define NUM_DOTS 0x3B4
156#define NUM_CONNECTIONS 0x3B8
157#define MAX_BROADCAST_DISTANCE 0x3BC
158#define DOT_POSITIONS 0x3C0
159#define DOT_FLAGS 0x3C8
160#define DOT_CONNECTION_A 0x3D0
161#define DOT_CONNECTION_B 0x3D8
162#define DECORATIONS 0x418
163#define DECORATION_FLAGS 0x420
164#define DECORATION_COLORS 0x428
165#define NUM_DECORATIONS 0x430
166#define REFLECTION_DATA 0x438
167#define GRID_SIZE_X 0x440
168#define GRID_SIZE_Y 0x444
169#define STYLE_FLAGS 0x448
170#define SEQUENCE_LEN 0x454
171#define SEQUENCE 0x458
172#define DOT_SEQUENCE_LEN 0x460
173#define DOT_SEQUENCE 0x468
174#define DOT_SEQUENCE_LEN_REFLECTION 0x470
175#define DOT_SEQUENCE_REFLECTION 0x478
176#define NUM_COLORED_REGIONS 0x498
177#define COLORED_REGIONS 0x4A0
178#define PANEL_TARGET 0x4A8
179#define SPECULAR_TEXTURE 0x4D0
180#define CABLE_TARGET_2 0xD0
181#define AUDIO_LOG_NAME 0x0
182#define OPEN_RATE 0xE0
183#define METADATA 0x13A // sizeof(short)
184#define HOTEL_EP_NAME 0x51E340
185#endif \ No newline at end of file