From fea2e20b84fa6649c2711ad24cdf4c4db29af827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Gim=C3=A9nez?= Date: Fri, 23 Aug 2024 21:57:17 +0900 Subject: [PATCH] tz online address --- pkg/memory/addresses.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/memory/addresses.go b/pkg/memory/addresses.go index b014609..04881d6 100644 --- a/pkg/memory/addresses.go +++ b/pkg/memory/addresses.go @@ -2,5 +2,5 @@ package memory const ( tzOffline = 0x22D6D44 - tzOnline = 0x29D1578 + tzOnline = 0x29BD4D8 )