From ab007b4c44a0129488b1c8d9cb2eda4bef0180bd Mon Sep 17 00:00:00 2001 From: gymnast86 Date: Fri, 22 May 2026 19:53:09 -0700 Subject: [PATCH] revert updateTracker check --- src/d/d_item.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/d/d_item.cpp b/src/d/d_item.cpp index 4c39999e80..86c98317d5 100644 --- a/src/d/d_item.cpp +++ b/src/d/d_item.cpp @@ -550,9 +550,7 @@ void execItemGet(u8 i_itemNo) { #if TARGET_PC if (randomizer_IsActive()) { i_itemNo = verifyProgressiveItem(i_itemNo); - // Basic checking to not update if we pickup hearts or rupees - if (i_itemNo > 0x13) - g_randomizerState.mUpdateTracker = true; + g_randomizerState.mUpdateTracker = true; } #endif