diff options
author | red031000 <rubenru09@aol.com> | 2021-03-21 21:29:54 +0000 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-03-21 21:29:54 +0000 |
commit | a48d4ca5662481736ae0228f2633928c338c9e8f (patch) | |
tree | a2a12e99bdb459c1d0916a2424d7b93207bb3440 /include/unk_02015E30.h | |
parent | 0ed2967bdbf4667afdbbfafac6aee19d9244d50a (diff) | |
parent | 98aafed459ae6869e00462f265effa77bb76d8a4 (diff) |
Merge branch 'master' of https://github.com/pret/pokediamond
Diffstat (limited to 'include/unk_02015E30.h')
-rw-r--r-- | include/unk_02015E30.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/unk_02015E30.h b/include/unk_02015E30.h new file mode 100644 index 00000000..6a4d6c15 --- /dev/null +++ b/include/unk_02015E30.h @@ -0,0 +1,22 @@ +#ifndef POKEDIAMOND_UNK_02015E30_H +#define POKEDIAMOND_UNK_02015E30_H + +#include "global.h" +#include "igt.h" +#include "timer3.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 |