From 273c09bd3381694ba02b51ac49770cadc30dcbc6 Mon Sep 17 00:00:00 2001 From: epigramx Date: Tue, 1 Oct 2019 09:10:55 +0300 Subject: [PATCH] Port the map scrolling fix from the Xalphenos' mod --- Mods/BreathOfTheWild_StaticFPS/patches.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mods/BreathOfTheWild_StaticFPS/patches.txt b/Mods/BreathOfTheWild_StaticFPS/patches.txt index d793218c..cec0172b 100644 --- a/Mods/BreathOfTheWild_StaticFPS/patches.txt +++ b/Mods/BreathOfTheWild_StaticFPS/patches.txt @@ -48,6 +48,8 @@ _arrowTimeDrain = 0x1C 0x02D5F760 = bla _arrowTimeDrain 0x037DC35C = lis r12, _divisor@ha #Audio fix 0x037DC360 = lfs f13, _divisor@l(r12) +0x02F62B3C = lis r12, _divisor@ha #map scroll fix +0x02F62B40 = lfs f0, _divisor@l(r12) #Break all forms of frame limiting #0x031FAAFC = bla _fenceNeg1 #Best fence (make sure GPU is never more than 1 frame ahead)