add 'Skip Online Matching' for saucer~qubell

This commit is contained in:
ikaros14
2022-05-07 16:25:44 +09:00
committed by Will
parent 3a6f7ce2e6
commit 8f46998cf9
4 changed files with 235 additions and 219 deletions
+5 -1
View File
@@ -11,7 +11,7 @@
<script type="text/javascript"> <script type="text/javascript">
window.addEventListener("load", function() { window.addEventListener("load", function() {
new PatchContainer([ new PatchContainer([
new Patcher("jubeat.dll", "jubeat.dll", [ new Patcher("jubeat.dll", "2016-03-27", [
{ {
name : "Disable tutorial", name : "Disable tutorial",
patches : [{offset : 0x81F79, off: [0x0F, 0x85, 0xC7], on : [0xE9, 0xC6, 0x01]}] patches : [{offset : 0x81F79, off: [0x0F, 0x85, 0xC7], on : [0xE9, 0xC6, 0x01]}]
@@ -20,6 +20,10 @@
name : "SELECT MUSIC timer lock", name : "SELECT MUSIC timer lock",
patches : [{offset : 0x16E64D, off : [0x75], on : [0xEB]}] patches : [{offset : 0x16E64D, off : [0x75], on : [0xEB]}]
}, },
{
name: "Skip Online Matching",
patches: [{offset: 0x158630, off: [0x7D], on: [0xEB]}]
},
]), ]),
new Patcher("music_db.dll", "music_db.dll", [ new Patcher("music_db.dll", "music_db.dll", [
+4
View File
@@ -20,6 +20,10 @@
name : "SELECT MUSIC timer lock", name : "SELECT MUSIC timer lock",
patches : [{offset : 0x80576, off : [0x75], on : [0xEB]}] patches : [{offset : 0x80576, off : [0x75], on : [0xEB]}]
}, },
{
name: "Skip Online Matching",
patches: [{offset: 0x96977, off: [0x7D], on: [0xEB]}]
},
]), ]),
new Patcher("jubeat.dll", "2017-04-15", [ new Patcher("jubeat.dll", "2017-04-15", [
+4
View File
@@ -16,6 +16,10 @@
name : "SELECT MUSIC timer lock", name : "SELECT MUSIC timer lock",
patches : [{offset : 0xDF418, off : [0x75], on : [0xEB]}] patches : [{offset : 0xDF418, off : [0x75], on : [0xEB]}]
}, },
{
name: "Skip Online Matching",
patches: [{offset: 0xBD6A0, off: [0x7D], on: [0xEB]}]
},
]), ]),
new Patcher("music_db.dll", "2014-01-28", [ new Patcher("music_db.dll", "2014-01-28", [
{ {
+4
View File
@@ -16,6 +16,10 @@
name : "SELECT MUSIC Timer Lock", name : "SELECT MUSIC Timer Lock",
patches : [{offset : 0xF7B7F, off : [0x75], on : [0xEB]}] patches : [{offset : 0xF7B7F, off : [0x75], on : [0xEB]}]
}, },
{
name: "Skip Online Matching",
patches: [{offset: 0xCB9A0, off: [0x7D], on: [0xEB]}]
},
{ {
name : "Coin Unlock", name : "Coin Unlock",
tooltip : "Check the 'Coin Unlock' option in 'coin.dll'", tooltip : "Check the 'Coin Unlock' option in 'coin.dll'",