From 562a214da7f8f91b2481e99fd1997dc68516cd76 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Wed, 3 Jul 2013 17:30:30 +0200 Subject: [PATCH] make it possible to build cannon smbw --- patchimage.sh | 4 +++- script.d/koopacountry.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"