mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Add "Quicker Quick Retry" hex edit for IIDX BISTROVER
This commit is contained in:
@@ -312,6 +312,17 @@
|
|||||||
{ offset: 0x4A859F, off: [0x32, 0xC0], on: [0xB0, 0x01] },
|
{ offset: 0x4A859F, off: [0x32, 0xC0], on: [0xB0, 0x01] },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Quicker Quick Retry",
|
||||||
|
tooltip : "Shortens duration of the 'stage failed' animation.",
|
||||||
|
patches: [
|
||||||
|
{
|
||||||
|
offset: 0x72D595,
|
||||||
|
off: [0x8B, 0x58],
|
||||||
|
on: [0xEB, 0x2D],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Always show FAST/SLOW total",
|
name: "Always show FAST/SLOW total",
|
||||||
patches: [
|
patches: [
|
||||||
|
|||||||
Reference in New Issue
Block a user