From 70d24e07765610cdbae4876e71a46e736868fcfb Mon Sep 17 00:00:00 2001 From: mike8699 Date: Sat, 4 Jan 2025 18:29:20 -0500 Subject: [PATCH] Fix error --- src/00_Core/Player/LinkStateItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/00_Core/Player/LinkStateItem.cpp b/src/00_Core/Player/LinkStateItem.cpp index 313c11fa..30643a87 100644 --- a/src/00_Core/Player/LinkStateItem.cpp +++ b/src/00_Core/Player/LinkStateItem.cpp @@ -88,7 +88,7 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) { this->mNextEquip = -1; puVar4 = (unk32 *) this + 20; - for (; puVar4 != (unk32 *) this + 22; puVar4 = puVar4 + 4) { + for (; puVar4 != (unk32 *) this + 22; puVar4++) { func_ov000_020b7e6c(puVar4); } if (gPlayerControl->mUnk_80 != false) {