diff --git a/mist/graphics_dentist/Makefile b/mist/graphics_dentist/Makefile index 5080669e..c16502b5 100644 --- a/mist/graphics_dentist/Makefile +++ b/mist/graphics_dentist/Makefile @@ -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 diff --git a/mist/graphics_dentist/chair_close_n.png b/mist/graphics_dentist/chair_close_n.png new file mode 100644 index 00000000..35d27339 Binary files /dev/null and b/mist/graphics_dentist/chair_close_n.png differ diff --git a/mist/graphics_dentist/chair_close_s.png b/mist/graphics_dentist/chair_close_s.png new file mode 100644 index 00000000..bead066e Binary files /dev/null and b/mist/graphics_dentist/chair_close_s.png differ diff --git a/mist/leveldata_dentist.inc b/mist/leveldata_dentist.inc index 8bd370c0..71980f57 100644 --- a/mist/leveldata_dentist.inc +++ b/mist/leveldata_dentist.inc @@ -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