[Splatoon] Fix black sky in Arowana Mall (#621)

Thanks @ActualMandM!
This commit is contained in:
Michael 2024-04-13 02:47:08 -07:00 committed by GitHub
parent a0377d9867
commit af6b1fc472
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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