mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-31 20:15:23 +01:00
add hex edits for 0727 and 0611 festo
This commit is contained in:
parent
382867ce88
commit
ea9deb9eb8
@ -11,6 +11,34 @@
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
new PatchContainer([
|
||||
new Patcher("jubeat.dll", "2020-07-27", [
|
||||
{
|
||||
name: "Disable Turorial",
|
||||
patches: [{offset: 0xB766F, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: "SELECT MUSIC Timer Lock",
|
||||
patches: [{offset: 0xA0B92, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name: "Skip CATEGORY SELECT",
|
||||
patches: [{offset: 0xA0F17, off: [0x04], on: [0x07]}]
|
||||
},
|
||||
]),
|
||||
new Patcher("jubeat.dll", "2020-06-11", [
|
||||
{
|
||||
name: "Disable Tutorial",
|
||||
patches: [{offset: 0xB70FF, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: "SELECT MUSIC Timer Lock",
|
||||
patches: [{offset: 0xA0632, off: [0x75], on: [0xEB]}]
|
||||
},
|
||||
{
|
||||
name: "Skip CATEGORY SELECT",
|
||||
patches: [{offset: 0xA09B7, off: [0x04], on: [0x07]}]
|
||||
},
|
||||
]),
|
||||
new Patcher("jubeat.dll", "2020-02-19", [
|
||||
{
|
||||
name: "SELECT MUSIC Timer Lock",
|
||||
|
Loading…
x
Reference in New Issue
Block a user