mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
Remove disabled special hints and warp song hints from the spoiler log (#3110)
* Initial implementation of no-duplicates of special hints * stupid fixes * fix always hints being suppressed by special hints * Impa's song will no longer be hinted when you skip child zelda * fix building * Remove disabled special hints from the spoiler log * Fix Loading spoiler logs causing corrupt hints, remove disabled warp song shuffle text from spoiler logs * Fix not detecting text size correctly and badly named greg hint * Remove disabled special hints from the spoiler log * Fix Loading spoiler logs causing corrupt hints, remove disabled warp song shuffle text from spoiler logs * Remove Sheik and Saria hints from the spoiler log when are not enabled * Prevent Magic hinted by Saria and Light Arrows hinted by Sheik from being hinted elsewhere unless they are locked by that item. * Prevent the Final Frogs gossip stone hint from spawning when the special final frogs hint is enabled. * Fix building after rebasing in deduplication * redelete keys.hpp
This commit is contained in:
parent
2a52493d1f
commit
15ebcd30fb
18 changed files with 297 additions and 193 deletions
|
@ -144,7 +144,9 @@ void Context::LocationReset() {
|
|||
GetItemLocation(il)->RemoveFromPool();
|
||||
}
|
||||
|
||||
GetItemLocation(RC_GANONDORF_HINT)->RemoveFromPool();
|
||||
for (RandomizerCheck il : Rando::StaticData::otherHintLocations) {
|
||||
GetItemLocation(il)->RemoveFromPool();
|
||||
}
|
||||
}
|
||||
|
||||
void Context::HintReset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue