Remove shortname entirely, fix omnimix

This commit is contained in:
Will Toohey
2018-01-07 22:27:01 +10:00
parent 7a97429a35
commit 98a9058fbb
12 changed files with 26 additions and 124 deletions
-5
View File
@@ -13,7 +13,6 @@
new DllPatcher("popn23", [
{
name : "Song/EX unlock",
shortname : "unlock",
patches : [{offset : 0x59508, off: [0xF6, 0xD8, 0x1A, 0xC0, 0x24, 0x02], on : [0xB0, 0x02, 0x90, 0x90, 0x90, 0x90]},
{offset : 0x595BC, off: [0x75], on : [0xEB]},
{offset : 0x1C765C,
@@ -97,24 +96,20 @@
},
{
name : "Unlock Classic 8 EX as a 49",
shortname : "c8ex",
patches : [{offset : 0x2EFE87, off: [0x05], on : [0x07]},
{offset : 0x2EFE95, off: [0x01], on : [0x31]}]
},
{
name : "E: drive fix",
shortname : "efix",
tooltip: "Fix crash caused by no E: drive",
patches : [{offset : 0x2A22D4, off: [0x65, 0x3A, 0x2F], on : [0x64, 0x65, 0x76]}]
},
{
name : "HDMI audio fix",
shortname : "audiofix",
patches : [{offset : 0x11812C, off: [0x85, 0xC0, 0x75, 0x96], on : [0x90, 0x90, 0x90, 0x90]}]
},
{
name : "Boot to event mode",
shortname : "event",
patches : [{offset : 0xF0D30, off: [0x8B, 0x00, 0xC3, 0xCC], on : [0x31, 0xC0, 0x40, 0xC3]}]
},
]);