Skip to content

Commit

Permalink
Add a build target for a great rom hack
Browse files Browse the repository at this point in the history
  • Loading branch information
jakiki6 committed Jun 30, 2020
1 parent 6f22b66 commit 8fa80e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ builds:
make bin
mv smb.nes builds/all.nes
git checkout -- smb.asm
for file in $$(find patches/ -type f | grep -v jump.patch) ; do \
patch -i $$file smb.asm; \
done
make bin
mv smb.nes builds/great.nes
git checkout -- smb.asm
push: builds
rm smb.asm.orig
git add .
Expand Down
Binary file added builds/great.nes
Binary file not shown.

0 comments on commit 8fa80e0

Please sign in to comment.