-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ad005e
commit 5c38c34
Showing
4 changed files
with
68 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,33 @@ | ||
#pragma once | ||
|
||
#define GAME_VERSION 072775 | ||
#define GAME_VERSION 073776 | ||
|
||
#if !defined(GAME_VERSION) | ||
#error GAME_VERSION must be defined! | ||
#endif | ||
|
||
#if GAME_VERSION == 072775 | ||
#define OFF_LOAD_SHAPESETS_FUNCTION 0x5991A0 | ||
#define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x34DA90 | ||
#define OFF_INIT_LUA_MANAGER_FUNCTION 0x54A870 | ||
#if GAME_VERSION == 073776 | ||
# define OFF_LOAD_SHAPESETS_FUNCTION 0x599120 | ||
# define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x34DA10 | ||
# define OFF_INIT_LUA_MANAGER_FUNCTION 0x54A7F0 | ||
#elif GAME_VERSION == 072775 | ||
# define OFF_LOAD_SHAPESETS_FUNCTION 0x5991A0 | ||
# define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x34DA90 | ||
# define OFF_INIT_LUA_MANAGER_FUNCTION 0x54A870 | ||
#elif GAME_VERSION == 071772 | ||
#define OFF_LOAD_SHAPESETS_FUNCTION 0x599180 | ||
#define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x34DA90 | ||
#define OFF_INIT_LUA_MANAGER_FUNCTION 0x54A850 | ||
# define OFF_LOAD_SHAPESETS_FUNCTION 0x599180 | ||
# define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x34DA90 | ||
# define OFF_INIT_LUA_MANAGER_FUNCTION 0x54A850 | ||
#elif GAME_VERSION == 070771 | ||
#define OFF_LOAD_SHAPESETS_FUNCTION 0x599180 | ||
#define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x34DA90 | ||
#define OFF_INIT_LUA_MANAGER_FUNCTION 0x54A850 | ||
# define OFF_LOAD_SHAPESETS_FUNCTION 0x599180 | ||
# define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x34DA90 | ||
# define OFF_INIT_LUA_MANAGER_FUNCTION 0x54A850 | ||
#elif GAME_VERSION == 066 | ||
#define OFF_LOAD_SHAPESETS_FUNCTION 0x5A6A60 | ||
#define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x359490 | ||
#define OFF_INIT_LUA_MANAGER_FUNCTION 0x55A640 | ||
# define OFF_LOAD_SHAPESETS_FUNCTION 0x5A6A60 | ||
# define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x359490 | ||
# define OFF_INIT_LUA_MANAGER_FUNCTION 0x55A640 | ||
#elif GAME_VERSION == 065 | ||
#define OFF_LOAD_SHAPESETS_FUNCTION 0x5C4250 | ||
#define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x378170 | ||
#define OFF_INIT_LUA_MANAGER_FUNCTION 0x5784D0 | ||
# define OFF_LOAD_SHAPESETS_FUNCTION 0x5C4250 | ||
# define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x378170 | ||
# define OFF_INIT_LUA_MANAGER_FUNCTION 0x5784D0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters