From 5a470c46f51c1510445e0b89b8abe86bf8ad5b12 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 30 Nov 2018 22:38:34 -0800 Subject: [PATCH] fix pokken texture overwrite resolutions --- Resolutions/PokkenTournament_Resolution/rules.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resolutions/PokkenTournament_Resolution/rules.txt b/Resolutions/PokkenTournament_Resolution/rules.txt index 38a67a5f..fb5b8ef6 100644 --- a/Resolutions/PokkenTournament_Resolution/rules.txt +++ b/Resolutions/PokkenTournament_Resolution/rules.txt @@ -201,11 +201,11 @@ width = 8 height = 4 formats = 0x816 overwriteWidth = ($width / $gameWidth) * 8 -overwriteHeight = ($height / $gameHeight) * 8 +overwriteHeight = ($height / $gameHeight) * 4 [TextureRedefine] # Blur Mip width = 4 height = 2 formats = 0x816 -overwriteWidth = ($width / $gameWidth) * 8 -overwriteHeight = ($height / $gameHeight) * 8 +overwriteWidth = ($width / $gameWidth) * 4 +overwriteHeight = ($height / $gameHeight) * 2