mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-Patcher
synced 2025-09-03 20:11:19 +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.
|
||||
// bne (last blr)
|
||||
Instruction{0x40, 0x82, 0x00, 0x30},
|
||||
Instruction{0x40, 0x82, 0x00, 0x28},
|
||||
|
||||
// Apply ES_AddTicket
|
||||
LWZ(R9, 0x18, R8),
|
||||
|
Loading…
x
Reference in New Issue
Block a user