Added new post-gen option to change TF Piece GFX

This commit is contained in:
codemann8
2025-11-19 09:54:31 -06:00
parent 2b7a9e3bf8
commit fb99d33007
149 changed files with 354 additions and 102 deletions

View File

@@ -208,6 +208,7 @@ class CustomSettings(object):
# rom adjust stuff
args.sprite[p] = get_setting(settings['sprite'], args.sprite[p])
args.triforce_gfx[p] = get_setting(settings['triforce_gfx'], args.triforce_gfx[p])
args.disablemusic[p] = get_setting(settings['disablemusic'], args.disablemusic[p])
args.quickswap[p] = get_setting(settings['quickswap'], args.quickswap[p])
args.reduce_flashing[p] = get_setting(settings['reduce_flashing'], args.reduce_flashing[p])