Skip to content

Commit

Permalink
fix: tmc/logic/town zeffa entrance/exit mixup
Browse files Browse the repository at this point in the history
Merge #157

closes #154
  • Loading branch information
Ibot02 committed Jun 2, 2024
2 parents c47f331 + 8594b54 commit 06bf5eb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tmc/logic/town.logic
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ area Town:
chest AnjuHP
node AnjuGarden:
door Anju
AnjuGarden -> Main # do we want to be able to make this out of logic (so as to not require this in entrance rando)?
node AnjuRoof:
door AnjuChimney
node CatsMinish:
Expand Down Expand Up @@ -49,9 +48,10 @@ area Town:
door Strato
door Swiftblade
door Well
entrance Crest
exit Crest
exit LibraryBottom
set Virtual.Zeffa.TownCrest
AnjuGarden -> Main # do we want to be able to make this out of logic (so as to not require this in entrance rando)?
Main <-> Anju: (item Flippers | item Cape)
Main <-> FigurineHouseDoorEast: flag FigurineHouseDoorEastOpen
Main <-> GormanHouseSouth: flag TalkedToOracle
Expand Down Expand Up @@ -118,10 +118,10 @@ area Town:
door DrLeftChimney
door GormanHouseWest
door StratoMinish
node HearthLedge +: exit Virtual.Zeffa.FluteAway
node Main +: exit Virtual.Zeffa.FluteAway
node MayorGarden +: exit Virtual.Zeffa.FluteAway
node LibraryRoof +: exit Virtual.Zeffa.FluteAway
node SchoolGarden +: exit Virtual.Zeffa.FluteAway
node SchoolRoof +: exit Virtual.Zeffa.FluteAway
node SouthWest +: exit Virtual.Zeffa.FluteAway
node HearthLedge +: entrance Virtual.Zeffa.FluteAway
node Main +: entrance Virtual.Zeffa.FluteAway
node MayorGarden +: entrance Virtual.Zeffa.FluteAway
node LibraryRoof +: entrance Virtual.Zeffa.FluteAway
node SchoolGarden +: entrance Virtual.Zeffa.FluteAway
node SchoolRoof +: entrance Virtual.Zeffa.FluteAway
node SouthWest +: entrance Virtual.Zeffa.FluteAway

0 comments on commit 06bf5eb

Please sign in to comment.