From f01188d6c57bb0447f8372ad31168e7dd481948f Mon Sep 17 00:00:00 2001 From: derole <38840902+derole1@users.noreply.github.com> Date: Wed, 26 May 2021 19:53:01 +0100 Subject: [PATCH] Add patch to allow non E004 cards to work This patch allows cards that do not have E004 card IDs (such as mifare cards) to work --- sdvx6.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sdvx6.html b/sdvx6.html index 47eacec..8d08e17 100644 --- a/sdvx6.html +++ b/sdvx6.html @@ -32,6 +32,14 @@ name: "Timer freeze", // ikaros14 patches: [{ offset: 0x71166, off: [0x84], on: [0x85] }], }, + { + name: "Allow non E004 cards", + tooltip: "Allows cards that do not have E004 card IDs (such as mifare cards) to work.", + patches: [ + { offset: 0xA4B, off: [0x75, 0x12], on: [0x90, 0x90] }, + { offset: 0xA53, off: [0x74], on: [0xEB] } + ], + }, { type: "union", name: "Premium Time Length",