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

This commit is contained in:
2021-07-04 10:47:05 -07:00
23 changed files with 175 additions and 49 deletions

View File

@@ -1,7 +1,8 @@
{
"checkboxes": {
"nobgm": { "type": "checkbox" },
"quickswap": { "type": "checkbox" }
"quickswap": { "type": "checkbox" },
"reduce_flashing": {"type": "checkbox"}
},
"leftAdjustFrame": {
"heartcolor": {

View File

@@ -148,6 +148,7 @@
"randomizer.gameoptions.nobgm": "Disable Music & MSU-1",
"randomizer.gameoptions.quickswap": "L/R Quickswapping",
"randomizer.gameoptions.reduce_flashing": "Reduce Flashing",
"randomizer.gameoptions.heartcolor": "Heart Color",
"randomizer.gameoptions.heartcolor.red": "Red",

View File

@@ -1,7 +1,8 @@
{
"checkboxes": {
"nobgm": { "type": "checkbox" },
"quickswap": { "type": "checkbox" }
"quickswap": { "type": "checkbox" },
"reduce_flashing": { "type": "checkbox" }
},
"leftRomOptionsFrame": {
"heartcolor": {