From 8ebe0dcffbdca30a4a999492d8039439438cc070 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Thu, 25 Aug 2022 19:50:46 +1000 Subject: [PATCH] festo: add a bunch of patches --- jubeatfesto.html | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/jubeatfesto.html b/jubeatfesto.html index db52249..eeaa561 100644 --- a/jubeatfesto.html +++ b/jubeatfesto.html @@ -1,4 +1,4 @@ - + @@ -29,7 +29,39 @@ { name: "Skip Online Matching", patches: [{offset: 0xD358B, off: [0x0F, 0x8D, 0x72, 0x01], on: [0xE9, 0x73, 0x01, 0x00]}] - } + }, + { + // by mon + name: "Force unlock all markers", + patches: [ + { offset: 0x1AABB0, off: [0x75], on: [0xEB] }, + { offset: 0x163DBE, off: [0x75], on: [0xEB] }, + ], + }, + { + // by mon + name: "Force unlock all backgrounds", + patches: [ + { offset: 0x135D4E, off: [0x75], on: [0xEB] }, + { offset: 0x163E71, off: [0x75], on: [0xEB] }, + ], + }, + { + // by mon + name: "Force enable Expert Option", + patches: [{ offset: 0xDCEC0, off: [0x55, 0x8B, 0xEC], on: [0xB0, 0x01, 0xC3] }], + }, + { + // by mon + name: "Default marker for guest play", + type: "union", + offset: 0x5DFF7, + patches: [ + { name: "Festo (Default)", patch: [46] }, + { name: "Qubell", patch: [40] }, + { name: "Shutter", patch: [4] }, + ], + }, ]), new Patcher("jubeat.dll", "2021-12-15", [ {