Fix follower despawn when entering maiden's cell and she's not there due to Blind not being the boss
This commit is contained in:
3
Rom.py
3
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])
|
0xad, 0x3, 0x4, 0x29, 0x20, 0xf0, 0x1d])
|
||||||
rom.write_byte(0x200101, 0) # Do not close boss room door on entry.
|
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)
|
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:
|
if random_sprite_on_hit:
|
||||||
_populate_sprite_table()
|
_populate_sprite_table()
|
||||||
|
|||||||
26
test/customizer/std_maidencell_hc.yaml
Normal file
26
test/customizer/std_maidencell_hc.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user