From 72ff92abd631cf311136a63925bcc8e919283312 Mon Sep 17 00:00:00 2001 From: Akitake Date: Tue, 29 Oct 2024 06:48:37 +0100 Subject: [PATCH] Fix 'Unscramble Touch Screen Keypad in TDJ' for pin confirmation on new cards --- iidx31epolis.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iidx31epolis.html b/iidx31epolis.html index c669bba..c66378b 100644 --- a/iidx31epolis.html +++ b/iidx31epolis.html @@ -54,7 +54,10 @@ }, { name: "Unscramble Touch Screen Keypad in TDJ", - patches: [{ offset: 0x96E195, off: [0x4D, 0x03, 0xC8, 0x49, 0xF7, 0xF1], on: [0xBA, 0x0C, 0x00, 0x00, 0x00, 0x90] }], + patches: [ + { offset: 0x96E195, off: [0x4D, 0x03, 0xC8, 0x49, 0xF7, 0xF1], on: [0xBA, 0x0C, 0x00, 0x00, 0x00, 0x90] }, + { offset: 0x96E01B, off: [0x33, 0xD2, 0x48, 0xF7, 0xF3], on: [0xBA, 0x0C, 0x00, 0x00, 0x00] } + ], }, { name: "Disable News Sound", @@ -727,7 +730,10 @@ }, { name: "Unscramble Touch Screen Keypad in TDJ", - patches: [{ offset: 0x8A1355, off: [0x4D, 0x03, 0xC8, 0x49, 0xF7, 0xF1], on: [0xBA, 0x0C, 0x00, 0x00, 0x00, 0x90] }], + patches: [ + { offset: 0x8A1355, off: [0x4D, 0x03, 0xC8, 0x49, 0xF7, 0xF1], on: [0xBA, 0x0C, 0x00, 0x00, 0x00, 0x90] }, + { offset: 0x8A11DB, off: [0x33, 0xD2, 0x48, 0xF7, 0xF3], on: [0xBA, 0x0C, 0x00, 0x00, 0x00] } + ], }, { name: "Disable News Sound",