prepare for IPS stuff/now game notes

This commit is contained in:
Christopher Roy Bratusek 2013-06-22 19:02:37 +02:00
parent 135129d51b
commit f47a0bfdbc
6 changed files with 36 additions and 4 deletions

View File

@ -33,6 +33,10 @@ case ${GAME} in
source script.d/newerholiday.sh source script.d/newerholiday.sh
;; ;;
e | E | ParallelWorlds | "The Legend of Zelda: Parallel Worlds" )
source script.d/parallelworlds.sh
;;
* ) * )
echo -e "specified Game ${GAME} not recognized" echo -e "specified Game ${GAME} not recognized"
exit 1 exit 1
@ -64,4 +68,13 @@ case ${GAME_TYPE} in
${WIT} cp -v -B ${WORKDIR} ${GAMEID}.wbfs -vv --disc-id=${GAMEID} ${TMD_OPTS} --name "${GAMENAME}" ${WIT} cp -v -B ${WORKDIR} ${GAMEID}.wbfs -vv --disc-id=${GAMEID} ${TMD_OPTS} --name "${GAMENAME}"
fi fi
;; ;;
"IPS" )
show_notes
check_input_rom
check_input_rom_special
check_ips_patch
${IPS} a ${PATCH} ${ROM}
;;
esac esac

View File

@ -16,7 +16,11 @@ show_notes () {
echo -e \ echo -e \
"************************************************ "************************************************
Another Super Mario Brothers Wii 2.0 ${GAMENAME}
Another Super Mario Bros. Wii is a simple mod created by Skawo and
released in December 2010 which includes a full set of new levels with
the same themes as the original game.
Source: http://www.newerteam.com/specials.html Source: http://www.newerteam.com/specials.html
Base Image: New Super Mario Bros. Wii (SMN?01) Base Image: New Super Mario Bros. Wii (SMN?01)

View File

@ -6,8 +6,12 @@ setup_tools () {
if [[ $(uname -m) == "x86_64" ]]; then if [[ $(uname -m) == "x86_64" ]]; then
WIT=tools/wit.64 WIT=tools/wit.64
PPF=tools/applyppf3.64
IPS=tools/uips.64
else else
WIT=tools/wit.32 WIT=tools/wit.32
PPF=tools/applyppf3.32
IPS=tools/uips.32
fi fi
} }

View File

@ -16,7 +16,11 @@ show_notes () {
echo -e \ echo -e \
"************************************************ "************************************************
Newer: Holiday Special ${GAMENAME}
Newer: Holiday Special is a frosty adventure created to celebrate
Christmas 2011. Explore 8 of the coldest levels you'll ever see, set
to chilly music and new, icy textures!
Source: http://www.newerteam.com/specials.html Source: http://www.newerteam.com/specials.html
Base Image: New Super Mario Bros. Wii (SMN?01) Base Image: New Super Mario Bros. Wii (SMN?01)

View File

@ -16,7 +16,11 @@ show_notes () {
echo -e \ echo -e \
"************************************************ "************************************************
NewerSMB ${GAMENAME}
Newer is a full unofficial sequel to New Super Mario Bros. Wii, crafted
over the span of 3 years by a team of devoted Nintendo fans. Playable
legally on any homebrew-enabled Wii; no piracy or hardware mods needed.
Source: http://www.newerteam.com/ Source: http://www.newerteam.com/
Base Image: New Super Mario Bros. Wii (SMN?01) Base Image: New Super Mario Bros. Wii (SMN?01)

View File

@ -16,7 +16,10 @@ show_notes () {
echo -e \ echo -e \
"************************************************ "************************************************
Newer Summer Sun ${GAMENAME}
Newer: Summer Sun is a short game with a hot theme, originally released
in Summer 2012. It features 23 new levels and some fresh music!
Source: http://www.newerteam.com/specials.html Source: http://www.newerteam.com/specials.html
Base Image: New Super Mario Bros. Wii (SMN?01) Base Image: New Super Mario Bros. Wii (SMN?01)