-
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
b0cd260
commit 76bc583
Showing
7 changed files
with
37 additions
and
6 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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#pragma once | ||
|
||
#define GAME_VERSION 066 | ||
|
||
#if !defined(GAME_VERSION) | ||
#error GAME_VERSION must be defined! | ||
#endif | ||
|
||
#if 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_AUDIO_MANAGER_PTR 0x128D720 | ||
#define OFF_DIRECTORY_MANAGER_PTR 0x128D8F0 | ||
#define OFF_GAME_SETTINGS_PTR 0x128D830 | ||
#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_AUDIO_MANAGER_PTR 0x12A7710 | ||
#define OFF_DIRECTORY_MANAGER_PTR 0x12A78F0 | ||
#define OFF_GAME_SETTINGS_PTR 0x12A7840 | ||
#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
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