Skip to content

Commit

Permalink
Merge pull request #16 from jsmolina/feature/pass_level
Browse files Browse the repository at this point in the history
Feature pass level and add cherry sprite
  • Loading branch information
jsmolina authored May 23, 2019
2 parents a1167ef + 884996b commit cca6362
Show file tree
Hide file tree
Showing 16 changed files with 693 additions and 213 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ compile:
png2sp1sprite ./build/prota_sprites.png -b -i sprite_protar -f 16 -s rodata_user > ./build/prota.asm
png2sp1sprite ./build/prota_dead.png -b -i sprite_protar_dead -f 16 -s rodata_user > ./build/prota_dead.asm
png2sp1sprite ./build/red_ghost.png -b -i red_ghost -f 16 -s rodata_user > ./build/red_ghost.asm
png2sp1sprite ./build/cerezas.png -b -i cerezas -f 16 -s rodata_user > ./build/cerezas.asm
ls *.bin

zcc +zx -v -startup=31 -DWFRAMES=3 -clib=sdcc_iy -Cz--screen=intro.scr -SO3 --max-allocs-per-node10000 @zproject.lst -pragma-include:zpragma.inc -o msnampac -create-app #zcc +zx -v -m -startup=31 -clib=sdcc_iy -SO3 --max-allocs-per-node10000 @zproject.lst -pragma-include:zpragma.inc -o alley
Expand Down
1 change: 1 addition & 0 deletions build/binaries.lst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ topvertiright
topvertileft
ghostpill
red_ghost
cerezas
86 changes: 86 additions & 0 deletions build/cerezas.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
SECTION rodata_user

; Original: 16, 24 (=2 x 3 chars)
; Blocks: 2
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000

PUBLIC _cerezas1
._cerezas1

defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000001
defb @00000010
defb @00000100
defb @00001000
defb @00111100
defb @00111100
defb @11111111
defb @11111111
defb @11111101
defb @11111101
defb @00111100
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000

defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000

PUBLIC _cerezas2
._cerezas2

defb @00000000
defb @00000000
defb @00001110
defb @00111110
defb @00111110
defb @11010000
defb @00010000
defb @00100000
defb @00100000
defb @00100000
defb @11110000
defb @11111100
defb @11111100
defb @11111100
defb @11111100
defb @11110000
defb @11110000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000

defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000
defb @00000000

Binary file added build/cerezas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cca6362

Please sign in to comment.