Add patches from #142

This commit is contained in:
Will Toohey 2020-10-28 09:54:35 +10:00
parent 29e15936d0
commit 9d727b07db

View File

@ -11,6 +11,16 @@
<script type="text/javascript">
window.addEventListener("load", function() {
new PatchContainer([
new Patcher("jubeat.dll", "2020-09-16", [
{
name: "SELECT MUSIC Timer Lock",
patches: [{ offset: 0xa0632, off: [0x75], on: [0xeb] }],
},
{
name: "Skip CATEGORY SELECT",
patches: [{ offset: 0xb95f7, off: [0x04], on: [0x07] }],
},
]),
new Patcher("jubeat.dll", "2020-07-27", [
{
name: "Disable Turorial",
@ -24,7 +34,17 @@
name: "Skip CATEGORY SELECT",
patches: [{offset: 0xA0F17, off: [0x04], on: [0x07]}]
},
]),
]),
new Patcher("jubeat.dll", "2020-06-30", [
{
name: "SELECT MUSIC Timer Lock",
patches: [{ offset: 0xa06e2, off: [0x75], on: [0xeb] }],
},
{
name: "Skip CATEGORY SELECT",
patches: [{ offset: 0xa0a67, off: [0x04], on: [0x07] }],
},
]),
new Patcher("jubeat.dll", "2020-06-11", [
{
name: "Disable Tutorial",