From 2e7860a7af58f1189d188f7a933acf0c60644978 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 20 Jan 2022 21:54:46 -0600 Subject: [PATCH] Fix branch conditional address for Wii --- patch_overwrite.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch_overwrite.go b/patch_overwrite.go index 292860a..602f440 100644 --- a/patch_overwrite.go +++ b/patch_overwrite.go @@ -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),