lemm: add level10

This commit is contained in:
Vince Weaver 2022-03-30 00:18:05 -04:00
parent 40ada4bde7
commit 64bdb4474b
5 changed files with 6 additions and 4 deletions

View File

@ -19,7 +19,7 @@ all: lemm.dsk
lemm.dsk: QBOOT QLOAD LEMM \
LEVEL1 LEVEL2 LEVEL3 LEVEL4 LEVEL5 LEVEL6 LEVEL7 LEVEL8 LEVEL9
LEVEL1 LEVEL2 LEVEL3 LEVEL4 LEVEL5 LEVEL6 LEVEL7 LEVEL8 LEVEL9 LEVEL10
cp $(EMPTY_DISK) lemm.dsk
$(DOS33_RAW) lemm.dsk 0 0 QBOOT 0 1
$(DOS33_RAW) lemm.dsk 0 2 QBOOT 1 1
@ -35,6 +35,7 @@ lemm.dsk: QBOOT QLOAD LEMM \
$(DOS33_RAW) lemm.dsk 24 0 LEVEL7 0 0
$(DOS33_RAW) lemm.dsk 27 0 LEVEL8 0 0
$(DOS33_RAW) lemm.dsk 30 0 LEVEL9 0 0
$(DOS33_RAW) lemm.dsk 33 0 LEVEL10 0 0
@ -278,7 +279,7 @@ generate_common.o: generate_common.c
####
graphics/graphics_test.inc:
cd graphics && make
cd graphics && make
####

View File

@ -15,8 +15,9 @@ all: graphics_test.inc \
graphics_level7.inc \
graphics_level8.inc \
graphics_level9.inc \
graphics_level10.inc \
sprites.inc
# graphics_level10.inc
###

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -182,7 +182,7 @@ sector_array:
length_array:
.byte 48, 46, 46, 46 ; LEMM, LEVEL1, LEVEL2, LEVEL3
.byte 46, 46, 46, 46 ; LEVEL4, LEVEL5, LEVEL6, LEVEL7
.byte 46, 46, 46, 46 ; LEVEL8, LEVEL9, LEVEL10
.byte 46, 46, 32, 32 ; LEVEL8, LEVEL9, LEVEL10
.include "wait.s"