From 1b833a86102981ce178119fc3526f354b7622170 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Thu, 14 Nov 2019 09:08:35 -0800 Subject: small changes --- Source/Memory.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Source/Memory.h') diff --git a/Source/Memory.h b/Source/Memory.h index 95de884..6b8403f 100644 --- a/Source/Memory.h +++ b/Source/Memory.h @@ -5,8 +5,8 @@ #include #include -// #define GLOBALS 0x5B28C0 -#define GLOBALS 0x62D0A0 +#define GLOBALS 0x5B28C0 +// #define GLOBALS 0x62D0A0 #define HEARTBEAT 0x401 enum class ProcStatus { @@ -102,6 +102,8 @@ private: }; #if GLOBALS == 0x5B28C0 +#define POSITION 0x24 +#define ORIENTATION 0x34 #define PATH_COLOR 0xC8 #define REFLECTION_PATH_COLOR 0xD8 #define DOT_COLOR 0xF8 @@ -169,6 +171,8 @@ private: #define METADATA 0xF2 // sizeof(short) #define HOTEL_EP_NAME 0x4BC640 #elif GLOBALS == 0x62D0A0 +#define POSITION #error +#define ORIENTATION #error #define PATH_COLOR 0xC0 #define REFLECTION_PATH_COLOR 0xD0 #define DOT_COLOR 0xF0 -- cgit 1.4.1