From 17ea9886adcddb4cc8d6f8a268619b3bca8b067a Mon Sep 17 00:00:00 2001 From: camprevail <34872547+camprevail@users.noreply.github.com> Date: Sun, 14 Oct 2018 20:04:19 -0400 Subject: [PATCH] 2018-06-05 - Add PFree support (#24) * Update sdvx4.html * Update sdvx4.html * Update sdvx4.html * Update sdvx4.html --- sdvx4.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/sdvx4.html b/sdvx4.html index 31e41f7..a7e38bb 100644 --- a/sdvx4.html +++ b/sdvx4.html @@ -230,7 +230,18 @@ { name: 'Boot to event mode', patches: [{offset: 0x19d563, off: [0x00], on: [0x01]}] - } + }, + { + name: 'PFree (Unlimited plays)', + tooltip: 'Song clears/scores only, mission progress and custom settings do not save', + patches: [{offset: 0x1D322F, off: [0x00], on: [0x02]}, + { + offset: 0x1D33F6, + off: [0x8B, 0x83, 0x64, 0x10, 0x00, 0x00, 0x8D, 0x48, 0x01, 0x83, 0xF9, 0x04, 0x56, 0x57, 0x7F, 0x52], + on: [0xB8, 0x01, 0x00, 0x00, 0x00, 0x89, 0x83, 0x64, 0x10, 0x00, 0x00, 0x90, 0x56, 0x57, 0x90, 0x90] + }] + } + ], "2018-06-05") ]); });