From bf1f74f721dd812bf056ca014c56a9f66c55cbfd Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 11 Nov 2018 10:56:21 -0800 Subject: [PATCH] Fix Smash's No Boxing Ring Screen Pack Adds the rounded resolution with it's format along. It also moves it to Enhancements since you wouldn't really get much of a performance boost from it. --- .../rules.txt | 19 +++++++++++++++++++ .../rules.txt | 12 ------------ 2 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 Enhancements/SuperSmashBros_NoBoxingRingScreen/rules.txt delete mode 100644 Workarounds/SuperSmashBros_NoBoxingRingScreen/rules.txt 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