sdvx6 1119: add Premium Free Timer Freeze

Should now be fixed, let me know if you find any issues!
This commit is contained in:
Akitake 2024-11-22 17:14:33 +01:00
parent 1b60e6ee6b
commit 9d4824e798

View File

@ -2,7 +2,7 @@
{ {
"gameCode": "KFC", "gameCode": "KFC",
"version": "2024-11-19", "version": "2024-11-19",
"lastUpdated": "2024-11-22 15:40:26", "lastUpdated": "2024-11-22 16:13:15",
"source": "https://sp2x.two-torial.xyz/" "source": "https://sp2x.two-torial.xyz/"
}, },
{ {
@ -191,6 +191,32 @@
} }
] ]
}, },
{
"name": "Premium Free Timer Freeze",
"description": "Freezes all premium area timers.",
"gameCode": "KFC",
"type": "memory",
"patches": [
{
"offset": 4410562,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
},
{
"offset": 4111843,
"dllName": "soundvoltex.dll",
"dataDisabled": "0F84",
"dataEnabled": "90E9"
},
{
"offset": 3067056,
"dllName": "soundvoltex.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{ {
"name": "Premium Time Length", "name": "Premium Time Length",
"description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times", "description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",