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]}]
}
])
})