Add online matching skip edit for jubeat clan 2018070901 (#75)

* Add online matching skip edit for jubeat clan 2018070901

* Add online matching skip edit for jubeat clan 2018081401
This commit is contained in:
Matt Bilker 2019-06-28 11:09:38 -04:00 committed by Will
parent 6e9838e238
commit 2761beebaa

View File

@ -14,13 +14,18 @@
new DllPatcher("jubeat", [ new DllPatcher("jubeat", [
// Ported by Felix // Ported by Felix
{ {
name : "Disable tutorial", name : "Disable Tutorial",
patches : [{offset : 0xCFE67, off: [0x75, 0x4A, 0x57, 0x68, 0x00], on : [0xE9, 0x90, 0x00, 0x00, 0x00]}] patches: [{offset: 0xCFE67, off: [0x75, 0x4A, 0x57, 0x68, 0x00], on: [0xE9, 0x90, 0x00, 0x00, 0x00]}]
}, },
// Ported by Felix and Cammy // Ported by Felix and Cammy
{ {
name : "SELECT MUSIC timer lock", name : "SELECT MUSIC Timer Lock",
patches : [{offset : 0xA5899, off : [0x75], on : [0xEB]}] patches: [{offset: 0xA5899, off: [0x75], on: [0xEB]}]
},
// Patch by Ash
{
name: "Online Matching Skip",
patches: [{offset: 0xBCCAE, off: [0x7D], on: [0xEB]}]
}, },
// Translation by Cammy // Translation by Cammy
{ {
@ -53,12 +58,22 @@
], "2018-08-14"), ], "2018-08-14"),
new DllPatcher("jubeat", [ new DllPatcher("jubeat", [
{ {
name : "Disable tutorial", name: "Disable Tutorial",
patches : [{offset : 0xCFFC7, off: [0x75, 0x4A, 0x57, 0x68, 0x00], on : [0xE9, 0x90, 0x00, 0x00, 0x00]}] patches: [{offset: 0xCFFC7, off: [0x75, 0x4A, 0x57, 0x68, 0x00], on: [0xE9, 0x90, 0x00, 0x00, 0x00]}]
}, },
{ {
name : "SELECT MUSIC timer lock", name: "SELECT MUSIC Timer Lock",
patches : [{offset : 0xA5A49, off : [0x75], on : [0xEB]}] patches: [{offset: 0xA5A49, off: [0x75], on: [0xEB]}]
},
{
name: "Expert Options Lock",
tooltip: "As soon as you toggle on expert option, every subsequent play will keep it on.",
patches: [{offset: 0xD4699, off: [0x89, 0x1D], on: [0xEB, 0x0B]}]
},
// Patch by Ash
{
name: "Online Matching Skip",
patches: [{offset: 0xBCDCE, off: [0x7D], on: [0xEB]}]
}, },
// Translation by Cammy // Translation by Cammy
{ {