diff --git a/Main.py b/Main.py index e4fe1ae1..7218e202 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.8-v' +__version__ = '1.0.2.9-v' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c56aa3fc..3b52ca83 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.9 + * Hotfix for enemizer and the new substitution * 1.0.2.8 * Pot substitutions added for red rupees, 10 bomb packs, 3 bomb packs, and 10 arrows have been added. They use objects that can result from a tree pull or other drop. 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 normal pot contents. * 1.0.2.7 diff --git a/Rom.py b/Rom.py index ccf06ee7..c96a5c71 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'c7ea39c6e81d5ba010752de102484aef' +RANDOMIZERBASEHASH = 'd29420ac98a70a5f539b730d197bff29' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 592ad742..a0688314 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ