From 36563d56295bc064e5d5c02de39e9c83db009cf2 Mon Sep 17 00:00:00 2001 From: ikaros14 <70622899+ikaros14@users.noreply.github.com> Date: Wed, 22 Dec 2021 23:45:12 +0900 Subject: [PATCH] Separate 'jubeat.dll' and 'music_db.dll' (#244) * Separate 'jubeat.dll' and 'music_db.dll' and add "Unlock all songs" for 2020120801, 2020072701 * Update jubeatfesto.html --- jubeatfesto.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/jubeatfesto.html b/jubeatfesto.html index 9df81db..1064be5 100644 --- a/jubeatfesto.html +++ b/jubeatfesto.html @@ -126,14 +126,22 @@ name : "Skip CATEGORY SELECT", patches: [{offset: 0xA59F5, off: [0x04], on: [0x07]}] }, + ]) + ]); + new PatchContainer([ + new Patcher("music_db.dll", "2020-12-08, 2020-07-27", [ + { + name : "Unlock all songs", + patches : [{offset : 0x1E15, off: [0x74, 0x0A], on : [0x90, 0x90]}] + }, ]), - new Patcher("music_db.dll", "music_db.dll", [ + new Patcher("music_db.dll", "2019-09-03", [ { name : "Unlock all songs", patches : [{offset : 0x2363, off: [0x74, 0x14], on : [0x90, 0x90]}] }, ]) - ]); + ]); });