From 2bd6f6ec711755cd544105a352707562559d3a3a Mon Sep 17 00:00:00 2001 From: codemann8 Date: Tue, 4 Jul 2023 16:59:24 -0500 Subject: [PATCH] Fixed issue with Mixed OWR where Ice Cave/Shopping Mall water transitions were not flipping --- OWEdges.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OWEdges.py b/OWEdges.py index 2657c682..f4da280e 100644 --- a/OWEdges.py +++ b/OWEdges.py @@ -1153,6 +1153,7 @@ OWTileRegions = bidict({ 'Lake Hylia Water D': 0x35, 'Ice Cave Area': 0x37, + 'Ice Cave Water': 0x37, 'Desert Pass Area': 0x3a, 'Middle Aged Man': 0x3a, @@ -1292,6 +1293,7 @@ OWTileRegions = bidict({ 'Ice Palace Area': 0x75, 'Shopping Mall Area': 0x77, + 'Shopping Mall Water': 0x77, 'Swamp Nook Area': 0x7a,