From 75765cd51db0592dc6212c67f6a12e333ed25b80 Mon Sep 17 00:00:00 2001 From: Akitake Date: Wed, 10 Jul 2024 16:09:31 +0200 Subject: [PATCH] Add (hopefully) fixed Fake Region --- patches/KFC-668651b8_6a3558.json | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/patches/KFC-668651b8_6a3558.json b/patches/KFC-668651b8_6a3558.json index 266f2a3..68674ca 100644 --- a/patches/KFC-668651b8_6a3558.json +++ b/patches/KFC-668651b8_6a3558.json @@ -473,5 +473,49 @@ "dataEnabled": "75" } ] + }, + { + "type": "union", + "name": "Fake Region", + "description": "", + "gameCode": "KFC", + "patches": [ + { + "name": "None (Default)", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "E8AC532E0085C00F85FA000000", + "offset": 2171471 + } + }, + { + "name": "Japan", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B80000000089055EA07B009090", + "offset": 2171471 + } + }, + { + "name": "Korea", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B80100000089055EA07B009090", + "offset": 2171471 + } + }, + { + "name": "America", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B80200000089055EA07B009090", + "offset": 2171471 + } + } + ] } ] \ No newline at end of file