mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
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
This commit is contained in:
+17
@@ -72,6 +72,23 @@
|
|||||||
name: 'Allow ARS (Alternative Rate System) Option',
|
name: 'Allow ARS (Alternative Rate System) Option',
|
||||||
tooltip: 'At gauge select, go to excessive and press BT-D to enable',
|
tooltip: 'At gauge select, go to excessive and press BT-D to enable',
|
||||||
patches: [{offset: 0x171274, off: [0x74], on: [0xEB]}]
|
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]}]
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user