make retro remix work on PAL/NTSC-J

This commit is contained in:
Christopher Roy Bratusek 2013-07-07 09:51:38 +02:00
parent 7c8020c25d
commit df6b4ebb3d
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
v2.4:
- fixed downloading NewerSMBW
- added support for New Super Mario Bros. Wii Retro Remix
NOTE: on PAL/NTSC-J the game has the original opening title
(there's only a opening title for NTSC-U)
- add savegame hack to Epic Super Bowser World
- add savegame hack to Newer: Holiday Special
- add savegame hack to New Super Mario Bros. 4

View File

@ -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 "${RIIVOLUTION_DIR}"/US/Layout/openingTitle/openingTitle.arc ${WORKDIR}/files/EU/Layout/openingTitle/
;;
USAv* )
@ -71,7 +71,7 @@ place_files () {
JPNv* )
cp "${RIIVOLUTION_DIR}"/US/EngUS/Message/* ${WORKDIR}/files/JP/Message/
cp "${RIIVOLUTION_DIR}"/US/Layout/openingTitle/openingTitle.arc ${WORKDIR}/files/JP/Layout/openingTitle/
#cp "${RIIVOLUTION_DIR}"/US/Layout/openingTitle/openingTitle.arc ${WORKDIR}/files/JP/Layout/openingTitle/
;;
esac