mist: sub: add extra stop at bottom of stairs

This commit is contained in:
Vince Weaver 2020-09-06 12:23:41 -04:00
parent 830bea5c86
commit 25f26a9fa8
4 changed files with 10 additions and 6 deletions

View File

@ -27,7 +27,8 @@ sub_graphics.inc: \
outside_book_n.lzsa outside_book_s.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
walk_left_s.lzsa walk_left_e.lzsa walk_left_w.lzsa \
bottom_stairs_e.lzsa bottom_stairs_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
@ -67,6 +68,9 @@ 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
echo "bottom_stairs_e_lzsa: .incbin \"bottom_stairs_e.lzsa\"" >> sub_graphics.inc
echo "bottom_stairs_w_lzsa: .incbin \"bottom_stairs_w.lzsa\"" >> sub_graphics.inc

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -15,7 +15,7 @@ locations:
location0:
.byte $ff ; north exit
.byte $ff ; south exit
.byte SUB_HALLWAY ; east exit
.byte SUB_BOTTOM_STAIRS ; east exit
.byte $ff ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
@ -36,7 +36,7 @@ location1:
.byte $ff ; north exit
.byte $ff ; south exit
.byte SUB_HALLWAY2 ; east exit
.byte SUB_BUNKER_ENTRY ; west exit
.byte SUB_BOTTOM_STAIRS ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
@ -384,7 +384,7 @@ location19:
location20:
.byte $ff ; north exit
.byte $ff ; south exit
.byte SUB_HALLWAY2 ; east exit
.byte SUB_HALLWAY ; east exit
.byte SUB_BUNKER_ENTRY ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
@ -392,7 +392,7 @@ location20:
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word sub_hallway_e_lzsa ; east bg
.word sub_hallway_w_lzsa ; west bg
.word bottom_stairs_e_lzsa ; east bg
.word bottom_stairs_w_lzsa ; west bg
.byte BG_EAST|BG_WEST
.byte $ff