diff --git a/Resolutions/MarioParty10_Resolution/rules.txt b/Resolutions/MarioParty10_Resolution/rules.txt index 505ce895..e60cd20c 100644 --- a/Resolutions/MarioParty10_Resolution/rules.txt +++ b/Resolutions/MarioParty10_Resolution/rules.txt @@ -82,7 +82,7 @@ $gameHeight = 720 [TextureRedefine] # Game Resolution width = 1280 height = 720 -formats = 0x019,0x001,0x80e +formats = 0x019,0x001,0x80e,0x81c overwriteWidth = ($width/$gameWidth) * 1280 overwriteHeight = ($height/$gameHeight) * 720 @@ -282,3 +282,68 @@ height = 720 formats = 0x01a overwriteWidth = ($width/$gameWidth) * 1280 overwriteHeight = ($height/$gameHeight) * 720 + +# Flash Forwards minigame depth map + +[TextureRedefine] +width = 800 +height = 800 +formats = 0x001,0x005 +overwriteWidth = ($width/$gameWidth) * 800 +overwriteHeight = ($height/$gameHeight) * 800 + +[TextureRedefine] +width = 896 +height = 800 +formats = 0x001 +overwriteWidth = ($width/$gameWidth) * 896 +overwriteHeight = ($height/$gameHeight) * 800 + +[TextureRedefine] +width = 832 +height = 800 +formats = 0x005 +overwriteWidth = ($width/$gameWidth) * 832 +overwriteHeight = ($height/$gameHeight) * 800 + +[TextureRedefine] +width = 512 +height = 400 +formats = 0x001 +overwriteWidth = ($width/$gameWidth) * 512 +overwriteHeight = ($height/$gameHeight) * 400 + +[TextureRedefine] +width = 768 +height = 624 +formats = 0x001 +overwriteWidth = ($width/$gameWidth) * 768 +overwriteHeight = ($height/$gameHeight) * 624 + +[TextureRedefine] +width = 100 +height = 100 +formats = 0x001 +overwriteWidth = ($width/$gameWidth) * 100 +overwriteHeight = ($height/$gameHeight) * 100 + +[TextureRedefine] +width = 200 +height = 200 +formats = 0x001 +overwriteWidth = ($width/$gameWidth) * 200 +overwriteHeight = ($height/$gameHeight) * 200 + +[TextureRedefine] +width = 400 +height = 400 +formats = 0x001 +overwriteWidth = ($width/$gameWidth) * 400 +overwriteHeight = ($height/$gameHeight) * 400 + +[TextureRedefine] +width = 128 +height = 112 +formats = 0x001 +overwriteWidth = ($width/$gameWidth) * 128 +overwriteHeight = ($height/$gameHeight) * 112 \ No newline at end of file diff --git a/Resolutions/NewSuperMarioBrosU_Resolution/rules.txt b/Resolutions/NewSuperMarioBrosU_Resolution/rules.txt index 3c5ba9b5..7f8de7ca 100644 --- a/Resolutions/NewSuperMarioBrosU_Resolution/rules.txt +++ b/Resolutions/NewSuperMarioBrosU_Resolution/rules.txt @@ -127,6 +127,7 @@ $scaleBlur = 1.0 width = 1280 height = 720 #formats = 0x80e,0x01a,0x001 +tileModesExcluded = 0x001 overwriteWidth = ($width/$gameWidth) * 1280 overwriteHeight = ($height/$gameHeight) * 720