mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-Patcher
synced 2025-09-02 19:41:13 +02:00
Update patch_ec_title_check.go to not set all titles and tickets as managed
This commit is contained in:
parent
e4d49fbcd0
commit
dd0134c74d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user