sif1_patch/patches.json
Ethan O'Brien f07e0b75a3 patches
2024-05-28 18:13:58 -05:00

50 lines
1.4 KiB
JSON

[
{
"id": "english",
"description": "Force the language to english",
"android": false,
"ios": true,
"checked": true,
"files": [
{
"path": "patches/english/language.lua",
"outpath": "common/language.lua"
}
]
},
{
"id": "enable_serial_code",
"description": "Enable serial code in settings menu",
"android": false,
"ios": true,
"checked": true,
"files": [
{
"path": "patches/serial_code/model.lua",
"outpath": "m_menu/model.lua"
}
]
},
{
"id": "restore_title_screen_song",
"description": "Enable the title screen music",
"android": false,
"ios": true,
"checked": true,
"files": [
{
"path": "patches/restore_title_screen_song/assets/sound/login/startup_aq_1.mp3",
"outpath": "assets/sound/login/startup_aq_1.mp3"
},
{
"path": "patches/restore_title_screen_song/assets/sound/login/startup_mu_1.mp3",
"outpath": "assets/sound/login/startup_mu_1.mp3"
},
{
"path": "patches/restore_title_screen_song/m_login/start.lua",
"outpath": "m_login/start.lua"
}
]
}
]