mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2025-01-28 00:05:31 +01:00
fix telling user path to Hans Files for Pokemon Rutile Ruby / Pokemon Star Sapphire
This commit is contained in:
parent
bd0b4a36b3
commit
ff37f02a29
@ -39,7 +39,7 @@ check_input_rom () {
|
|||||||
if [[ -f ${CXI} ]]; then
|
if [[ -f ${CXI} ]]; then
|
||||||
CXI=${CXI}
|
CXI=${CXI}
|
||||||
RFS=${ROMFS}
|
RFS=${ROMFS}
|
||||||
DAT=${PATCHIMAGE_DATA_DIR}/${DATA}
|
DAT=${PATCHIMAGE_DIR}/${DATA}
|
||||||
else
|
else
|
||||||
echo -e "error: could not find suitable ROM, specify using --rom"
|
echo -e "error: could not find suitable ROM, specify using --rom"
|
||||||
exit 15
|
exit 15
|
||||||
|
@ -39,7 +39,7 @@ check_input_rom () {
|
|||||||
if [[ -f ${CXI} ]]; then
|
if [[ -f ${CXI} ]]; then
|
||||||
CXI=${CXI}
|
CXI=${CXI}
|
||||||
RFS=${ROMFS}
|
RFS=${ROMFS}
|
||||||
DAT=${PATCHIMAGE_DATA_DIR}/${DATA}
|
DAT=${PATCHIMAGE_DIR}/${DATA}
|
||||||
else
|
else
|
||||||
echo -e "error: could not find suitable ROM, specify using --rom"
|
echo -e "error: could not find suitable ROM, specify using --rom"
|
||||||
exit 15
|
exit 15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user