mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
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:
+7
-1
@@ -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]}]
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user