mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
recognize aswell NewerSMB and NewerSMBW for --game
This commit is contained in:
parent
f8174ea0a5
commit
715a59cde7
@ -17,7 +17,7 @@ fi
|
|||||||
|
|
||||||
case ${GAME} in
|
case ${GAME} in
|
||||||
|
|
||||||
A | NewerSMB )
|
A | NewerSMB | NewerSMBW )
|
||||||
source ./script.d/newersmb.sh
|
source ./script.d/newersmb.sh
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@ -32,6 +32,7 @@ case ${GAME} in
|
|||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
download_soundtrack
|
||||||
cleanup_prebuild
|
cleanup_prebuild
|
||||||
check_input_image
|
check_input_image
|
||||||
check_input_image_special
|
check_input_image_special
|
||||||
|
Loading…
Reference in New Issue
Block a user