diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-19 09:59:59 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-19 09:59:59 -0800 |
commit | ab5652329d3e6bbaaf338e47fb3d84d89bf9b7b1 (patch) | |
tree | 352bbf485dee4cc8f465d928b131524ca7329d5e /Source/Memory.h | |
parent | 52b01775c2c94f08786696cae7836ca56f683739 (diff) | |
download | witness-tutorializer-ab5652329d3e6bbaaf338e47fb3d84d89bf9b7b1.tar.gz witness-tutorializer-ab5652329d3e6bbaaf338e47fb3d84d89bf9b7b1.tar.bz2 witness-tutorializer-ab5652329d3e6bbaaf338e47fb3d84d89bf9b7b1.zip |
shrug
Diffstat (limited to 'Source/Memory.h')
-rw-r--r-- | Source/Memory.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index 79fbaba..5332cc3 100644 --- a/Source/Memory.h +++ b/Source/Memory.h | |||
@@ -5,8 +5,8 @@ | |||
5 | #include <vector> | 5 | #include <vector> |
6 | #include <windows.h> | 6 | #include <windows.h> |
7 | 7 | ||
8 | #define GLOBALS 0x5B28C0 | 8 | // #define GLOBALS 0x5B28C0 |
9 | // #define GLOBALS 0x62D0A0 | 9 | #define GLOBALS 0x62D0A0 |
10 | 10 | ||
11 | #define HEARTBEAT 0x401 | 11 | #define HEARTBEAT 0x401 |
12 | enum class ProcStatus { | 12 | enum class ProcStatus { |
@@ -188,8 +188,8 @@ private: | |||
188 | #define METADATA 0xF2 // sizeof(short) | 188 | #define METADATA 0xF2 // sizeof(short) |
189 | #define HOTEL_EP_NAME 0x4BC640 | 189 | #define HOTEL_EP_NAME 0x4BC640 |
190 | #elif GLOBALS == 0x62D0A0 | 190 | #elif GLOBALS == 0x62D0A0 |
191 | #define POSITION #error | 191 | #define POSITION 0x24 |
192 | #define ORIENTATION #error | 192 | #define ORIENTATION 0x34 |
193 | #define PATH_COLOR 0xC0 | 193 | #define PATH_COLOR 0xC0 |
194 | #define REFLECTION_PATH_COLOR 0xD0 | 194 | #define REFLECTION_PATH_COLOR 0xD0 |
195 | #define DOT_COLOR 0xF0 | 195 | #define DOT_COLOR 0xF0 |