mist: sub: can walk around the sub now

This commit is contained in:
Vince Weaver 2020-09-06 11:46:47 -04:00
parent b3fa4c1d0e
commit 830bea5c86
8 changed files with 21 additions and 11 deletions

View File

@ -25,7 +25,9 @@ sub_graphics.inc: \
inside_sub_back_selena_s.lzsa inside_sub_back_book_s.lzsa \
inside_sub_selena_e.lzsa inside_sub_book_e.lzsa \
outside_book_n.lzsa outside_book_s.lzsa \
sub_med_s.lzsa sub_med_n.lzsa sub_med_e.lzsa sub_med_w.lzsa
sub_med_s.lzsa sub_med_n.lzsa sub_med_e.lzsa sub_med_w.lzsa \
walk_right_s.lzsa walk_right_e.lzsa walk_right_w.lzsa \
walk_left_s.lzsa walk_left_e.lzsa walk_left_w.lzsa
echo "subroom_s_lzsa: .incbin \"subroom_s.lzsa\"" > sub_graphics.inc
echo "subroom_n_lzsa: .incbin \"subroom_n.lzsa\"" >> sub_graphics.inc
echo "book_table_s_lzsa: .incbin \"book_table_s.lzsa\"" >> sub_graphics.inc
@ -59,6 +61,14 @@ sub_graphics.inc: \
echo "sub_med_s_lzsa: .incbin \"sub_med_s.lzsa\"" >> sub_graphics.inc
echo "sub_med_e_lzsa: .incbin \"sub_med_e.lzsa\"" >> sub_graphics.inc
echo "sub_med_w_lzsa: .incbin \"sub_med_w.lzsa\"" >> sub_graphics.inc
echo "walk_right_s_lzsa: .incbin \"walk_right_s.lzsa\"" >> sub_graphics.inc
echo "walk_right_e_lzsa: .incbin \"walk_right_e.lzsa\"" >> sub_graphics.inc
echo "walk_right_w_lzsa: .incbin \"walk_right_w.lzsa\"" >> sub_graphics.inc
echo "walk_left_s_lzsa: .incbin \"walk_left_s.lzsa\"" >> sub_graphics.inc
echo "walk_left_e_lzsa: .incbin \"walk_left_e.lzsa\"" >> sub_graphics.inc
echo "walk_left_w_lzsa: .incbin \"walk_left_w.lzsa\"" >> sub_graphics.inc
%.gr: %.png
$(PNG2GR) $< $@

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -354,12 +354,12 @@ location18:
.byte SUB_MEDIUM ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_W ; east exit_dir
.byte DIRECTION_E ; east exit_dir
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word subroom_s_lzsa ; south bg
.word subroom_s_lzsa ; east bg
.word subroom_s_lzsa ; west bg
.word $0000 ; north bg
.word walk_left_s_lzsa ; south bg
.word walk_left_e_lzsa ; east bg
.word walk_left_w_lzsa ; west bg
.byte BG_SOUTH|BG_EAST|BG_WEST
.byte $ff
@ -372,11 +372,11 @@ location19:
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte DIRECTION_E ; west exit_dir
.word $0000 ; north bg
.word subroom_s_lzsa ; south bg
.word subroom_n_lzsa ; east bg
.word subroom_n_lzsa ; west bg
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word walk_right_s_lzsa ; south bg
.word walk_right_e_lzsa ; east bg
.word walk_right_w_lzsa ; west bg
.byte BG_SOUTH|BG_EAST|BG_WEST
.byte $ff