mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
Add more edits to SDVX, Copula
This commit is contained in:
parent
468ddc6e8a
commit
6fb581f44b
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user