Add 2020-12-08 jubeat festo hexedits

This commit is contained in:
Subject38 2021-12-08 19:55:27 -06:00 committed by Will
parent 1696d2af02
commit 131b3d3b0f

View File

@ -11,9 +11,23 @@
<script type="text/javascript">
window.addEventListener("load", function() {
new PatchContainer([
new Patcher("jubeat.dll", "2020-12-08", [
{
name: "Disable Tutorial",
patches: [{offset: 0xD4BDF, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}]
},
{
name: "SELECT MUSIC Timer Lock",
patches: [{offset: 0xBF272, off: [0x75], on: [0xEB]}]
},
{
name: "Skip CATEGORY SELECT",
patches: [{offset: 0xBF5F7, off: [0x04], on: [0x07]}]
},
]),
new Patcher("jubeat.dll", "2020-07-27", [
{
name: "Disable Turorial",
name: "Disable Tutorial",
patches: [{offset: 0xB766F, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}]
},
{