diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-11-16 17:14:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-16 17:14:48 +0100 |
| commit | fc691f4c8f76d11d6b47149fefadaca4470ab2a1 (patch) | |
| tree | fe987a191d96ca71ce32776be09a57408f491050 /include/DTCM | |
| parent | 5b15874c4d2d7c185c98f2791cf8fa6a9d86a440 (diff) | |
LinkStateInteract (#135)
* Map symbol in Game
* LinkStateInteract 19%
* DebugHierarchy -> Bhio
* LinkStateInteract 89%
* LinkStateInteract 93%
* Japanese strings
* Fix build
* Fix regression
* Fix regressions
* Rename BhioBase.cpp
Diffstat (limited to 'include/DTCM')
| -rw-r--r-- | include/DTCM/UnkStruct_027e0c68.hpp | 4 | ||||
| -rw-r--r-- | include/DTCM/UnkStruct_027e0f64.hpp | 4 | ||||
| -rw-r--r-- | include/DTCM/UnkStruct_027e0fd4.hpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/include/DTCM/UnkStruct_027e0c68.hpp b/include/DTCM/UnkStruct_027e0c68.hpp index e172e51e..ef36b3bf 100644 --- a/include/DTCM/UnkStruct_027e0c68.hpp +++ b/include/DTCM/UnkStruct_027e0c68.hpp @@ -3,7 +3,7 @@ #include "global.h" #include "types.h" -#include "Debug/DebugHierarchyBase.hpp" +#include "Player/Bhio.hpp" struct UnkStruct_027e0c68 { /* 00 */ unk8 mUnk_00[4]; @@ -20,7 +20,7 @@ struct UnkStruct_027e0c68 { /* 24 */ unk32 mUnk_24; /* 28 */ s32 *mUnk_28; /* 2c */ unk8 mUnk_2c[0x1c]; - /* 48 */ DebugHierarchyBase *mDebug; + /* 48 */ BhioBase *mDebug; /* 4c */ }; diff --git a/include/DTCM/UnkStruct_027e0f64.hpp b/include/DTCM/UnkStruct_027e0f64.hpp index 8826fd13..9a0bdd36 100644 --- a/include/DTCM/UnkStruct_027e0f64.hpp +++ b/include/DTCM/UnkStruct_027e0f64.hpp @@ -3,7 +3,7 @@ #include "global.h" #include "types.h" -#include "Debug/DebugHierarchy.hpp" +#include "Player/Bhio.hpp" struct UnkStruct_027e0f64_04 { /* 000 */ u8 pad[0x1B4 - 0x00]; @@ -12,7 +12,7 @@ struct UnkStruct_027e0f64_04 { class UnkStruct_027e0f64 { public: - /* 0 */ DebugHierarchyBase *mUnk_0; + /* 0 */ Bhio *mUnk_0; /* 4 */ UnkStruct_027e0f64_04 *mUnk_4; /* 8 */ UnkStruct_027e0f64_04 *mUnk_8; /* c */ diff --git a/include/DTCM/UnkStruct_027e0fd4.hpp b/include/DTCM/UnkStruct_027e0fd4.hpp index e8e89954..a7b984e2 100644 --- a/include/DTCM/UnkStruct_027e0fd4.hpp +++ b/include/DTCM/UnkStruct_027e0fd4.hpp @@ -80,7 +80,7 @@ public: /* 0e0 */ Actor *mUnk_0e0; /* 0e4 */ unk32 mUnk_0e4; /* 0e8 */ unk32 mUnk_0e8; - /* 0ec */ unk32 mUnk_0ec; + /* 0ec */ Actor *mUnk_0ec; /* 0f0 */ unk32 mUnk_0f0; /* 0f4 */ unk32 mUnk_0f4; /* 0f8 */ unk32 mUnk_0f8; |
