Add hex edit to skip the decide screen. (#60)

This commit is contained in:
aixxe 2019-02-15 03:06:22 +00:00 committed by Will
parent 1d25fb969d
commit 6d1bb07a55

View File

@ -185,6 +185,12 @@
//changes the FPS = %2.4f string to FPS = %2.6f
patches: [{offset: 0x25FD41, off: [0x34], on: [0x36]}]
},
{
// by aixxe
name: 'Skip decide screen',
tooltip : "Immediately loads into chart after selection.",
patches: [{offset: 0x72775, off: [0xE8, 0x66, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
},
], "2018-09-19"),
new DllPatcher('bm2dx', [
{