martymation: missing files

This commit is contained in:
Vince Weaver 2021-06-15 14:02:14 -04:00
parent 6d0e49df66
commit 28551709ce
4 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ HELLO: hello.bas
###
MARTY: marty.o ./graphics/graphics.inc
MARTY: marty.o ./graphics/asteroid.inc
ld65 -o MARTY marty.o -C $(LINKER_SCRIPTS)/apple2_6000.inc
marty.o: marty.s

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -311,4 +311,4 @@ hires_lookup_low:
.byte $D0,$D0,$D0,$D0, $D0,$D0,$D0,$D0
.include "decompress_fast_v2.s"
.include "graphics/new.inc"
.include "graphics/asteroid.inc"