mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
DDR A3: Add patch to enable Dan courses on regular cabinets
This commit is contained in:
+10
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user