From c22ed588e29e75e21890f2a5c5c053cd39d5e1d3 Mon Sep 17 00:00:00 2001 From: Zelminar Date: Sun, 4 Mar 2018 13:00:12 -0700 Subject: [PATCH] Added 3 new hex edits courtesy of runner38 (#12) Added: Non-Effective Rate gauges Start at 0% Non-Effective Rate gauges does not recover Remove Combo/Chain Display --- sdvx4.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/sdvx4.html b/sdvx4.html index 4729b0e..1fdff79 100644 --- a/sdvx4.html +++ b/sdvx4.html @@ -72,6 +72,23 @@ name: 'Allow ARS (Alternative Rate System) Option', tooltip: 'At gauge select, go to excessive and press BT-D to enable', patches: [{offset: 0x171274, off: [0x74], on: [0xEB]}] + }, + { + // Created by runner38 + name: 'Non-Effective Rate gauges Start at 0%', + tooltip: 'This affects all "Hard" Gauge types', + patches: [{offset: 0x11ACD0, off: [0x10, 0x27], on: [0x01, 0x00]}] + }, + { + // Created by runner38 + name: 'Non-Effective Rate gauges does not recover', + tooltip: 'This affects all "Hard" Gauge types', + patches: [{offset: 0x11B14A, off: [0x01, 0x50, 0x48], on: [0x90, 0x90, 0x90]}] + }, + { + // Created by runner38 + name: 'Remove Combo/Chain Display', + patches: [{offset: 0x1220B1, off: [0x8B, 0x45, 0x08], on: [0x90, 0x90, 0x90]}] } ]) })