Added minor commented data as prep
This commit is contained in:
18
OWEdges.py
18
OWEdges.py
@@ -437,6 +437,16 @@ OWEdgeGroups = {
|
||||
['Octoballoon NE']
|
||||
]
|
||||
),
|
||||
# (Op, LW, Vt, Ld, NP, 1): (
|
||||
# [
|
||||
# ['Master Sword Meadow SC'],
|
||||
# ['Zoras Domain SW']
|
||||
# ],
|
||||
# [
|
||||
# ['Lost Woods NW'],
|
||||
# ['Zora Waterfall NE']
|
||||
# ]
|
||||
# ),
|
||||
(Op, LW, Hz, Ld, PL, 2): (
|
||||
[
|
||||
['Kakariko Fortune EN', 'Kakariko Fortune ES'],
|
||||
@@ -493,6 +503,14 @@ OWEdgeGroups = {
|
||||
['Statues WC']
|
||||
]
|
||||
),
|
||||
# (Op, LW, Hz, Wr, NP, 1): (
|
||||
# [
|
||||
# ['Hobo EC']
|
||||
# ],
|
||||
# [
|
||||
# ['Stone Bridge WC']
|
||||
# ]
|
||||
# ),
|
||||
(Op, LW, Vt, Wr, PL, 1): (
|
||||
[
|
||||
['Tree Line SC'],
|
||||
|
||||
@@ -1092,12 +1092,14 @@ parallelsimilar_connections = [('Maze Race ES', 'Kakariko Suburb WS'),
|
||||
]
|
||||
|
||||
# non shuffled overworld
|
||||
default_connections = [('Lost Woods SW', 'Lost Woods Pass NW'),
|
||||
default_connections = [#('Lost Woods NW', 'Master Sword Meadow SC'),
|
||||
('Lost Woods SW', 'Lost Woods Pass NW'),
|
||||
('Lost Woods SC', 'Lost Woods Pass NE'),
|
||||
('Lost Woods SE', 'Kakariko Fortune NE'),
|
||||
('Lost Woods EN', 'Lumberjack WN'),
|
||||
('Lumberjack SW', 'Mountain Entry NW'),
|
||||
('Mountain Entry SE', 'Kakariko Pond NE'),
|
||||
#('Zora Waterfall NE', 'Zoras Domain SW'),
|
||||
('Lost Woods Pass SW', 'Kakariko NW'),
|
||||
('Lost Woods Pass SE', 'Kakariko NC'),
|
||||
('Kakariko Fortune SC', 'Kakariko NE'),
|
||||
@@ -1146,6 +1148,7 @@ default_connections = [('Lost Woods SW', 'Lost Woods Pass NW'),
|
||||
('Stone Bridge SC', 'Lake Hylia NW'),
|
||||
('Stone Bridge EN', 'Tree Line WN'),
|
||||
('Stone Bridge EC', 'Tree Line WC'),
|
||||
#('Stone Bridge WC', 'Hobo EC'),
|
||||
('Tree Line SC', 'Lake Hylia NC'),
|
||||
('Tree Line SE', 'Lake Hylia NE'),
|
||||
('Desert EC', 'Desert Pass WC'),
|
||||
|
||||
@@ -353,7 +353,7 @@ OWNewDestination:
|
||||
; turn into bunny
|
||||
lda $5d : cmp #$17 : beq .return
|
||||
lda #$17 : sta $5d
|
||||
lda #$01 : sta $2e0
|
||||
lda #$01 : sta $02e0
|
||||
bra .return
|
||||
.nobunny
|
||||
lda $5d : cmp #$17 : bne .return
|
||||
|
||||
Reference in New Issue
Block a user