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 <gladuin@thisemailisnotreal.com>
This commit is contained in:
Gladuin 2020-11-13 02:45:27 +01:00 committed by GitHub
parent 1c911d8d9b
commit 2239052fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]}]
}
]),
]);
});