From 964fc87c3a6a478df32b41b049dd25c8f7a2b67a Mon Sep 17 00:00:00 2001 From: Xalphenos Date: Tue, 6 Apr 2021 22:45:07 -0500 Subject: [PATCH] Add nslu v0 checksum to crash fix --- .../Workarounds/CrashFix/patch_CrashFix.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NewSuperMarioBrosU/Workarounds/CrashFix/patch_CrashFix.asm b/src/NewSuperMarioBrosU/Workarounds/CrashFix/patch_CrashFix.asm index 4034c120..397bb5de 100644 --- a/src/NewSuperMarioBrosU/Workarounds/CrashFix/patch_CrashFix.asm +++ b/src/NewSuperMarioBrosU/Workarounds/CrashFix/patch_CrashFix.asm @@ -14,9 +14,9 @@ moduleMatches = 0xA7A5ECF1, 0xC7B938AD 0x024BDE70 = b .+0xE8 -[NSLU_CrashFix_V0EU] -moduleMatches = 0xA3705C0B +[NSLU_CrashFix_V0EUv0US] +moduleMatches = 0xA3705C0B, 0xE71A8748 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. \ No newline at end of file +; 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.