From c567fc18cef6414e6a839e8390dfe00e47b02dd0 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Fri, 7 Dec 2018 22:25:12 +0100 Subject: [PATCH] [BotW] Fix infinite mastercycle mod Fixes https://github.com/slashiee/cemu_graphic_packs/issues/292 --- Mods/BreathOfTheWild_Cheats_MotorcycleAnywhere/patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mods/BreathOfTheWild_Cheats_MotorcycleAnywhere/patches.txt b/Mods/BreathOfTheWild_Cheats_MotorcycleAnywhere/patches.txt index e6418768..469d727f 100644 --- a/Mods/BreathOfTheWild_Cheats_MotorcycleAnywhere/patches.txt +++ b/Mods/BreathOfTheWild_Cheats_MotorcycleAnywhere/patches.txt @@ -1,4 +1,4 @@ [BotwV208] moduleMatches = 0x6267BFD0 -0x024ACBF4 = fsub f31, f31, f31; Inf Weapons, Bows and Shields (except burn damage and throwing weapon) +0x02A32A30 = li r3, 1; Spawn motorcycle anywhere, credits to Zeikken (converting to patches) and leoetlino (finding the value).