Fix Squid Sisters Screen

Thanks to Darkemaste for helping me find the resolution for the screen!
Here's a comparison shot featuring me being lazy to fix mistakes:
http://i.imgur.com/z8tewtx.png
This commit is contained in:
Michael 2017-01-11 21:19:09 -08:00
parent 3002e67149
commit 4fda6f8b05
4 changed files with 22 additions and 8 deletions

View File

@ -25,7 +25,3 @@ Nintendo Land
- Title screen is completely white
- Gamepad screen is blurry during attraction gameplay
Splatoon
- Squid Sisters screen is blurry

View File

@ -14,3 +14,9 @@ height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 960
overwriteHeight = 540
[TextureRedefine] # squid sisters
width = 1024
height = 576
overwriteWidth = 1536
overwriteHeight = 864

View File

@ -14,3 +14,9 @@ height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1280
overwriteHeight = 720
[TextureRedefine] # squid sisters
width = 1024
height = 576
overwriteWidth = 2048
overwriteHeight = 1152

View File

@ -14,3 +14,9 @@ height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1920
overwriteHeight = 1080
[TextureRedefine] # squid sisters
width = 1024
height = 576
overwriteWidth = 3072
overwriteHeight = 1728