From e8c6fda638fd54e26ba3724ddcb6f2540a7446b2 Mon Sep 17 00:00:00 2001 From: Alex Kiri Date: Thu, 4 Jan 2018 22:34:33 +0200 Subject: [PATCH] [BotW] Fixed Pro+ pack stamina glitch --- .../37b9100c1310d3bb_0000000000000000_vs.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Enhancement/BreathOfTheWild_Pro+/37b9100c1310d3bb_0000000000000000_vs.txt b/Enhancement/BreathOfTheWild_Pro+/37b9100c1310d3bb_0000000000000000_vs.txt index 2c19c36c..0542386a 100644 --- a/Enhancement/BreathOfTheWild_Pro+/37b9100c1310d3bb_0000000000000000_vs.txt +++ b/Enhancement/BreathOfTheWild_Pro+/37b9100c1310d3bb_0000000000000000_vs.txt @@ -985,7 +985,9 @@ if ((uf_uniformRegisterVS[5].w == 1134559232 || ) { gl_Position.y -= 9000.0; } -if (isCurrentSizeEqualTo(vec2(80, 80)) && uf_uniformRegisterVS[4].x == 1060320051) { +if (isCurrentSizeEqualTo(vec2(80, 80)) && + (uf_uniformRegisterVS[4].x == 1060320051 || + uf_uniformRegisterVS[4].x == 1060320050)) { //some hearts, stamina fade, but also glowing powers in inventory gl_Position.y -= 9000.0; }