Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #209 from eth-p/kyle/dev
Browse files Browse the repository at this point in the history
chip-roms: Add LD sprites in laser defence
  • Loading branch information
Kyle Saburao authored Mar 14, 2019
2 parents 19f5a00 + da8c06e commit 45f39d1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions module/chip-roms/laser-defence.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1353,3 +1353,25 @@ SPRITE_o:

SPRITE_a:
db #e0, #a0, #e0, #a0, #a0

SPRITE_Title_L:
db
#c0,
#c0,
#c0,
#c0,
#c0,
#c0,
#f0,
#f0

SPRITE_Title_D:
db
#e0,
#b0,
#90,
#90,
#90,
#90,
#b0,
#e0

0 comments on commit 45f39d1

Please sign in to comment.