diff --git a/ChangeLog b/ChangeLog index bc72104..d203f7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ v6.1.0: - update szs to version 1.50a +- show proper version number in --help - support for MKWiimm 2015-08 - support for MKWiimm 2015-12 - support for MKWiimm 2016-02 +- support for The Legend of Yoshi (SMN?66) v6.0.0: - update szs to version 1.40a diff --git a/README.GAMEIDS b/README.GAMEIDS index b338e87..c0db295 100644 --- a/README.GAMEIDS +++ b/README.GAMEIDS @@ -17,6 +17,7 @@ SMN?11 New Super Mario Bros. 4 SMN?12 Awesomer Super Luigi Mini SMN?31 New Super Mario Bros. Wii - Other World SMN?41 Devil Mario Winter Special +SMN?66 The Legend of Yoshi SMN?DU DarkUmbra Super Mario Bros: Anniversary Edition SMN?FL Newer: Falling Leaf SMN?MI Midi's Super Mario Bros Wii - Just A Little Adventure diff --git a/patchimage.sh b/patchimage.sh index 23d22fa..759f00e 100755 --- a/patchimage.sh +++ b/patchimage.sh @@ -127,6 +127,10 @@ case ${GAME} in source ${PATCHIMAGE_SCRIPT_DIR}/newsmbwotherworld.sh ;; + NSMB33 | TheLegendOfYoshi ) + source ${PATCHIMAGE_SCRIPT_DIR}/thelegendofyoshi.sh + ;; + NSMB99 | NSMBWCharacters ) source ${PATCHIMAGE_SCRIPT_DIR}/nsmbw_characters.sh ;; diff --git a/script.d/common.sh b/script.d/common.sh index 5de9cb0..8158a44 100644 --- a/script.d/common.sh +++ b/script.d/common.sh @@ -1,6 +1,7 @@ #!/bin/bash PATCHIMAGE_VERSION=6.1.0 +PATCHIMAGE_RELEASE=2016-05-16 setup_tools () { @@ -50,6 +51,7 @@ NSMB19 Luigi's Super Yoshi Bros. NSMB20 Newer: Falling Leaf NSMB21 Devil Mario Winter Special NSMB22 New Super Mario Bros. Wii - Other World +NSMB23 The Legend of Yoshi NSMB99 Customize Characters @@ -528,7 +530,7 @@ while [[ $xcount -lt $pcount ]]; do ;; --help | -h ) - echo -e "patchimage 5.0.2 (2014-05-19) + echo -e "patchimage ${PATCHIMAGE_VERSION} (${PATCHIMAGE_RELEASE}) (c) 2013-2014 Christopher Roy Bratusek patchimage creates wbfs images from riivolution patches.