Extra SDVX edits (thanks zini)

This commit is contained in:
William Toohey 2017-09-30 15:24:46 +10:00
parent bec4e61278
commit cb646681d4

View File

@ -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)",