fix black screen in Devil Mario Winter Sepcial

This commit is contained in:
Christopher Roy Bratusek 2016-08-19 22:29:19 +02:00
parent 8c81882ead
commit b770e938d5
3 changed files with 4 additions and 2 deletions

View File

@ -18,6 +18,8 @@ v7.2.0:
- fixed regression from version 7.1.0 that made it impossible to patch - fixed regression from version 7.1.0 that made it impossible to patch
US version of New Super Mario Bros. Wii because it was looking for wrong US version of New Super Mario Bros. Wii because it was looking for wrong
ID SMNU01 instead of correct ID SMNE01 ID SMNU01 instead of correct ID SMNE01
- fixed black screen in Devil Mario Winter Special by not applying the custom
openingTitle.arc for PAL New Super Mario Bros. Wii
::command line parameters ::command line parameters
- add batch building short cuts for --game parameter: - add batch building short cuts for --game parameter:

View File

@ -12,6 +12,7 @@ b) ${PATCHIMAGE_WBFS_DIR}
a) SMN?01.iso a) SMN?01.iso
b) SMN?01.wbfs b) SMN?01.wbfs
MRR?01 New Super Mario Bros. Wii Retro Remix [Toadette]
SCL?01 Cliff Super Mario Bros. Wii SCL?01 Cliff Super Mario Bros. Wii
SFL?01 NSMBW3: The Final Levels SFL?01 NSMBW3: The Final Levels
SLB?01 MLG Super Luigi Bros. Wii SLB?01 MLG Super Luigi Bros. Wii
@ -39,7 +40,6 @@ SMN?ZA Newer Apocalypse
SMN?ZY Super Mario Skyland SMN?ZY Super Mario Skyland
SMM?02 Super Mario: Mushroom Adventure PLUS - Winter Moon SMM?02 Super Mario: Mushroom Adventure PLUS - Winter Moon
SMV?01 Super Mario Vacation SMV?01 Super Mario Vacation
MRR?01 New Super Mario Bros. Wii Retro Remix
### Mario Kart Wii ### ### Mario Kart Wii ###

View File

@ -48,7 +48,7 @@ place_files () {
for dir in "${LANGDIRS[@]}"; do for dir in "${LANGDIRS[@]}"; do
cp -r "${RIIVOLUTION_DIR}"/EU/EngEU/{Message,staffroll}/ "${WORKDIR}"/files/EU/"${dir}"/ cp -r "${RIIVOLUTION_DIR}"/EU/EngEU/{Message,staffroll}/ "${WORKDIR}"/files/EU/"${dir}"/
done done
cp "${RIIVOLUTION_DIR}"/OpeningP/* "${WORKDIR}"/files/EU/Layout/openingTitle/ #cp "${RIIVOLUTION_DIR}"/OpeningP/* "${WORKDIR}"/files/EU/Layout/openingTitle/
;; ;;
USAv* ) USAv* )