Double speed mimic mode

This commit is contained in:
2025-03-01 23:53:02 -06:00
parent 77fd889121
commit 0d50f90c55
2 changed files with 19 additions and 6 deletions

View File

@@ -522,7 +522,7 @@ def write_enemy_shuffle_settings(world, player, rom):
# rom.write_byte(snes_to_pc(0x0DB237), 4) # health value - randomize it if killable, maybe
if world.enemy_shuffle[player] == 'mimics':
write_mimic_changes(rom)
write_mimic_changes(rom, True)
else:
# mimic room barriers
data_tables = world.data_tables[player]