summaryrefslogtreecommitdiff
path: root/src/00_Core/Player
diff options
context:
space:
mode:
authormike8699 <mikebuntu68@gmail.com>2025-01-04 18:29:20 -0500
committermike8699 <mikebuntu68@gmail.com>2025-01-05 19:06:26 -0500
commit70d24e07765610cdbae4876e71a46e736868fcfb (patch)
tree38457b3196865638ceb0fa4d0e7a9f1465890115 /src/00_Core/Player
parent5f526aadb563bc3083dd8709b9b87bd628079f42 (diff)
Fix error
Diffstat (limited to 'src/00_Core/Player')
-rw-r--r--src/00_Core/Player/LinkStateItem.cpp2
1 files changed, 1 insertions, 1 deletions
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) {