diff options
| author | Aetias <aetias@outlook.com> | 2025-01-23 23:11:04 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-01-23 23:11:04 +0100 |
| commit | 1d4fc368c29d6ec3940fff2e8e56364827e45b62 (patch) | |
| tree | 02645ecbd5dd560e24c85767c532180dd6b88ade /src/00_Core/Item/ItemManager.cpp | |
| parent | af097b91d7ad589ee017841b474faee89d1999af (diff) | |
Move ov000 documentation from Ghidra
Diffstat (limited to 'src/00_Core/Item/ItemManager.cpp')
| -rw-r--r-- | src/00_Core/Item/ItemManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Item/ItemManager.cpp b/src/00_Core/Item/ItemManager.cpp index 8b7ddde1..b87b371e 100644 --- a/src/00_Core/Item/ItemManager.cpp +++ b/src/00_Core/Item/ItemManager.cpp @@ -256,7 +256,7 @@ ARM bool ItemManager::func_ov00_020ad790(unk32 param1) { ItemFlag equipId = mForcedItem;
bool unk2 = !gMapManager->func_ov00_020849f8(equipId);
if (mEquippedItem != ItemFlag_None && (unk2 || (u32) mEquippedItem - 9 <= 1) &&
- (gPlayerLink == 0 || gPlayerLink->func_ov00_020bbd80(param1)) && this->HasItem(mEquippedItem))
+ (gPlayerLink == 0 || gPlayerLink->func_ov000_020bbd80(param1)) && this->HasItem(mEquippedItem))
{
equipId = mEquippedItem;
}
|
