From 8701d63f1ffa2763b09a73e58bdf8d7d461bc94e Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Sat, 15 Dec 2018 20:20:38 +0100 Subject: [PATCH] [BotW] Fix best fence skip for 1.4.0 and 1.4.1 It seems that best fence skip has been broken for a while now, on both versions. I apparently seemed to have fixed it in the last update for the latest BotW update, but hadn't done so for 1.4.0 and 1.4.1. (Also, it seems that I forgot to change this variable to be actually correct when pushing all these addresses, whoops) --- Mods/BreathOfTheWild_FPS++/patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mods/BreathOfTheWild_FPS++/patches.txt b/Mods/BreathOfTheWild_FPS++/patches.txt index e03632ab..60b06e58 100644 --- a/Mods/BreathOfTheWild_FPS++/patches.txt +++ b/Mods/BreathOfTheWild_FPS++/patches.txt @@ -194,7 +194,7 @@ _arrowDivisor = 0x00000014 0x000000B0 = stfs f12, _speedDiv@l(r12) 0x000000B4 = blr -_fenceNeg1 = 0x00000084 +_fenceNeg1 = 0x000000B8 0x000000B8 = add r6, r12, r0 #orig instruction we are replacing 0x000000BC = cmpwi r6, 500 #check if less than 500 (full sync on those first frames to prevent milk water) 0x000000C0 = blt .+0x08 #skip subtract if less than