LADX: enable upstream options (#3962)
* enable some upstream settings * flashing just disabled, no setting * just enable fast text * noflash and textmode as hidden options * typo * drop whitespace changes * add hard mode to slot data * textmode adjustments fast text default (fixing mistake) remove no text option (its buggy) * unhide options * Update worlds/ladx/Options.py Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> * adjustments
This commit is contained in:
@@ -514,10 +514,22 @@ class LinksAwakeningWorld(World):
|
||||
slot_options = ["instrument_count"]
|
||||
|
||||
slot_options_display_name = [
|
||||
"goal", "logic", "tradequest", "rooster",
|
||||
"experimental_dungeon_shuffle", "experimental_entrance_shuffle", "trendy_game", "gfxmod",
|
||||
"shuffle_nightmare_keys", "shuffle_small_keys", "shuffle_maps",
|
||||
"shuffle_compasses", "shuffle_stone_beaks", "shuffle_instruments", "nag_messages"
|
||||
"goal",
|
||||
"logic",
|
||||
"tradequest",
|
||||
"rooster",
|
||||
"experimental_dungeon_shuffle",
|
||||
"experimental_entrance_shuffle",
|
||||
"trendy_game",
|
||||
"gfxmod",
|
||||
"shuffle_nightmare_keys",
|
||||
"shuffle_small_keys",
|
||||
"shuffle_maps",
|
||||
"shuffle_compasses",
|
||||
"shuffle_stone_beaks",
|
||||
"shuffle_instruments",
|
||||
"nag_messages",
|
||||
"hard_mode",
|
||||
]
|
||||
|
||||
# use the default behaviour to grab options
|
||||
|
||||
Reference in New Issue
Block a user