Failed to put a comma

This commit is contained in:
pepperpow 2021-02-22 22:50:37 -06:00
parent 66c36ade04
commit be64795bda
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def adjust(args):
palettes_options['shield']=args.shield_palettes
# palettes_options['link']=args.link_palettesvera
apply_rom_settings(rom, args.heartbeep, args.heartcolor, args.quickswap, args.fastmenu, args.disablemusic, args.triforcehud
apply_rom_settings(rom, args.heartbeep, args.heartcolor, args.quickswap, args.fastmenu, args.disablemusic, args.triforcehud,
args.sprite, palettes_options)
path = output_path(f'{os.path.basename(args.rom)[:-4]}_adjusted.sfc')
rom.write_to_file(path)