diff options
author | red031000 <rubenru09@aol.com> | 2020-05-24 18:56:21 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-24 18:56:21 +0100 |
commit | cf80ce7a82b3193261a76caeefd009ca5e862ac5 (patch) | |
tree | 1e94a3ec9d9dad8b76c3c57b61a3f81847a09a0c /include | |
parent | caf682d92bfe069c09b7cf024c995255705d33b1 (diff) |
add header for GFLIB_sysctl and fix warnings
Diffstat (limited to 'include')
-rw-r--r-- | include/GFLIB_sysctl.h | 25 | ||||
-rw-r--r-- | include/main.h | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/include/GFLIB_sysctl.h b/include/GFLIB_sysctl.h new file mode 100644 index 00000000..9aec681c --- /dev/null +++ b/include/GFLIB_sysctl.h @@ -0,0 +1,25 @@ +// +// Created by red031000 on 2020-05-24. +// + +#ifndef POKEDIAMOND_GFLIB_SYSCTL_H +#define POKEDIAMOND_GFLIB_SYSCTL_H + +#include "global.h" +#include "main.h" + +extern struct Unk21C48B8 gUnknown21C48B8; +struct Unk2106FA0 gBacklightTop; + +void FUN_02000DF4(void); +void FUN_02000E0C(void); +void FUN_02000E7C(FSOverlayID id, struct Unk21DBE18 * arg1); +void FUN_02000E9C(void); +void FUN_02000EC8(u32 parameter); +void FUN_02000EE8(void); +void DoSoftReset(u32 parameter); +void FUN_02000F4C(u32 arg0, u32 arg1); +void InitializeMainRNG(void); +void FUN_02000FE8(void); + +#endif //POKEDIAMOND_GFLIB_SYSCTL_H diff --git a/include/main.h b/include/main.h index 92456092..6f75b2f7 100644 --- a/include/main.h +++ b/include/main.h @@ -51,7 +51,7 @@ struct Unk21C48B8 s32 unk20; s32 unk24; s32 unk28; - s32 unk2C; + u32 unk2C; s32 unk30; s32 unk34; s32 unk38; |