diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-29 11:29:42 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-29 11:29:42 -0400 |
commit | a56c25246a4b14d22ac5fc3b7d0dab6b0fc32908 (patch) | |
tree | bbe8325b4900b2c6aca9ccd5cd64b1458f467107 /include | |
parent | ea5d879160e36cab09abd44c8ed68a4008580f4a (diff) |
Decompile unk_02006234
Diffstat (limited to 'include')
-rw-r--r-- | include/main.h | 18 | ||||
-rw-r--r-- | include/poke_overlay.h | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index ff710655..7a6f4c36 100644 --- a/include/main.h +++ b/include/main.h @@ -5,9 +5,25 @@ #include "SPI_pm.h" #include "structs.h" +struct UnkStruct_02006234; + struct Unk21DBE18 { - u8 filler_00[16]; + BOOL (*unk0)(struct UnkStruct_02006234 *, u32 *); + BOOL (*unk4)(struct UnkStruct_02006234 *, u32 *); + BOOL (*unk8)(struct UnkStruct_02006234 *, u32 *); + FSOverlayID ovly; +}; + +struct UnkStruct_02006234 +{ + struct Unk21DBE18 ovly_mgr; + u32 unk10; + u32 unk14; + int * unk18; + void * unk1C; + u32 unk20; + u32 unk24; }; struct Unk2106FA0 diff --git a/include/poke_overlay.h b/include/poke_overlay.h index 400f600e..1ac69665 100644 --- a/include/poke_overlay.h +++ b/include/poke_overlay.h @@ -3,6 +3,8 @@ #include "FS_overlay.h" +#define SDK_OVERLAY_INVALID_ID -1u + #define OVERLAY_LOAD_WRAM 0 #define OVERLAY_LOAD_ITCM 1 #define OVERLAY_LOAD_DTCM 2 |