From 8bc411d91f60a9aafe57a2a7041e7e2b8b9d23ce Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 21 Jan 2020 03:12:40 -0500 Subject: [PATCH] SDVX V: Add skip camera patch to 2019100800 (#110) --- sdvx5.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdvx5.html b/sdvx5.html index b171307..6df7105 100644 --- a/sdvx5.html +++ b/sdvx5.html @@ -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