mist: can go into lighthouse
@ -20,15 +20,16 @@ mist.dsk: HELLO LOADER MIST_TITLE MIST OCTAGON VIEWER \
|
||||
$(DOS33) -y mist.dsk BSAVE -a 0x1400 MIST
|
||||
$(DOS33) -y mist.dsk BSAVE -a 0x1400 OCTAGON
|
||||
# $(DOS33) -y mist.dsk BSAVE -a 0x1400 MECHE
|
||||
$(DOS33) -y mist.dsk BSAVE -a 0x1400 SELENA
|
||||
# $(DOS33) -y mist.dsk BSAVE -a 0x1400 SELENA
|
||||
$(DOS33) -y mist.dsk BSAVE -a 0x1400 CHANNEL
|
||||
$(DOS33) -y mist.dsk BSAVE -a 0x1400 VIEWER
|
||||
$(DOS33) -y mist.dsk BSAVE -a 0x1400 STONEY
|
||||
$(DOS33) -y mist.dsk BSAVE -a 0x9000 ./audio/link_noise.btc LINK_NOISE.BTC
|
||||
|
||||
mist_side2.dsk: MECHE
|
||||
mist_side2.dsk: MECHE SELENA
|
||||
cp empty.dsk mist_side2.dsk
|
||||
$(DOS33) -y mist_side2.dsk BSAVE -a 0x1400 MECHE
|
||||
$(DOS33) -y mist_side2.dsk BSAVE -a 0x1400 SELENA
|
||||
$(DOS33) -y mist_side2.dsk BSAVE -a 0x9000 ./audio/link_noise.btc LINK_NOISE.BTC
|
||||
|
||||
###
|
||||
|
@ -221,6 +221,12 @@ STONEY_SHIP_BOOK_OPEN = 6
|
||||
STONEY_ARRIVAL = 7
|
||||
STONEY_UMBRELLA_PATH = 8
|
||||
STONEY_UMBRELLA = 9
|
||||
STONEY_LIGHTHOUSE_PATH = 10
|
||||
STONEY_LIGHTHOUSE_DOOR = 11
|
||||
STONEY_LIGHTHOUSE_INSIDE= 12
|
||||
STONEY_LIGHTHOUSE_UPSTAIRS= 13
|
||||
STONEY_LIGHTHOUSE_BATTERY= 14
|
||||
STONEY_LIGHTHOUSE_DOWNLADDER= 15
|
||||
|
||||
; Channely Wood
|
||||
CHANNEL_OUTSIDE_CABIN = 0
|
||||
|
@ -16,7 +16,13 @@ stoney_graphics.inc: \
|
||||
book_chair_open_s.lzsa book_chair_closed_s.lzsa \
|
||||
arrival_n.lzsa arrival_s.lzsa arrival_e.lzsa arrival_w.lzsa \
|
||||
umbrella_e.lzsa umbrella_w.lzsa \
|
||||
umbrella_path_e.lzsa umbrella_path_w.lzsa
|
||||
umbrella_path_e.lzsa umbrella_path_w.lzsa \
|
||||
lighthouse_path_e.lzsa lighthouse_path_w.lzsa \
|
||||
lighthouse_door_e.lzsa lighthouse_door_w.lzsa \
|
||||
lighthouse_inside_e.lzsa lighthouse_inside_w.lzsa lighthouse_inside_n.lzsa \
|
||||
lighthouse_upstairs_e.lzsa lighthouse_upstairs_w.lzsa \
|
||||
lighthouse_battery_w.lzsa \
|
||||
lighthouse_downladder_e.lzsa
|
||||
echo "ship_entry_n_lzsa: .incbin \"ship_entry_n.lzsa\"" > stoney_graphics.inc
|
||||
echo "ship_entry_s_lzsa: .incbin \"ship_entry_s.lzsa\"" >> stoney_graphics.inc
|
||||
echo "ship_bow_s_lzsa: .incbin \"ship_bow_s.lzsa\"" >> stoney_graphics.inc
|
||||
@ -35,8 +41,17 @@ stoney_graphics.inc: \
|
||||
echo "umbrella_w_lzsa: .incbin \"umbrella_w.lzsa\"" >> stoney_graphics.inc
|
||||
echo "umbrella_path_e_lzsa: .incbin \"umbrella_path_e.lzsa\"" >> stoney_graphics.inc
|
||||
echo "umbrella_path_w_lzsa: .incbin \"umbrella_path_w.lzsa\"" >> stoney_graphics.inc
|
||||
|
||||
|
||||
echo "lighthouse_path_e_lzsa: .incbin \"lighthouse_path_e.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_path_w_lzsa: .incbin \"lighthouse_path_w.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_door_e_lzsa: .incbin \"lighthouse_door_e.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_door_w_lzsa: .incbin \"lighthouse_door_w.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_inside_e_lzsa: .incbin \"lighthouse_inside_e.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_inside_w_lzsa: .incbin \"lighthouse_inside_w.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_inside_n_lzsa: .incbin \"lighthouse_inside_n.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_upstairs_e_lzsa: .incbin \"lighthouse_upstairs_e.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_upstairs_w_lzsa: .incbin \"lighthouse_upstairs_w.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_battery_w_lzsa: .incbin \"lighthouse_battery_w.lzsa\"" >> stoney_graphics.inc
|
||||
echo "lighthouse_downladder_e_lzsa: .incbin \"lighthouse_downladder_e.lzsa\"" >> stoney_graphics.inc
|
||||
|
||||
%.gr: %.png
|
||||
$(PNG2GR) $< $@
|
||||
|
BIN
mist/graphics_stoney/lighthouse_battery_w.png
Normal file
After Width: | Height: | Size: 993 B |
BIN
mist/graphics_stoney/lighthouse_door_e.png
Normal file
After Width: | Height: | Size: 862 B |
BIN
mist/graphics_stoney/lighthouse_door_w.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
mist/graphics_stoney/lighthouse_downladder_e.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
mist/graphics_stoney/lighthouse_inside_e.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
mist/graphics_stoney/lighthouse_inside_n.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
mist/graphics_stoney/lighthouse_inside_w.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
mist/graphics_stoney/lighthouse_path_e.png
Normal file
After Width: | Height: | Size: 966 B |
BIN
mist/graphics_stoney/lighthouse_path_w.png
Normal file
After Width: | Height: | Size: 1006 B |
BIN
mist/graphics_stoney/lighthouse_upstairs_e.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
mist/graphics_stoney/lighthouse_upstairs_w.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
@ -6,7 +6,8 @@
|
||||
locations:
|
||||
.word location0, location1, location2, location3
|
||||
.word location4, location5, location6, location7
|
||||
.word location8, location9
|
||||
.word location8, location9, location10,location11
|
||||
.word location12,location13,location14,location15
|
||||
|
||||
; STONEY_SHIP_STERN -- back of the ship
|
||||
location0:
|
||||
@ -141,11 +142,11 @@ location6:
|
||||
location7:
|
||||
.byte $ff ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte $ff ; east exit
|
||||
.byte STONEY_LIGHTHOUSE_PATH ; east exit
|
||||
.byte STONEY_UMBRELLA_PATH ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte DIRECTION_E ; east exit_dir
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word arrival_n_lzsa ; north bg
|
||||
.word arrival_s_lzsa ; south bg
|
||||
@ -188,4 +189,113 @@ location9:
|
||||
.byte BG_EAST|BG_WEST
|
||||
.byte $ff
|
||||
|
||||
; STONEY_LIGHTHOUSE_PATH -- lighthouse path
|
||||
location10:
|
||||
.byte $ff ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte STONEY_LIGHTHOUSE_DOOR ; east exit
|
||||
.byte STONEY_ARRIVAL ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte DIRECTION_E ; east exit_dir
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word $0000 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word lighthouse_path_e_lzsa ; east bg
|
||||
.word lighthouse_path_w_lzsa ; west bg
|
||||
.byte BG_EAST|BG_WEST
|
||||
.byte $ff
|
||||
|
||||
; STONEY_LIGHTHOUSE_DOOR -- lighthouse door
|
||||
location11:
|
||||
.byte $ff ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte STONEY_LIGHTHOUSE_INSIDE; east exit
|
||||
.byte STONEY_LIGHTHOUSE_PATH ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte DIRECTION_E ; east exit_dir
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word $0000 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word lighthouse_door_e_lzsa ; east bg
|
||||
.word lighthouse_door_w_lzsa ; west bg
|
||||
.byte BG_EAST|BG_WEST
|
||||
.byte $ff
|
||||
|
||||
; STONEY_LIGHTHOUSE_INSIDE -- lighthouse inside
|
||||
location12:
|
||||
.byte $ff ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte STONEY_LIGHTHOUSE_UPSTAIRS; east exit
|
||||
.byte STONEY_LIGHTHOUSE_DOOR ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte DIRECTION_E ; east exit_dir
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word lighthouse_inside_n_lzsa ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word lighthouse_inside_e_lzsa ; east bg
|
||||
.word lighthouse_inside_w_lzsa ; west bg
|
||||
.byte BG_EAST|BG_WEST|BG_NORTH
|
||||
.byte $ff
|
||||
|
||||
; STONEY_LIGHTHOUSE_UPSTAIRS -- lighthouse upstairs
|
||||
location13:
|
||||
.byte $ff ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte STONEY_LIGHTHOUSE_DOWNLADDER ; east exit
|
||||
.byte STONEY_LIGHTHOUSE_BATTERY ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte DIRECTION_E ; east exit_dir
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word $0000 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word lighthouse_upstairs_e_lzsa ; east bg
|
||||
.word lighthouse_upstairs_w_lzsa ; west bg
|
||||
.byte BG_EAST|BG_WEST
|
||||
.byte $ff
|
||||
|
||||
; STONEY_LIGHTHOUSE_BATTERY -- lighthouse battery
|
||||
location14:
|
||||
.byte $ff ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte $ff ; east exit
|
||||
.byte STONEY_LIGHTHOUSE_UPSTAIRS ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word $0000 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word lighthouse_battery_w_lzsa ; west bg
|
||||
.byte BG_WEST
|
||||
.byte $ff
|
||||
|
||||
; STONEY_LIGHTHOUSE_DOWNLADDER -- lighthouse down the ladder
|
||||
location15:
|
||||
.byte $ff ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte STONEY_LIGHTHOUSE_INSIDE ; 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
|
||||
.word $0000 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word lighthouse_downladder_e_lzsa ; east bg
|
||||
.word $0000 ; west bg
|
||||
.byte BG_EAST
|
||||
.byte $ff
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|