diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-05-11 20:34:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 20:34:17 +0200 |
| commit | e704ec994219540b71da323a61ffa930f80ce492 (patch) | |
| tree | 8ef52838d148fcc7c1d1f1cb2458f47af9c23fa0 /src/57_Rope/Actor | |
| parent | d02c870d1dbe8c9b5e8b3acbb3b5bfff53ad8d03 (diff) | |
ActorCharacter OK (#162)
* ActorCharacter 93%
* ActorCharacter 98%
* ActorCharacter OK
* Fix broken matches
Diffstat (limited to 'src/57_Rope/Actor')
| -rw-r--r-- | src/57_Rope/Actor/Player/ActorRope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/57_Rope/Actor/Player/ActorRope.cpp b/src/57_Rope/Actor/Player/ActorRope.cpp index bbcf4115..45e8925b 100644 --- a/src/57_Rope/Actor/Player/ActorRope.cpp +++ b/src/57_Rope/Actor/Player/ActorRope.cpp @@ -2,7 +2,7 @@ ActorRope_Unk_0219a3b0 gUnk_0219a3b0; -void ActorRope_Unk_0219a3b0::vfunc_08(unk16 *param1) {} +bool ActorRope_Unk_0219a3b0::vfunc_08(UnkStruct_ov000_020beba8_08 *param1) {} bool ActorRope_Unk_0219a3b0::vfunc_10(s32 *param1) {} ActorRope::ActorRope() {} bool ActorRope::Init() {} |
