diff --git a/Main.py b/Main.py index 2c43b714..f3dcb0ee 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.2.3-v' +__version__ = '1.0.2.4-v' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1ea8bfb4..e7a722f4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -157,6 +157,9 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o #### Volatile +* 1.0.2.4 + * Updated tourney winners (included Doors Async League winners) + * Fixed a couple issues with dungeon counters and the DungeonCompletion field for autotracking * 1.0.2.3 * Fix MultiClient for new shop data location in SRAM * Some minor text updates diff --git a/Rom.py b/Rom.py index 25ee90e3..62a5edde 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '94fd47b16641a1aa44f22e21c8a7a024' +RANDOMIZERBASEHASH = '636b8484ebe22bff0b74aa7268fc2766' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 9643a3cd..5d318246 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ