mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-12-26 17:21:50 +01:00
fixed that Opening Title for US version was applied to EU version in MLG Super Mario Bros. Wii (fixes black screen on start)
This commit is contained in:
parent
1faa2d9204
commit
59668a1cd1
@ -10,7 +10,7 @@ XML_SOURCE="${RIIVOLUTION_DIR}"
|
|||||||
XML_FILE="${RIIVOLUTION_DIR}"/../riivolution/MLGLuigiE.xml
|
XML_FILE="${RIIVOLUTION_DIR}"/../riivolution/MLGLuigiE.xml
|
||||||
GAME_TYPE=RIIVOLUTION
|
GAME_TYPE=RIIVOLUTION
|
||||||
BANNER_LOCATION=${WORKDIR}/files/opening.bnr
|
BANNER_LOCATION=${WORKDIR}/files/opening.bnr
|
||||||
WBFS_MASK="SMN[PUJ]01"
|
WBFS_MASK="SMN[PEJ]01"
|
||||||
|
|
||||||
show_notes () {
|
show_notes () {
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ place_files () {
|
|||||||
cp "${RIIVOLUTION_DIR}"/EU/EngEU/staffroll/staffroll.bin "${WORKDIR}"/files/EU/"${dir}"/staffroll/staffroll.bin
|
cp "${RIIVOLUTION_DIR}"/EU/EngEU/staffroll/staffroll.bin "${WORKDIR}"/files/EU/"${dir}"/staffroll/staffroll.bin
|
||||||
cp "${RIIVOLUTION_DIR}"/Font/* "${WORKDIR}"/files/EU/"${dir}"/Font/
|
cp "${RIIVOLUTION_DIR}"/Font/* "${WORKDIR}"/files/EU/"${dir}"/Font/
|
||||||
done
|
done
|
||||||
cp -r "${RIIVOLUTION_DIR}"/OpeningE/openingTitle.arc "${WORKDIR}"/files/EU/Layout/openingTitle/
|
#cp -r "${RIIVOLUTION_DIR}"/OpeningE/openingTitle.arc "${WORKDIR}"/files/EU/Layout/openingTitle/
|
||||||
;;
|
;;
|
||||||
|
|
||||||
USAv* )
|
USAv* )
|
||||||
@ -78,7 +78,7 @@ place_files () {
|
|||||||
cp "${RIIVOLUTION_DIR}"/EU/EngEU/staffroll/staffroll.bin "${WORKDIR}"/files/US/"${dir}"/staffroll/staffroll.bin
|
cp "${RIIVOLUTION_DIR}"/EU/EngEU/staffroll/staffroll.bin "${WORKDIR}"/files/US/"${dir}"/staffroll/staffroll.bin
|
||||||
cp "${RIIVOLUTION_DIR}"/Font/* "${WORKDIR}"/files/US/"${dir}"/Font/
|
cp "${RIIVOLUTION_DIR}"/Font/* "${WORKDIR}"/files/US/"${dir}"/Font/
|
||||||
done
|
done
|
||||||
#cp -r "${RIIVOLUTION_DIR}"/OpeningE/openingTitle.arc "${WORKDIR}"/files/US/Layout/openingTitle/
|
cp -r "${RIIVOLUTION_DIR}"/OpeningE/openingTitle.arc "${WORKDIR}"/files/US/Layout/openingTitle/
|
||||||
;;
|
;;
|
||||||
|
|
||||||
JPNv1 )
|
JPNv1 )
|
||||||
|
Loading…
Reference in New Issue
Block a user