From 2761beebaad1c60638af704a0ef38a11b43ba253 Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Fri, 28 Jun 2019 11:09:38 -0400 Subject: [PATCH] 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 --- jubeatclan.html | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/jubeatclan.html b/jubeatclan.html index 9a99151..49dc02c 100644 --- a/jubeatclan.html +++ b/jubeatclan.html @@ -14,13 +14,18 @@ new DllPatcher("jubeat", [ // Ported by Felix { - name : "Disable tutorial", - patches : [{offset : 0xCFE67, off: [0x75, 0x4A, 0x57, 0x68, 0x00], on : [0xE9, 0x90, 0x00, 0x00, 0x00]}] + name : "Disable Tutorial", + patches: [{offset: 0xCFE67, off: [0x75, 0x4A, 0x57, 0x68, 0x00], on: [0xE9, 0x90, 0x00, 0x00, 0x00]}] }, // Ported by Felix and Cammy { - name : "SELECT MUSIC timer lock", - patches : [{offset : 0xA5899, off : [0x75], on : [0xEB]}] + name : "SELECT MUSIC Timer Lock", + patches: [{offset: 0xA5899, off: [0x75], on: [0xEB]}] + }, + // Patch by Ash + { + name: "Online Matching Skip", + patches: [{offset: 0xBCCAE, off: [0x7D], on: [0xEB]}] }, // Translation by Cammy { @@ -53,12 +58,22 @@ ], "2018-08-14"), new DllPatcher("jubeat", [ { - name : "Disable tutorial", - patches : [{offset : 0xCFFC7, off: [0x75, 0x4A, 0x57, 0x68, 0x00], on : [0xE9, 0x90, 0x00, 0x00, 0x00]}] + name: "Disable Tutorial", + patches: [{offset: 0xCFFC7, off: [0x75, 0x4A, 0x57, 0x68, 0x00], on: [0xE9, 0x90, 0x00, 0x00, 0x00]}] }, { - name : "SELECT MUSIC timer lock", - patches : [{offset : 0xA5A49, off : [0x75], on : [0xEB]}] + name: "SELECT MUSIC Timer Lock", + 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 {