comment out remaining link palette shuffle references

This commit is contained in:
Fabian Dill
2020-11-06 08:31:10 +01:00
parent 2275e34445
commit 52afe1b20b
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ def adjust(args):
palettes_options['hud']=args.hud_palettes
palettes_options['sword']=args.sword_palettes
palettes_options['shield']=args.shield_palettes
palettes_options['link']=args.link_palettes
# palettes_options['link']=args.link_palettesvera
apply_rom_settings(rom, args.heartbeep, args.heartcolor, args.quickswap, args.fastmenu, args.disablemusic,
args.sprite, palettes_options)