From f309d5877c017b445de10f20dd862e4df99c62cd Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 19 Aug 2016 22:33:59 +0200 Subject: [PATCH] fix black screen in Remixed Super Mario Bros. Wii --- ChangeLog | 2 ++ scripts/nsmbw/remixedsupermariobroswii.sh | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8ad8f0..6b8065f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,8 @@ v7.2.0: ID SMNU01 instead of correct ID SMNE01 - fixed black screen in Devil Mario Winter Special by not applying the custom openingTitle.arc for PAL New Super Mario Bros. Wii +- fixed black screen in Remixed Super Mario Bros. Wii by not applying the custom + openingTitle.arc for PAL and JAP New Super Mario Bros. Wii ::command line parameters - add batch building short cuts for --game parameter: diff --git a/scripts/nsmbw/remixedsupermariobroswii.sh b/scripts/nsmbw/remixedsupermariobroswii.sh index 10ae91a..44962a0 100644 --- a/scripts/nsmbw/remixedsupermariobroswii.sh +++ b/scripts/nsmbw/remixedsupermariobroswii.sh @@ -47,7 +47,7 @@ place_files () { cp "${RIIVOLUTION_DIR}"/US/EngUS/Font/* "${WORKDIR}"/files/EU/"${dir}"/Font/ cp "${RIIVOLUTION_DIR}"/US/EngUS/staffroll/* "${WORKDIR}"/files/EU/"${dir}"/staffroll/ done - cp "${RIIVOLUTION_DIR}"/US/Layout/openingTitle/* "${WORKDIR}"/files/EU/Layout/openingTitle/ + #cp "${RIIVOLUTION_DIR}"/US/Layout/openingTitle/* "${WORKDIR}"/files/EU/Layout/openingTitle/ ;; USAv* ) @@ -61,7 +61,7 @@ place_files () { ;; JPNv1 ) - cp "${RIIVOLUTION_DIR}"/US/Layout/openingTitle/* "${WORKDIR}"/files/JP/Layout/openingTitle/ + #cp "${RIIVOLUTION_DIR}"/US/Layout/openingTitle/* "${WORKDIR}"/files/JP/Layout/openingTitle/ cp "${RIIVOLUTION_DIR}"/US/EngUS/Message/* "${WORKDIR}"/files/JP/Message/ cp "${RIIVOLUTION_DIR}"/US/EngUS/Font/* "${WORKDIR}"/files/JP/Font/ cp "${RIIVOLUTION_DIR}"/US/EngUS/staffroll/* "${WORKDIR}"/files/JP/staffroll/ @@ -85,8 +85,8 @@ dolpatch () { sed -e 's/80001800/803482C0/g' -i "${XML_FILE}".new XML_FILE="${XML_FILE}".new - ${WIT} dolpatch ${DOL} xml="${XML_FILE}" -s "${XML_SOURCE}" \ - xml="${PATCHIMAGE_PATCH_DIR}/NewerSMBW-Loader.xml" -q - ${WIT} dolpatch ${DOL} xml="${PATCHIMAGE_PATCH_DIR}/NSMBW_AP.xml" -q + #${WIT} dolpatch ${DOL} xml="${XML_FILE}" -s "${XML_SOURCE}" \ + # xml="${PATCHIMAGE_PATCH_DIR}/NewerSMBW-Loader.xml" -q + #${WIT} dolpatch ${DOL} xml="${PATCHIMAGE_PATCH_DIR}/NSMBW_AP.xml" -q }