diff --git a/ChangeLog b/ChangeLog index ec2d0f2..a8ad8f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/README.GAMEIDS b/README.GAMEIDS index 5b096fe..7c1cee1 100644 --- a/README.GAMEIDS +++ b/README.GAMEIDS @@ -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 ### diff --git a/scripts/nsmbw/devilmariowinterspecial.sh b/scripts/nsmbw/devilmariowinterspecial.sh index 98d1c2e..4eb3dbf 100644 --- a/scripts/nsmbw/devilmariowinterspecial.sh +++ b/scripts/nsmbw/devilmariowinterspecial.sh @@ -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* )