From 650e1d86565008e7b66ab07f4f287d30c7505715 Mon Sep 17 00:00:00 2001 From: Akitake Date: Wed, 3 Jul 2024 18:40:30 +0200 Subject: [PATCH] Fake Japan -> Fake Region --- patches/KFC-6656ee0c_664a78.json | 42 +++++++++++++++++++++++++++----- patches/KFC-667290d9_665948.json | 42 +++++++++++++++++++++++++++----- 2 files changed, 72 insertions(+), 12 deletions(-) diff --git a/patches/KFC-6656ee0c_664a78.json b/patches/KFC-6656ee0c_664a78.json index a42e538..54a0507 100644 --- a/patches/KFC-6656ee0c_664a78.json +++ b/patches/KFC-6656ee0c_664a78.json @@ -475,16 +475,46 @@ ] }, { - "type": "memory", - "name": "Fake Japan Region", + "type": "union", + "name": "Fake Region", "description": "", "gameCode": "KFC", "patches": [ { - "offset": 1942959, - "dllName": "soundvoltex.dll", - "dataDisabled": "E84C0D2E0085C00F85FA000000", - "dataEnabled": "31C0A334BE9780010000009090" + "name": "None (Default)", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "E84C0D2E0085C00F85FA000000", + "offset": 1942959 + } + }, + { + "name": "Japan", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B80000000089057A0C7A009090", + "offset": 1942959 + } + }, + { + "name": "Korea", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B80100000089057A0C7A009090", + "offset": 1942959 + } + }, + { + "name": "America", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B80200000089057A0C7A009090", + "offset": 1942959 + } } ] } diff --git a/patches/KFC-667290d9_665948.json b/patches/KFC-667290d9_665948.json index e5e9761..46cbd02 100644 --- a/patches/KFC-667290d9_665948.json +++ b/patches/KFC-667290d9_665948.json @@ -475,16 +475,46 @@ ] }, { - "type": "memory", - "name": "Fake Japan Region", + "type": "union", + "name": "Fake Region", "description": "", "gameCode": "KFC", "patches": [ { - "offset": 1945007, - "dllName": "soundvoltex.dll", - "dataDisabled": "E81C142E0085C00F85FA000000", - "dataEnabled": "31C0A3A8DE9780010000009090" + "name": "None (Default)", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "E81C142E0085C00F85FA000000", + "offset": 1945007 + } + }, + { + "name": "Japan", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B8000000008905EE247A009090", + "offset": 1945007 + } + }, + { + "name": "Korea", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B8010000008905EE247A009090", + "offset": 1945007 + } + }, + { + "name": "America", + "type": "union", + "patch": { + "dllName": "soundvoltex.dll", + "data": "B8020000008905EE247A009090", + "offset": 1945007 + } } ] }