mirror of
https://github.com/zeldaret/ph
synced 2026-06-08 20:20:17 -04:00
match EquipHammer::IsUsable
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -128,3 +128,5 @@ public:
|
||||
void func_ov000_020b6ba4(s32 param1, s32 param2);
|
||||
bool func_ov000_020b6e70();
|
||||
};
|
||||
|
||||
extern UnkStruct_027e0fd4* data_027e0fd4;
|
||||
|
||||
Reference in New Issue
Block a user