We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2253b3 commit 3c22635Copy full SHA for 3c22635
resources/BreathOfTheWild_BetterVR/patch_FixVisibilityChecks.asm
@@ -5,13 +5,13 @@ moduleMatches = 0x6267BFD0
5
6
custom_checkIfCameraCanSeePos:
7
mflr r0
8
-stw r0, 4(r1)
+stw r0, 0x04(r1)
9
bla import.coreinit.hook_CheckIfCameraCanSeePos
10
-lwz r0, 4(r1)
+lwz r0, 0x04(r1)
11
mtlr r0
12
blr
13
14
;0x0318FFA8 = ba custom_checkIfCameraCanSeePos
15
16
; always make AttCheck::ScreenRelated check return true
17
-0x035D67BC = li r3, 1
+;0x035D67BC = li r3, 1
0 commit comments