DDR A3: Add patch to enable Dan courses on regular cabinets
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled

This commit is contained in:
llm96 2025-05-29 16:58:15 +01:00 committed by Will
parent 73a077d046
commit 6baf646e45

View File

@ -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",