diff options
| author | mike8699 <mikebuntu68@gmail.com> | 2025-01-04 18:29:20 -0500 |
|---|---|---|
| committer | mike8699 <mikebuntu68@gmail.com> | 2025-01-05 19:06:26 -0500 |
| commit | 70d24e07765610cdbae4876e71a46e736868fcfb (patch) | |
| tree | 38457b3196865638ceb0fa4d0e7a9f1465890115 /src | |
| parent | 5f526aadb563bc3083dd8709b9b87bd628079f42 (diff) | |
Fix error
Diffstat (limited to 'src')
| -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 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) { |
