rando: remove vanilla (#5805)

This commit is contained in:
Philip Dubé
2025-10-13 22:10:51 +00:00
committed by GitHub
parent e254c1f908
commit 73f3427ced
8 changed files with 136 additions and 196 deletions
@@ -1554,7 +1554,7 @@ bool IsCheckShuffled(RandomizerCheck rc) {
if (loc->GetRCType() == RCTYPE_SHOP) {
auto identity = OTRGlobals::Instance->gRandomizer->IdentifyShopItem(loc->GetScene(), loc->GetActorParams() + 1);
}
if (IS_RANDO && OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_LOGIC_RULES) != RO_LOGIC_VANILLA) {
if (IS_RANDO) {
return (loc->GetArea() != RCAREA_INVALID) && // don't show Invalid locations
(loc->GetRCType() != RCTYPE_GOSSIP_STONE) && // TODO: Don't show hints until tracker supports them
(loc->GetRCType() != RCTYPE_STATIC_HINT) && // TODO: Don't show hints until tracker supports them