mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Add patches from #142
This commit is contained in:
@@ -11,6 +11,16 @@
|
|||||||
<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-09-16", [
|
||||||
|
{
|
||||||
|
name: "SELECT MUSIC Timer Lock",
|
||||||
|
patches: [{ offset: 0xa0632, off: [0x75], on: [0xeb] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Skip CATEGORY SELECT",
|
||||||
|
patches: [{ offset: 0xb95f7, off: [0x04], on: [0x07] }],
|
||||||
|
},
|
||||||
|
]),
|
||||||
new Patcher("jubeat.dll", "2020-07-27", [
|
new Patcher("jubeat.dll", "2020-07-27", [
|
||||||
{
|
{
|
||||||
name: "Disable Turorial",
|
name: "Disable Turorial",
|
||||||
@@ -25,6 +35,16 @@
|
|||||||
patches: [{offset: 0xA0F17, off: [0x04], on: [0x07]}]
|
patches: [{offset: 0xA0F17, off: [0x04], on: [0x07]}]
|
||||||
},
|
},
|
||||||
]),
|
]),
|
||||||
|
new Patcher("jubeat.dll", "2020-06-30", [
|
||||||
|
{
|
||||||
|
name: "SELECT MUSIC Timer Lock",
|
||||||
|
patches: [{ offset: 0xa06e2, off: [0x75], on: [0xeb] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Skip CATEGORY SELECT",
|
||||||
|
patches: [{ offset: 0xa0a67, off: [0x04], on: [0x07] }],
|
||||||
|
},
|
||||||
|
]),
|
||||||
new Patcher("jubeat.dll", "2020-06-11", [
|
new Patcher("jubeat.dll", "2020-06-11", [
|
||||||
{
|
{
|
||||||
name: "Disable Tutorial",
|
name: "Disable Tutorial",
|
||||||
|
|||||||
Reference in New Issue
Block a user