62 lines
1.1 KiB
JSON
62 lines
1.1 KiB
JSON
{
|
|
"checkboxes": {
|
|
"nobgm": { "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"
|
|
]
|
|
}
|
|
}
|
|
}
|