From 26aa24aefe3b7c47907d51a707f6b359844374ed Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Wed, 3 Jul 2013 16:44:26 +0200 Subject: [PATCH] prepare for koopa country --- patchimage.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/patchimage.sh b/patchimage.sh index f50bf17..a40c91f 100755 --- a/patchimage.sh +++ b/patchimage.sh @@ -39,7 +39,11 @@ case ${GAME} in source script.d/epicbowserworld.sh ;; - g | G | ParallelWorlds | "The Legend of Zelda: Parallel Worlds" ) + g | G | Koopa | "Koopa Country" ) + source script.d/koopacountry.sh + ;; + + 1 | ParallelWorlds | "The Legend of Zelda: Parallel Worlds" ) source script.d/parallelworlds.sh ;;