From 3bdbc4e26821cfcb6ee0a4eacfc59a54a22f3435 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 28 Oct 2021 21:41:22 -0500 Subject: [PATCH 1/2] Fixed issue with whirlpools not changing world in Crossed OW --- Rom.py | 2 +- data/base2current.bps | Bin 141107 -> 141111 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Rom.py b/Rom.py index 5be364ec..bdb02639 100644 --- a/Rom.py +++ b/Rom.py @@ -33,7 +33,7 @@ from source.classes.SFX import randomize_sfx JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'e9dea70e0a0b15bfa0ff7ecd63228a0c' +RANDOMIZERBASEHASH = '77b7b9a93f622b0cd08c49e9ee4eac4a' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index aa914956d578657a299b8406d23a1e7e69766b86..a552143f7db2b8a7e3c3c6c125d579da90ad6709 100644 GIT binary patch delta 184 zcmV;p07w6`&Iq^82(U>31pEpE^|MU@iUt9rv)Bjw1Q~ybs_H<9og$u?pdwbsq?R2= zn(Gx-l8Ill>31oI6H^0Q3=iUt9jv)Bjw1Q~aTs_H<9og$u?pdwbsq?R2= zn(Gx-l8INd>wWA#QUCw| From 8efed3a8292e197b8b266ebf3c6a1a39da48aed4 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 28 Oct 2021 21:42:43 -0500 Subject: [PATCH 2/2] Version bump 0.2.1.2 --- CHANGELOG.md | 3 +++ OverworldShuffle.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc7474a..f5d855fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.2.1.2 +- Fixed issue with whirlpools not changing world when in Crossed OW + ### 0.2.1.1 - Many fixes to ER: infinite loops, preventing cross-world scenarios in non-cross-world modes - Spoiler log improvements, outputs in stages so a Spoiler is available if an error occurs diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 449af86d..8207d66b 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -3,7 +3,7 @@ from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSl from Regions import mark_dark_world_regions, mark_light_world_regions from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel -__version__ = '0.2.1.1-u' +__version__ = '0.2.1.2-u' def link_overworld(world, player): # setup mandatory connections