From af6b1fc472f81702609637f7c1b11b060600401e Mon Sep 17 00:00:00 2001 From: Michael <15317421+ActualMandM@users.noreply.github.com> Date: Sat, 13 Apr 2024 02:47:08 -0700 Subject: [PATCH] [Splatoon] Fix black sky in Arowana Mall (#621) Thanks @ActualMandM! --- src/Splatoon/Graphics/rules.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/Splatoon/Graphics/rules.txt b/src/Splatoon/Graphics/rules.txt index e917bf3ab..c0b20d0a2 100644 --- a/src/Splatoon/Graphics/rules.txt +++ b/src/Splatoon/Graphics/rules.txt @@ -970,14 +970,30 @@ overwriteHeight = ($height / $gameHeight) * 360 [TextureRedefine] width = 640 height = 368 -formats = 0x1,0x19,0x80e,0x816 +formats = 0x1,0x19,0x80e overwriteWidth = ($width / $gameWidth) * 640 overwriteHeight = ($height / $gameHeight) * 368 [TextureRedefine] width = 640 height = 360 -formats = 0x1,0x19,0x816 +formats = 0x1,0x19 +overwriteWidth = ($width / $gameWidth) * 640 +overwriteHeight = ($height / $gameHeight) * 360 + +[TextureRedefine] +width = 640 +height = 368 +formats = 0x816 +overwriteFormat = 0x823 +overwriteWidth = ($width / $gameWidth) * 640 +overwriteHeight = ($height / $gameHeight) * 368 + +[TextureRedefine] +width = 640 +height = 360 +formats = 0x816 +overwriteFormat = 0x823 overwriteWidth = ($width / $gameWidth) * 640 overwriteHeight = ($height / $gameHeight) * 360