diff options
Diffstat (limited to 'Source/Memory.h')
| -rw-r--r-- | Source/Memory.h | 8 |
1 files changed, 6 insertions, 2 deletions
| 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 @@ | |||
| 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 { |
| @@ -102,6 +102,8 @@ private: | |||
| 102 | }; | 102 | }; |
| 103 | 103 | ||
| 104 | #if GLOBALS == 0x5B28C0 | 104 | #if GLOBALS == 0x5B28C0 |
| 105 | #define POSITION 0x24 | ||
| 106 | #define ORIENTATION 0x34 | ||
| 105 | #define PATH_COLOR 0xC8 | 107 | #define PATH_COLOR 0xC8 |
| 106 | #define REFLECTION_PATH_COLOR 0xD8 | 108 | #define REFLECTION_PATH_COLOR 0xD8 |
| 107 | #define DOT_COLOR 0xF8 | 109 | #define DOT_COLOR 0xF8 |
| @@ -169,6 +171,8 @@ private: | |||
| 169 | #define METADATA 0xF2 // sizeof(short) | 171 | #define METADATA 0xF2 // sizeof(short) |
| 170 | #define HOTEL_EP_NAME 0x4BC640 | 172 | #define HOTEL_EP_NAME 0x4BC640 |
| 171 | #elif GLOBALS == 0x62D0A0 | 173 | #elif GLOBALS == 0x62D0A0 |
| 174 | #define POSITION #error | ||
| 175 | #define ORIENTATION #error | ||
| 172 | #define PATH_COLOR 0xC0 | 176 | #define PATH_COLOR 0xC0 |
| 173 | #define REFLECTION_PATH_COLOR 0xD0 | 177 | #define REFLECTION_PATH_COLOR 0xD0 |
| 174 | #define DOT_COLOR 0xF0 | 178 | #define DOT_COLOR 0xF0 |
