Skip to content

Commit

Permalink
DDR A20P fake pfree score saving
Browse files Browse the repository at this point in the history
  • Loading branch information
drmext authored and mon committed Jul 16, 2023
1 parent fae606a commit 5582368
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ddra20+.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5582368

Please sign in to comment.