From f4442b352a44c750a42c6a25585c0ede2bd115be Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Wed, 19 Jan 2022 01:47:19 +0100 Subject: [PATCH] [BotW] Add loading screen fix to FPS++ Probably doesn't cause issues, from what I've tested! --- src/BreathOfTheWild/Mods/FPS++/patch_LoadingScreen.asm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/BreathOfTheWild/Mods/FPS++/patch_LoadingScreen.asm diff --git a/src/BreathOfTheWild/Mods/FPS++/patch_LoadingScreen.asm b/src/BreathOfTheWild/Mods/FPS++/patch_LoadingScreen.asm new file mode 100644 index 00000000..cbcac545 --- /dev/null +++ b/src/BreathOfTheWild/Mods/FPS++/patch_LoadingScreen.asm @@ -0,0 +1,6 @@ +[BotW_LoadingScreen_V208] +moduleMatches = 0x6267BFD0 + +.origin = codecave + +0x0307CCE0 = nop \ No newline at end of file