mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
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:
parent
58db5cbcfd
commit
f01188d6c5
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user