diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-31 21:22:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-31 21:22:55 +0200 |
| commit | 82f54b2f075e7f6612b80edf52b37bb6377e0d49 (patch) | |
| tree | 93550aa10732bc050088b5773ce3ea0d09f6e0dc /include/Actor/Player/ActorRope.hpp | |
| parent | 8ad6359c7d3c7afcbddd7d450b7fa4b9764255b6 (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/ActorRope.hpp')
| -rw-r--r-- | include/Actor/Player/ActorRope.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() : |
