mist: stoney: add the lighthouse step graphics

and apparently some missing other graphics
This commit is contained in:
Vince Weaver 2020-08-09 22:48:33 -04:00
parent 239237d15d
commit c71b6e009d
10 changed files with 9 additions and 5 deletions

View File

@ -49,7 +49,8 @@ stoney_graphics.inc: \
right_airlock_n.lzsa right_airlock_s.lzsa right_airlock_open_n.lzsa \
left_letter.lzsa \
crawlway_entrance_e.lzsa \
trunk_n.lzsa trunk_close_n.lzsa
trunk_n.lzsa trunk_close_n.lzsa \
spiral_n.lzsa spiral_s.lzsa
echo "arrival_n_lzsa: .incbin \"arrival_n.lzsa\"" > stoney_graphics.inc
echo "arrival_s_lzsa: .incbin \"arrival_s.lzsa\"" >> stoney_graphics.inc
echo "arrival_e_lzsa: .incbin \"arrival_e.lzsa\"" >> stoney_graphics.inc
@ -140,6 +141,9 @@ stoney_graphics.inc: \
echo "crawlway_entrance_e_lzsa: .incbin \"crawlway_entrance_e.lzsa\"" >> stoney_graphics.inc
echo "trunk_n_lzsa: .incbin \"trunk_n.lzsa\"" >> stoney_graphics.inc
echo "trunk_close_n_lzsa: .incbin \"trunk_close_n.lzsa\"" >> stoney_graphics.inc
echo "spiral_n_lzsa: .incbin \"spiral_n.lzsa\"" >> stoney_graphics.inc
echo "spiral_s_lzsa: .incbin \"spiral_s.lzsa\"" >> stoney_graphics.inc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 808 B

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 707 B

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -909,10 +909,10 @@ location49:
.byte DIRECTION_N ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir
.word lighthouse_inside_n_lzsa ; north bg
.word lighthouse_inside_n_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.word spiral_n_lzsa ; north bg
.word spiral_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH
.byte $ff