From be64795bda4e20707e500baa21c7d6e774dab819 Mon Sep 17 00:00:00 2001 From: pepperpow Date: Mon, 22 Feb 2021 22:50:37 -0600 Subject: [PATCH] Failed to put a comma --- AdjusterMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdjusterMain.py b/AdjusterMain.py index e6a94320..c4854bae 100644 --- a/AdjusterMain.py +++ b/AdjusterMain.py @@ -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)