ALttP: remove link_palettes option (#1004)

* ALttP: remove link_palettes option
It doesn't work anyway so better to have it not visible.
This commit is contained in:
espeon65536
2022-09-07 11:16:32 -07:00
committed by GitHub
parent ade82e3d60
commit 99d2caa57d
3 changed files with 7 additions and 7 deletions

View File

@@ -378,7 +378,7 @@ class ALTTPWorld(World):
'hud': world.hud_palettes[player],
'sword': world.sword_palettes[player],
'shield': world.shield_palettes[player],
'link': world.link_palettes[player]
# 'link': world.link_palettes[player]
}
palettes_options = {key: option.current_key for key, option in palettes_options.items()}