Compare commits
2 Commits
nds2rm-1_1
...
nds2rm-1_1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3a454144f | ||
|
|
4799b1602c |
@@ -1,13 +1,21 @@
|
|||||||
# $RCSfile: ReleaseNotes.txt,v $
|
# $RCSfile: ReleaseNotes.txt,v $
|
||||||
# $Revision: 1.5 $
|
# $Revision: 1.6 $
|
||||||
# $Name: $
|
# $Name: $
|
||||||
# $Date: 2009/05/09 21:30:53 $
|
# $Date: 2009/10/27 18:28:44 $
|
||||||
# $Author: agibert $
|
# $Author: agibert $
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
nds2rm V 1.1.1-1 - A. Gibert - 2009/10/27
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Fix Rx3 archive renaming bug (during renumbering pass)...
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
nds2rm V 1.1.0-1 - A. Gibert - 2009/05/09
|
nds2rm V 1.1.0-1 - A. Gibert - 2009/05/09
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|||||||
20
nds2rm
20
nds2rm
@@ -5,9 +5,9 @@
|
|||||||
# (C) 2009 Arnaud G. Gibert
|
# (C) 2009 Arnaud G. Gibert
|
||||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||||
# $RCSfile: nds2rm,v $
|
# $RCSfile: nds2rm,v $
|
||||||
# $Revision: 1.19 $
|
# $Revision: 1.20 $
|
||||||
# $Name: $
|
# $Name: $
|
||||||
# $Date: 2009/05/09 21:30:53 $
|
# $Date: 2009/10/26 01:35:08 $
|
||||||
# $Author: agibert $
|
# $Author: agibert $
|
||||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -1000,13 +1000,13 @@ function arc_proceed()
|
|||||||
crc=${dat_crc[${idx}]}
|
crc=${dat_crc[${idx}]}
|
||||||
status2="OK"
|
status2="OK"
|
||||||
|
|
||||||
# Rename the ROM file
|
# Extract ROM file if not yet done
|
||||||
rom2="${id} - ${title} (${reg}=${lang}) [${status2}].nds"
|
if [[ "${rom}" == "" ]]
|
||||||
|
then
|
||||||
|
rom="${id} - ${title} (${reg}=${lang}).nds"
|
||||||
|
|
||||||
print_verbose "moving ${rom} to ${rom2}"
|
rom_extract "${rom}" "${file}"
|
||||||
|
fi
|
||||||
mv "${rom}" "${rom2}"
|
|
||||||
rom=${rom2}
|
|
||||||
|
|
||||||
if [[ "${arc_type}" == "rx3" ]]
|
if [[ "${arc_type}" == "rx3" ]]
|
||||||
then
|
then
|
||||||
@@ -1030,7 +1030,7 @@ function arc_proceed()
|
|||||||
|
|
||||||
# Rename ROM if needed
|
# Rename ROM if needed
|
||||||
|
|
||||||
if [[ ( "${renumed}" != "yes") && ( ( "${arc_type}" != "rx3" ) || ( "${rebuild}" == "yes" ) ) ]]
|
if [[ ( "${renumed}" == "yes") || ( "${arc_type}" != "rx3" ) || ( "${rebuild}" == "yes" ) ]]
|
||||||
then
|
then
|
||||||
rom2="${id} - ${title} (${reg}=${lang}) [${status}].nds"
|
rom2="${id} - ${title} (${reg}=${lang}) [${status}].nds"
|
||||||
|
|
||||||
@@ -1050,7 +1050,7 @@ function arc_proceed()
|
|||||||
|
|
||||||
# Make / Rename Archive
|
# Make / Rename Archive
|
||||||
|
|
||||||
if [[ ( "${arc_type}" != "rx3" ) || ( ${rebuild} == "yes" ) ]]
|
if [[ ( "${renumed}" == "yes") || ( "${arc_type}" != "rx3" ) || ( ${rebuild} == "yes" ) ]]
|
||||||
then
|
then
|
||||||
arc_build "${file_name}" "${rom}" "${file}" "${mode}" "${idx}"
|
arc_build "${file_name}" "${rom}" "${file}" "${mode}" "${idx}"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user