Add (hopefully) fixed Fake Region

This commit is contained in:
Akitake 2024-07-10 16:09:31 +02:00
parent f488e09e82
commit 75765cd51d
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D

View File

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