mist: add tree cabin closeup

This commit is contained in:
Vince Weaver 2020-03-05 14:30:06 -05:00
parent 19bd8b8d56
commit 1ef0afba10
5 changed files with 30 additions and 5 deletions

View File

@ -29,7 +29,7 @@ Marker Switches (8):
+ * Pool
+ * Spaceship
+ Clock
+ Cabin
+ * Cabin
+ * Generator
Fireplace:
@ -38,7 +38,7 @@ Fireplace:
16 more pictures?
+ cabin switch
+ * cabin switch
+ * generator switch
+ close-in clock
+ clock with gears up

View File

@ -35,7 +35,8 @@ mist_graphics.inc: \
gear_base_n.lzsa \
dentist_door_n.lzsa dentist_door_s.lzsa \
spaceship_switch_n.lzsa \
tree4_n.lzsa tree4_s.lzsa tree4_w.lzsa
tree4_n.lzsa tree4_s.lzsa tree4_w.lzsa \
tree_cabin_e.lzsa
echo "m_link_book_lzsa: .incbin \"m_link_book.lzsa\"" > mist_graphics.inc
echo "dock_n_lzsa: .incbin \"dock_n.lzsa\"" >> mist_graphics.inc
echo "dock_s_lzsa: .incbin \"dock_s.lzsa\"" >> mist_graphics.inc
@ -90,6 +91,7 @@ mist_graphics.inc: \
echo "tree4_n_lzsa: .incbin \"tree4_n.lzsa\"" >> mist_graphics.inc
echo "tree4_s_lzsa: .incbin \"tree4_s.lzsa\"" >> mist_graphics.inc
echo "tree4_w_lzsa: .incbin \"tree4_w.lzsa\"" >> mist_graphics.inc
echo "tree_cabin_e_lzsa: .incbin \"tree_cabin_e.lzsa\"" >> mist_graphics.inc
%.gr: %.png

View File

@ -52,3 +52,4 @@ spaceship_switch_n_lzsa: .incbin "spaceship_switch_n.lzsa"
tree4_n_lzsa: .incbin "tree4_n.lzsa"
tree4_s_lzsa: .incbin "tree4_s.lzsa"
tree4_w_lzsa: .incbin "tree4_w.lzsa"
tree_cabin_e_lzsa: .incbin "tree_cabin_e.lzsa"

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

View File

@ -817,6 +817,7 @@ locations:
.word location12,location13,location14,location15
.word location16,location17,location18,location19
.word location20,location21,location22,location23
.word location24
; myst linking book
location0:
@ -1187,11 +1188,11 @@ location17:
location18:
.byte 23 ; north exit
.byte $ff ; south exit
.byte $ff ; east exit
.byte 24 ; east exit
.byte $ff ; west exit
.byte DIRECTION_N ; north exit_dir
.byte $ff ; south exit_dir
.byte $ff ; east exit_dir
.byte DIRECTION_E ; east exit_dir
.byte $ff ; west exit_dir
.byte $ff ; special exit
.word tree5_n_lzsa ; north bg
@ -1305,6 +1306,27 @@ location23:
.byte BG_NORTH|BG_SOUTH|BG_WEST
; tree cabin
location24:
.byte $ff ; north exit
.byte $ff ; south exit
.byte 18 ; east exit
.byte $ff ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte $ff ; west exit_dir
.byte $ff ; special exit
.word $0000 ; north bg
.word $0000 ; south bg
.word tree_cabin_e_lzsa ; east bg
.word $0000 ; west bg
.byte $ff,$ff ; special x
.byte $ff,$ff ; special y
.word $0000 ; special function
.byte BG_EAST