From 9d4824e7982a4d4ccfb420cbe5518ff49ae5bfc6 Mon Sep 17 00:00:00 2001 From: Akitake Date: Fri, 22 Nov 2024 17:14:33 +0100 Subject: [PATCH] sdvx6 1119: add Premium Free Timer Freeze Should now be fixed, let me know if you find any issues! --- patches/KFC-673569b7_6de818.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/patches/KFC-673569b7_6de818.json b/patches/KFC-673569b7_6de818.json index 3c8d614..71da8db 100644 --- a/patches/KFC-673569b7_6de818.json +++ b/patches/KFC-673569b7_6de818.json @@ -2,7 +2,7 @@ { "gameCode": "KFC", "version": "2024-11-19", - "lastUpdated": "2024-11-22 15:40:26", + "lastUpdated": "2024-11-22 16:13:15", "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", "description": "Time at which the Premium timer starts. If you have it frozen, that'll be the time shown at all times",