From c1f0f2a9b7a2398ea37b4951ced9ce7bce6404bc Mon Sep 17 00:00:00 2001 From: aMannus Date: Wed, 29 Oct 2025 22:49:46 +0100 Subject: [PATCH] Create static hints for AP saves --- soh/soh/Enhancements/randomizer/context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/randomizer/context.cpp b/soh/soh/Enhancements/randomizer/context.cpp index 5ba839c1f..84bce654e 100644 --- a/soh/soh/Enhancements/randomizer/context.cpp +++ b/soh/soh/Enhancements/randomizer/context.cpp @@ -439,6 +439,7 @@ void Context::ParseArchipelago() { ParseArchipelagoOptions(); ParseArchipelagoTricks(); ParseArchipelagoExcludedLocations(); + CreateStaticHints(); mEntranceShuffler->UnshuffleAllEntrances(); mDungeons->ResetAllDungeons(); mTrials->RemoveAllTrials();