diff options
| author | Aetias <aetias@outlook.com> | 2024-05-23 19:02:40 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-05-23 19:02:40 +0200 |
| commit | e0285dbb76da5d9c02b173d5b6b612dbe71e563e (patch) | |
| tree | 186dde7f9733bfb81bfae9af511ca7f4dd24fe55 /include | |
| parent | c779b21215958c999d2360cd034116c2c323959a (diff) | |
Rename `PlayerLinkBase::GongoronCollidesWith`
Diffstat (limited to 'include')
| -rw-r--r-- | include/Player/PlayerLinkBase.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Player/PlayerLinkBase.hpp b/include/Player/PlayerLinkBase.hpp index da67afb3..31eedf8e 100644 --- a/include/Player/PlayerLinkBase.hpp +++ b/include/Player/PlayerLinkBase.hpp @@ -69,7 +69,7 @@ public: /* 6c */ virtual void vfunc_6c(); /* 70 */ virtual void vfunc_70(s32 param1, Vec3p *param2, unk32 param3); /* 74 */ virtual void vfunc_74(); - /* 78 */ virtual bool vfunc_78(); + /* 78 */ virtual unk32 vfunc_78(); /* 7c */ virtual void vfunc_7c(); /* 80 */ virtual void SetUnk_5e(); /* 84 */ virtual void ResetUnk_5e(); @@ -78,6 +78,7 @@ public: bool func_ov00_020bbd80(s32 param1); void func_ov00_020bc854(Vec3p *param1); bool func_ov00_020bd304(); + bool GongoronCollidesWith(Cylinder *hitbox); }; extern PlayerLinkBase *gPlayerLink; |
