From 5582368ee7f6a1a613bfb8d5e5deddf5027c52d9 Mon Sep 17 00:00:00 2001 From: drmext <71258889+drmext@users.noreply.github.com> Date: Sun, 16 Jul 2023 03:15:43 +0000 Subject: [PATCH] DDR A20P fake pfree score saving --- ddra20+.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ddra20+.html b/ddra20+.html index 95214e0..dc3a692 100644 --- a/ddra20+.html +++ b/ddra20+.html @@ -599,9 +599,18 @@ patches: [{ offset: 0xA66B5, off: [0x32, 0xC0], on: [0xB0, 0x01] }], }, { - name: "Premium Free", + name: "PFREE - Force 1st stage forever", + danger: "Breaks score saving unless the patch below is also enabled.", patches: [{ offset: 0x1FC91, off: [0x01], on: [0x00] }], }, + { + name: "PFREE score saving", + danger: "Make sure your network supports this before enabling.", + patches: [ + { offset: 0x11650, off: [0xFF, 0x24, 0x85, 0x58, 0x24, 0x01, 0x10], on: [0xEB, 0x05, 0x90, 0x90, 0x90, 0x90, 0x90] }, + { offset: 0x116A8, off: [0x74, 0x66], on: [0x90, 0x90] }, + ] + }, { name: "Mute Announcer", tooltip: "Also mutes crowd cheering and booing during gameplay",