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,