mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
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:
+18
-22
@@ -11,40 +11,36 @@
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
new PatchContainer([
|
||||
new Patcher("jubeat.exe", "2009-12-24 (China ver.)", [
|
||||
new Patcher("jubeat.exe", "2009-12-24 (China Ver.1)", [
|
||||
{
|
||||
name : "SELECT MUSIC Timer Lock",
|
||||
patches : [{offset : 0x6C2A1, off : [0x75], on : [0xEB]}]
|
||||
name: "SELECT MUSIC Timer Lock",
|
||||
patches: [{offset: 0x6C2A1, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name : "Skip Tutorial",
|
||||
patches : [
|
||||
{offset : 0x36563, off : [0x75], on : [0xEB]},
|
||||
{offset : 0x3700F, off : [0x75], on : [0xEB]},
|
||||
{offset : 0x4AAB4, off : [0x75], on : [0xEB]}
|
||||
]
|
||||
name: "Skip Tutorial",
|
||||
patches: [{offset: 0x3700F, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name : "Unlock All Songs",
|
||||
patches : [{offset : 0xA2BDD, off : [0x0F, 0x9D, 0xC0], on : [0x90, 0x90, 0x90]}]
|
||||
},
|
||||
name: "Unlock All Songs",
|
||||
patches: [{offset: 0xA2BDD, off: [0x0F, 0x9D, 0xC0], on: [0x90, 0x90, 0x90]}]
|
||||
}
|
||||
]),
|
||||
new Patcher("jubeat.exe", "2010-02-26", [
|
||||
{
|
||||
name : "SELECT MUSIC Timer Lock",
|
||||
patches : [{offset : 0x78851, off : [0x75], on : [0xEB]}]
|
||||
name: "SELECT MUSIC Timer Lock",
|
||||
patches: [{offset: 0x78851, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name : "Skip Tutorial",
|
||||
patches : [{offset : 0x41DDF, off : [0x75], on : [0xEB]}]
|
||||
name: "Skip Tutorial",
|
||||
patches: [{offset: 0x41DDF, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name : "Unlock All Songs",
|
||||
patches : [{offset : 0xADBD0,
|
||||
off : [0x8B, 0x55, 0xC8, 0x89, 0x51, 0x34, 0x0F, 0xBF, 0x45, 0xB8, 0x33, 0xC9, 0x85, 0xC0, 0x0F, 0x9D, 0xC1],
|
||||
on : [0xBA, 0x00, 0x00, 0x00, 0x00, 0x89, 0x51, 0x34, 0x0F, 0xBF, 0x45, 0xB8, 0x33, 0xC9, 0x85, 0xC0, 0x90]}]
|
||||
},
|
||||
]),
|
||||
name: "Unlock All Songs",
|
||||
patches: [{offset: 0xADBD0,
|
||||
off: [0x8B, 0x55, 0xC8, 0x89, 0x51, 0x34, 0x0F, 0xBF, 0x45, 0xB8, 0x33, 0xC9, 0x85, 0xC0, 0x0F, 0x9D, 0xC1],
|
||||
on: [0xBA, 0x00, 0x00, 0x00, 0x00, 0x89, 0x51, 0x34, 0x0F, 0xBF, 0x45, 0xB8, 0x33, 0xC9, 0x85, 0xC0, 0x90]}]
|
||||
}
|
||||
])
|
||||
])
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user