Skip to content

Commit

Permalink
[Splatoon] Fix black sky in Arowana Mall (#621)
Browse files Browse the repository at this point in the history
Thanks @ActualMandM!
  • Loading branch information
ActualMandM committed Apr 13, 2024
1 parent a0377d9 commit af6b1fc
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/Splatoon/Graphics/rules.txt
Expand Up @@ -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

Expand Down

0 comments on commit af6b1fc

Please sign in to comment.