diff --git a/No HUD (Beta)/SuperMario3DWorld_NoHUD/rules.txt b/No HUD (Beta)/SuperMario3DWorld_NoHUD/rules.txt index 6179274a..796d8c1a 100644 --- a/No HUD (Beta)/SuperMario3DWorld_NoHUD/rules.txt +++ b/No HUD (Beta)/SuperMario3DWorld_NoHUD/rules.txt @@ -1,4 +1,4 @@ -# todo: HUDs on Super Mario 3D World http://i.imgur.com/LynkQfN.jpg +# todo: Finish HUD on Super Mario 3D World [Definition] titleIds = 0005000010145d00,0005000010145c00,0005000010106100,0005000010180600,0005000010180700,0005000010180500 name = "Super Mario 3D World + Captain Toad: Treasure Tracker - No HUD" @@ -6,7 +6,7 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - No HUD" [TextureRedefine] # character icons width = 256 height = 512 -formatsExcluded = 0x431 # exclude actual textures +formatsExcluded = 0x235,0x431 # exclude actual textures overwriteWidth = 257 overwriteHeight = 513 @@ -14,4 +14,28 @@ overwriteHeight = 513 width = 256 height = 1024 overwriteWidth = 257 -overwriteHeight = 1025 \ No newline at end of file +overwriteHeight = 1025 + +[TextureRedefine] # gamepad gyro icon +width = 128 +height = 100 +overwriteWidth = 129 +overwriteHeight = 101 + +[TextureRedefine] # item slot +width = 92 +height = 92 +overwriteWidth = 93 +overwriteHeight = 93 + +[TextureRedefine] # item icon +width = 70 +height = 70 +overwriteWidth = 71 +overwriteHeight = 71 + +[TextureRedefine] # item icon +width = 80 +height = 80 +overwriteWidth = 81 +overwriteHeight = 81 \ No newline at end of file