2018-06-05 - Add PFree support (#24)

* Update sdvx4.html

* Update sdvx4.html

* Update sdvx4.html

* Update sdvx4.html
This commit is contained in:
camprevail 2018-10-14 20:04:19 -04:00 committed by Will
parent f21cc18d52
commit 17ea9886ad

View File

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