mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
add jubeat festo 2021-03-31 patches
ported from 2020-07-27 patches
This commit is contained in:
@@ -8,6 +8,24 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.addEventListener("load", function() {
|
window.addEventListener("load", function() {
|
||||||
new PatchContainer([
|
new PatchContainer([
|
||||||
|
new Patcher("jubeat.dll", "2021-03-31", [
|
||||||
|
{
|
||||||
|
name: "Disable Tutorial",
|
||||||
|
patches: [{offset: 0xD4B8F, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "SELECT MUSIC Timer Lock",
|
||||||
|
patches: [{offset: 0xBF212, off: [0x75], on: [0xEB]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Skip CATEGORY SELECT",
|
||||||
|
patches: [{offset: 0xBF597, off: [0x04], on: [0x07]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Skip Online Matching",
|
||||||
|
patches: [{offset: 0xD0CBB, off: [0x0F, 0x8D, 0x72, 0x01], on: [0xE9, 0x73, 0x01, 0x00]}]
|
||||||
|
}
|
||||||
|
]),
|
||||||
new Patcher("jubeat.dll", "2020-12-08", [
|
new Patcher("jubeat.dll", "2020-12-08", [
|
||||||
{
|
{
|
||||||
name: "Disable Tutorial",
|
name: "Disable Tutorial",
|
||||||
|
|||||||
Reference in New Issue
Block a user