diff --git a/Source/WindWakerHD/rules.txt b/Source/WindWakerHD/rules.txt
index e0e8be69..24cdf77a 100644
--- a/Source/WindWakerHD/rules.txt
+++ b/Source/WindWakerHD/rules.txt
@@ -60,4 +60,11 @@ height = 33
 formatsExcluded = 0x816
 overwriteWidth = <?=round($scaleFactorX*60)?> 
 overwriteHeight = <?=round($scaleFactorY*33)?> 
-#240x135x texture , not 132  integer for 2880p
\ No newline at end of file
+#240x135x texture , not 132  integer for 2880p
+
+[TextureRedefine] #Shadows
+width = 1024
+height = 1024
+formats = 0x005
+overwriteWidth = <?=round($scaleFactorX*1024)?> 
+overwriteHeight = <?=round($scaleFactorY*1024)?> 
\ No newline at end of file