From 8ce95238e0a663df042f78af324cb9ce7cc9c701 Mon Sep 17 00:00:00 2001 From: lumia-emu Date: Mon, 14 Sep 2026 00:21:14 +0000 Subject: [PATCH] b36: fix 9A2 exp bytes --- tools/sbl_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sbl_patch.py b/tools/sbl_patch.py index a0d1908..055e637 100644 --- a/tools/sbl_patch.py +++ b/tools/sbl_patch.py @@ -2100,7 +2100,7 @@ def main(): (0x802F9B2, 'fee78817', 'd7f7bbb9'), - (0x802F9A2, '036804a0', 'd7f7c3b9'), + (0x802F9A2, 'c4b943f2', 'd7f7c3b9'), ]: