Skip to content

Commit 3c22635

Browse files
committed
Revert button prompt fix temporarily due to enemy vision regression
1 parent e2253b3 commit 3c22635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/BreathOfTheWild_BetterVR/patch_FixVisibilityChecks.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ moduleMatches = 0x6267BFD0
55

66
custom_checkIfCameraCanSeePos:
77
mflr r0
8-
stw r0, 4(r1)
8+
stw r0, 0x04(r1)
99
bla import.coreinit.hook_CheckIfCameraCanSeePos
10-
lwz r0, 4(r1)
10+
lwz r0, 0x04(r1)
1111
mtlr r0
1212
blr
1313

1414
;0x0318FFA8 = ba custom_checkIfCameraCanSeePos
1515

1616
; always make AttCheck::ScreenRelated check return true
17-
0x035D67BC = li r3, 1
17+
;0x035D67BC = li r3, 1

0 commit comments

Comments
 (0)