diff --git a/Main.py b/Main.py index d47fbc46..2f7350c5 100644 --- a/Main.py +++ b/Main.py @@ -31,7 +31,7 @@ from Utils import output_path, parse_player_names from source.item.FillUtil import create_item_pool_config, massage_item_pool, district_item_pool_config from source.tools.BPS import create_bps_from_data -__version__ = '1.0.1.2-u' +__version__ = '1.0.1.3-u' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1e059997..dcb80a60 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -183,6 +183,9 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o #### Unstable +* 1.0.1.3 + * Fix for rain prevented doors fouling up key doors + * Couple minor issues * 1.0.1.2 * Removed "good bee" as an in-logic way of killing Mothula * Fixed an issue with Mystery generation and Windows path diff --git a/Rom.py b/Rom.py index 4af847ad..b76cfef8 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '0f96237c73cccaf7a250343fe3e8c887' +RANDOMIZERBASEHASH = 'fc4d4a01f8c4e00280ea5640297f8e9c' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 55525ee5..25cc58b2 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ