mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
mist: arbor: can make it slightly further
This commit is contained in:
parent
7edd09d623
commit
986dcffaea
@ -23,7 +23,10 @@ arbor_graphics.inc: \
|
||||
switch_bridge2_e.lzsa switch_bridge2_w.lzsa \
|
||||
switch_hut_w.lzsa switch_hut_closed_s.lzsa switch_hut_open_s.lzsa \
|
||||
bridge4_e.lzsa bridge4_w.lzsa \
|
||||
hut2_e.lzsa hut2_w.lzsa
|
||||
hut2_e.lzsa hut2_w.lzsa \
|
||||
hut2_inside_w.lzsa hut2_inside_s.lzsa \
|
||||
bridge5_n.lzsa bridge5_s.lzsa \
|
||||
longshack3_n.lzsa longshack3_s.lzsa
|
||||
echo "arrival_e_lzsa: .incbin \"arrival_e.lzsa\"" > arbor_graphics.inc
|
||||
echo "arrival_open_e_lzsa: .incbin \"arrival_open_e.lzsa\"" >> arbor_graphics.inc
|
||||
echo "arrival_w_lzsa: .incbin \"arrival_w.lzsa\"" >> arbor_graphics.inc
|
||||
@ -60,6 +63,12 @@ arbor_graphics.inc: \
|
||||
echo "bridge4_w_lzsa: .incbin \"bridge4_w.lzsa\"" >> arbor_graphics.inc
|
||||
echo "hut2_e_lzsa: .incbin \"hut2_e.lzsa\"" >> arbor_graphics.inc
|
||||
echo "hut2_w_lzsa: .incbin \"hut2_w.lzsa\"" >> arbor_graphics.inc
|
||||
echo "hut2_inside_w_lzsa: .incbin \"hut2_inside_w.lzsa\"" >> arbor_graphics.inc
|
||||
echo "hut2_inside_s_lzsa: .incbin \"hut2_inside_s.lzsa\"" >> arbor_graphics.inc
|
||||
echo "bridge5_n_lzsa: .incbin \"bridge5_n.lzsa\"" >> arbor_graphics.inc
|
||||
echo "bridge5_s_lzsa: .incbin \"bridge5_s.lzsa\"" >> arbor_graphics.inc
|
||||
echo "longshack3_n_lzsa: .incbin \"longshack3_n.lzsa\"" >> arbor_graphics.inc
|
||||
echo "longshack3_s_lzsa: .incbin \"longshack3_s.lzsa\"" >> arbor_graphics.inc
|
||||
|
||||
%.gr: %.png
|
||||
$(PNG2GR) $< $@
|
||||
|
BIN
mist/graphics_arbor/bridge5_n.png
Normal file
BIN
mist/graphics_arbor/bridge5_n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
mist/graphics_arbor/bridge5_s.png
Normal file
BIN
mist/graphics_arbor/bridge5_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
mist/graphics_arbor/hut2_inside_s.png
Normal file
BIN
mist/graphics_arbor/hut2_inside_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
mist/graphics_arbor/hut2_inside_w.png
Normal file
BIN
mist/graphics_arbor/hut2_inside_w.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
mist/graphics_arbor/longshack3_n.png
Normal file
BIN
mist/graphics_arbor/longshack3_n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
mist/graphics_arbor/longshack3_s.png
Normal file
BIN
mist/graphics_arbor/longshack3_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
@ -7,7 +7,7 @@ locations:
|
||||
.word location4, location5, location6, location7
|
||||
.word location8, location9, location10,location11
|
||||
.word location12,location13,location14,location15
|
||||
.word location16
|
||||
.word location16,location17,location18,location19
|
||||
|
||||
; ARBOR_INSIDE_ELEV1 -- arrival in elevator1
|
||||
location0:
|
||||
@ -294,7 +294,7 @@ location15:
|
||||
location16:
|
||||
.byte $ff ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte $ff ; .byte ARBOR_HUT2_INSIDE ; east exit
|
||||
.byte ARBOR_HUT2_INSIDE ; east exit
|
||||
.byte ARBOR_BRIDGE4 ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
@ -306,3 +306,55 @@ location16:
|
||||
.word hut2_w_lzsa ; west bg
|
||||
.byte BG_WEST|BG_EAST
|
||||
.byte $ff
|
||||
|
||||
; ARBOR_HUT2_INSIDE -- inside next hut
|
||||
location17:
|
||||
.byte $ff ; north exit
|
||||
.byte ARBOR_BRIDGE5 ; south exit
|
||||
.byte $ff ; east exit
|
||||
.byte ARBOR_HUT2 ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte DIRECTION_S ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word $0000 ; north bg
|
||||
.word hut2_inside_s_lzsa ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word hut2_inside_w_lzsa ; west bg
|
||||
.byte BG_WEST|BG_SOUTH
|
||||
.byte $ff
|
||||
|
||||
; ARBOR_BRIDGE5 -- next bridge
|
||||
location18:
|
||||
.byte ARBOR_HUT2_INSIDE ; north exit
|
||||
.byte ARBOR_LONGSHACK3 ; south exit
|
||||
.byte $ff ; east exit
|
||||
.byte $ff ; west exit
|
||||
.byte DIRECTION_W ; north exit_dir
|
||||
.byte DIRECTION_S ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte $ff ; west exit_dir
|
||||
.word bridge5_n_lzsa ; north bg
|
||||
.word bridge5_s_lzsa ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word $0000 ; west bg
|
||||
.byte BG_NORTH|BG_SOUTH
|
||||
.byte $ff
|
||||
|
||||
; ARBOR_LONGSHACK3 -- next longshack
|
||||
location19:
|
||||
.byte ARBOR_BRIDGE5 ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte $ff ; east exit
|
||||
.byte $ff ; west exit
|
||||
.byte DIRECTION_N ; north exit_dir
|
||||
.byte DIRECTION_S ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte $ff ; west exit_dir
|
||||
.word longshack3_n_lzsa ; north bg
|
||||
.word longshack3_s_lzsa ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word $0000 ; west bg
|
||||
.byte BG_NORTH|BG_SOUTH
|
||||
.byte $ff
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user