From b9493f6afbdb5e61277a9ddb29f7731c73f2de46 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Fri, 17 Mar 2017 14:48:16 +1000 Subject: [PATCH] Update SDVX hispeed patch to work when restoring red numbers --- sdvx3-s2.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sdvx3-s2.html b/sdvx3-s2.html index f4b7afa..029bc42 100644 --- a/sdvx3-s2.html +++ b/sdvx3-s2.html @@ -90,6 +90,10 @@ patches : [{offset : 0x1193C5, off : [0xDD, 0x05, 0xF8, 0x05, 0x28, 0x10], // load float 20.0 instead of double 7.0 on : [0xD9, 0x05, 0xA0, 0x07, 0x28, 0x10]}, {offset : 0x1193DE, off : [0xDD, 0x05, 0x00, 0x06, 0x28, 0x10], // load float 0.1 instead of double 0.5 + on : [0xD9, 0x05, 0xE4, 0x04, 0x28, 0x10]}, + {offset : 0x118CAB, off : [0xDD, 0x05, 0xF8, 0x05, 0x28, 0x10], // and again for red # restore + on : [0xD9, 0x05, 0xA0, 0x07, 0x28, 0x10]}, + {offset : 0x118CA5, off : [0xDD, 0x05, 0x00, 0x06, 0x28, 0x10], on : [0xD9, 0x05, 0xE4, 0x04, 0x28, 0x10]},] }, { @@ -143,6 +147,6 @@

SDVX III Season 2 DLL Modder

-

Note: Difficulty unlock was updated to work offline. Ignore warning and reapply.

+

Note: Ignore warnings and reapply for Difficulty unlock and Hispeed patches. They have been updated