Skip to content

Commit

Permalink
Fixed Road to SS Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
RandoZLink authored Mar 13, 2024
1 parent 6127f36 commit b760c39
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 @@ -769,7 +769,7 @@ void AreaTable_Init() {
},
{
//Locations
LocationAccess(ROAD_TO_SS_TREE, {[] {return (DekuMask && MagicMeter) || Bow || Hookshot || ZoraMask);}}),//something to kill the dragonfly
LocationAccess(ROAD_TO_SS_TREE, {[] {return (DekuMask && MagicMeter) || Bow || Hookshot || ZoraMask));}}),//something to kill the dragonfly
LocationAccess(TINGLE_ROAD_TO_SS_WF, {[]{return (DekuMask && MagicMeter) || Bow || Hookshot || ZoraMask;}}),
LocationAccess(TINGLE_ROAD_TO_SS_SH, {[]{return (DekuMask && MagicMeter) || Bow || Hookshot || ZoraMask;}}),
//Gossip Stones
Expand Down

0 comments on commit b760c39

Please sign in to comment.