diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-24 11:28:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 11:28:03 -0400 |
commit | ce09e79eb9ca2b384fb1c64f0946661b30ae75ea (patch) | |
tree | d32c7d1daf455a42d3f811d3d913b80e223d174f /include/global.h | |
parent | d28df0e7c8399c90e97aee098e868de1858fa2f4 (diff) | |
parent | 9a773792e9bed5eb55cd5e3ebdfdade652e8c5dd (diff) |
Merge pull request #187 from PikalaxALT/pikalax_work
Decompile unk_02034710.s (map_header.c)
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 |