mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2025-01-27 15:55:29 +01:00
add opening titles for NSMBW 4 and Retro Remix (PAL, US) by alejandroues
This commit is contained in:
parent
df6b4ebb3d
commit
cdd16430fe
@ -1,3 +1,6 @@
|
|||||||
|
v2.5:
|
||||||
|
- add opening titles for NSMBW 4 and Retro Remix (PAL, US) by alejandroues
|
||||||
|
|
||||||
v2.4:
|
v2.4:
|
||||||
- fixed downloading NewerSMBW
|
- fixed downloading NewerSMBW
|
||||||
- added support for New Super Mario Bros. Wii Retro Remix
|
- added support for New Super Mario Bros. Wii Retro Remix
|
||||||
|
BIN
patches/openingTitle_nsmbw4.arc
Normal file
BIN
patches/openingTitle_nsmbw4.arc
Normal file
Binary file not shown.
BIN
patches/openingTitle_retromix.arc
Normal file
BIN
patches/openingTitle_retromix.arc
Normal file
Binary file not shown.
@ -52,16 +52,16 @@ place_files () {
|
|||||||
|
|
||||||
case ${VERSION} in
|
case ${VERSION} in
|
||||||
EURv* )
|
EURv* )
|
||||||
cp "${RIIVOLUTION_DIR}"/openingTitle.arc ${WORKDIR}/files/EU/Layout/openingTitle/
|
patches/openingTitle_nsmbw4.arc ${WORKDIR}/files/EU/Layout/openingTitle/openingTitle.arc
|
||||||
;;
|
;;
|
||||||
|
|
||||||
USAv* )
|
USAv* )
|
||||||
cp "${RIIVOLUTION_DIR}"/openingTitle.arc ${WORKDIR}/files/US/Layout/openingTitle/
|
patches/openingTitle_nsmbw4.arc ${WORKDIR}/files/US/Layout/openingTitle/openingTitle.arc
|
||||||
;;
|
;;
|
||||||
|
|
||||||
JPNv* )
|
# JPNv* )
|
||||||
cp "${RIIVOLUTION_DIR}"/openingTitle.arc ${WORKDIR}/files/JP/Layout/openingTitle/
|
# cp "${RIIVOLUTION_DIR}"/openingTitle.arc ${WORKDIR}/files/JP/Layout/openingTitle/
|
||||||
;;
|
# ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
cp "${RIIVOLUTION_DIR}"/*.brstm ${WORKDIR}/files/Sound/stream/
|
cp "${RIIVOLUTION_DIR}"/*.brstm ${WORKDIR}/files/Sound/stream/
|
||||||
|
@ -58,7 +58,7 @@ place_files () {
|
|||||||
for dir in ${LANGDIRS[@]}; do
|
for dir in ${LANGDIRS[@]}; do
|
||||||
cp -r "${RIIVOLUTION_DIR}"/US/EngUS/Message/ ${WORKDIR}/files/EU/${dir}/
|
cp -r "${RIIVOLUTION_DIR}"/US/EngUS/Message/ ${WORKDIR}/files/EU/${dir}/
|
||||||
done
|
done
|
||||||
#cp "${RIIVOLUTION_DIR}"/US/Layout/openingTitle/openingTitle.arc ${WORKDIR}/files/EU/Layout/openingTitle/
|
cp patches/openingTitle_retromix.arc ${WORKDIR}/files/EU/Layout/openingTitle/openingTitle.arc
|
||||||
;;
|
;;
|
||||||
|
|
||||||
USAv* )
|
USAv* )
|
||||||
@ -66,7 +66,7 @@ place_files () {
|
|||||||
for dir in ${LANGDIRS[@]}; do
|
for dir in ${LANGDIRS[@]}; do
|
||||||
cp -r "${RIIVOLUTION_DIR}"/US/EngUS/Message/ ${WORKDIR}/files/US/${dir}/
|
cp -r "${RIIVOLUTION_DIR}"/US/EngUS/Message/ ${WORKDIR}/files/US/${dir}/
|
||||||
done
|
done
|
||||||
cp "${RIIVOLUTION_DIR}"/US/Layout/openingTitle/openingTitle.arc ${WORKDIR}/files/US/Layout/openingTitle/
|
cp patches/openingTitle_retromix.arc ${WORKDIR}/files/US/Layout/openingTitle/openingTitle.arc
|
||||||
;;
|
;;
|
||||||
|
|
||||||
JPNv* )
|
JPNv* )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user