SDVX V: Add skip camera patch to 2019100800 (#110)

This commit is contained in:
Will 2020-01-21 03:12:40 -05:00 committed by Will
parent beb9f59324
commit 8bc411d91f

View File

@ -143,6 +143,10 @@
{
name: 'Skip global matching screen',
patches: [{offset: 0x720808, off: [0x4D], on: [0x4E]}]
},
{
name: 'Bypass Camera',
patches: [{offset: 0x617D80, off: [0x74, 0x21], on: [0x90, 0x90]}]
}
]),
// taken from IrotoI at /1cc/, added to bemanipatcher by JeDaYoshi