diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-19 20:56:32 +0100 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-19 21:03:42 +0100 |
commit | 7dd1e6b1a3ce58430bca1d2ad95d68f7c7c7a0ea (patch) | |
tree | c2aa291fe5064fe17f993cdd4539446126b8d584 /include | |
parent | 885d7c10805d581e4758e57ada3908b5dc9eded7 (diff) |
decomp 02015E30
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02015E30.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/unk_02015E30.h b/include/unk_02015E30.h new file mode 100644 index 00000000..7d565beb --- /dev/null +++ b/include/unk_02015E30.h @@ -0,0 +1,21 @@ +#ifndef POKEDIAMOND_UNK_02015E30_H +#define POKEDIAMOND_UNK_02015E30_H + +#include "global.h" +#include "igt.h" + +struct UnkStruct_02015E30 +{ + u32 unk00; + struct IGT *unk04; + u64 unk08; + u32 unk10; + u32 unk14; + u64 unk18; +}; + +THUMB_FUNC void FUN_02015E30(); +THUMB_FUNC void FUN_02015E3C(struct IGT *igt); +THUMB_FUNC void FUN_02015E60(); + +#endif //POKEDIAMOND_UNK_02015E30_H
\ No newline at end of file |