From cb646681d4902d6db6657606c63fa22075fb89c1 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Sat, 30 Sep 2017 15:24:46 +1000 Subject: [PATCH] Extra SDVX edits (thanks zini) --- sdvx3-s2.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sdvx3-s2.html b/sdvx3-s2.html index 010b795..830294c 100644 --- a/sdvx3-s2.html +++ b/sdvx3-s2.html @@ -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)",