From f12d707486461d9a1ca033e207d8cde64d67fe0c Mon Sep 17 00:00:00 2001 From: William Toohey Date: Sun, 10 Sep 2017 18:13:44 +1000 Subject: [PATCH] Added song unlock for beatstream --- beatstream2.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/beatstream2.html b/beatstream2.html index 3b3a0bc..f54bcd5 100644 --- a/beatstream2.html +++ b/beatstream2.html @@ -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",