diff --git a/Main.py b/Main.py index 7d3ae0eb..4f49cc48 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.1.5-dev' +__version__ = '1.1.6-dev' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4c65204f..b3734893 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -181,6 +181,8 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o # Bug Fixes and Notes +* 1.1.6 + * Minor issue with dungeon counter hud interfering with timer * 1.1.5 * MultiServer can not disable forfeits if desired * 1.1.4 diff --git a/Rom.py b/Rom.py index b76cfef8..b09b7107 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'fc4d4a01f8c4e00280ea5640297f8e9c' +RANDOMIZERBASEHASH = 'e30a2490da811232e0a438da8fa662ee' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 25cc58b2..c616e551 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ