From 4c35e8216ebc0286d24d9a5a031bc0bad37f02f2 Mon Sep 17 00:00:00 2001 From: Daedalusspacegames Date: Thu, 21 Jan 2021 17:08:56 -0800 Subject: [PATCH] Correct patches after further testing --- patch-fbc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch-fbc.sh b/patch-fbc.sh index 368838f..9ca8bac 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -95,8 +95,8 @@ declare -A patch_list=( ["455.45.01"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' ["455.46.01"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' ["455.46.02"]='s/\x83\xf8\x01\x0f\x84\x83/\x83\xf8\x69\x0f\x84\x83/' - ["455.46.04"]='s/\x83\xf8\x01\x0f\x84\xa2/\x83\xf8\x69\x0f\x84\xa2/' - ["455.50.02"]='s/\x83\xf8\x01\x0f\x84\xd5/\x83\xf8\x69\x0f\x84\xd5/' + ["455.46.04"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' + ["455.50.02"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' ["460.27.04"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ["460.32.03"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' )