From 6baf646e4575fa5d170403e004286da9c705caf2 Mon Sep 17 00:00:00 2001 From: llm96 Date: Thu, 29 May 2025 16:58:15 +0100 Subject: [PATCH] DDR A3: Add patch to enable Dan courses on regular cabinets --- ddra3.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ddra3.html b/ddra3.html index dce975d..003847b 100644 --- a/ddra3.html +++ b/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",