From 0e8fd2205bebf8396746c91ebe7b3781700ea346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20M=C3=A4kinen?= Date: Wed, 4 Jul 2018 18:35:15 +0300 Subject: [PATCH] Add patches for hiding PASELI text (#18) --- sdvx4.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sdvx4.html b/sdvx4.html index 424f9b8..166f852 100644 --- a/sdvx4.html +++ b/sdvx4.html @@ -46,6 +46,11 @@ on: [0xB8, 0x01, 0x00, 0x00, 0x00, 0x89, 0x83, 0x64, 0x10, 0x00, 0x00, 0x90, 0x56, 0x57, 0x90, 0x90] }] }, + { + // Created by zini + name: 'Hide PASELI text', + patches: [{offset: 0xBD3BD, off: [0x0F, 0x84], on: [0x90, 0xE9]}] + }, ], "2018-01-16"), new DllPatcher('soundvoltex', [ { @@ -100,7 +105,12 @@ name: 'Freeze timer in all modes', tooltip: 'Useful to play with Omega Dimension Ex-Track', patches: [{offset: 0x7749B, off: [0x8B, 0x43, 0x60, 0x85, 0xC0, 0x74, 0x04], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}] - } + }, + { + // Created by zini + name: 'Hide PASELI text', + patches: [{offset: 0xBEF2D, off: [0x0F, 0x84], on: [0x90, 0xE9]}] + }, ], "2018-01-16 with Enhanced Continue"), // all patches ported to IV by Zelminar unless specified otherwise