From 5a4197dad9345488d3a9050c6e16e606bda5ea70 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 2 Feb 2019 13:30:04 -0800 Subject: [PATCH] [Splat] fix shooting range fest light --- Resolutions/Splatoon_Resolution/rules.txt | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Resolutions/Splatoon_Resolution/rules.txt b/Resolutions/Splatoon_Resolution/rules.txt index 093cf6e2..a0b4dc07 100644 --- a/Resolutions/Splatoon_Resolution/rules.txt +++ b/Resolutions/Splatoon_Resolution/rules.txt @@ -194,6 +194,22 @@ overwriteFormat = 0x1f overwriteWidth = ($width / $gameWidth) * 1280 overwriteHeight = ($height / $gameHeight) * 720 +[TextureRedefine] +width = 640 +height = 368 +formats = 0x806 +overwriteFormat = 0x80e +overwriteWidth = ($width / $gameWidth) * 640 +overwriteHeight = ($height / $gameHeight) * 368 + +[TextureRedefine] +width = 640 +height = 360 +formats = 0x806 +overwriteFormat = 0x80e +overwriteWidth = ($width / $gameWidth) * 640 +overwriteHeight = ($height / $gameHeight) * 360 + # Fog [TextureRedefine] @@ -615,3 +631,11 @@ width = 13 height = 7 overwriteWidth = ($width / $gameWidth) * 13 overwriteHeight = ($height / $gameHeight) * 7 + +# Multiplayer Player Icon + +[TextureRedefine] +width = 256 +height = 256 +formats = 0x1a +overwriteFormat = 0x1f