From 3b98bd0523b07c818b129fc68df5bfd62898e688 Mon Sep 17 00:00:00 2001 From: aixxe Date: Tue, 27 Oct 2020 23:41:49 +0000 Subject: [PATCH] Port cursor lock to HEROIC VERSE 2020-09-29. (#145) * Add tooltip for skip decide screen edit. * Port cursor lock to HEROIC VERSE 2020-09-29. Co-authored-by: Will --- heroicverse.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/heroicverse.html b/heroicverse.html index 173a5fa..090779f 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -38,9 +38,15 @@ patches: [{offset: 0x5FBCC7, off: [0x83, 0x78, 0x08, 0x02], on: [0x83, 0x78, 0x08, 0x05]}] }, { - name: 'Skip Decide Screen', + name: 'Skip decide screen', + tooltip : 'Immediately loads into chart after selection', patches: [{offset: 0x2D6160, off: [0xE8, 0x6B, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}] }, + { + name: 'Cursor lock', + tooltip : "After song finishes, song select remains on previous song", + patches: [{offset: 0x551D98, off: [0x84, 0xC0], on: [0x90, 0x90]}] + }, { name: 'Unlock All Songs', patches: [{offset: 0x353E90, off: [0x75, 0x24], on: [0x90, 0x90]}]