Skip to content

Commit

Permalink
Update dark_hyrule_castle.logic
Browse files Browse the repository at this point in the history
  • Loading branch information
CandyCrystal committed Oct 15, 2023
1 parent 519be92 commit 91e5002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dark_hyrule_castle.logic
Expand Up @@ -86,7 +86,7 @@ area DarkHyruleCastle:
node MainMinish:
door MinishHole
door WestMinish
flag DoorsUnlocked
set DoorsUnlocked
node Main:
door West
node King:
Expand Down Expand Up @@ -129,7 +129,7 @@ area DarkHyruleCastle:
exit North
node NorthEntrance:
entrance North
flag BigKeyDoorOpen
set BigKeyDoorOpen
node East:
door East
node West:
Expand Down Expand Up @@ -269,7 +269,7 @@ area DarkHyruleCastle:
room F1SouthwestPathPuzzle:
node North:
door North
flag PuzzleCompleted
set PuzzleCompleted
node South:
door South
North <-> South: flag PuzzleCompleted
Expand Down Expand Up @@ -366,7 +366,7 @@ area DarkHyruleCastle:
room GFPathPuzzle:
node Main:
door West
flag PuzzleCompleted
set PuzzleCompleted
node East:
door East
Main <-> East: flag PuzzleCompleted
Expand Down

0 comments on commit 91e5002

Please sign in to comment.