Added MSU Resume option Ensured pots in TR Dark Ride need lamp Fix for Links House being at Maze Race (did not generate)
64 lines
1.2 KiB
JSON
64 lines
1.2 KiB
JSON
{
|
|
"checkboxes": {
|
|
"nobgm": { "type": "checkbox" },
|
|
"msu_resume": { "type": "checkbox" },
|
|
"collection_rate": {"type": "checkbox"},
|
|
"quickswap": { "type": "checkbox" },
|
|
"reduce_flashing": {"type": "checkbox"},
|
|
"shuffle_sfx": {"type": "checkbox"}
|
|
},
|
|
"leftRomOptionsFrame": {
|
|
"heartcolor": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"red",
|
|
"blue",
|
|
"green",
|
|
"yellow",
|
|
"random"
|
|
]
|
|
},
|
|
"heartbeep": {
|
|
"type": "selectbox",
|
|
"default": "normal",
|
|
"options": [
|
|
"double",
|
|
"normal",
|
|
"half",
|
|
"quarter",
|
|
"off"
|
|
]
|
|
}
|
|
},
|
|
"rightRomOptionsFrame": {
|
|
"menuspeed": {
|
|
"type": "selectbox",
|
|
"default": "normal",
|
|
"options": [
|
|
"instant",
|
|
"quadruple",
|
|
"triple",
|
|
"double",
|
|
"normal",
|
|
"half"
|
|
]
|
|
},
|
|
"owpalettes": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"default",
|
|
"random",
|
|
"blackout"
|
|
]
|
|
},
|
|
"uwpalettes": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"default",
|
|
"random",
|
|
"blackout"
|
|
]
|
|
}
|
|
}
|
|
}
|