Failed to put a comma
This commit is contained in:
parent
66c36ade04
commit
be64795bda
|
@ -29,7 +29,7 @@ def adjust(args):
|
||||||
palettes_options['shield']=args.shield_palettes
|
palettes_options['shield']=args.shield_palettes
|
||||||
# palettes_options['link']=args.link_palettesvera
|
# 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)
|
args.sprite, palettes_options)
|
||||||
path = output_path(f'{os.path.basename(args.rom)[:-4]}_adjusted.sfc')
|
path = output_path(f'{os.path.basename(args.rom)[:-4]}_adjusted.sfc')
|
||||||
rom.write_to_file(path)
|
rom.write_to_file(path)
|
||||||
|
|
Loading…
Reference in New Issue