mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Fix 'Unscramble Touch Screen Keypad in TDJ' for pin confirmation on new cards
This commit is contained in:
+8
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user