mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-12-28 18:11:50 +01:00
prepare for Epic Super Bowser World
This commit is contained in:
parent
75667c972a
commit
a022b9c2f2
@ -35,7 +35,11 @@ case ${GAME} in
|
|||||||
|
|
||||||
# e preserved for canon smbw
|
# e preserved for canon smbw
|
||||||
|
|
||||||
f | F | ParallelWorlds | "The Legend of Zelda: Parallel Worlds" )
|
f | F | ESBW | "Epic Super Bowser World" )
|
||||||
|
source script.d/epicbowserworld.sh
|
||||||
|
;;
|
||||||
|
|
||||||
|
g | G | ParallelWorlds | "The Legend of Zelda: Parallel Worlds" )
|
||||||
source script.d/parallelworlds.sh
|
source script.d/parallelworlds.sh
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
TMD_OPTS="--tt-id=K"
|
TMD_OPTS="--tt-id=K"
|
||||||
TMP_FILES=(Another Another_Super_Mario_Brothers_Wii_2.0.zip nsmb.d Newer_Super_Mario_Bros._Wii_HS.zip XmasNewer NewerSMBW.zip NewerFiles "Newer Summer Sun" Newer_Summer_Sun.zip ZPW_1.1.ips lozpw110.rar "*[Ll]ink*[Pp]ast*smc")
|
TMP_FILES=(Another Another_Super_Mario_Brothers_Wii_2.0.zip nsmb.d Newer_Super_Mario_Bros._Wii_HS.zip XmasNewer NewerSMBW.zip NewerFiles "Newer Summer Sun" Newer_Summer_Sun.zip ZPW_1.1.ips lozpw110.rar "*[Ll]ink*[Pp]ast*smc" Epic_Super_Bowser_World_v1.00 Epic_Super_Bowser_World_v1.00.zip)
|
||||||
|
DL_BANNER=FALSE
|
||||||
|
|
||||||
setup_tools () {
|
setup_tools () {
|
||||||
|
|
||||||
@ -45,8 +46,10 @@ A NewerSMB
|
|||||||
B Newer Summer Sun
|
B Newer Summer Sun
|
||||||
C AnotherSMB
|
C AnotherSMB
|
||||||
D Newer: Holiday Special
|
D Newer: Holiday Special
|
||||||
|
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (coming soon)
|
||||||
|
F Epic Super Bowser World
|
||||||
|
|
||||||
F The Legend of Zelda: Parallel Worlds
|
G The Legend of Zelda: Parallel Worlds
|
||||||
"
|
"
|
||||||
|
|
||||||
read GAME
|
read GAME
|
||||||
@ -82,7 +85,7 @@ download_banner () {
|
|||||||
|
|
||||||
apply_banner () {
|
apply_banner () {
|
||||||
|
|
||||||
if [[ -e ${BANNER} ]]; then
|
if [[ ${BANNER} && -e ${BANNER} ]]; then
|
||||||
cp "${BANNER}" "${BANNER_LOCATION}"
|
cp "${BANNER}" "${BANNER_LOCATION}"
|
||||||
else
|
else
|
||||||
echo "specified banner ${BANNER} does not exist, not modifying"
|
echo "specified banner ${BANNER} does not exist, not modifying"
|
||||||
|
Loading…
Reference in New Issue
Block a user