mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-01 07:15:06 +01:00
fix black screen in Devil Mario Winter Sepcial
This commit is contained in:
parent
8c81882ead
commit
b770e938d5
@ -18,6 +18,8 @@ v7.2.0:
|
||||
- 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
|
||||
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
|
||||
- add batch building short cuts for --game parameter:
|
||||
|
@ -12,6 +12,7 @@ b) ${PATCHIMAGE_WBFS_DIR}
|
||||
a) SMN?01.iso
|
||||
b) SMN?01.wbfs
|
||||
|
||||
MRR?01 New Super Mario Bros. Wii Retro Remix [Toadette]
|
||||
SCL?01 Cliff Super Mario Bros. Wii
|
||||
SFL?01 NSMBW3: The Final Levels
|
||||
SLB?01 MLG Super Luigi Bros. Wii
|
||||
@ -39,7 +40,6 @@ SMN?ZA Newer Apocalypse
|
||||
SMN?ZY Super Mario Skyland
|
||||
SMM?02 Super Mario: Mushroom Adventure PLUS - Winter Moon
|
||||
SMV?01 Super Mario Vacation
|
||||
MRR?01 New Super Mario Bros. Wii Retro Remix
|
||||
|
||||
### Mario Kart Wii ###
|
||||
|
||||
|
@ -48,7 +48,7 @@ place_files () {
|
||||
for dir in "${LANGDIRS[@]}"; do
|
||||
cp -r "${RIIVOLUTION_DIR}"/EU/EngEU/{Message,staffroll}/ "${WORKDIR}"/files/EU/"${dir}"/
|
||||
done
|
||||
cp "${RIIVOLUTION_DIR}"/OpeningP/* "${WORKDIR}"/files/EU/Layout/openingTitle/
|
||||
#cp "${RIIVOLUTION_DIR}"/OpeningP/* "${WORKDIR}"/files/EU/Layout/openingTitle/
|
||||
;;
|
||||
|
||||
USAv* )
|
||||
|
Loading…
Reference in New Issue
Block a user