Merge branch 'OverworldShuffle' of github.com:codemann8/ALttPDoorRandomizer into OverworldShuffle

This commit is contained in:
2021-11-08 00:23:30 -08:00
27 changed files with 393 additions and 560 deletions

View File

@@ -381,13 +381,13 @@
"help": "suppress"
},
"shuffleganon": {
"action": "store_false",
"type": "bool"
"action": "store_true",
"type": "bool",
"help": "suppress"
},
"no_shuffleganon": {
"action": "store_true",
"dest": "shuffleganon",
"help": "suppress"
"dest": "shuffleganon"
},
"shufflelinks": {
"action": "store_true",