Fixed incorrect data

This commit is contained in:
codemann8
2021-04-19 19:23:43 -05:00
parent b3c3eb6d2c
commit 642c0c2a10
5 changed files with 16 additions and 9 deletions

View File

@@ -432,6 +432,13 @@ mandatory_connections = [('Flute Spot 1', 'West Death Mountain (Bottom)'),
('TR Pegs Area Mirror Spot', 'Death Mountain TR Pegs')
]
standard_connections = [('Hyrule Castle SW', 'Central Bonk Rock NW'),
('Hyrule Castle SE', 'Links House NE'),
('Central Bonk Rock EN', 'Links House WN'),
('Central Bonk Rock EC', 'Links House WC'),
('Central Bonk Rock ES', 'Links House WS')
]
# non shuffled overworld
default_connections = [('Lost Woods SW', 'Lost Woods Pass NW'),
('Lost Woods SC', 'Lost Woods Pass NE'),