From 2776822ef185836b33eab96e25e12393d2c0d859 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sun, 28 Oct 2018 21:05:28 -0700 Subject: Names are bad / compiled for old version because dumb --- Source/RandomizerCore.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/RandomizerCore.h') 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 @@ #pragma once #include "Memory.h" -#define GLOBALS 0x5B28C0 -// #define GLOBALS 0x62A080 +// #define GLOBALS 0x5B28C0 +#define GLOBALS 0x62A080 __declspec(selectany) int SWAP_NONE = 0x0; __declspec(selectany) int SWAP_TARGETS = 0x1; @@ -157,4 +157,5 @@ private: #define PANEL_TARGET 0x4A8 #define SPECULAR_TEXTURE 0x4D0 #define CABLE_TARGET_2 0xD0 +#define AUDIO_LOG_NAME 0x0 #endif \ No newline at end of file -- cgit 1.4.1