summaryrefslogtreecommitdiff
path: root/makeAnother
blob: 1d138b06cbcaba6117d12ef92155077a0186f5b6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
python2 tools/mapfile_tool.py
python2 tools/kamek.py AnotherProject.yaml --no-rels --use-mw --use-wine --gcc-type=powerpc-elf --mw-path=tools
cp AnotherASM/n_pal_loader.bin AnotherASM/SystemEU_1.bin
cp AnotherASM/n_pal2_loader.bin AnotherASM/SystemEU_2.bin
cp AnotherASM/n_ntsc_loader.bin AnotherASM/SystemUS_1.bin
cp AnotherASM/n_ntsc2_loader.bin AnotherASM/SystemUS_2.bin
cp AnotherASM/n_jpn_loader.bin AnotherASM/SystemJP_1.bin
echo Built Another for all regions!!