From d2d3b6b75fa8697069d0d546ef813f85d795447f Mon Sep 17 00:00:00 2001 From: mike8699 Date: Thu, 2 Jan 2025 14:50:12 -0500 Subject: [PATCH] Use -1 instead of 0xfffffff --- 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 7fe96734..93c1e336 100644 --- a/src/00_Core/Player/LinkStateItem.cpp +++ b/src/00_Core/Player/LinkStateItem.cpp @@ -86,7 +86,7 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) { } } - this->mNextEquip = 0xffffffff; + this->mNextEquip = -1; puVar4 = (unk32 *) this + 20; puVar5 = (unk32 *) this + 22;