mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-20 00:22:45 +01:00
SDVX V: Fix ARS patch and add tooltip (#114)
This commit is contained in:
parent
795fc5af09
commit
3dee351cff
@ -49,7 +49,8 @@
|
||||
},
|
||||
{
|
||||
name: 'Allow ARS (Alternative Rate System) Option',
|
||||
patches: [{offset: 0x56F5BF, off: [0x74], on: [0xEB]}]
|
||||
tooltip: 'Selectable at gauge tab in FX-L+R menu',
|
||||
patches: [{offset: 0x56F5BD, off: [0x85, 0xC9, 0x74, 0x08], on: [0xB1, 0x01, 0x75, 0x08]}]
|
||||
},
|
||||
{
|
||||
name: 'Freeze timer in all modes',
|
||||
@ -122,7 +123,8 @@
|
||||
},
|
||||
{
|
||||
name: 'Allow ARS (Alternative Rate System) Option',
|
||||
patches: [{offset: 0x5DAAAF, off: [0x74], on: [0xEB]}]
|
||||
tooltip: 'Selectable at gauge tab in FX-L+R menu',
|
||||
patches: [{offset: 0x5DAAAD, off: [0x85, 0xC9, 0x74, 0x08], on: [0xB1, 0x01, 0x75, 0x08]}]
|
||||
},
|
||||
{
|
||||
name: 'Freeze timer in all modes',
|
||||
@ -199,7 +201,8 @@
|
||||
},
|
||||
{
|
||||
name: 'Allow ARS (Alternative Rate System) Option',
|
||||
patches: [{offset: 0x62D14F, off: [0x74], on: [0xEB]}]
|
||||
tooltip: 'Selectable at gauge tab in FX-L+R menu',
|
||||
patches: [{offset: 0x62D14D, off: [0x85, 0xC9, 0x74, 0x08], on: [0xB1, 0x01, 0x75, 0x08]}]
|
||||
},
|
||||
{
|
||||
name: 'Freeze timer in all modes',
|
||||
|
Loading…
x
Reference in New Issue
Block a user