From 8e6d54ece0215b688630c9236093daa20227f569 Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Wed, 26 Dec 2018 01:53:47 -0500 Subject: [PATCH] Use unconditional jump for CB camera fix (#42) --- ballerz.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerz.html b/ballerz.html index 8081aea..02d2565 100644 --- a/ballerz.html +++ b/ballerz.html @@ -31,7 +31,7 @@ { // ported by Iemnok? name: 'Skip CAMERA DEVICE ERROR prompt', - patches: [{offset: 0x10C5FB, off: [0x84], on: [0x85]}] + patches: [{offset: 0x10C5FB, off: [0x84], on: [0x81]}] }, { // ported by Xyen