mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Add 2020-12-08 jubeat festo hexedits
This commit is contained in:
+15
-1
@@ -11,9 +11,23 @@
|
|||||||
<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-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", [
|
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]}]
|
patches: [{offset: 0xB766F, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user