mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-28 03:54:22 +01:00
minor fixups
This commit is contained in:
parent
164c621a9d
commit
1e37709df2
@ -13,7 +13,7 @@ XML_FILE="Riivolution/Another.xml"
|
|||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
echo -e
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
Another Super Mario Brothers Wii 2.0
|
Another Super Mario Brothers Wii 2.0
|
||||||
|
|
||||||
|
@ -28,7 +28,8 @@ cleanup () {
|
|||||||
|
|
||||||
ask_game () {
|
ask_game () {
|
||||||
|
|
||||||
echo -e "************************************************
|
echo -e \
|
||||||
|
"************************************************
|
||||||
patchimage.sh
|
patchimage.sh
|
||||||
|
|
||||||
Enter Letter for the Game you want to create:
|
Enter Letter for the Game you want to create:
|
||||||
@ -102,7 +103,7 @@ while [[ $xcount -lt $pcount ]]; do
|
|||||||
IMAGE=BASE.${ISO_EXT}
|
IMAGE=BASE.${ISO_EXT}
|
||||||
else
|
else
|
||||||
echo -e "ISO not found"
|
echo -e "ISO not found"
|
||||||
exit1
|
exit 1
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ XML_FILE="riivolution/Xmas"
|
|||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
echo -e
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
Newer: Holiday Special
|
Newer: Holiday Special
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ XML_FILE="${RIIVOLUTION_DIR}"/riivolution/NewerSMBW.xml
|
|||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
echo -e
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
NewerSMB
|
NewerSMB
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ XML_FILE="${RIIVOLUTION_DIR}"/riivolution/SumSun
|
|||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
echo -e
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
Newer Summer Sun
|
Newer Summer Sun
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user