mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 20:21:39 +01:00
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:
parent
1c911d8d9b
commit
2239052fce
@ -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]}]
|
||||
}
|
||||
]),
|
||||
]);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user