From b24d2669742eb72109f3cc5fa415680d72330b77 Mon Sep 17 00:00:00 2001 From: Jerom Venneker Date: Sat, 27 Dec 2025 12:10:31 +0100 Subject: [PATCH] Reverted removal of 'ClearItemLocations' to fix #6036 (#6044) --- soh/soh/SaveManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/SaveManager.cpp b/soh/soh/SaveManager.cpp index 9317f8cbc..4d0068e16 100644 --- a/soh/soh/SaveManager.cpp +++ b/soh/soh/SaveManager.cpp @@ -466,6 +466,7 @@ void SaveManager::Init() { } } saveBlock = nlohmann::json::object(); + OTRGlobals::Instance->gRandoContext->ClearItemLocations(); } void SaveManager::StartupCheckAndInitMeta(int fileNum) {