Add more edits to SDVX, Copula

This commit is contained in:
William Toohey 2017-01-30 01:39:15 +10:00
parent 468ddc6e8a
commit 6fb581f44b
2 changed files with 10 additions and 0 deletions

View File

@ -47,6 +47,11 @@
shortname : "delay",
patches : [{offset : 0x6F3FF, off: [0x7C], on : [0xEB]}]
},
{
name : "Disable HCN Tutorial",
shortname : "delay",
patches : [{offset : 0x6F3E6, off: [0x5E, 0xE9, 0x24, 0xFF, 0xFF, 0xFF], on : [0x00, 0x00, 0x00, 0x00, 0x00, 0x00]}]
},
{
name : "Song Name in Ticket Text",
shortname : "ticket",

View File

@ -21,6 +21,11 @@
shortname : "safe",
patches : [{offset : 0x1554F7, off: [0x32, 0xC0], on : [0xB0, 0x01]}]
},
{
name : "No \"Safe\" banner on jackets",
shortname : "nobanner",
patches : [{offset : 0x28F4AC, off: [0x73], on : [0x00]}]
},
{
name : "Prevent Windows volume change on boot",
shortname : "vol",