diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c1e6ca47..2233e8f5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -144,6 +144,7 @@ These are now independent of retro mode and have three options: None, Random, an * 1.3.0.7v * Fix for Mimic Cave enemy drops * Fix for Spectacle Rock Cave enemy drops (the mini-moldorms) + * Fix for multiworld lamps with incorrect graphics * No longer shuffles fairy bonks (from trees) as part of Enemizer * 1.3.0.6v * Flute can't be activated in rain state (except glitched modes) (Thanks codemann!) diff --git a/Rom.py b/Rom.py index 7b018e13..98255a04 100644 --- a/Rom.py +++ b/Rom.py @@ -40,7 +40,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '0f97b8f1f54afaef84e630e3bb407207' +RANDOMIZERBASEHASH = '5661a616546e7dc0ee4bdfa9b152bc68' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 802aa38e..f60adeb0 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ