From ffbaef7823a4e6ff68986e596303c33fb6bb6a3a Mon Sep 17 00:00:00 2001 From: Adam Bird Date: Sun, 19 Feb 2023 17:37:03 -0500 Subject: [PATCH] fix incorrect hint key for child spawn location (#2507) --- soh/soh/Enhancements/randomizer/3drando/location_access.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/3drando/location_access.cpp b/soh/soh/Enhancements/randomizer/3drando/location_access.cpp index cefa5229f..c7957be00 100644 --- a/soh/soh/Enhancements/randomizer/3drando/location_access.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/location_access.cpp @@ -286,7 +286,7 @@ void AreaTable_Init() { ((Bugs || Fish) && CanShield && CanDoGlitch(GlitchType::QPA, GlitchDifficulty::ADVANCED)) || ((Bugs || Fish) && (IsAdult || KokiriSword || Sticks || Bombs || HasBombchus || Boomerang || Slingshot || CanUse(MEGATON_HAMMER)) && CanShield && CanDoGlitch(GlitchType::ActionSwap, GlitchDifficulty::NOVICE)))) && PreludeOfLight && CanLeaveForest;}}), }); - areaTable[CHILD_SPAWN] = Area("Child Spawn", "", TEMPLE_OF_TIME, NO_DAY_NIGHT_CYCLE, {}, {}, { + areaTable[CHILD_SPAWN] = Area("Child Spawn", "", NONE, NO_DAY_NIGHT_CYCLE, {}, {}, { //Exits Entrance(KF_LINKS_HOUSE, {[]{return true;}}), });