mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-14 19:07:37 +01:00
Added song unlock for beatstream
This commit is contained in:
parent
1f775e25c1
commit
f12d707486
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user