Milestone release: first alpha version

This commit is contained in:
codemann8
2021-04-19 02:43:06 -05:00
parent a2cda2f34c
commit b3c3eb6d2c
4 changed files with 580 additions and 430 deletions

View File

@@ -242,7 +242,10 @@ def main(args, seed=None, fish=None):
customize_shops(world, player)
balance_money_progression(world)
outfilebase = f'DR_{args.outputname if args.outputname else world.seed}'
if world.owShuffle[1] != 'vanilla':
outfilebase = f'OR_{args.outputname if args.outputname else world.seed}'
else:
outfilebase = f'DR_{args.outputname if args.outputname else world.seed}'
rom_names = []
jsonout = {}