Stop attempting to download link sprite

Create link sprite from local rom if missing
Fixing output_path bugs in the adjuster and sprite display
This commit is contained in:
aerinon
2021-06-22 16:05:41 -06:00
parent f77015ab00
commit 11dcc719fb
5 changed files with 71 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ def adjust(args):
apply_rom_settings(rom, args.heartbeep, args.heartcolor, args.quickswap, args.fastmenu, args.disablemusic,
args.sprite, args.ow_palettes, args.uw_palettes, args.reduce_flashing)
output_path.cached_path = args.outputpath
rom.write_to_file(output_path('%s.sfc' % outfilebase))
logger.info('Done. Enjoy.')