mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-04-25 23:37:33 -05:00
Fix 'Unscramble Touch Screen Keypad in TDJ' for pin confirmation on new cards
Some checks are pending
Check HTML/JS is valid / build (push) Waiting to run
Some checks are pending
Check HTML/JS is valid / build (push) Waiting to run
This commit is contained in:
parent
535a9d779d
commit
f47517143d
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user