diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-24 10:38:59 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-24 10:38:59 -0400 |
commit | 1eb08c70e1b76c35def6f5aabd4a449bcab7c317 (patch) | |
tree | a1ce4365c91a960fbcb2fd45920db56205d84fcf /include/global.h | |
parent | d28df0e7c8399c90e97aee098e868de1858fa2f4 (diff) |
Decompile unk_02034710.s
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 88ca58ff..2b5771ee 100644 --- a/include/global.h +++ b/include/global.h @@ -6,6 +6,7 @@ #include "MWC_string.h" #include "function_target.h" #include "nitro.h" +#include "global.fieldmap.h" #include "constants/global.h" #define NELEMS(a) (sizeof(a) / sizeof(*(a))) @@ -35,6 +36,6 @@ extern void ErrorHandling(void); #define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0) extern const enum GameLanguage gGameLanguage; -extern const enum GameVersion gGameVersion; +extern const u8 gGameVersion; #endif //GUARD_GLOBAL_H |