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
-3
View File
@@ -13,19 +13,16 @@
new DllPatcher("beatstream", [
{
name : "E: drive fix",
shortname : "efix",
tooltip: "Fix crash caused by no E: drive",
patches : [{offset : 0x8645FC, off: [0x65, 0x3A, 0x2F], on : [0x64, 0x65, 0x76]}]
},
{
name : "Unlock all songs",
shortname : "songunlock",
patches : [{offset : 0x16CCB1, off: [0x48, 0x83, 0xFD, 0x10, 0x72, 0x03, 0x48, 0x8B, 0x09, 0x41],
on : [0xBE, 0x00, 0x00, 0x00, 0x00, 0xE9, 0x3A, 0x01, 0x00, 0x00]}]
},
{
name : "Nightmare difficulty unlock",
shortname : "diffunlock",
patches : [{offset : 0x16EADE, off: [0x8B, 0xCB, 0xE8, 0xDB, 0xB4, 0x0E],
on : [0xB0, 0x01, 0xE9, 0xAD, 0x00, 0x00]}]
},