Skip to content

Commit

Permalink
Fix comments in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGag96 committed Mar 15, 2021
1 parent ae31da7 commit 6c8f20b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ dmd tableprinter.d
./makebl 021D1A22 02050500 | ./binpatch $patched_overlay87bin CA2 # Hijack_HallOfFame.s (viewing in PC)
./makebl 020073DA 02050520 | ./binpatch $patched_arm9bin 73DA # Hijack_PaletteUpload.s

./makebl 021D1564 02050550 | ./binpatch $patched_overlay119bin 7E4 # Hijack_HallOfFame.s (viewing in actual HoF)
./makebl 0200CCD8 02050570 | ./binpatch $patched_arm9bin CCD8 # Hijack_HallOfFame.s (viewing in actual HoF)
# hijack stuff needed to get the egg hatching animation working
./makebl 021D1564 02050550 | ./binpatch $patched_overlay119bin 7E4 # Hijack_EggHatching.s
./makebl 0200CCD8 02050570 | ./binpatch $patched_arm9bin CCD8 # Hijack_AnimPal.s

rm temp_bin

0 comments on commit 6c8f20b

Please sign in to comment.