diff options
Diffstat (limited to 'include/unk_02015E30.h')
-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..32a46d39 --- /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 |