From 3dee351cffbd3dcb23de883ac9e66116631fcaaf Mon Sep 17 00:00:00 2001 From: JeDaYoshi Date: Wed, 22 Jan 2020 22:43:02 -0400 Subject: [PATCH] SDVX V: Fix ARS patch and add tooltip (#114) --- sdvx5.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sdvx5.html b/sdvx5.html index 9059e86..11aaec1 100644 --- a/sdvx5.html +++ b/sdvx5.html @@ -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',