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

This commit is contained in:
2021-06-30 17:43:12 -07:00
11 changed files with 400 additions and 359 deletions

View File

@@ -123,6 +123,7 @@
"randomizer.overworld.overworldflute": "Flute Shuffle",
"randomizer.overworld.overworldflute.vanilla": "Vanilla",
"randomizer.overworld.overworldflute.balanced": "Balanced",
"randomizer.overworld.overworldflute.random": "Random",
"randomizer.entrance.openpyramid": "Pre-open Pyramid Hole",

View File

@@ -23,6 +23,7 @@
"default": "vanilla",
"options": [
"vanilla",
"balanced",
"random"
]
}