diff --git a/Data/Extras/Mario Party 8 Extended Candy Patch/mp8candy/files/data/candy.bin b/Data/Extras/Mario Party 8 Extended Candy Patch/mp8candy/files/data/candy.bin index 6910c2054a..d070d6136f 100644 Binary files a/Data/Extras/Mario Party 8 Extended Candy Patch/mp8candy/files/data/candy.bin and b/Data/Extras/Mario Party 8 Extended Candy Patch/mp8candy/files/data/candy.bin differ diff --git a/Data/Extras/Mario Party 8 GC Controller Patch/mp8motion/files/data/candy.bin b/Data/Extras/Mario Party 8 GC Controller Patch/mp8motion/files/data/candy.bin index 6910c2054a..d070d6136f 100644 Binary files a/Data/Extras/Mario Party 8 GC Controller Patch/mp8motion/files/data/candy.bin and b/Data/Extras/Mario Party 8 GC Controller Patch/mp8motion/files/data/candy.bin differ diff --git a/Data/Extras/Mario Party 8 GC Controller Patch/mp8motion/sys/main.dol b/Data/Extras/Mario Party 8 GC Controller Patch/mp8motion/sys/main.dol index 4ff77b5023..fb5700baac 100644 Binary files a/Data/Extras/Mario Party 8 GC Controller Patch/mp8motion/sys/main.dol and b/Data/Extras/Mario Party 8 GC Controller Patch/mp8motion/sys/main.dol differ 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 e4fc4d3389..b587c9a4be 100644 --- a/Data/Extras/Mario Party 8 GC Controller Patch/patch.bat +++ b/Data/Extras/Mario Party 8 GC Controller Patch/patch.bat @@ -38,7 +38,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 v5].wbfs" + "tools/wit" copy "temp" "..\Mario Party 8 (USA) [GameCube Controller v6].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 7a6b2680ae..8f80102d0c 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 GC Controller.wbfs" + wit copy "temp" "../Mario Party 8 (USA) [GameCube Controller v6].wbfs" rm -rf temp echo ""