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();