Initial custom header implementation

This commit is contained in:
hiimcody1
2025-10-20 17:53:34 -04:00
committed by codemann8
parent 6cb05f18ca
commit cf488fda36
4 changed files with 23 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ def main(args):
logger.info('Patching ROM.')
rom = LocalRom(args.rom)
patch_rom(world, rom, 1, 1, False)
patch_rom(world, rom, 1, 1, False, str(args.rom_header) if args.rom_header else None)
apply_rom_settings(rom, args.heartbeep, args.heartcolor, args.quickswap, args.fastmenu, args.disablemusic, args.sprite, args.ow_palettes, args.uw_palettes)