mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-04-24 14:59:42 -05:00
DDR A3: Add patch to enable Dan courses on regular cabinets
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled
This commit is contained in:
parent
73a077d046
commit
6baf646e45
10
ddra3.html
10
ddra3.html
|
|
@ -47,6 +47,11 @@
|
|||
name: "Timer Freeze",
|
||||
patches: [{ offset: 0x2A52B, off: [0x74], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name: "Force enable Dan courses",
|
||||
tooltip: "Allows playing Dan class courses on regular cabinets",
|
||||
patches: [{ offset: 0xB2F66, off: [0x74], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name: "Force unlock extended paseli exclusive options",
|
||||
tooltip: "Premium mode options such as ARROW COLOR and 0.25 speed mod",
|
||||
|
|
@ -345,6 +350,11 @@
|
|||
name: "Timer Freeze",
|
||||
patches: [{ offset: 0x33370, off: [0x74], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name: "Force enable Dan courses",
|
||||
tooltip: "Allows playing Dan class courses on regular cabinets",
|
||||
patches: [{ offset: 0xEED3C, off: [0x74], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name: "Force unlock extended paseli exclusive options",
|
||||
tooltip: "Premium mode options such as ARROW COLOR and 0.25 speed mod",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user