From 9c45d06ed24f55e58336e977bbee7dcfd33f92bc Mon Sep 17 00:00:00 2001 From: SashegDev Date: Sun, 13 Sep 2026 10:32:06 +0000 Subject: [PATCH] b22: bake 6BE->S9 patch --- tools/sbl_patch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/sbl_patch.py b/tools/sbl_patch.py index d831a18..483122d 100644 --- a/tools/sbl_patch.py +++ b/tools/sbl_patch.py @@ -764,6 +764,8 @@ def main(): (0x8013BAC, 'f8bd0a4a', 'f3f730b8'), + (0x801B6BE, 'bde8f081', 'ebf7c3ba'), + ]: assert hx(d, va) == exp, (hex(va), hx(d, va))