diff --git a/soh/soh/Enhancements/randomizer/context.cpp b/soh/soh/Enhancements/randomizer/context.cpp index 834692190..82a001024 100644 --- a/soh/soh/Enhancements/randomizer/context.cpp +++ b/soh/soh/Enhancements/randomizer/context.cpp @@ -249,7 +249,9 @@ void Context::LocationReset() { GetItemLocation(il)->RemoveFromPool(); } - GetItemLocation(RC_GANONDORF_HINT)->RemoveFromPool(); + for (const RandomizerCheck il : StaticData::otherHintLocations) { + GetItemLocation(il)->RemoveFromPool(); + } } void Context::HintReset() {