jubeat festo/bta: don't loop song previews

This commit is contained in:
Will Toohey
2026-04-26 15:01:54 +10:00
parent 625568460d
commit a4e3c383e8
2 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -1653,6 +1653,10 @@
}, },
], ],
}, },
{
name: "SELECT MUSIC - don't loop song preview",
patches: [{offset: 0x1B69B7, off: [0x02], on: [0x00]}]
},
]), ]),
]); ]);
}); });
@@ -1661,4 +1665,4 @@
<body> <body>
<h1>jubeat Beyond the Ave. DLL Modder</h1> <h1>jubeat Beyond the Ave. DLL Modder</h1>
</body> </body>
</html> </html>
+4
View File
@@ -13,6 +13,10 @@
name: "Disable Tutorial", name: "Disable Tutorial",
patches: [{offset: 0xD746F, off: [0x0F, 0x85, 0x7F, 0x01, 0x00, 0x00], on: [0xE9, 0x80, 0x01, 0x00, 0x00, 0x90]}] 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", name: "SELECT MUSIC Timer Lock",
patches: [{offset: 0xBFE72, off: [0x75], on: [0xEB]}] patches: [{offset: 0xBFE72, off: [0x75], on: [0xEB]}]