Add Race rom encryption.

This commit is contained in:
CaitSith2
2020-10-20 01:16:20 -07:00
parent e72b74d476
commit ad765659dd
3 changed files with 31 additions and 10 deletions

View File

@@ -188,7 +188,7 @@ def main(args, seed=None):
patch_enemizer(world, player, rom, args.enemizercli)
if args.race:
patch_race_rom(rom)
patch_race_rom(rom, world, player)
world.spoiler.hashes[(player, team)] = get_hash_string(rom.hash)