Skip to content

Commit

Permalink
build: Produce only BPS patches
Browse files Browse the repository at this point in the history
Makes it possible to simplify instructions
  • Loading branch information
leoetlino committed Jan 2, 2020
1 parent ef06e1c commit 5e61741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ build () {

# Copy build output
mkdir $RELEASE_DIR/$TARGET_VERSION
flips -i $RST_ROOT/bak/code.bin $RST_ROOT/code.bin $RELEASE_DIR/$TARGET_VERSION/code.ips
flips -b $RST_ROOT/bak/code.bin $RST_ROOT/code.bin $RELEASE_DIR/$TARGET_VERSION/code.bps
cp $RST_ROOT/code.bin $RST_ROOT/source/build/patched_code.bin
cp $RST_ROOT/source/build/patched_code.bin $RST_ROOT/source/build/patched_code_faster_aim.bin
$RST_ROOT/make_aiming_speed_patch.py $RST_ROOT/source/build/patched_code_faster_aim.bin 1.50
flips -i $RST_ROOT/bak/code.bin $RST_ROOT/source/build/patched_code_faster_aim.bin $RELEASE_DIR/$TARGET_VERSION/code_faster_aim.ips
flips -b $RST_ROOT/bak/code.bin $RST_ROOT/source/build/patched_code_faster_aim.bin $RELEASE_DIR/$TARGET_VERSION/code_faster_aim.bps
cp $RST_ROOT/exheader*.bin $RELEASE_DIR/$TARGET_VERSION/

# Clean up
Expand Down

0 comments on commit 5e61741

Please sign in to comment.