From 10fa535e98f3e1043b04895aaab2e916549fcf69 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Sun, 24 Jun 2012 19:34:56 -0500 Subject: Lots of bug fixes, bowser improvements, summer sun hacks, JPN support, etc. --- makeSummerSun | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'makeSummerSun') diff --git a/makeSummerSun b/makeSummerSun index a8b665b..5add3fb 100755 --- a/makeSummerSun +++ b/makeSummerSun @@ -13,6 +13,10 @@ rm ~/Dropbox/NEWERsmbw/Summer\ Sun/SystemUS_2.bin rm ~/Dropbox/NEWERsmbw/Summer\ Sun/DLCodeUS_2.bin rm ~/Dropbox/NEWERsmbw/Summer\ Sun/DLRelocsUS_2.bin +rm ~/Dropbox/NEWERsmbw/Summer\ Sun/SystemJP_1.bin +rm ~/Dropbox/NEWERsmbw/Summer\ Sun/DLCodeJP_1.bin +rm ~/Dropbox/NEWERsmbw/Summer\ Sun/DLRelocsJP_1.bin + python tools/mapfile_tool.py python tools/kamek.py SummerSun.yaml --no-rels --use-mw --use-wine --gcc-type=/usr/local/devkitPRO/devkitPPC/bin/powerpc-eabi --mw-path=tools if [ "$?" = "0" ]; then @@ -33,5 +37,9 @@ mv NewerASM/ntsc2_loader.bin ~/Dropbox/NEWERsmbw/Summer\ Sun/SystemUS_2.bin mv NewerASM/ntsc2_dlcode.bin ~/Dropbox/NEWERsmbw/Summer\ Sun/DLCodeUS_2.bin mv NewerASM/ntsc2_dlrelocs.bin ~/Dropbox/NEWERsmbw/Summer\ Sun/DLRelocsUS_2.bin +mv NewerASM/jpn_loader.bin ~/Dropbox/NEWERsmbw/Summer\ Sun/SystemJP_1.bin +mv NewerASM/jpn_dlcode.bin ~/Dropbox/NEWERsmbw/Summer\ Sun/DLCodeJP_1.bin +mv NewerASM/jpn_dlrelocs.bin ~/Dropbox/NEWERsmbw/Summer\ Sun/DLRelocsJP_1.bin + echo Built all! -- cgit v1.2.3