diff options
Diffstat (limited to 'include/DTCM')
| -rw-r--r-- | include/DTCM/UnkStruct_027e0f64.hpp | 9 | ||||
| -rw-r--r-- | include/DTCM/UnkStruct_027e0f6c.hpp | 10 | ||||
| -rw-r--r-- | include/DTCM/UnkStruct_027e0f78.hpp | 2 |
3 files changed, 19 insertions, 2 deletions
diff --git a/include/DTCM/UnkStruct_027e0f64.hpp b/include/DTCM/UnkStruct_027e0f64.hpp index b6fb5a0b..8826fd13 100644 --- a/include/DTCM/UnkStruct_027e0f64.hpp +++ b/include/DTCM/UnkStruct_027e0f64.hpp @@ -5,11 +5,16 @@ #include "Debug/DebugHierarchy.hpp" +struct UnkStruct_027e0f64_04 { + /* 000 */ u8 pad[0x1B4 - 0x00]; + /* 1b4 */ unk32 mUnk_1b4; +}; + class UnkStruct_027e0f64 { public: /* 0 */ DebugHierarchyBase *mUnk_0; - /* 4 */ void *mUnk_4; - /* 8 */ void *mUnk_8; + /* 4 */ UnkStruct_027e0f64_04 *mUnk_4; + /* 8 */ UnkStruct_027e0f64_04 *mUnk_8; /* c */ void func_ov000_0208ae94(); diff --git a/include/DTCM/UnkStruct_027e0f6c.hpp b/include/DTCM/UnkStruct_027e0f6c.hpp new file mode 100644 index 00000000..6bddc3ca --- /dev/null +++ b/include/DTCM/UnkStruct_027e0f6c.hpp @@ -0,0 +1,10 @@ +#pragma once + +#include "global.h" +#include "types.h" + +struct UnkStruct_027e0f6c { + void func_ov004_02102770(); +}; + +extern UnkStruct_027e0f6c *data_027e0f6c; diff --git a/include/DTCM/UnkStruct_027e0f78.hpp b/include/DTCM/UnkStruct_027e0f78.hpp index 04353f37..bbae228d 100644 --- a/include/DTCM/UnkStruct_027e0f78.hpp +++ b/include/DTCM/UnkStruct_027e0f78.hpp @@ -10,6 +10,8 @@ struct UnkStruct_027e0f78 { /* 1c */ u16 mUnk_1c; /* 1e */ u16 mUnk_1e; /* 20 */ + + void func_ov004_02102e3c(); }; extern UnkStruct_027e0f78 *data_027e0f78; |
