diff options
| author | Aetias <aetias@outlook.com> | 2025-02-02 12:13:20 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-02-02 12:13:20 +0100 |
| commit | baa870cbc090f56286ae3f2f44cd84ba7165e484 (patch) | |
| tree | f877dcee4a011c09b4ecac2d6f492ddf4a9ae360 /src/00_Core/Player | |
| parent | d5376fc903f3677a4f9c97bd3abd85c229f1ceb6 (diff) | |
Move ov057 documentation from Ghidra
Diffstat (limited to 'src/00_Core/Player')
| -rw-r--r-- | src/00_Core/Player/LinkStateItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Player/LinkStateItem.cpp b/src/00_Core/Player/LinkStateItem.cpp index 9000a8c6..30c5a5e0 100644 --- a/src/00_Core/Player/LinkStateItem.cpp +++ b/src/00_Core/Player/LinkStateItem.cpp @@ -49,7 +49,7 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) { case ItemFlag_Boomerang: break; case ItemFlag_BombBag: this->StopUsingBomb(param1); break; case ItemFlag_Bow: break; - case ItemFlag_GrapplingHook: EquipRope::StopUsing(this); break; + case ItemFlag_GrapplingHook: this->StopUsingRope(); break; case ItemFlag_Hammer: EquipHammer::StopUsing(this); break; case ItemFlag_PotionA: case ItemFlag_PotionB: |
