mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
jubeat festo/bta: don't loop song previews
This commit is contained in:
@@ -1653,6 +1653,10 @@
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "SELECT MUSIC - don't loop song preview",
|
||||
patches: [{offset: 0x1B69B7, off: [0x02], on: [0x00]}]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
@@ -1661,4 +1665,4 @@
|
||||
<body>
|
||||
<h1>jubeat Beyond the Ave. DLL Modder</h1>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
name: "Disable Tutorial",
|
||||
patches: [{offset: 0xD746F, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: "SELECT MUSIC - don't loop song preview",
|
||||
patches: [{offset: 0x1A4107, off: [0x02], on: [0x00]}]
|
||||
},
|
||||
{
|
||||
name: "SELECT MUSIC Timer Lock",
|
||||
patches: [{offset: 0xBFE72, off: [0x75], on: [0xEB]}]
|
||||
|
||||
Reference in New Issue
Block a user