SDVX5: bypass camera, premium time length

This commit is contained in:
Will 2021-03-01 11:59:38 +10:00 committed by GitHub
parent 82c369aaf9
commit ddc8ce2707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,34 @@
name: 'Infinite Premium Time',
tooltip: 'Locks the timer, can still exit with key combo',
patches: [{offset: 0x308C1D, off: [0xFF, 0x15, 0x65, 0x19, 0x37, 0x00, 0x48, 0x8B, 0x44, 0x24, 0x30], on: [0x48, 0xC7, 0xC0, 0x01, 0x00, 0x00, 0x00, 0x90, 0x90, 0x90, 0x90]}]
}
},
{
name: 'Bypass Camera',
patches: [{offset: 0x61E470, off: [0x74, 0x21], on: [0x90, 0x90]}]
},
{
type : "union",
name : "Premium Time Length",
offset : 0x4F9897,
patches : [
{
name : "Default (10 Minutes)",
patch : [0x00, 0x70, 0xC9, 0xB2, 0x8B, 0x00, 0x00, 0x00],
},
{
name : "20 Minutes",
patch : [0x00, 0xE0, 0x92, 0x65, 0x17, 0x01, 0x00, 0x00],
},
{
name : "30 Minutes",
patch : [0x00, 0x50, 0x5C, 0x18, 0xA3, 0x01, 0x00, 0x00],
},
{
name : "1 Hour",
patch : [0x00, 0xA0, 0xB8, 0x30, 0x46, 0x03, 0x00, 0x00],
},
]
},
])
]);
});