From 7c91f608f3219df331e04e01fa2d96757f8ee1e6 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 1 Feb 2025 00:29:38 +0100 Subject: Move ov054 documentation from Ghidra --- src/00_Core/Player/LinkStateItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/00_Core') diff --git a/src/00_Core/Player/LinkStateItem.cpp b/src/00_Core/Player/LinkStateItem.cpp index bb6c8f08..c5926856 100644 --- a/src/00_Core/Player/LinkStateItem.cpp +++ b/src/00_Core/Player/LinkStateItem.cpp @@ -57,7 +57,7 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) { pData_027e103c->mUnk_2a = 0; pData_027e103c->func_ov000_020cf9dc(0, 0); break; - case ItemFlag_Shovel: EquipScoop::StopUsing(this); break; + case ItemFlag_Shovel: this->StopUsingScoop(); break; } if (this->mEquipId != ItemFlag_None) { -- cgit v1.2.3