From cc1c7061af72e070c51deb4b778a8faeca06e0ea Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Sun, 24 Mar 2019 23:49:44 +0100 Subject: [PATCH] Add gamepad water --- Resolutions/Pikmin3_Resolution/rules.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resolutions/Pikmin3_Resolution/rules.txt b/Resolutions/Pikmin3_Resolution/rules.txt index ac0c8695..8e52c984 100644 --- a/Resolutions/Pikmin3_Resolution/rules.txt +++ b/Resolutions/Pikmin3_Resolution/rules.txt @@ -213,3 +213,18 @@ height = 480 formats = 0x1,0x19,0x806,0x80e,0x816 overwriteWidth = ($width / $gameWidth) * 854 overwriteHeight = ($height / $gameHeight) * 480 + +[TextureRedefine] # Gamepad Water? +width = 448 +height = 240 +formats = 0x1,0x19,0x806,0x80e,0x816 +tileModesExcluded = 0x1 +overwriteWidth = ($width / $gameWidth) * 448 +overwriteHeight = ($height / $gameHeight) * 240 + +[TextureRedefine] # Gamepad Water? +width = 427 +height = 240 +formats = 0x1,0x19,0x806,0x80e,0x816 +overwriteWidth = ($width / $gameWidth) * 427 +overwriteHeight = ($height / $gameHeight) * 240