From 2267737a5b3404bf875759161b1bb99bea5ba5e0 Mon Sep 17 00:00:00 2001 From: minsang <54884351+minsang-github@users.noreply.github.com> Date: Wed, 2 Dec 2020 03:35:04 -0800 Subject: [PATCH] Add keypad unscramble for Heroic Verse --- heroicverse.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/heroicverse.html b/heroicverse.html index a570938..97012c3 100644 --- a/heroicverse.html +++ b/heroicverse.html @@ -153,6 +153,11 @@ name: 'Free play text to LED ticker (Bottom Right)', tooltip : "Song Title/Ticker information will display instead of FREEPLAY", patches: [{offset: 0x2BD26F, off: [0xE5, 0xD7, 0x4E, 0x00], on: [0x49, 0x7F, 0x50, 0x04]}] + }, + { + name: 'Unscramble touch screen keypad in TDJ', + tooltip: 'Disable randomization of keypad layout when carding in', + patches: [{offset: 0x614855, off: [0x4D, 0x03, 0xC8, 0x49, 0xF7, 0xF1], on:[0xBA, 0x0C, 0x00, 0x00, 0x00, 0x90]}] } ]), ]);