From 63a447c923f8eda88ae2235ca0d79905f838af24 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 3 Feb 2018 17:34:16 -0800 Subject: [PATCH] [ACaF] Add limited support Game softlocks after you get on the train --- Source/AnimalCrossingAmiiboFestival/rules.txt | 83 +++++++++++++++++++ build.sh | 1 + 2 files changed, 84 insertions(+) create mode 100644 Source/AnimalCrossingAmiiboFestival/rules.txt diff --git a/Source/AnimalCrossingAmiiboFestival/rules.txt b/Source/AnimalCrossingAmiiboFestival/rules.txt new file mode 100644 index 00000000..a9065402 --- /dev/null +++ b/Source/AnimalCrossingAmiiboFestival/rules.txt @@ -0,0 +1,83 @@ + +[Definition] +titleIds = 00050000101C6400,00050000101C6500,0005000010190100 +name = "Animal Crossing: amiibo Festival - " +version = 2 + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 2048 +#height = 2048 +#formatsExcluded = +#overwriteWidth = +#overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 2046 +#height = 2046 +#formatsExcluded = +#overwriteWidth = +#overwriteHeight = + +[TextureRedefine] +width = 1280 +height = 720 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 854 +height = 480 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 800 +height = 250 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 640 +height = 360 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 320 +height = 180 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 160 +height = 90 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 80 +height = 45 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +[TextureRedefine] +width = 40 +height = 22 +#formatsExcluded = +overwriteWidth = +overwriteHeight = diff --git a/build.sh b/build.sh index ec54db6e..9312c37b 100644 --- a/build.sh +++ b/build.sh @@ -116,6 +116,7 @@ just1080p=( "1080p" ) std_respack "AdventureTimeEtDBIDK" "${res16by9[@]/$just1080p}" std_respack "AdventureTimeFJI" "${res16by9[@]/$just720p}" +std_respack "AnimalCrossingAmiiboFestival" "${res16by9[@]/$just720p}" std_respack "AquaTV" "${res16by9[@]/$just720p}" std_respack "BatmanArkham" "${res16by9[@]/$just720p}" std_respack "Bayonetta" "${res16by9[@]/$just720p}"