From 1ddbda3215ae52846b07cc405c6de18a61068041 Mon Sep 17 00:00:00 2001 From: bemaninerd <73498257+bemaninerd@users.noreply.github.com> Date: Tue, 27 Oct 2020 18:39:12 -0500 Subject: [PATCH] Add HV hex edits from spicetools (#146) * Add HV hex edits from spicetools * add some tooltips * lol typo Co-authored-by: Will --- heroicverse.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/heroicverse.html b/heroicverse.html index 569f7af..173a5fa 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -42,6 +42,47 @@ patches: [{offset: 0x2D6160, off: [0xE8, 0x6B, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}] }, { + name: 'Unlock All Songs', + patches: [{offset: 0x353E90, off: [0x75, 0x24], on: [0x90, 0x90]}] + }, + { + name: 'Unlock All 12s', + patches: [{offset: 0x353CD0, off: [0x83, 0xFF, 0x03, 0x74, 0x05, 0x83, 0xFF, 0x08], on:[0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}], + }, + { + name: 'Skip CAMERA DEVICE ERROR prompt', + tooltip: 'Prevents the CAMERA DEVICE ERROR message from popping up on boot', + patches: [{offset: 0x59962B, off: [0x84], on: [0x81]}] + }, + { + name: 'Premium Free (1 Player Mode)', + patches: [{offset: 0x54B667, off: [0x75], on: [0xEB]}] + }, + { + name: 'Premium Free (2 Player Mode)', + patches: [ + {offset: 0x54B805, off: [0x74, 0x55], on: [0x90, 0x90]}, + {offset: 0x54B81B, off: [0x74, 0x3F], on: [0x90, 0x90]} + ] + }, + { + name: 'Premium Free Timer Freeze', + tooltip: 'Freezes the timer in PREMIUM FREE mode, allowing unlimited play until exit', + patches: [{offset: 0x356BBD, off: [0x7E], on: [0xEB]}] + }, + { + name: 'Standard/Menu Timer Freeze', + tooltip: 'Freezes the timer in STANDARD and in-game menus such as song select', + patches: [{offset: 0x5BDCA7, off: [0x74], on: [0xEB]}] + }, + { + name: 'Enable Lightning Mode', + patches: [ + {offset: 0x5FBCCE, off: [0x0F, 0x84, 0x8D, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}, + {offset: 0x63B0E4, off: [0x0F, 0x84], on: [0x90, 0xE9]}, + {offset: 0x63B850, off: [0x7C, 0xE5], on: [0x0C, 0xDE]} + ] + }, name: 'Hide "EXTRA PASELI: %d"', patches: [{ offset: 0x2BD1B1,