Merge branch 'pr/8' into OverworldShuffleDev
This commit is contained in:
283
OWEdges.py
283
OWEdges.py
@@ -984,289 +984,6 @@ OWTileRegions = bidict({
|
||||
'Zoras Domain': 0x81
|
||||
})
|
||||
|
||||
OWTileGroups = {
|
||||
("Woods", "Regular", "None"): (
|
||||
[
|
||||
0x00, 0x2d, 0x80
|
||||
],
|
||||
[
|
||||
0x40, 0x6d
|
||||
]
|
||||
),
|
||||
("Lumberjack", "Regular", "None"): (
|
||||
[
|
||||
0x02
|
||||
],
|
||||
[
|
||||
0x42
|
||||
]
|
||||
),
|
||||
("Mountain Entry", "Entrance", "None"): (
|
||||
[
|
||||
0x03
|
||||
],
|
||||
[
|
||||
0x43
|
||||
]
|
||||
),
|
||||
("East Mountain", "Regular", "None"): (
|
||||
[
|
||||
0x05
|
||||
],
|
||||
[
|
||||
0x45
|
||||
]
|
||||
),
|
||||
("East Mountain", "Entrance", "None"): (
|
||||
[
|
||||
0x07
|
||||
],
|
||||
[
|
||||
0x47
|
||||
]
|
||||
),
|
||||
("Lake", "Regular", "Zora"): (
|
||||
[
|
||||
0x0f, 0x81
|
||||
],
|
||||
[
|
||||
0x4f
|
||||
]
|
||||
),
|
||||
("Lake", "Regular", "Lake"): (
|
||||
[
|
||||
0x35
|
||||
],
|
||||
[
|
||||
0x75
|
||||
]
|
||||
),
|
||||
("Mountain Entry", "Regular", "None"): (
|
||||
[
|
||||
0x0a
|
||||
],
|
||||
[
|
||||
0x4a
|
||||
]
|
||||
),
|
||||
("Woods Pass", "Regular", "None"): (
|
||||
[
|
||||
0x10
|
||||
],
|
||||
[
|
||||
0x50
|
||||
]
|
||||
),
|
||||
("Fortune", "Regular", "None"): (
|
||||
[
|
||||
0x11
|
||||
],
|
||||
[
|
||||
0x51
|
||||
]
|
||||
),
|
||||
("Whirlpools", "Regular", "Pond"): (
|
||||
[
|
||||
0x12
|
||||
],
|
||||
[
|
||||
0x52
|
||||
]
|
||||
),
|
||||
("Whirlpools", "Regular", "Witch"): (
|
||||
[
|
||||
0x15
|
||||
],
|
||||
[
|
||||
0x55
|
||||
]
|
||||
),
|
||||
("Whirlpools", "Regular", "CWhirlpool"): (
|
||||
[
|
||||
0x33
|
||||
],
|
||||
[
|
||||
0x73
|
||||
]
|
||||
),
|
||||
("Whirlpools", "Regular", "Southeast"): (
|
||||
[
|
||||
0x3f
|
||||
],
|
||||
[
|
||||
0x7f
|
||||
]
|
||||
),
|
||||
("Castle", "Entrance", "None"): (
|
||||
[
|
||||
0x13, 0x14
|
||||
],
|
||||
[
|
||||
0x53, 0x54
|
||||
]
|
||||
),
|
||||
("Castle", "Regular", "None"): (
|
||||
[
|
||||
0x1a, 0x1b
|
||||
],
|
||||
[
|
||||
0x5a, 0x5b
|
||||
]
|
||||
),
|
||||
("Witch", "Regular", "None"): (
|
||||
[
|
||||
0x16
|
||||
],
|
||||
[
|
||||
0x56
|
||||
]
|
||||
),
|
||||
("Water Approach", "Regular", "None"): (
|
||||
[
|
||||
0x17
|
||||
],
|
||||
[
|
||||
0x57
|
||||
]
|
||||
),
|
||||
("Village", "Regular", "None"): (
|
||||
[
|
||||
0x18
|
||||
],
|
||||
[
|
||||
0x58
|
||||
]
|
||||
),
|
||||
("Wooden Bridge", "Regular", "None"): (
|
||||
[
|
||||
0x1d
|
||||
],
|
||||
[
|
||||
0x5d
|
||||
]
|
||||
),
|
||||
("Eastern", "Regular", "None"): (
|
||||
[
|
||||
0x1e
|
||||
],
|
||||
[
|
||||
0x5e
|
||||
]
|
||||
),
|
||||
("Blacksmith", "Regular", "None"): (
|
||||
[
|
||||
0x22
|
||||
],
|
||||
[
|
||||
0x62
|
||||
]
|
||||
),
|
||||
("Dunes", "Regular", "None"): (
|
||||
[
|
||||
0x25
|
||||
],
|
||||
[
|
||||
0x65
|
||||
]
|
||||
),
|
||||
("Game", "Regular", "None"): (
|
||||
[
|
||||
0x28, 0x29
|
||||
],
|
||||
[
|
||||
0x68, 0x69
|
||||
]
|
||||
),
|
||||
("Grove", "Regular", "None"): (
|
||||
[
|
||||
0x2a
|
||||
],
|
||||
[
|
||||
0x6a
|
||||
]
|
||||
),
|
||||
("Central Bonk Rocks", "Regular", "None"): (
|
||||
[
|
||||
0x2b
|
||||
],
|
||||
[
|
||||
0x6b
|
||||
]
|
||||
),
|
||||
("Links", "Regular", "None"): (
|
||||
[
|
||||
0x2c
|
||||
],
|
||||
[
|
||||
0x6c
|
||||
]
|
||||
),
|
||||
("Tree Line", "Regular", "None"): (
|
||||
[
|
||||
0x2e
|
||||
],
|
||||
[
|
||||
0x6e
|
||||
]
|
||||
),
|
||||
("Nook", "Regular", "None"): (
|
||||
[
|
||||
0x2f
|
||||
],
|
||||
[
|
||||
0x6f
|
||||
]
|
||||
),
|
||||
("Desert", "Regular", "None"): (
|
||||
[
|
||||
0x30, 0x3a
|
||||
],
|
||||
[
|
||||
0x70, 0x7a
|
||||
]
|
||||
),
|
||||
("Grove Approach", "Regular", "None"): (
|
||||
[
|
||||
0x32
|
||||
],
|
||||
[
|
||||
0x72
|
||||
]
|
||||
),
|
||||
("Hype", "Regular", "None"): (
|
||||
[
|
||||
0x34
|
||||
],
|
||||
[
|
||||
0x74
|
||||
]
|
||||
),
|
||||
("Shopping Mall", "Regular", "None"): (
|
||||
[
|
||||
0x37
|
||||
],
|
||||
[
|
||||
0x77
|
||||
]
|
||||
),
|
||||
("Swamp", "Regular", "None"): (
|
||||
[
|
||||
0x3b
|
||||
],
|
||||
[
|
||||
0x7b
|
||||
]
|
||||
),
|
||||
("South Pass", "Regular", "None"): (
|
||||
[
|
||||
0x3c
|
||||
],
|
||||
[
|
||||
0x7c
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
parallel_links = bidict({'Lost Woods SW': 'Skull Woods SW',
|
||||
'Lost Woods SC': 'Skull Woods SC',
|
||||
'Lost Woods SE': 'Skull Woods SE',
|
||||
|
||||
Reference in New Issue
Block a user