Added Omega Dimension Matching by Default (#13)

* Added Omega Dimension Matching by Default

Added Omega Dimension Matching by Default

* Update sdvx4.html
This commit is contained in:
Zelminar
2018-03-06 14:31:34 -07:00
committed by Will
parent c22ed588e2
commit 59d4e64c3f
+7 -1
View File
@@ -81,7 +81,7 @@
}, },
{ {
// Created by runner38 // 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', tooltip: 'This affects all "Hard" Gauge types',
patches: [{offset: 0x11B14A, off: [0x01, 0x50, 0x48], on: [0x90, 0x90, 0x90]}] patches: [{offset: 0x11B14A, off: [0x01, 0x50, 0x48], on: [0x90, 0x90, 0x90]}]
}, },
@@ -89,6 +89,12 @@
// Created by runner38 // Created by runner38
name: 'Remove Combo/Chain Display', name: 'Remove Combo/Chain Display',
patches: [{offset: 0x1220B1, off: [0x8B, 0x45, 0x08], on: [0x90, 0x90, 0x90]}] 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]}]
} }
]) ])
}) })