mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
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:
parent
131b3d3b0f
commit
36563d5629
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user