mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
2018-06-05 - Add PFree support (#24)
* Update sdvx4.html * Update sdvx4.html * Update sdvx4.html * Update sdvx4.html
This commit is contained in:
+11
@@ -230,7 +230,18 @@
|
|||||||
{
|
{
|
||||||
name: 'Boot to event mode',
|
name: 'Boot to event mode',
|
||||||
patches: [{offset: 0x19d563, off: [0x00], on: [0x01]}]
|
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")
|
], "2018-06-05")
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user