summaryrefslogtreecommitdiff
path: root/include/Actor/Player
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2025-07-31 21:22:55 +0200
committerGitHub <noreply@github.com>2025-07-31 21:22:55 +0200
commit82f54b2f075e7f6612b80edf52b37bb6377e0d49 (patch)
tree93550aa10732bc050088b5773ce3ea0d09f6e0dc /include/Actor/Player
parent8ad6359c7d3c7afcbddd7d450b7fa4b9764255b6 (diff)
EquipBombchu (#131)
* Map symbol in Game * EquipBombchu 12% * EquipBombchu 53% * EquipBombchu 71% * configure: Don't verify dsd version if `--dsd` specified * EquipBombchu 89% * Fix regression
Diffstat (limited to 'include/Actor/Player')
-rw-r--r--include/Actor/Player/ActorBlast.hpp2
-rw-r--r--include/Actor/Player/ActorBomb.hpp2
-rw-r--r--include/Actor/Player/ActorRope.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/Actor/Player/ActorBlast.hpp b/include/Actor/Player/ActorBlast.hpp
index 431cc1d7..4b546b6f 100644
--- a/include/Actor/Player/ActorBlast.hpp
+++ b/include/Actor/Player/ActorBlast.hpp
@@ -54,6 +54,6 @@ class ActorBlast_Unk1 : public UnkStruct_ov000_020beba8 {
/* 70 */
/* 00 */ virtual ~ActorBlast_Unk1();
- /* 10 */ virtual void vfunc_10(s32 *param1);
+ /* 10 */ virtual bool vfunc_10(s32 *param1);
/* 18 */
};
diff --git a/include/Actor/Player/ActorBomb.hpp b/include/Actor/Player/ActorBomb.hpp
index 3817a73e..2c1cd196 100644
--- a/include/Actor/Player/ActorBomb.hpp
+++ b/include/Actor/Player/ActorBomb.hpp
@@ -16,7 +16,7 @@ public:
/* 00 */ virtual ~ActorBomb_Unk1() override;
/* 08 */ virtual void vfunc_0c(unk16 *param1) override;
- /* 0c */ virtual void vfunc_10(s32 *param1) override;
+ /* 0c */ virtual bool vfunc_10(s32 *param1) override;
/* 18 */
};
diff --git a/include/Actor/Player/ActorRope.hpp b/include/Actor/Player/ActorRope.hpp
index 245a7851..65e7fa50 100644
--- a/include/Actor/Player/ActorRope.hpp
+++ b/include/Actor/Player/ActorRope.hpp
@@ -15,7 +15,7 @@ public:
/* 00 */ virtual ~ActorRope_Unk_0219a3b0() override;
/* 08 */ virtual void vfunc_08(unk16 *param1) override;
- /* 10 */ virtual void vfunc_10(s32 *param1) override;
+ /* 10 */ virtual bool vfunc_10(s32 *param1) override;
/* 1c */
inline ActorRope_Unk_0219a3b0() :