Fix branch conditional address for Wii

This commit is contained in:
Spotlight 2022-01-20 21:54:46 -06:00
parent 060331284e
commit 2e7860a7af
No known key found for this signature in database
GPG Key ID: 874AA355B3209BDC

View File

@ -229,7 +229,7 @@ var OverwriteIOSPatch = PatchSet{
// If we're not a Wii U, carry on until the end.
// bne (last blr)
Instruction{0x40, 0x82, 0x00, 0x30},
Instruction{0x40, 0x82, 0x00, 0x28},
// Apply ES_AddTicket
LWZ(R9, 0x18, R8),