diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-02 10:14:45 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-02 10:14:45 +0200 |
commit | b4b10b6c1c3ff5143d2f39219230af7d62723e35 (patch) | |
tree | 03c3f04db251c3c22f3d4572bf20375b5d2ecdd7 /include | |
parent | fe7f18002c7987ef744b5024151ca0903e4317fd (diff) | |
parent | f9e23355059cc5fb1298853fe19a6ffec18764fd (diff) |
Merge branch 'master' into unk_02031734
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_0206015C.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/include/unk_0206015C.h b/include/unk_0206015C.h new file mode 100644 index 00000000..e8a312c2 --- /dev/null +++ b/include/unk_0206015C.h @@ -0,0 +1,30 @@ +#ifndef UNK_0206015C_H_GUARD +#define UNK_0206015C_H_GUARD + +#include "global.h" +#include "script.h" +#include "unk_0204639C.h" + +struct UnkStruct_0206015C +{ + u32 unk0; + u32 unk4; + u32 unk8; + u8 unkC; + u8 unkD; +}; + +struct UnkStruct_0204652C +{ + void* unk0; + u32 unk4; + u32 unk8; + u8 action; + u8 unkD; // some kind of counter? + u8 unkE; // some kind of counter? +}; + +THUMB_FUNC void FUN_0206015C(struct UnkSavStruct80* savStruct); +THUMB_FUNC BOOL FUN_02060194(struct UnkStruct_0204639C * unkStruct0); + +#endif //UNK_0206015C_H_GUARD |