mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-31 20:15:23 +01:00
Add 2020-12-08 jubeat festo hexedits
This commit is contained in:
parent
1696d2af02
commit
131b3d3b0f
@ -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]}]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user