From 80ec8227268d379dcbbd8b63eff4a0c09374d4f2 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 10 Dec 2017 15:56:03 -0800 Subject: [PATCH] [Tropical Freeze] fix missing loading texture The format somehow changed? --- Source/TropicalFreeze/rules.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/TropicalFreeze/rules.txt b/Source/TropicalFreeze/rules.txt index a39eb7e3..b7b90a51 100644 --- a/Source/TropicalFreeze/rules.txt +++ b/Source/TropicalFreeze/rules.txt @@ -15,7 +15,7 @@ version = 2 [TextureRedefine] # game rendering resolution width = 1280 height = 720 -tileModesExcluded = 0x001 -formatsExcluded = 0x41A # exclude the intro background texture +tileModesExcluded = 0x1 +formatsExcluded = 0x31 # exclude the intro background texture overwriteWidth = overwriteHeight =