fix telling user path to Hans Files for Pokemon Rutile Ruby / Pokemon Star Sapphire

This commit is contained in:
Christopher Roy Bratusek 2016-08-02 21:36:51 +02:00
parent bd0b4a36b3
commit ff37f02a29
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ check_input_rom () {
if [[ -f ${CXI} ]]; then
CXI=${CXI}
RFS=${ROMFS}
DAT=${PATCHIMAGE_DATA_DIR}/${DATA}
DAT=${PATCHIMAGE_DIR}/${DATA}
else
echo -e "error: could not find suitable ROM, specify using --rom"
exit 15

View File

@ -39,7 +39,7 @@ check_input_rom () {
if [[ -f ${CXI} ]]; then
CXI=${CXI}
RFS=${ROMFS}
DAT=${PATCHIMAGE_DATA_DIR}/${DATA}
DAT=${PATCHIMAGE_DIR}/${DATA}
else
echo -e "error: could not find suitable ROM, specify using --rom"
exit 15