mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
SDVX V: Fix ARS patch and add tooltip (#114)
This commit is contained in:
+6
-3
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user