Skip to content

Commit

Permalink
Fix hint region of Colossus Megalith area (#699)
Browse files Browse the repository at this point in the history
Apparently it would inherit the hint region of the nearby dungeon, which would allow that dungeon's items to appear there.
  • Loading branch information
Kewlan authored Oct 20, 2023
1 parent 8dd8b2d commit 4df3413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/location_access/locacc_gerudo_valley.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ void AreaTable_Init_GerudoValley() {
Entrance(COLOSSUS_GROTTO, { [] { return CanUse(SILVER_GAUNTLETS); } }),
});

areaTable[COLOSSUS_MEGALITH] = Area("Colossus Megalith", "Desert Colossus", NONE, DAY_NIGHT_CYCLE, {},
areaTable[COLOSSUS_MEGALITH] = Area("Colossus Megalith", "Desert Colossus", DESERT_COLOSSUS, DAY_NIGHT_CYCLE, {},
{
// Locations
LocationAccess(COLOSSUS_FREESTANDING_POH, { [] { return true; } }),
Expand Down

0 comments on commit 4df3413

Please sign in to comment.