mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
mist: dentist: in-between chair shot
This commit is contained in:
parent
face9cca34
commit
27f713439c
@ -10,12 +10,15 @@ all: dentist_graphics.inc
|
||||
dentist_graphics.inc: \
|
||||
dentist_door_n.lzsa dentist_door_s.lzsa \
|
||||
chair_view_s.lzsa chair_view_n.lzsa \
|
||||
chair_close_s.lzsa chair_close_n.lzsa \
|
||||
panel_up.lzsa \
|
||||
panel.lzsa
|
||||
echo "dentist_door_n_lzsa: .incbin \"dentist_door_n.lzsa\"" > dentist_graphics.inc
|
||||
echo "dentist_door_s_lzsa: .incbin \"dentist_door_s.lzsa\"" >> dentist_graphics.inc
|
||||
echo "chair_view_s_lzsa: .incbin \"chair_view_s.lzsa\"" >> dentist_graphics.inc
|
||||
echo "chair_view_n_lzsa: .incbin \"chair_view_n.lzsa\"" >> dentist_graphics.inc
|
||||
echo "chair_close_s_lzsa: .incbin \"chair_close_s.lzsa\"" >> dentist_graphics.inc
|
||||
echo "chair_close_n_lzsa: .incbin \"chair_close_n.lzsa\"" >> dentist_graphics.inc
|
||||
echo "panel_up_lzsa: .incbin \"panel_up.lzsa\"" >> dentist_graphics.inc
|
||||
echo "panel_lzsa: .incbin \"panel.lzsa\"" >> dentist_graphics.inc
|
||||
|
||||
|
BIN
mist/graphics_dentist/chair_close_n.png
Normal file
BIN
mist/graphics_dentist/chair_close_n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
mist/graphics_dentist/chair_close_s.png
Normal file
BIN
mist/graphics_dentist/chair_close_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 931 B |
@ -73,8 +73,8 @@ location3:
|
||||
.byte DIRECTION_S ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte $ff ; west exit_dir
|
||||
.word chair_view_n_lzsa ; north bg
|
||||
.word chair_view_s_lzsa ; south bg
|
||||
.word chair_close_n_lzsa ; north bg
|
||||
.word chair_close_s_lzsa ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word $0000 ; west bg
|
||||
.byte BG_NORTH | BG_SOUTH
|
||||
|
Loading…
Reference in New Issue
Block a user