Added song unlock for beatstream

This commit is contained in:
William Toohey 2017-09-10 18:13:44 +10:00
parent 1f775e25c1
commit f12d707486

View File

@ -17,6 +17,12 @@
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",