mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07: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:
+9
-1
@@ -126,8 +126,16 @@
|
|||||||
name : "Skip CATEGORY SELECT",
|
name : "Skip CATEGORY SELECT",
|
||||||
patches: [{offset: 0xA59F5, off: [0x04], on: [0x07]}]
|
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",
|
name : "Unlock all songs",
|
||||||
patches : [{offset : 0x2363, off: [0x74, 0x14], on : [0x90, 0x90]}]
|
patches : [{offset : 0x2363, off: [0x74, 0x14], on : [0x90, 0x90]}]
|
||||||
|
|||||||
Reference in New Issue
Block a user