From 2239052fceb988ef62db894bc84a1085e5c9eecf Mon Sep 17 00:00:00 2001 From: Gladuin <34450360+Gladuin@users.noreply.github.com> Date: Fri, 13 Nov 2020 02:45:27 +0100 Subject: [PATCH] add free play text ticker and cs style song delay to heroic verse (2020092900) (#154) * Add support for Vivid Wave 2020-01-15 * Fix spacing issues * Fix even more dumb spacing issues * Fix issue where wrong offset was used * add free play text ticker and cs style song delay to heroic verse (2020092900) Co-authored-by: Gladuin --- heroicverse.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/heroicverse.html b/heroicverse.html index fbc2593..a570938 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -142,6 +142,18 @@ {offset: 0x5665D3, off: [0x74], on: [0x75]}, ] }, + { + name: 'CS-Style Song Start Delay', + tooltip : "Holding Start will pause the song at the beginning until you release it", + patches: [ + {offset: 0x575423, off: [0x7D, 0x4D], on: [0x90, 0x90]} + ] + }, + { + name: 'Free play text to LED ticker (Bottom Right)', + tooltip : "Song Title/Ticker information will display instead of FREEPLAY", + patches: [{offset: 0x2BD26F, off: [0xE5, 0xD7, 0x4E, 0x00], on: [0x49, 0x7F, 0x50, 0x04]}] + } ]), ]); });