Mimic work

This commit is contained in:
aerinon
2023-08-09 12:06:20 -06:00
parent 90f1629f0e
commit 57da9efcb1
8 changed files with 25 additions and 6 deletions

View File

@@ -463,6 +463,9 @@ def write_enemy_shuffle_settings(world, player, rom):
if world.dropshuffle[player] in ['underworld']:
rom.write_byte(snes_to_pc(0x368109), 0x01)
if world.enemy_shuffle[player] != 'none':
# enable new mimics
rom.write_byte(snes_to_pc(0x368105), 0x01)
# killable thief
rom.write_byte(snes_to_pc(0x368108), 0xc4)
rom.write_byte(snes_to_pc(0x0DB237), 4) # health value: # todo: thief health value