From 1313a1747b3d0b28a448e859208f3ee29bc82fbd Mon Sep 17 00:00:00 2001 From: CarlPoppa Date: Fri, 17 Oct 2025 13:20:43 +0100 Subject: [PATCH] Remove hardcoded TZ offset --- pkg/memory/addresses.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/memory/addresses.go b/pkg/memory/addresses.go index 1b95015..eaca023 100644 --- a/pkg/memory/addresses.go +++ b/pkg/memory/addresses.go @@ -2,5 +2,4 @@ package memory const ( tzOffline = 0x29B3208 - tzOnline = 0x29B3188 )