From a4e3c383e809d9e03da37c6b1f9b864ed171c74b Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sun, 26 Apr 2026 15:01:54 +1000 Subject: [PATCH] jubeat festo/bta: don't loop song previews --- jubeatbeyondtheave.html | 6 +++++- jubeatfesto.html | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/jubeatbeyondtheave.html b/jubeatbeyondtheave.html index 7d89a3a..ef2074e 100644 --- a/jubeatbeyondtheave.html +++ b/jubeatbeyondtheave.html @@ -1653,6 +1653,10 @@ }, ], }, + { + name: "SELECT MUSIC - don't loop song preview", + patches: [{offset: 0x1B69B7, off: [0x02], on: [0x00]}] + }, ]), ]); }); @@ -1661,4 +1665,4 @@

jubeat Beyond the Ave. DLL Modder

- \ No newline at end of file + diff --git a/jubeatfesto.html b/jubeatfesto.html index fb8ea0a..84790ee 100644 --- a/jubeatfesto.html +++ b/jubeatfesto.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]}]