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
This commit is contained in:
derole 2021-05-26 19:53:01 +01:00 committed by Will
parent 58db5cbcfd
commit f01188d6c5

View File

@ -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",