diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2eb25d4a..95d116ef 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -5,7 +5,10 @@ None yet # Bug Fixes and Notes. * 0.5.0.0 - * None yet + * Handles headered roms for enemizer (Thanks compiling) + * Warning added for earlier version of pythong (Thanks compiling) + * Minor logic issue for defeating Aga in standard (Thanks compiling) + * Fix for boss music in non-DR modes (Thanks codemann8) # Known Issues diff --git a/Rom.py b/Rom.py index fcc9d426..dd4e287e 100644 --- a/Rom.py +++ b/Rom.py @@ -30,7 +30,7 @@ from EntranceShuffle import door_addresses, exit_ids JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '9c2878d1035bb3889784906a55a92a26' +RANDOMIZERBASEHASH = '988f1546b14d8f2e6ee30b9de44882da' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index a904b07d..5f411710 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ