From 0bf36a85921c69c349cf08fbd929559075a5f281 Mon Sep 17 00:00:00 2001
From: Michael <goldtextwitch@outlook.com>
Date: Sun, 10 Dec 2017 15:00:11 -0800
Subject: [PATCH] [Splat] Fix Blank Stage Previews

before: https://cdn.discordapp.com/attachments/292733452590120961/389547170979774464/unknown.png
after: https://cdn.discordapp.com/attachments/292733452590120961/389551829542895617/unknown.png
---
 Source/Splatoon/rules.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Source/Splatoon/rules.txt b/Source/Splatoon/rules.txt
index bc691aa9..5f98cbe4 100644
--- a/Source/Splatoon/rules.txt
+++ b/Source/Splatoon/rules.txt
@@ -37,6 +37,7 @@ overwriteHeight = <?=round($scaleFactorY*360)?>
 [TextureRedefine] # quarter-res alpha
 width = 320
 height = 180
+formatsExcluded = 0x35
 overwriteWidth = <?=round($scaleFactorX*320)?> 
 overwriteHeight = <?=round($scaleFactorY*180)?>