mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 18:16:57 +01:00
cleanup nsmbw3
This commit is contained in:
parent
0912cf3977
commit
af45cddc3d
@ -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="."
|
||||||
|
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user