diff --git a/Splatoon_1080p/rules.txt b/Splatoon_1080p/rules.txt
index 52e4984f..9d57d2ae 100644
--- a/Splatoon_1080p/rules.txt
+++ b/Splatoon_1080p/rules.txt
@@ -11,7 +11,7 @@ overwriteHeight = 1080
 [TextureRedefine] # half-res alpha
 width = 640
 height = 360
-formatsExcluded = 0x41A # exclude obvious textures
+formatsExcluded = 0x41A,0x431 # exclude obvious textures
 overwriteWidth = 960
 overwriteHeight = 540
 
diff --git a/Splatoon_1440p/rules.txt b/Splatoon_1440p/rules.txt
index fae90043..b3c29ea5 100644
--- a/Splatoon_1440p/rules.txt
+++ b/Splatoon_1440p/rules.txt
@@ -11,7 +11,7 @@ overwriteHeight = 1440
 [TextureRedefine] # half-res alpha
 width = 640
 height = 360
-formatsExcluded = 0x41A # exclude obvious textures
+formatsExcluded = 0x41A,0x431 # exclude obvious textures
 overwriteWidth = 1280
 overwriteHeight = 720
 
diff --git a/Splatoon_2160p/rules.txt b/Splatoon_2160p/rules.txt
index 7209a47f..725f5102 100644
--- a/Splatoon_2160p/rules.txt
+++ b/Splatoon_2160p/rules.txt
@@ -11,7 +11,7 @@ overwriteHeight = 2160
 [TextureRedefine] # half-res alpha
 width = 640
 height = 360
-formatsExcluded = 0x41A # exclude obvious textures
+formatsExcluded = 0x41A,0x431 # exclude obvious textures
 overwriteWidth = 1920
 overwriteHeight = 1080