diff options
Diffstat (limited to 'Source/RandomizerCore.h')
| -rw-r--r-- | Source/RandomizerCore.h | 5 |
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 |
