diff --git a/Main.py b/Main.py index 7d2375ac..e4fe1ae1 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.7-v' +__version__ = '1.0.2.8-v' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ab1c6ef0..36357d28 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -157,6 +157,8 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o #### Volatile +* 1.0.2.8 + * Pot substitution for red rupees, 10 bomb packs, 3 bomb packs, and 10 arrows have been added. They use objects that can results from a tree pull. The 3 bomb pack becomes a 4 bomb pack and the 10 bomb pack becomes an 8 pack. These substitutions are repeatable like all other nomral pot contents. * 1.0.2.7 * Revised: Fix for Waterfall of Wishing logic in open. You must have flippers to exit the Waterfall (flippers also required in glitched modes as well) * 1.0.2.6 diff --git a/Rom.py b/Rom.py index b7015162..ccf06ee7 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'e33204b6023f07025eba16874308f57d' +RANDOMIZERBASEHASH = 'c7ea39c6e81d5ba010752de102484aef' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index fc22d9c3..592ad742 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ