From 37789481fbba8562d83e1e53e3cfd3f6285845bd Mon Sep 17 00:00:00 2001 From: getdls <25286924+getdls@users.noreply.github.com> Date: Sat, 6 Jun 2020 02:23:55 +0200 Subject: [PATCH] [SM3DW] - Fix large mirror --- Resolutions/SuperMario3DWorld_Resolution/rules.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resolutions/SuperMario3DWorld_Resolution/rules.txt b/Resolutions/SuperMario3DWorld_Resolution/rules.txt index 557e3c03..c0fbd3e9 100644 --- a/Resolutions/SuperMario3DWorld_Resolution/rules.txt +++ b/Resolutions/SuperMario3DWorld_Resolution/rules.txt @@ -162,6 +162,13 @@ height = 480 overwriteWidth = ($width/$gameWidth) * 854 overwriteHeight = ($height/$gameHeight) * 480 +[TextureRedefine] #large mirror +width = 848 +height = 480 +#formats = 0x816,0x810,0x019,0x01a +overwriteWidth = ($width/$gameWidth) * 848 +overwriteHeight = ($height/$gameHeight) * 480 + [TextureRedefine] #Depth 8 width = 640 height = 368