cleanup nsmbw3

This commit is contained in:
Christopher Roy Bratusek 2013-08-06 22:30:04 +02:00
parent 0912cf3977
commit af45cddc3d
2 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
TMP_FILES=(Another nsmb.d XmasNewer NewerFiles "Newer*Summer*Sun" \ TMP_FILES=(Another nsmb.d XmasNewer NewerFiles "Newer*Summer*Sun" \
ZPW_1.1.ips Epic_Super_Bowser_World_v1.00 Riivolution Koopa \ ZPW_1.1.ips Epic_Super_Bowser_World_v1.00 Riivolution Koopa \
Cannon_Super_Mario_Bros._Wii_v1.1 riivolution "Readme*" "*.txt" "*.rtf" \ Cannon_Super_Mario_Bros._Wii_v1.1 riivolution "Readme*" "*.txt" "*.rtf" \
"*.dol" "*.elf" nsmb "Retro Remix" WinterMoon WMManual.rtf) "*.dol" "*.elf" nsmb "Retro Remix" WinterMoon WMManual.rtf NSMBW3 )
PATCHIMAGE_RIIVOLUTION_DIR="." PATCHIMAGE_RIIVOLUTION_DIR="."
PATCHIMAGE_WBFS_DIR="." PATCHIMAGE_WBFS_DIR="."

View File

@ -87,16 +87,16 @@ place_files () {
dolpatch() { dolpatch() {
cp "${XML_FILE}" "${XML_FILE}".new # cp "${XML_FILE}" "${XML_FILE}".new
sed -e 's/80001800/803482C0/g' -i "${XML_FILE}".new # sed -e 's/80001800/803482C0/g' -i "${XML_FILE}".new
XML_FILE="${XML_FILE}".new # XML_FILE="${XML_FILE}".new
${WIT} dolpatch ${DOL} xml="${XML_FILE}" -s "${XML_SOURCE}" #\ ${WIT} dolpatch ${DOL} \
# "802F148C=53756D6D53756E#7769696D6A3264" \ "802F148C=53756D6D53756E#7769696D6A3264" \
# "802F118C=53756D6D53756E#7769696D6A3264" \ "802F118C=53756D6D53756E#7769696D6A3264" \
# "802F0F8C=53756D6D53756E#7769696D6A3264" \ "802F0F8C=53756D6D53756E#7769696D6A3264" \
# xml="patches/KoopaCountry-Loader.xml" -q # xml="patches/KoopaCountry-Loader.xml" -q
${WIT} dolpatch ${DOL} xml="patches/NSMBW_AP.xml" -q # ${WIT} dolpatch ${DOL} xml="patches/NSMBW_AP.xml" -q
} }