mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 11:23:27 +01:00
SDVX: Add global matching skip toggle (#86)
* SDVX: Add global matching skip toggle * Fix indent
This commit is contained in:
parent
bd2e63ccf9
commit
54ea6f93b8
@ -137,6 +137,12 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
// Created by API (CrypticStorm)
|
||||
name: 'Skip global matching screen',
|
||||
tooltip: 'Automatically skips the screen between song select and gameplay',
|
||||
patches: [{offset: 0x315600, off: [0x4D], on: [0x4E]}]
|
||||
},
|
||||
], "2019-02-06"),
|
||||
new DllPatcher('soundvoltex', [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user