-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d101216
commit 990cd3e
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
area HyruleFieldDigCaves: | ||
room Farm | ||
room Trilby | ||
room Farm: | ||
node Main: | ||
door Door | ||
node Dig: | ||
chest Rupee | ||
enemy LikeLikeAndBeetle | ||
Main <-> Dig: item MoleMitts | ||
room Trilby: | ||
node LeftLadder: | ||
chest CenterChest | ||
door LeftLadder | ||
node LeftDoor: | ||
door LeftDoor | ||
LeftLadder <-> LeftDoor: item MoleMitts | ||
node LeftChest: | ||
chest LeftChest | ||
LeftDoor <-> LeftChest: item MoleMitts | ||
node RightLadder: | ||
door RightLadder | ||
node RightDoor: | ||
chest RightChest | ||
door RightDoor | ||
RightLadder <-> RightDoor: item MoleMitts |