mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2025-01-27 07:45:31 +01:00
make retro remix work on PAL/NTSC-J
This commit is contained in:
parent
7c8020c25d
commit
df6b4ebb3d
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user