mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 20:21:39 +01:00
Port cursor lock to HEROIC VERSE 2020-09-29. (#145)
* Add tooltip for skip decide screen edit. * Port cursor lock to HEROIC VERSE 2020-09-29. Co-authored-by: Will <will@mon.im>
This commit is contained in:
parent
1ddbda3215
commit
3b98bd0523
@ -38,9 +38,15 @@
|
||||
patches: [{offset: 0x5FBCC7, off: [0x83, 0x78, 0x08, 0x02], on: [0x83, 0x78, 0x08, 0x05]}]
|
||||
},
|
||||
{
|
||||
name: 'Skip Decide Screen',
|
||||
name: 'Skip decide screen',
|
||||
tooltip : 'Immediately loads into chart after selection',
|
||||
patches: [{offset: 0x2D6160, off: [0xE8, 0x6B, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Cursor lock',
|
||||
tooltip : "After song finishes, song select remains on previous song",
|
||||
patches: [{offset: 0x551D98, off: [0x84, 0xC0], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Unlock All Songs',
|
||||
patches: [{offset: 0x353E90, off: [0x75, 0x24], on: [0x90, 0x90]}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user