mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Extra SDVX edits (thanks zini)
This commit is contained in:
@@ -46,6 +46,19 @@
|
|||||||
shortname : "event",
|
shortname : "event",
|
||||||
patches : [{offset : 0x170092, off : [0x00], on : [0x01]}]
|
patches : [{offset : 0x170092, off : [0x00], on : [0x01]}]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// created by zini
|
||||||
|
name : "Disable EVENT MODE/FREE PLAY text",
|
||||||
|
shortname : "infotext",
|
||||||
|
patches : [{offset : 0x0AA910, off : [0xE8, 0x0B], on : [0xEB, 0x03]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// created by zini
|
||||||
|
name : "Replace EVENT MODE/FREE PLAY text with player name",
|
||||||
|
shortname : "nametext",
|
||||||
|
patches : [{offset : 0xAA884, off : [0x4C, 0x10, 0x29, 0x10], on : [0xB9, 0x0A, 0x15, 0x18]},
|
||||||
|
{offset : 0xAA890, off : [0x58, 0x10, 0x29, 0x10], on : [0xB9, 0x0A, 0x15, 0x18]}]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// Ported from the S1 PFree by mon
|
// Ported from the S1 PFree by mon
|
||||||
name : "PFree (Unlimited plays)",
|
name : "PFree (Unlimited plays)",
|
||||||
|
|||||||
Reference in New Issue
Block a user