From 8477254ebab3328ec9ec9e350e00c74e7ffdd358 Mon Sep 17 00:00:00 2001 From: aixxe Date: Mon, 9 Nov 2020 10:24:18 +0000 Subject: [PATCH] Port fast/slow total opposite toggle from iidxhax to HEROIC VERSE 2020-09-29. --- heroicverse.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/heroicverse.html b/heroicverse.html index bcf3085..fbc2593 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -134,6 +134,14 @@ tooltip : "This will allow the game to run on processors which do not support the SSE4.2 instruction set. If you can successfully boot the game, do NOT check this.", patches: [{offset: 0x2677C4, off: [0xF3, 0x45, 0x0F], on: [0x90, 0x90, 0x90]}] }, + { + name: 'Always show FAST/SLOW total', + tooltip : "Toggles the 'FA/SL' judge text to show by default instead of requiring VEFX to be held.", + patches: [ + {offset: 0x5667F0, off: [0x74], on: [0x75]}, + {offset: 0x5665D3, off: [0x74], on: [0x75]}, + ] + }, ]), ]); });