From baa870cbc090f56286ae3f2f44cd84ba7165e484 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sun, 2 Feb 2025 12:13:20 +0100 Subject: Move ov057 documentation from Ghidra --- src/00_Core/Player/LinkStateItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/00_Core/Player/LinkStateItem.cpp') 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: -- cgit v1.2.3