mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Jubeat Festo 2020021900 Hex (#131)
* Jubeat Festo 2020021900 Hex * Fix indent Co-authored-by: Will <will@mon.im>
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", "2020-02-19", [
|
||||||
|
{
|
||||||
|
name: "SELECT MUSIC Timer Lock",
|
||||||
|
patches: [{offset: 0xA0272, off: [0x75], on: [0xEB]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : "Skip CATEGORY SELECT",
|
||||||
|
patches: [{offset: 0xA05F7, off: [0x04], on: [0x07]}]
|
||||||
|
},
|
||||||
|
]),
|
||||||
new Patcher("jubeat", "2019-09-03", [
|
new Patcher("jubeat", "2019-09-03", [
|
||||||
{
|
{
|
||||||
name: "Disable Tutorial",
|
name: "Disable Tutorial",
|
||||||
|
|||||||
Reference in New Issue
Block a user