From 80151011d1e965ce4cc93aee9e4f665a956dc80a Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 19 Dec 2017 21:12:27 -0800 Subject: [PATCH] Add Puyo Puyo Tetris --- Source/PuyoPuyoTetris/rules.txt | 25 +++++++++++++++++++++++++ build.sh | 1 + 2 files changed, 26 insertions(+) create mode 100644 Source/PuyoPuyoTetris/rules.txt diff --git a/Source/PuyoPuyoTetris/rules.txt b/Source/PuyoPuyoTetris/rules.txt new file mode 100644 index 00000000..bd0ec06c --- /dev/null +++ b/Source/PuyoPuyoTetris/rules.txt @@ -0,0 +1,25 @@ + +[Definition] +titleIds = 000500001014d900 +name = "Puyo Puyo Tetris - " +version = 2 + +[TextureRedefine] # tv +width = 1920 +height = 1080 +tileModesExcluded = 0x1 +overwriteWidth = +overwriteHeight = + +[TextureRedefine] # gamepad +width = 854 +height = 480 +#overwriteWidth = +#overwriteHeight = diff --git a/build.sh b/build.sh index b0c5dc42..c8cee129 100644 --- a/build.sh +++ b/build.sh @@ -140,6 +140,7 @@ std_respack "PhineasFerb" "${res16by9[@]/$just720p}" std_respack "Pikmin3" "${res16by9[@]/$just720p}" std_respack "PokkenTournament" "${res16by9[@]/$just720p}" std_respack "ProjectZero" "${res16by9[@]/$just720p}" +std_respack "PuyoPuyoTetris" "${res16by9[@]/$just1080p}" std_respack "SanatoryHallways" "${res16by9[@]/$just720p}" std_respack "ScribblenautsUnlimited" "${res16by9[@]/$just720p}" std_respack "ScribblenautsUnmasked" "${res16by9[@]/$just720p}"