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
This commit is contained in:
ikaros14 2021-12-22 23:45:12 +09:00 committed by GitHub
parent 131b3d3b0f
commit 36563d5629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]}]
},
])
]);
]);
});
</script>
</head>