From 4ba87d9ecc0d6a46080dfdebfff6a331660c0678 Mon Sep 17 00:00:00 2001 From: Rajko Stojadinovic Date: Thu, 23 Nov 2017 07:54:05 +0100 Subject: [PATCH] Update BoTW UW patches.txt for 1.3.4 --- Source/BreathOfTheWild/patches.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Source/BreathOfTheWild/patches.txt b/Source/BreathOfTheWild/patches.txt index 2bd178ae..bb09380e 100644 --- a/Source/BreathOfTheWild/patches.txt +++ b/Source/BreathOfTheWild/patches.txt @@ -115,8 +115,24 @@ _aspectAddr = 0x101A8A70 # menu link aspect (calculated every load) 0x02D53CF4 = lis r9, _aspectAddr@ha -0x02D2FD08 = lfs f4, _aspectAddr@l(r9) +0x02D53D08 = 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 +0x0375B12C = lfs f12, _aspectAddr(r28) + +[BotwAspectsV160] +moduleMatches = 0x29DBB52A +# rodata constants +0x101A8A70 = .float +0x102ECF88 = .float +0x1034F684 = .float +_aspectAddr = 0x101A8A70 + +# menu link aspect (calculated every load) +0x02D53CF4 = lis r9, _aspectAddr@ha +0x02D53D08 = lfs f4, _aspectAddr@l(r9) + +# 3d aspect (calculated every frame) +0x0375AFF4 = lis r28, ha16(_aspectAddr) +0x0375AFF8 = lfs f12, _aspectAddr(r28) \ No newline at end of file