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/main.h | |
parent | df21863c640e72cefbdd46da5e294fb48fc8d625 (diff) | |
parent | 895b0ad8b9c09a0b6b1de59de76ed4a258076f87 (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 |