riven: work on more graphics

This commit is contained in:
Vince Weaver 2024-08-02 01:50:04 -04:00
parent ea28706818
commit 18688980d2
8 changed files with 16 additions and 3 deletions

View File

@ -0,0 +1,9 @@
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
all: rotate.btc.zx02
rotate.btc.zx02: rotate.btc
$(ZX02) rotate.btc rotate.btc.zx02
clean:
rm -f *.zx02

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -96,8 +96,8 @@ graphics_doorway/doorway_graphics.inc:
graphics_downsteps/downsteps_graphics.inc:
cd graphics_downsteps && make
graphics_downsteps4/downsteps4_graphics.inc:
cd graphics_downsteps4 && make
graphics_downsteps3/downsteps3_graphics.inc:
cd graphics_downsteps3 && make
####

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -48,7 +48,8 @@ level_orb.o: level_orb.s \
../zp.inc ../hardware.inc ../qload.inc \
../common_defines.inc disk40_defines.inc \
leveldata_orb.inc \
graphics_orb1/orb1_graphics.inc
graphics_orb1/orb1_graphics.inc \
audio/ball1.btc.zx02
ca65 -o level_orb.o level_orb.s -l level_orb.lst
####
@ -91,6 +92,9 @@ movie_maglev_ride.o: movie_maglev_ride.s \
####
audio/ball1.btc.zx02:
cd audio && make
graphics_maglev/maglev_graphics.inc:
cd graphics_maglev && make