mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
Add keypad unscramble for Heroic Verse
This commit is contained in:
parent
e52fcc9e59
commit
2267737a5b
@ -153,6 +153,11 @@
|
||||
name: 'Free play text to LED ticker (Bottom Right)',
|
||||
tooltip : "Song Title/Ticker information will display instead of FREEPLAY",
|
||||
patches: [{offset: 0x2BD26F, off: [0xE5, 0xD7, 0x4E, 0x00], on: [0x49, 0x7F, 0x50, 0x04]}]
|
||||
},
|
||||
{
|
||||
name: 'Unscramble touch screen keypad in TDJ',
|
||||
tooltip: 'Disable randomization of keypad layout when carding in',
|
||||
patches: [{offset: 0x614855, off: [0x4D, 0x03, 0xC8, 0x49, 0xF7, 0xF1], on:[0xBA, 0x0C, 0x00, 0x00, 0x00, 0x90]}]
|
||||
}
|
||||
]),
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user