sprites: add earth bg

This commit is contained in:
Vince Weaver 2019-06-12 13:43:56 -04:00
parent 2df68b8bc5
commit 7e89423a90
3 changed files with 6 additions and 3 deletions

View File

@ -43,7 +43,7 @@ SPRITES: sprites.o
ld65 -o SPRITES sprites.o -C ../linker_scripts/apple2_1000.inc
sprites.o: sprites.s gr_copy.s \
sprites_screen.s sprites_table.s movement_table.s rb_bg.inc
sprites_screen.s sprites_table.s movement_table.s earth.inc
ca65 -o sprites.o sprites.s -l sprites.lst
@ -56,6 +56,9 @@ k_40_48d.inc: k_40_48d.png
rb_bg.inc: rb_bg.png
$(PNG_TO_40x48D) asm rb_bg.png rb_bg > rb_bg.inc
earth.inc: earth.png
$(PNG_TO_40x48D) asm earth.png earth > earth.inc
###

BIN
interlace_demo/earth.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -457,9 +457,9 @@ no_keypress:
.include "delay_a.s"
pictures:
.word rb_bg_low,rb_bg_high
.word earth_low,earth_high
.include "rb_bg.inc"
.include "earth.inc"
red_x: .byte $10
yellow_x: .byte $20