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")
]);
});