Skip to content

Commit

Permalink
Massive update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakiki6 committed Jun 28, 2020
1 parent c240a47 commit 8de4e52
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asm6/asm6
asm
./*.nes
/*.nes
*.lst
DEADJOE
*.orig
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ genie: bin
./genie
bin: asm
./asm -q smb.asm smb.nes smb.lst
awk "BEGIN{for(c=0;c<(32767 - $$(du -sb smb.nes | cut -f1) );c++) printf \"-\"; printf \"\xea\"}" >> smb.nes
cat smb.chr >> smb.nes
clean:
rm *.nes
rm *.lst
Expand Down
Binary file modified builds/all.nes
Binary file not shown.
Binary file modified builds/morelevels.nes
Binary file not shown.
Binary file modified builds/mypatch.nes
Binary file not shown.
Binary file modified builds/noclip.nes
Binary file not shown.
Binary file modified builds/nodeath.nes
Binary file not shown.

0 comments on commit 8de4e52

Please sign in to comment.