Skip to content

Commit

Permalink
Hyrule Field: add missing south east door
Browse files Browse the repository at this point in the history
Co-authored-By: Henny022 <[email protected]>
  • Loading branch information
Ibot02 and Henny022 committed Nov 24, 2024
1 parent b1499e9 commit d4eee7b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tmc/logic/hyrule_field.logic
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,22 @@ area HyruleField:
Main -> CenterTingleTreeEntrance: flag Caves.MagicBoomerang.AllTorches
Main -> FairyFountainEntrance: fusion FairyFountain

node SouthEast:
door EastSouth
node SouthEastTrees:
set SouthEastTree1
set SouthEastTree2
set SouthEastTree3
set SouthEastTree4
SouthEast <-> Main: ( flag SouthEastTree1 | flag SouthEastTree2 | flag SouthEastTree3 | flag SouthEastTree4 )
Main -> SouthEastTrees: ( helper AnySword | item FlameLantern | item BombBag | item LightArrows | hasExplosive )
SouthEast -> SouthEastTrees: ( helper AnySword | item FlameLantern | item BombBag | item LightArrows | hasExplosive )

node EastBombableRocks:
set EastBombableRockOne
set EastBombableRockTwo
node NorthEast:
door NorthEast
door EastNorth
warp Virtual.Zeffa.FluteAway
Main -> RightBombableRocks: ( item BombBag | hasExplosive)
NorthEast -> RightBombableRocks: ( item BombBag | hasExplosive )
Expand Down

0 comments on commit d4eee7b

Please sign in to comment.