From 59d4e64c3f587ff5b498026ef9113c49bb2b2d0b Mon Sep 17 00:00:00 2001 From: Zelminar Date: Tue, 6 Mar 2018 14:31:34 -0700 Subject: [PATCH] Added Omega Dimension Matching by Default (#13) * Added Omega Dimension Matching by Default Added Omega Dimension Matching by Default * Update sdvx4.html --- sdvx4.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sdvx4.html b/sdvx4.html index 1fdff79..f1110a2 100644 --- a/sdvx4.html +++ b/sdvx4.html @@ -81,7 +81,7 @@ }, { // Created by runner38 - name: 'Non-Effective Rate gauges does not recover', + name: 'Non-Effective Rate gauges do not recover', tooltip: 'This affects all "Hard" Gauge types', patches: [{offset: 0x11B14A, off: [0x01, 0x50, 0x48], on: [0x90, 0x90, 0x90]}] }, @@ -89,6 +89,12 @@ // Created by runner38 name: 'Remove Combo/Chain Display', patches: [{offset: 0x1220B1, off: [0x8B, 0x45, 0x08], on: [0x90, 0x90, 0x90]}] + }, + { + // Created by Zelminar + name: 'Omega Dimension Matching scene as default', + tooltip: 'Replaces stock matching scene with Omega Dimension matching', + patches: [{offset: 0x358B40, off: [0xDC, 0x5F, 0x30, 0x10], on: [0x38, 0x54, 0x30, 0x10]}] } ]) })