Merge pull request #76 from Berserker66/patch-1
Don't load local rom twice
This commit is contained in:
3
Main.py
3
Main.py
@@ -222,9 +222,6 @@ def main(args, seed=None, fish=None):
|
||||
if use_enemizer:
|
||||
base_patch = LocalRom(args.rom) # update base2current.json
|
||||
|
||||
if use_enemizer:
|
||||
base_patch = LocalRom(args.rom) # update base2current.json
|
||||
|
||||
rom = JsonRom() if args.jsonout or use_enemizer else LocalRom(args.rom)
|
||||
|
||||
if use_enemizer and (args.enemizercli or not args.jsonout):
|
||||
|
||||
Reference in New Issue
Block a user