mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
peasant: more ending graphics
This commit is contained in:
parent
b3b0c26118
commit
a9e583e124
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
BIN
games/peasant/graphics_end/lake_e_boat.png
Normal file
BIN
games/peasant/graphics_end/lake_e_boat.png
Normal file
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 |
Loading…
Reference in New Issue
Block a user