mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-28 03:54:22 +01:00
add support for The Legend of Yoshi
This commit is contained in:
parent
d045ca23c9
commit
c106b58f0e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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 <nano@jpberlin.de>
|
||||
patchimage creates wbfs images from riivolution patches.
|
||||
|
Loading…
Reference in New Issue
Block a user