diff --git a/Main.py b/Main.py index cfd79062..75fe9242 100644 --- a/Main.py +++ b/Main.py @@ -29,7 +29,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops from Utils import output_path, parse_player_names -__version__ = '0.5.1.3-u' +__version__ = '0.5.1.4-u' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c2fdf20a..7098107e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -15,6 +15,9 @@ CLI: ```--bombbag``` # Bug Fixes and Notes. +* 0.5.1.4 + * Revert quadrant glitch fix for baserom + * Fix for inverted * 0.5.1.3 * Certain lobbies forbidden in standard when rupee bow is enabled * PoD EG disarmed when mirroring (except in nologic) diff --git a/Rom.py b/Rom.py index b32408d3..5680714e 100644 --- a/Rom.py +++ b/Rom.py @@ -32,7 +32,7 @@ from source.classes.SFX import randomize_sfx JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '1c59cec98ba4555db8eed1d2dea76497' +RANDOMIZERBASEHASH = '11daec4f3e1afc96cd044585dfba9df8' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index fca7a6ec..a0d85faa 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ