From dd0134c74daa1a29c20c7629a9908d0c9137c7f3 Mon Sep 17 00:00:00 2001 From: Ocarinaoftime <89474990+Ocarinaoftime@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:27:04 -0400 Subject: [PATCH] Update patch_ec_title_check.go to not set all titles and tickets as managed --- patch_ec_title_check.go | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/patch_ec_title_check.go b/patch_ec_title_check.go index 2d03794..d62e6fa 100644 --- a/patch_ec_title_check.go +++ b/patch_ec_title_check.go @@ -24,31 +24,6 @@ var NegateECTitle = PatchSet{ BLR(), }.Bytes(), }, - { - Name: "Mark all titles as managed", - AtOffset: 620656, - - Before: Instructions{ - STWU(R1, R1, 0xfff0), - MFSPR(R0, LR), - }.Bytes(), - After: Instructions{ - LI(R3, 1), - BLR(), - }.Bytes(), - }, - { - Name: "Mark all tickets as managed", - AtOffset: 619904, - Before: Instructions{ - STWU(R1, R1, 0xfff0), - MFSPR(R0, LR), - }.Bytes(), - After: Instructions{ - LI(R3, 1), - BLR(), - }.Bytes(), - }, { Name: "Nullify ec::removeAllTitles", AtOffset: 588368,