diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-13 19:38:55 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-13 19:38:55 +0200 |
commit | 5200f263fc773b5bfb246af68619d96822a321b4 (patch) | |
tree | 7b7858d1fbfe631e07aa888c5ab8c7313df2a0dc /include | |
parent | a50b0bd9052bbeb9c439f2a25e5ab290c528cdf4 (diff) |
more decomps
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02016B94.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/unk_02016B94.h b/include/unk_02016B94.h index b1dbfcda..0ecf4f56 100644 --- a/include/unk_02016B94.h +++ b/include/unk_02016B94.h @@ -6,6 +6,9 @@ #include "GX_layers.h" #include "gx.h" #include "heap.h" +#include "math_util.h" +#include "MI_uncompress.h" +#include "OS_cache.h" struct UnkStruct1 { u32 unk00; @@ -32,7 +35,7 @@ struct UnkStruct2 { struct InnerStruct { - u32 unk08; + void *unk08; u32 unk0c; u32 unk10; @@ -61,4 +64,5 @@ THUMB_FUNC void FUN_02016C18(struct UnkStruct2 *param0, u8 param1, struct UnkStr -#endif //POKEDIAMOND_UNK_02016B94_H
\ No newline at end of file + +#endif //POKEDIAMOND_UNK_02016B94_H |