about summary refs log tree commit diff stats
path: root/Source/RandomizerCore.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-28 21:05:28 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-28 21:05:28 -0700
commit2776822ef185836b33eab96e25e12393d2c0d859 (patch)
treead4a3b36d5776e6cacc76835c505266ce7861ba9 /Source/RandomizerCore.h
parent96fd92f58640ea657a0802aba7ee2aa0d3498b81 (diff)
downloadwitness-tutorializer-2776822ef185836b33eab96e25e12393d2c0d859.tar.gz
witness-tutorializer-2776822ef185836b33eab96e25e12393d2c0d859.tar.bz2
witness-tutorializer-2776822ef185836b33eab96e25e12393d2c0d859.zip
Names are bad / compiled for old version because dumb
Diffstat (limited to 'Source/RandomizerCore.h')
-rw-r--r--Source/RandomizerCore.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/RandomizerCore.h b/Source/RandomizerCore.h index da88e92..21ed0b6 100644 --- a/Source/RandomizerCore.h +++ b/Source/RandomizerCore.h
@@ -1,8 +1,8 @@
1#pragma once 1#pragma once
2#include "Memory.h" 2#include "Memory.h"
3 3
4#define GLOBALS 0x5B28C0 4// #define GLOBALS 0x5B28C0
5// #define GLOBALS 0x62A080 5#define GLOBALS 0x62A080
6 6
7__declspec(selectany) int SWAP_NONE = 0x0; 7__declspec(selectany) int SWAP_NONE = 0x0;
8__declspec(selectany) int SWAP_TARGETS = 0x1; 8__declspec(selectany) int SWAP_TARGETS = 0x1;
@@ -157,4 +157,5 @@ private:
157#define PANEL_TARGET 0x4A8 157#define PANEL_TARGET 0x4A8
158#define SPECULAR_TEXTURE 0x4D0 158#define SPECULAR_TEXTURE 0x4D0
159#define CABLE_TARGET_2 0xD0 159#define CABLE_TARGET_2 0xD0
160#define AUDIO_LOG_NAME 0x0
160#endif \ No newline at end of file 161#endif \ No newline at end of file