mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-04-26 07:48:50 -05:00
Add "Quicker Quick Retry" hex edit for IIDX BISTROVER
This commit is contained in:
parent
7496577365
commit
615abed220
|
|
@ -312,6 +312,17 @@
|
|||
{ 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",
|
||||
patches: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user