From 28328007a3be7326afaf34bc013a9c459ab5fa01 Mon Sep 17 00:00:00 2001 From: Programmed Galaxy <42899752+programmedgalaxy@users.noreply.github.com> Date: Thu, 18 Oct 2018 08:11:42 -0400 Subject: [PATCH] Song Select Timer 45sec -> 90sec hex edit (#25) I don't know what the offset would be on Omnimix, sorry /shrug --- sinobuz.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sinobuz.html b/sinobuz.html index 55f0448..6df2560 100644 --- a/sinobuz.html +++ b/sinobuz.html @@ -16,6 +16,11 @@ name : "Timer Freeze", patches : [{offset : 0x9BAEE, off: [0x74], on : [0xEB]}] }, + { + name : "90sec Music Select Timer", + tooltip : "Make sure your Select Time option is set to \"45 SEC\" in the Game Options for this to work!" + patches : [{offset : 0x350B4, off: [0x2D], on : [0x5A]}] + }, { name : "Premium Free", patches : [{offset : 0x60A1B, off: [0x75], on : [0xEB]}]