mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
prepare for IPS stuff/now game notes
This commit is contained in:
parent
135129d51b
commit
f47a0bfdbc
@ -33,6 +33,10 @@ case ${GAME} in
|
||||
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"
|
||||
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}"
|
||||
fi
|
||||
;;
|
||||
|
||||
"IPS" )
|
||||
show_notes
|
||||
check_input_rom
|
||||
check_input_rom_special
|
||||
check_ips_patch
|
||||
|
||||
${IPS} a ${PATCH} ${ROM}
|
||||
;;
|
||||
esac
|
||||
|
@ -16,7 +16,11 @@ show_notes () {
|
||||
|
||||
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
|
||||
Base Image: New Super Mario Bros. Wii (SMN?01)
|
||||
|
@ -6,8 +6,12 @@ setup_tools () {
|
||||
|
||||
if [[ $(uname -m) == "x86_64" ]]; then
|
||||
WIT=tools/wit.64
|
||||
PPF=tools/applyppf3.64
|
||||
IPS=tools/uips.64
|
||||
else
|
||||
WIT=tools/wit.32
|
||||
PPF=tools/applyppf3.32
|
||||
IPS=tools/uips.32
|
||||
fi
|
||||
|
||||
}
|
||||
|
@ -16,7 +16,11 @@ show_notes () {
|
||||
|
||||
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
|
||||
Base Image: New Super Mario Bros. Wii (SMN?01)
|
||||
|
@ -16,7 +16,11 @@ show_notes () {
|
||||
|
||||
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/
|
||||
Base Image: New Super Mario Bros. Wii (SMN?01)
|
||||
|
@ -16,7 +16,10 @@ show_notes () {
|
||||
|
||||
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
|
||||
Base Image: New Super Mario Bros. Wii (SMN?01)
|
||||
|
Loading…
Reference in New Issue
Block a user