From 03f7ec4e993a12d2dfb16f19cc11e075fa4c016b Mon Sep 17 00:00:00 2001 From: Nayla Hanegan Date: Tue, 8 Oct 2024 04:58:52 -0400 Subject: [PATCH] fix patcher out --- Data/Extras/Mario Party 8 - GC Controller Patch/patch.bat | 2 +- Data/Extras/Mario Party 8 - GC Controller Patch/patch.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Data/Extras/Mario Party 8 - GC Controller Patch/patch.bat b/Data/Extras/Mario Party 8 - GC Controller Patch/patch.bat index 7da20f8305..bf98ffa156 100644 --- a/Data/Extras/Mario Party 8 - GC Controller Patch/patch.bat +++ b/Data/Extras/Mario Party 8 - GC Controller Patch/patch.bat @@ -37,7 +37,7 @@ for %%F in (%iso_files%) do ( REM Copy files using xcopy xcopy "mp8motion" "!dest_dir!" /s /y /e - "tools/wit" copy "temp" "..\Mario Party 8 (USA) [GameCube Controller v6].wbfs" + "tools/wit" copy "temp" "..\Mario Party 8 (USA) [GameCube Controller v7].wbfs" rmdir /s /q temp echo Press Enter to continue. pause diff --git a/Data/Extras/Mario Party 8 - GC Controller Patch/patch.sh b/Data/Extras/Mario Party 8 - GC Controller Patch/patch.sh index 8f80102d0c..5dfd4100ad 100644 --- a/Data/Extras/Mario Party 8 - GC Controller Patch/patch.sh +++ b/Data/Extras/Mario Party 8 - GC Controller Patch/patch.sh @@ -31,7 +31,7 @@ for originalISO in $iso_files; do cp -r "../mp8motion" "temp" fi - wit copy "temp" "../Mario Party 8 (USA) [GameCube Controller v6].wbfs" + wit copy "temp" "../Mario Party 8 (USA) [GameCube Controller v7].wbfs" rm -rf temp echo "" @@ -40,4 +40,4 @@ done echo "" read -p "Press Enter to exit..." -exit 0 \ No newline at end of file +exit 0