Add ex score display to HV

This commit is contained in:
minsang
2020-12-03 19:32:52 -08:00
committed by Will
parent 6b31b1fa76
commit c1f0c9f0c2
+4
View File
@@ -158,6 +158,10 @@
name: 'Unscramble touch screen keypad in TDJ', name: 'Unscramble touch screen keypad in TDJ',
tooltip: 'Disable randomization of keypad layout when carding in', 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]}] patches: [{offset: 0x614855, off: [0x4D, 0x03, 0xC8, 0x49, 0xF7, 0xF1], on:[0xBA, 0x0C, 0x00, 0x00, 0x00, 0x90]}]
},
{
name: 'Always display EX score instead of money score',
patches: [{offset: 0x5ca12e, off: [0x33, 0xc0], on:[0xeb, 0xf4]}]
} }
]), ]),
]); ]);