From 6e8f805d5870be7db4fab3595bcac0875f9fd6ea Mon Sep 17 00:00:00 2001 From: Rajko Stojadinovic Date: Tue, 14 Nov 2017 23:48:30 +0100 Subject: [PATCH] Update BOTW UW patches.txt for 1.3.3 --- Source/BreathOfTheWild/patches.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Source/BreathOfTheWild/patches.txt b/Source/BreathOfTheWild/patches.txt index 84ffc7e8..2bd178ae 100644 --- a/Source/BreathOfTheWild/patches.txt +++ b/Source/BreathOfTheWild/patches.txt @@ -104,3 +104,19 @@ _aspectAddr = 0x1019F9A8 # 3d aspect (calculated every frame) 0x03726E18 = lis r28, ha16(_aspectAddr) 0x03726E1C = lfs f12, _aspectAddr(r28) + +[BotwAspectsV144] +moduleMatches = 0x9A2CA0C7 +# rodata constants +0x101A8A70 = .float +0x102ECFD0 = .float +0x1034F6CC = .float +_aspectAddr = 0x101A8A70 + +# menu link aspect (calculated every load) +0x02D53CF4 = lis r9, _aspectAddr@ha +0x02D2FD08 = lfs f4, _aspectAddr@l(r9) + +# 3d aspect (calculated every frame) +0x0375B128 = lis r28, ha16(_aspectAddr) +0x0375B12C = lfs f12, _aspectAddr(r28) \ No newline at end of file