round of post-test fixes

This commit is contained in:
Fabian Dill
2021-07-23 20:04:51 +02:00
parent c99a689504
commit 39a5921522
9 changed files with 14 additions and 12 deletions

View File

@@ -262,7 +262,7 @@ def main(args, seed=None):
patch_rom(world, rom, player, team, use_enemizer)
if use_enemizer:
patch_enemizer(world, team, player, rom, args.enemizercli)
patch_enemizer(world, team, player, rom, args.enemizercli, output_directory)
if args.race:
patch_race_rom(rom, world, player)