From cfbac2ce80dd41429fb30bc496602d49ff764d88 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Sat, 8 Dec 2018 00:25:31 +0100 Subject: [PATCH] [Pikmin 3] Fix shadows pack --- Enhancements/Pikmin3_Shadows/rules.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Enhancements/Pikmin3_Shadows/rules.txt b/Enhancements/Pikmin3_Shadows/rules.txt index 650d62dc..7d7e4263 100644 --- a/Enhancements/Pikmin3_Shadows/rules.txt +++ b/Enhancements/Pikmin3_Shadows/rules.txt @@ -26,8 +26,8 @@ name = Extreme (8.00x) $shadowRes = 8 [TextureRedefine] # Shadows -width = 2048 -height = 1024 +width = 1024 +height = 2048 formats = 0x005 -overwriteWidth = $shadowRes * 2048 -overwriteHeight = $shadowRes * 1024 +overwriteWidth = $shadowRes * 1024 +overwriteHeight = $shadowRes * 2048