summaryrefslogtreecommitdiff
path: root/include/DTCM/UnkStruct_027e077c.hpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-05-24 12:23:03 +0200
committerAetias <aetias@outlook.com>2025-05-24 12:23:03 +0200
commitef04313d458adf37d2e3eb83fd291e4eb9b30a7d (patch)
tree307a66509214fbb10b2059fa542bc951c7cfec26 /include/DTCM/UnkStruct_027e077c.hpp
parente138813392a8606b2b87e9463d8fb0219fef269d (diff)
Decomp `PlayerControl` 98%
Diffstat (limited to 'include/DTCM/UnkStruct_027e077c.hpp')
-rw-r--r--include/DTCM/UnkStruct_027e077c.hpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/include/DTCM/UnkStruct_027e077c.hpp b/include/DTCM/UnkStruct_027e077c.hpp
index b0bc5f57..57ef477d 100644
--- a/include/DTCM/UnkStruct_027e077c.hpp
+++ b/include/DTCM/UnkStruct_027e077c.hpp
@@ -4,15 +4,26 @@
#include "types.h"
struct UnkStruct_027e077c {
+private:
/* 0 */ unk32 mUnk_0;
/* 4 */ unk32 mUnk_4;
+
+public:
/* 8 */ unk16 mUnk_8;
/* a */ unk8 mUnk_a;
/* b */
UnkStruct_027e077c(unk32 param1);
bool func_0202e740(unk32 param1);
+
+ inline volatile unk32 GetUnk0() const {
+ return mUnk_0;
+ }
+
+ inline unk32 GetUnk4() const {
+ return mUnk_4;
+ }
};
extern UnkStruct_027e077c data_027e077c;
-extern u8 data_02056be4[];
+extern volatile u8 data_02056be4[];