Skip to content

Commit

Permalink
Fix CB4 entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
socram8888 committed Apr 21, 2021
1 parent 81be296 commit 4dc25f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoints/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ castrolvtr-eu.mcs: castrolvtr-eu-tpl.mcs entry.bin
# Cool Boarders 4 NTSC-US target
coolbrd4-us.mcs: coolbrd4-us-tpl.mcs entry.bin
cp coolbrd4-us-tpl.mcs coolbrd4-us.mcs
dd conv=notrunc if=entry.bin of=coolbrd4-us.mcs bs=1 seek=3116
dd conv=notrunc if=entry.bin of=coolbrd4-us.mcs bs=1 seek=3428
bash fix-cb4-checksum.sh coolbrd4-us.mcs

# Cool Boarders 4 PAL-EU target
coolbrd4-eu.mcs: coolbrd4-eu-tpl.mcs entry.bin
cp coolbrd4-eu-tpl.mcs coolbrd4-eu.mcs
dd conv=notrunc if=entry.bin of=coolbrd4-eu.mcs bs=1 seek=3116
dd conv=notrunc if=entry.bin of=coolbrd4-eu.mcs bs=1 seek=3428
bash fix-cb4-checksum.sh coolbrd4-eu.mcs

# Crash Bandicoot 2 NTSC-US target
Expand Down
Binary file modified entrypoints/coolbrd4-eu-tpl.mcs
Binary file not shown.
Binary file modified entrypoints/coolbrd4-us-tpl.mcs
Binary file not shown.

0 comments on commit 4dc25f9

Please sign in to comment.