mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 20:21:39 +01:00
Add patches from #142
This commit is contained in:
parent
29e15936d0
commit
9d727b07db
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user