mirror of
https://github.com/zeldaret/ph
synced 2026-06-06 11:37:30 -04:00
match EquipHammer::IsUsable
This commit is contained in:
@@ -43,3 +43,5 @@ public:
|
||||
void func_ov059_02198fa8(unk32 param1);
|
||||
bool func_ov059_02198fe0();
|
||||
};
|
||||
|
||||
extern LinkStateItem *GetLinkStateItem();
|
||||
|
||||
@@ -41,5 +41,5 @@ public:
|
||||
Vec3p *GetPlayerPos();
|
||||
void func_ov000_020be99c(Vec3p *param1);
|
||||
void func_ov000_020be9e4(s32 param1, s32 param2, s32 param3, s16 param4);
|
||||
u16 GetAmmo();
|
||||
s16 GetAmmo() const;
|
||||
};
|
||||
|
||||
@@ -154,4 +154,5 @@ public:
|
||||
|
||||
LinkStateBase *GetLinkState(s32 index);
|
||||
|
||||
extern LinkStateBase *gLinkState;
|
||||
extern LinkStateBase **gLinkStates;
|
||||
|
||||
@@ -19,7 +19,7 @@ public:
|
||||
/* 20 */ unk16 mUnk_20;
|
||||
/* 22 */ unk8 mUnk_22[2];
|
||||
/* 24 */ s8 mUnk_24;
|
||||
/* 25 */ unk8 mUnk_25[7];
|
||||
/* 25 */ u8 mUnk_25[7];
|
||||
/* 2c */ unk16 mUnk_2c;
|
||||
/* 2e */ unk8 mUnk_2e[2];
|
||||
/* 30 */ void *mUnk_30;
|
||||
|
||||
Reference in New Issue
Block a user