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)