mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-Patcher
synced 2025-09-05 21:11:13 +02:00
Fix branch conditional address for Wii
This commit is contained in:
parent
060331284e
commit
2e7860a7af
@ -229,7 +229,7 @@ var OverwriteIOSPatch = PatchSet{
|
|||||||
|
|
||||||
// If we're not a Wii U, carry on until the end.
|
// If we're not a Wii U, carry on until the end.
|
||||||
// bne (last blr)
|
// bne (last blr)
|
||||||
Instruction{0x40, 0x82, 0x00, 0x30},
|
Instruction{0x40, 0x82, 0x00, 0x28},
|
||||||
|
|
||||||
// Apply ES_AddTicket
|
// Apply ES_AddTicket
|
||||||
LWZ(R9, 0x18, R8),
|
LWZ(R9, 0x18, R8),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user