mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2025-01-13 09:19:06 +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:
|
||||
- fixed downloading NewerSMBW
|
||||
- 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
|
||||
EURv* )
|
||||
cp "${RIIVOLUTION_DIR}"/openingTitle.arc ${WORKDIR}/files/EU/Layout/openingTitle/
|
||||
patches/openingTitle_nsmbw4.arc ${WORKDIR}/files/EU/Layout/openingTitle/openingTitle.arc
|
||||
;;
|
||||
|
||||
USAv* )
|
||||
cp "${RIIVOLUTION_DIR}"/openingTitle.arc ${WORKDIR}/files/US/Layout/openingTitle/
|
||||
patches/openingTitle_nsmbw4.arc ${WORKDIR}/files/US/Layout/openingTitle/openingTitle.arc
|
||||
;;
|
||||
|
||||
JPNv* )
|
||||
cp "${RIIVOLUTION_DIR}"/openingTitle.arc ${WORKDIR}/files/JP/Layout/openingTitle/
|
||||
;;
|
||||
# JPNv* )
|
||||
# cp "${RIIVOLUTION_DIR}"/openingTitle.arc ${WORKDIR}/files/JP/Layout/openingTitle/
|
||||
# ;;
|
||||
esac
|
||||
|
||||
cp "${RIIVOLUTION_DIR}"/*.brstm ${WORKDIR}/files/Sound/stream/
|
||||
|
@ -58,7 +58,7 @@ place_files () {
|
||||
for dir in ${LANGDIRS[@]}; do
|
||||
cp -r "${RIIVOLUTION_DIR}"/US/EngUS/Message/ ${WORKDIR}/files/EU/${dir}/
|
||||
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* )
|
||||
@ -66,7 +66,7 @@ place_files () {
|
||||
for dir in ${LANGDIRS[@]}; do
|
||||
cp -r "${RIIVOLUTION_DIR}"/US/EngUS/Message/ ${WORKDIR}/files/US/${dir}/
|
||||
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* )
|
||||
|
Loading…
x
Reference in New Issue
Block a user