Skip to content

Commit

Permalink
Update location_access.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RandoZLink authored Mar 6, 2024
1 parent d7aefc0 commit e275586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/location_access.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2532,7 +2532,7 @@ void AreaTable_Init() {
{
//Locations
LocationAccess(GBT_MAP_CHEST, {[] {return ZoraMask && (Hookshot || (Bow && MagicMeter && IceArrows));}}),
LocationAccess(GBT_SF_LEDGE_JAR, {[] {return ZoraMask && (Hookshot || Bow) && || (GreatFairyMask || (Bow && MagicMeter && IceArrows));}}), //Shoot to break pot and either get with GFM or ice platforms
LocationAccess(GBT_SF_LEDGE_JAR, {[] {return ZoraMask && (Hookshot || Bow) && (GreatFairyMask || (Bow && MagicMeter && IceArrows));}}), //Shoot to break pot and either get with GFM or ice platforms
},
{
//Exits
Expand Down

0 comments on commit e275586

Please sign in to comment.