diff --git a/Enhancements/SuperSmashBros_NoBoxingRingScreen/rules.txt b/Enhancements/SuperSmashBros_NoBoxingRingScreen/rules.txt new file mode 100644 index 00000000..f9f900dc --- /dev/null +++ b/Enhancements/SuperSmashBros_NoBoxingRingScreen/rules.txt @@ -0,0 +1,19 @@ +[Definition] +titleIds = 0005000010110E00,0005000010145000,0005000010144F00 +name = No Boxing Ring Screen +path = "Super Smash Bros. for Wii U/Enhancements/No Boxing Ring Screen" +description = Disables the screen in the Boxing Ring stage. Can be used for aesthetic or performance reasons. +version = 3 + +[TextureRedefine] +width = 256 +height = 128 +formats = 0x8 +overwriteWidth = 1 +overwriteHeight = 1 + +[TextureRedefine] +width = 220 +height = 124 +overwriteWidth = 1 +overwriteHeight = 1 diff --git a/Workarounds/SuperSmashBros_NoBoxingRingScreen/rules.txt b/Workarounds/SuperSmashBros_NoBoxingRingScreen/rules.txt deleted file mode 100644 index 9083ee3c..00000000 --- a/Workarounds/SuperSmashBros_NoBoxingRingScreen/rules.txt +++ /dev/null @@ -1,12 +0,0 @@ -[Definition] -titleIds = 0005000010110E00,0005000010145000,0005000010144F00 -name = No Boxing Ring Screen -path = "Super Smash Bros. for Wii U/Workarounds/No Boxing Ring Screen" -description = Disables the boxing ring screen. -version = 3 - -[TextureRedefine] -width = 220 -height = 124 -overwriteWidth = 1 -overwriteHeight = 1 \ No newline at end of file