update 'jubeat ripples' (#276)

* add 'Skip Online Matching' for saucer~qubell

* add jubeat ripples

* update jubeat ripples

* update jubeat ripples

* case correction

* update jubeat ripples

* update jubeat ripples

* add 'Unlock All Songs' for knit, copious

* modify indentation

* fix stupid
This commit is contained in:
ikaros14
2022-05-23 22:30:25 +09:00
committed by GitHub
parent 12e051e180
commit fb662cdd95
9 changed files with 147 additions and 120 deletions
+20 -20
View File
@@ -13,33 +13,33 @@
new PatchContainer([
new Patcher("jubeat.dll", "2014-11-18", [
{
name : "SELECT MUSIC Timer Lock",
patches : [{offset : 0xF7B7F, off : [0x75], on : [0xEB]}]
name: "SELECT MUSIC Timer Lock",
patches: [{offset: 0xF7B7F, off: [0x75], on: [0xEB]}]
},
{
name: "Skip Online Matching",
patches: [{offset: 0xCB9A0, off: [0x7D], on: [0xEB]}]
},
{
name : "Coin Unlock",
tooltip : "Check the 'Coin Unlock' option in 'coin.dll'",
patches : [{offset : 0x175D,
off : [0xEB, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
name: "Coin Unlock",
tooltip: "Check the 'Coin Unlock' option in 'coin.dll'",
patches: [{offset: 0x175D,
off: [0xEB, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00],
on : [0x74, 0x22, 0xFF, 0x15, 0xF8, 0x02, 0x18, 0x10, 0xFF,
on: [0x74, 0x22, 0xFF, 0x15, 0xF8, 0x02, 0x18, 0x10, 0xFF,
0x15, 0xF4, 0x02, 0x18, 0x10, 0x0F, 0xB6, 0xC0, 0x85, 0xC0,
0x74, 0x0F, 0x6A, 0x1A, 0x68, 0xE1, 0x05, 0x00, 0x00, 0xE8,
0x12, 0xAC, 0x00, 0x00, 0x83, 0xC4, 0x08]}]
},
}
]),
new Patcher("coin.dll", "2014-11-18", [
{
name : "Coin Unlock",
tooltip : "Check the 'Coin Unlock' option in 'jubeat.dll'",
patches : [{offset : 0x1070,
off : [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
name: "Coin Unlock",
tooltip: "Check the 'Coin Unlock' option in 'jubeat.dll'",
patches: [{offset: 0x1070,
off: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
@@ -61,7 +61,7 @@
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00],
on : [0x55, 0x8B, 0xEC, 0x83, 0xEC, 0x1C, 0xE8, 0x85, 0xFF, 0xFF,
on: [0x55, 0x8B, 0xEC, 0x83, 0xEC, 0x1C, 0xE8, 0x85, 0xFF, 0xFF,
0xFF, 0x89, 0x45, 0xF0, 0xE8, 0x7D, 0x01, 0x00, 0x00, 0x0F, 0xB6,
0xC0, 0x85, 0xC0, 0x74, 0x05, 0xE9, 0xCA, 0x00, 0x00, 0x00, 0x66,
0xC7, 0x45, 0xF4, 0x00, 0x00, 0x66, 0xC7, 0x45, 0xF8, 0x00, 0x00,
@@ -83,17 +83,17 @@
0x95, 0xC1, 0x0F, 0xB6, 0xD1, 0x85, 0xD2, 0x74, 0x10, 0x68, 0x98,
0x92, 0x00, 0x10, 0x6A, 0x01, 0xFF, 0x15, 0x5C, 0x81, 0x00, 0x10,
0x83, 0xC4, 0x08, 0x8B, 0xE5, 0x5D, 0xC3, 0xCC, 0xCC, 0xCC]}]
},
]),
]);
}
])
]),
new PatchContainer([
new Patcher("music_db.dll", "2014-11-18", [
{
name : "Unlock all songs",
patches : [{offset : 0x1F6D, off: [0x02], on : [0x1f]}]
},
name: "Unlock all songs",
patches: [{offset: 0x1F6D, off: [0x02], on: [0x1F]}]
}
])
]);
])
});
</script>
</head>