mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-02 14:30:42 -07: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:
+7
-1
@@ -38,9 +38,15 @@
|
|||||||
patches: [{offset: 0x5FBCC7, off: [0x83, 0x78, 0x08, 0x02], on: [0x83, 0x78, 0x08, 0x05]}]
|
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]}]
|
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',
|
name: 'Unlock All Songs',
|
||||||
patches: [{offset: 0x353E90, off: [0x75, 0x24], on: [0x90, 0x90]}]
|
patches: [{offset: 0x353E90, off: [0x75, 0x24], on: [0x90, 0x90]}]
|
||||||
|
|||||||
Reference in New Issue
Block a user