diff --git a/patchimage.sh b/patchimage.sh index a40c91f..a35d534 100755 --- a/patchimage.sh +++ b/patchimage.sh @@ -33,7 +33,9 @@ case ${GAME} in source script.d/newerholiday.sh ;; -# e preserved for canon smbw + e | E | Cannon | "Cannon SMBW" ) + source script.d/cannon.sh + ;; f | F | ESBW | "Epic Super Bowser World" ) source script.d/epicbowserworld.sh diff --git a/script.d/koopacountry.sh b/script.d/koopacountry.sh index 0317a9c..a9cbf3b 100644 --- a/script.d/koopacountry.sh +++ b/script.d/koopacountry.sh @@ -2,7 +2,7 @@ WORKDIR=nsmb.d DOL=${WORKDIR}/sys/main.dol -#DOWNLOAD_LINK="http://rvlution.net/forums/viewtopic.php?f=53&t=1352" +DOWNLOAD_LINK="http://www.nanolx.org/riivolution/Koopa%20country.rar" RIIVOLUTION_ZIP="Koopa country.rar" RIIVOLUTION_DIR="." GAMENAME="Koopa Country"