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:
+21
-1
@@ -11,6 +11,16 @@
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
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", [
|
||||
{
|
||||
name: "Disable Turorial",
|
||||
@@ -24,7 +34,17 @@
|
||||
name: "Skip CATEGORY SELECT",
|
||||
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", [
|
||||
{
|
||||
name: "Disable Tutorial",
|
||||
|
||||
Reference in New Issue
Block a user