Update patch_ec_title_check.go to not set all titles and tickets as managed

This commit is contained in:
Ocarinaoftime 2024-10-11 19:27:04 -04:00 committed by GitHub
parent e4d49fbcd0
commit dd0134c74d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,