Skip to content

Commit

Permalink
Added some AI files from doom source and edited them down
Browse files Browse the repository at this point in the history
  • Loading branch information
Kweepa committed Nov 29, 2010
1 parent f810dc1 commit e6d6c39
Show file tree
Hide file tree
Showing 5 changed files with 2,501 additions and 141 deletions.
6 changes: 3 additions & 3 deletions doomfont.s
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
.byte $3f, $3f, $a7, $b1, $f9, $7f, $3f, $1f
.byte $fc, $e0, $cd, $85, $a7, $fe, $fc, $f8
.byte $00, $00, $00, $00, $00, $00, $00, $00
.byte $00, $00, $00, $00, $00, $00, $00, $00
.byte $00, $00, $00, $00, $00, $00, $00, $00
.byte $00, $21, $22, $04, $00, $48, $84, $00
.byte $62, $bc, $1c, $38, $26, $43, $03, $00

.byte $00, $00, $00, $00, $00, $00, $00, $00
.byte $18, $18, $18, $18, $00, $18, $18, $00
Expand Down Expand Up @@ -68,6 +68,6 @@
.byte $e7, $ff, $66, $18, $5a, $3c, $5a, $3c
.byte $1c, $3c, $6c, $53, $41, $65, $55, $7f
.byte $0f, $38, $0a, $1a, $09, $0a, $0c, $08
.byte $77, $88, $aa, $aa, $55, $22, $00, $00
.byte $77, $88, $ea, $9a, $8d, $77, $22, $00
.byte $58, $ae, $88, $8c, $a8, $58, $18, $08
.byte $7e, $7f, $03, $1f, $00, $18, $18, $00
7 changes: 7 additions & 0 deletions gitusage.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
To add all files to git staging area:
git add .
To commit files to local repository:
git commit
To push files to github:
git push vicdoom master
(vicdoom is the project, master is the branch)
Loading

0 comments on commit e6d6c39

Please sign in to comment.