diff --git a/Rom.py b/Rom.py index c64c7491..b7015162 100644 --- a/Rom.py +++ b/Rom.py @@ -353,6 +353,9 @@ def patch_enemizer(world, player, rom, local_rom, enemizercli, random_sprite_on_ 0xad, 0x3, 0x4, 0x29, 0x20, 0xf0, 0x1d]) rom.write_byte(0x200101, 0) # Do not close boss room door on entry. rom.write_byte(0x1B0101, 0) # Do not close boss room door on entry. (for Ijwu's enemizer) + else: + rom.write_byte(0x04DE83, 0xB3) # maiden is now something else + if random_sprite_on_hit: _populate_sprite_table() diff --git a/test/customizer/std_maidencell_hc.yaml b/test/customizer/std_maidencell_hc.yaml new file mode 100644 index 00000000..61e6fa11 --- /dev/null +++ b/test/customizer/std_maidencell_hc.yaml @@ -0,0 +1,26 @@ +meta: +# seed: 872603231 + seed: 222336029 +settings: + 1: + door_shuffle: crossed +# door_shuffle: vanilla + mode: standard + shufflebosses: unique +doors: + 1: + doors: + Hyrule Dungeon Cellblock Up Stairs: Thieves Basement Block Up Stairs +bosses: + 1: + Thieves Town: Moldorm +#start_inventory: +# 1: +# - Titans Mitts +# - Ocarina +# - Moon Pearl +# - Tempered Sword +# - Boss Heart Container +# - Boss Heart Container +# - Boss Heart Container +# - Boss Heart Container