fix: multiworld lamp gfx again

This commit is contained in:
aerinon
2023-11-22 15:37:46 -07:00
parent e094d07905
commit 5c58782d0c
3 changed files with 2 additions and 1 deletions

View File

@@ -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!)

2
Rom.py
View File

@@ -40,7 +40,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '0f97b8f1f54afaef84e630e3bb407207'
RANDOMIZERBASEHASH = '5661a616546e7dc0ee4bdfa9b152bc68'
class JsonRom(object):

Binary file not shown.