diff options
| author | Akira Akashi <rubenru09@aol.com> | 2021-03-19 20:18:27 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 20:18:27 +0000 |
| commit | e2efdddfacd3c9453fda373d83e5078cd4f25a09 (patch) | |
| tree | 9d46de7614c657019c83f7d8fb9fbe2b465035c9 /include | |
| parent | 885d7c10805d581e4758e57ada3908b5dc9eded7 (diff) | |
| parent | 2b1cbfa8627fc799a53c6dfb5356dbcb10000126 (diff) | |
Merge pull request #338 from remicalixte/unk_02015E30
Decompile unk_02015E30.s
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..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 |
