diff options
| author | Aetias <aetias@outlook.com> | 2025-02-01 00:29:38 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-02-01 00:29:38 +0100 |
| commit | 7c91f608f3219df331e04e01fa2d96757f8ee1e6 (patch) | |
| tree | bdaa01e440760038da5a334d7cd7cc3fe101d6a1 /src/00_Core | |
| parent | 6c9b78fc1b7c4954d9f5a4c0edcc1349ab2b55ad (diff) | |
Move ov054 documentation from Ghidra
Diffstat (limited to 'src/00_Core')
| -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 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) { |
