From 4dc96a162c93151068a9cc07dad342b4be3c9e74 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Fri, 8 May 2020 15:32:59 +0200 Subject: [PATCH] [HW] Fix another resolution pack bug It looked like , while it should look like . Reported by MelonSpeedruns. --- Resolutions/HyruleWarriors_Resolution/rules.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Resolutions/HyruleWarriors_Resolution/rules.txt b/Resolutions/HyruleWarriors_Resolution/rules.txt index 5ffa8834..c6048f20 100644 --- a/Resolutions/HyruleWarriors_Resolution/rules.txt +++ b/Resolutions/HyruleWarriors_Resolution/rules.txt @@ -563,6 +563,7 @@ overwriteHeight = ($height/$gameHeight) * (192*$internalRes) width = 320 height = 180 #formats = 0x820,0x816,0x035,0x01a +formatsExcluded = 0x035 # Exclude menu background images overwriteWidth = ($width/$gameWidth) * (320*$internalRes) overwriteHeight = ($height/$gameHeight) * (180*$internalRes)