From 5319a11f6ba9d257e02a56f9fea1ca9abfc5ee23 Mon Sep 17 00:00:00 2001 From: Xalphenos Date: Fri, 8 Feb 2019 03:04:37 -0600 Subject: [PATCH] Add USv0 NSMBU crash fix. --- Workarounds/NewSuperMarioBrosU_CrashFix/patches.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Workarounds/NewSuperMarioBrosU_CrashFix/patches.txt b/Workarounds/NewSuperMarioBrosU_CrashFix/patches.txt index 600771dd..c510e77d 100644 --- a/Workarounds/NewSuperMarioBrosU_CrashFix/patches.txt +++ b/Workarounds/NewSuperMarioBrosU_CrashFix/patches.txt @@ -10,8 +10,16 @@ moduleMatches = 0x6CAEA914 #remove check for mii data 0x024D71C4 = b .+0xE8 +[NSMBUv0US] +moduleMatches = 0xA7A5ECF1 + +#remove check for mii data +0x024BDE70 = b .+0xE8 + [NSLUv0EU] moduleMatches = 0xA3705C0B #remove check for mii data 0x024D7158 = b .+0xE8 + +#Note for future versions take the crash log and get the module checksum from the user. Subtract 0x7c from the link register in the crash log to be the address we patch.