Added new post-gen option to change TF Piece GFX
This commit is contained in:
@@ -76,7 +76,7 @@ def main(args):
|
||||
rom = LocalRom(args.rom)
|
||||
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)
|
||||
apply_rom_settings(rom, args.heartbeep, args.heartcolor, args.quickswap, args.fastmenu, args.disablemusic, args.sprite, args.triforce_gfx, args.ow_palettes, args.uw_palettes)
|
||||
|
||||
for textname, texttype, text in text_patches:
|
||||
if texttype == 'text':
|
||||
|
||||
Reference in New Issue
Block a user