diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9b9857fc..c2fdf20a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -19,6 +19,7 @@ CLI: ```--bombbag``` * Certain lobbies forbidden in standard when rupee bow is enabled * PoD EG disarmed when mirroring (except in nologic) * Fixed issue with key logic + * Updated baserom * 0.5.1.2 * Allowed Blind's Cell to be shuffled anywhere if Blind is not the boss of Thieves Town * Remove unique annotation from a FastEnum that was causing problems diff --git a/Rom.py b/Rom.py index ae29e127..d8514556 100644 --- a/Rom.py +++ b/Rom.py @@ -32,7 +32,7 @@ from source.classes.SFX import randomize_sfx JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '1b937c39f026f9a687391488b7386542' +RANDOMIZERBASEHASH = '1c59cec98ba4555db8eed1d2dea76497' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 46dee4be..fca7a6ec 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ