peasant: more ending graphics

This commit is contained in:
Vince Weaver 2021-09-07 23:31:37 -04:00
parent b3b0c26118
commit a9e583e124
4 changed files with 24 additions and 0 deletions

View File

@ -42,6 +42,20 @@ trogdor_cave:
jsr wait_until_keypress
boat:
lda #<lake_e_boat_lzsa
sta getsrc_smc+1
lda #>lake_e_boat_lzsa
sta getsrc_smc+2
lda #$40
jsr decompress_lzsa2_fast
jsr wait_until_keypress
waterfall:
lda #<waterfall_lzsa

View File

@ -10,11 +10,13 @@ all: ending_graphics.inc
ending_graphics.inc: \
trogdor_cave.lzsa \
lake_e_boat.lzsa \
waterfall.lzsa \
jhonka.lzsa \
cottage.lzsa \
the_end.lzsa
echo "trogdor_cave_lzsa: .incbin \"trogdor_cave.lzsa\"" > ending_graphics.inc
echo "lake_e_boat_lzsa: .incbin \"lake_e_boat.lzsa\"" >> ending_graphics.inc
echo "waterfall_lzsa: .incbin \"waterfall.lzsa\"" >> ending_graphics.inc
echo "jhonka_lzsa: .incbin \"jhonka.lzsa\"" >> ending_graphics.inc
echo "cottage_lzsa: .incbin \"cottage.lzsa\"" >> ending_graphics.inc
@ -31,6 +33,14 @@ trogdor_cave.hgr: trogdor_cave.png
###
lake_e_boat.lzsa: lake_e_boat.hgr
$(LZSA) -r -f2 lake_e_boat.hgr lake_e_boat.lzsa
lake_e_boat.hgr: lake_e_boat.png
$(PNG2HGR) lake_e_boat.png > lake_e_boat.hgr
###
waterfall.lzsa: waterfall.hgr
$(LZSA) -r -f2 waterfall.hgr waterfall.lzsa

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 19 KiB