mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-04-01 08:29:50 +00:00
mist: add tree cabin closeup
This commit is contained in:
parent
19bd8b8d56
commit
1ef0afba10
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
BIN
mist/graphics_island/tree_cabin_e.png
Normal file
BIN
mist/graphics_island/tree_cabin_e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 586 B |
26
mist/mist.s
26
mist/mist.s
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user