From 6cc688fa4e393c100d780d46a60f2a3bd01a024a Mon Sep 17 00:00:00 2001 From: William Toohey Date: Tue, 21 Mar 2017 23:39:25 +1000 Subject: [PATCH] Fix copula FREE PLAY text --- copula.html | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/copula.html b/copula.html index d05b9f6..f732597 100644 --- a/copula.html +++ b/copula.html @@ -52,16 +52,6 @@ shortname : "delay", patches : [{offset : 0x6F3E6, off: [0x5E, 0xE9, 0x24, 0xFF, 0xFF, 0xFF], on : [0x00, 0x00, 0x00, 0x00, 0x00, 0x00]}] }, - { - name : "Song Name in Ticket Text", - shortname : "ticket", - patches : [{offset : 0x1379A, off: [0x88, 0x3D, 0x11, 0x10], on : [0x54, 0x1D, 0x42, 0x11]}] - }, - { - name : "No FREE PLAY text", - shortname : "nofreetext", - patches : [{offset : 0x1379A, off: [0x88], on : [0x87]}] - }, { name : "Dark Mode", shortname : "dark", @@ -72,6 +62,29 @@ shortname : "vol", patches : [{offset : 0xCB2B9, off: [0x00], on : [0x01]}] }, + { + type : "union", + name : "FREE PLAY text", + shortname : "freetext", + offset : 0x1379A, + patches : [ + { + name : "On", + shortname : "default", + patch : [0x88, 0x3D, 0x11, 0x10], + }, + { + name : "Off", + shortname : "off", + patch : [0x87, 0x3D, 0x11, 0x10], + }, + { + name : "Replace with song name", + shortname : "song", + patch : [0x54, 0x1D, 0x42, 0x11], + }, + ] + }, ]); });