summaryrefslogtreecommitdiff
path: root/include/DTCM
diff options
context:
space:
mode:
authorYanis002 <35189056+Yanis002@users.noreply.github.com>2025-02-07 23:39:39 +0100
committerYanis002 <35189056+Yanis002@users.noreply.github.com>2025-02-07 23:39:39 +0100
commita9de8ab2ddd7024fa22c337fe5501e205f20a231 (patch)
treeae669980d13f70b188fd48f54151930f8fe60633 /include/DTCM
parent68c6291568148ca26226540bdb0c2f59d7ab6445 (diff)
match `EquipHammer::IsUsable`
Diffstat (limited to 'include/DTCM')
-rw-r--r--include/DTCM/UnkStruct_027e0d38.hpp8
-rw-r--r--include/DTCM/UnkStruct_027e0fd4.hpp2
2 files changed, 9 insertions, 1 deletions
diff --git a/include/DTCM/UnkStruct_027e0d38.hpp b/include/DTCM/UnkStruct_027e0d38.hpp
index a36af0fe..a462a6e8 100644
--- a/include/DTCM/UnkStruct_027e0d38.hpp
+++ b/include/DTCM/UnkStruct_027e0d38.hpp
@@ -3,12 +3,18 @@
#include "global.h"
#include "types.h"
+struct UnkStruct_027e0d38_UnkC {
+ /* 00 */ unk32 mUnk_00;
+
+ unk32 func_ov000_020a5e9c(void);
+};
+
struct UnkStruct_027e0d38 {
/* 00 */ unk8 mUnk_00;
/* 01 */ unk8 mUnk_01[3]; // padding?
/* 04 */ unk32 mUnk_04;
/* 08 */ unk32 mUnk_08;
- /* 0c */ unk32 mUnk_0c;
+ /* 0c */ UnkStruct_027e0d38_UnkC mUnk_0c;
/* 10 */ unk32 mUnk_10;
/* 14 */ unk32 mUnk_14;
/* 18 */ unk32 mUnk_18;
diff --git a/include/DTCM/UnkStruct_027e0fd4.hpp b/include/DTCM/UnkStruct_027e0fd4.hpp
index 4d931bd5..42e254ea 100644
--- a/include/DTCM/UnkStruct_027e0fd4.hpp
+++ b/include/DTCM/UnkStruct_027e0fd4.hpp
@@ -128,3 +128,5 @@ public:
void func_ov000_020b6ba4(s32 param1, s32 param2);
bool func_ov000_020b6e70();
};
+
+extern UnkStruct_027e0fd4* data_027e0fd4;