mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 20:21:39 +01:00
Extra SDVX edits (thanks zini)
This commit is contained in:
parent
bec4e61278
commit
cb646681d4
@ -46,6 +46,19 @@
|
||||
shortname : "event",
|
||||
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
|
||||
name : "PFree (Unlimited plays)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user