diff options
| author | Aetias <aetias@outlook.com> | 2025-02-16 16:07:22 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-02-16 16:07:22 +0100 |
| commit | 83bdfdb8925d84d85b36ffbe69f256cc87da8116 (patch) | |
| tree | 9ad569a2300e9d7e0d7f09f01bf9a2e7ba84e1ce /include/DTCM | |
| parent | d057996378f1235c67d93014595e9fd929a4efb6 (diff) | |
PlayerControl: Decomp 68%
Diffstat (limited to 'include/DTCM')
| -rw-r--r-- | include/DTCM/UnkStruct_027e05f8.hpp | 2 | ||||
| -rw-r--r-- | include/DTCM/UnkStruct_027e0f64.hpp | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/include/DTCM/UnkStruct_027e05f8.hpp b/include/DTCM/UnkStruct_027e05f8.hpp index 7270ade1..a5bc24d6 100644 --- a/include/DTCM/UnkStruct_027e05f8.hpp +++ b/include/DTCM/UnkStruct_027e05f8.hpp @@ -5,7 +5,7 @@ struct UnkStruct_027e05f8 { /* 0 */ u16 mUnk_0; - /* 2 */ unk16 mUnk_2; + /* 2 */ u16 mUnk_2; /* 4 */ unk16 mUnk_4; /* 6 */ diff --git a/include/DTCM/UnkStruct_027e0f64.hpp b/include/DTCM/UnkStruct_027e0f64.hpp new file mode 100644 index 00000000..33728a7e --- /dev/null +++ b/include/DTCM/UnkStruct_027e0f64.hpp @@ -0,0 +1,15 @@ +#pragma once + +#include "global.h" +#include "types.h" + +struct UnkStruct_027e0f64 { + /* 0 */ DebugHierarchyBase *mUnk_0; + /* 4 */ void *mUnk_4; + /* 8 */ void *mUnk_8; + /* c */ + + unk32 func_ov000_0208b180(); +}; + +extern UnkStruct_027e0f64 *data_027e0f64; |
