mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-21 20:40:29 +01:00
Merge pull request #143 from bemaninerd/master
add hex edits for 0727 and 0611 festo
This commit is contained in:
commit
bc78315d71
@ -11,6 +11,34 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.addEventListener("load", function() {
|
window.addEventListener("load", function() {
|
||||||
new PatchContainer([
|
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", [
|
new Patcher("jubeat.dll", "2020-02-19", [
|
||||||
{
|
{
|
||||||
name: "SELECT MUSIC Timer Lock",
|
name: "SELECT MUSIC Timer Lock",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user