Fake Japan -> Fake Region

This commit is contained in:
Akitake 2024-07-03 18:40:30 +02:00
parent af94ca76b4
commit 650e1d8656
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D
2 changed files with 72 additions and 12 deletions

View File

@ -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
}
}
]
}

View File

@ -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
}
}
]
}