diff options
author | red031000 <rubenru09@aol.com> | 2020-05-25 13:12:21 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-25 13:12:21 +0100 |
commit | 6e6d5704a2d209b10c175c72994c1dbd8a340409 (patch) | |
tree | d31395f31774b605a3f6cb510febb0072246eff1 /include | |
parent | df21863c640e72cefbdd46da5e294fb48fc8d625 (diff) | |
parent | 895b0ad8b9c09a0b6b1de59de76ed4a258076f87 (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'include')
-rw-r--r-- | include/GFLIB_sysctl.h | 25 | ||||
-rw-r--r-- | include/main.h | 13 |
2 files changed, 13 insertions, 25 deletions
diff --git a/include/GFLIB_sysctl.h b/include/GFLIB_sysctl.h deleted file mode 100644 index 9aec681c..00000000 --- a/include/GFLIB_sysctl.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// 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 fd2801de..ff710655 100644 --- a/include/main.h +++ b/include/main.h @@ -78,4 +78,17 @@ extern struct Unk2106FA0 gBacklightTop_2; // same as the first one, it's referen void NitroMain(void); +extern struct Unk21C48B8 gUnknown21C48B8; + +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 //GUARD_MAIN_H |