From 0cdedc919e2c0cee4ba2967a455fe9b0c195b8b4 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 23 Jun 2017 16:29:38 -0700 Subject: [PATCH] [BotW] update Pro+ hud disable more heart textures --- Enhancement/BreathOfTheWild_ProPlus/rules.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Enhancement/BreathOfTheWild_ProPlus/rules.txt b/Enhancement/BreathOfTheWild_ProPlus/rules.txt index e7cf1f71..3700394a 100644 --- a/Enhancement/BreathOfTheWild_ProPlus/rules.txt +++ b/Enhancement/BreathOfTheWild_ProPlus/rules.txt @@ -6,9 +6,21 @@ version = 2 [TextureRedefine] # Disable Hearts width = 48 height = 48 -formats = 0x001,0x007 +formats = 0x001,0x007,0x035 overwriteFormat = 0x005 +[TextureRedefine] # Disable Hearts +width = 64 +height = 64 +formats = 0x035 # don't overwrite 0x034 +overwriteFormat = 0x235 + +[TextureRedefine] # Disable Hearts +width = 32 +height = 32 +formats = 0x034 +overwriteFormat = 0x234 + [TextureRedefine] # Disable Stamina width = 34 height = 34 @@ -37,4 +49,4 @@ overwriteFormat = 0x235 width = 70 height = 70 formats = 0x035 -overwriteFormat = 0x235 +overwriteFormat = 0x235 \ No newline at end of file