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) {