mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
mist: octagon: can bug atrus now
This commit is contained in:
parent
6c27e11d0c
commit
cfec3d9adc
@ -52,7 +52,8 @@ octagon_graphics.inc: \
|
||||
red_book_ending.lzsa blue_book_ending.lzsa \
|
||||
fireplace_shelf.lzsa \
|
||||
green_book.lzsa green_book_open.lzsa \
|
||||
dni_n.lzsa dni_s.lzsa dni_e.lzsa dni_w.lzsa
|
||||
dni_n.lzsa dni_s.lzsa dni_e.lzsa dni_w.lzsa \
|
||||
dni_desk_n.lzsa dni_desk_s.lzsa
|
||||
echo "temple_door_n_lzsa: .incbin \"temple_door_n.lzsa\"" > octagon_graphics.inc
|
||||
echo "temple_door_s_lzsa: .incbin \"temple_door_s.lzsa\"" >> octagon_graphics.inc
|
||||
echo "temple_door_closed_s_lzsa: .incbin \"temple_door_closed_s.lzsa\"" >> octagon_graphics.inc
|
||||
@ -131,6 +132,8 @@ octagon_graphics.inc: \
|
||||
echo "dni_s_lzsa: .incbin \"dni_s.lzsa\"" >> octagon_graphics.inc
|
||||
echo "dni_e_lzsa: .incbin \"dni_e.lzsa\"" >> octagon_graphics.inc
|
||||
echo "dni_w_lzsa: .incbin \"dni_w.lzsa\"" >> octagon_graphics.inc
|
||||
echo "dni_desk_n_lzsa: .incbin \"dni_desk_n.lzsa\"" >> octagon_graphics.inc
|
||||
echo "dni_desk_s_lzsa: .incbin \"dni_desk_s.lzsa\"" >> octagon_graphics.inc
|
||||
|
||||
%.gr: %.png
|
||||
$(PNG2GR) $< $@
|
||||
|
BIN
mist/graphics_octagon/dni_desk_n.png
Normal file
BIN
mist/graphics_octagon/dni_desk_n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
mist/graphics_octagon/dni_desk_s.png
Normal file
BIN
mist/graphics_octagon/dni_desk_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
@ -716,11 +716,11 @@ location37:
|
||||
|
||||
; OCTAGON_DNI -- deep underneath New Mexico
|
||||
location38:
|
||||
.byte $ff ; north exit
|
||||
.byte OCTAGON_DNI_DESK ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte $ff ; east exit
|
||||
.byte $ff ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte DIRECTION_N ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte $ff ; west exit_dir
|
||||
@ -734,16 +734,16 @@ location38:
|
||||
; OCTAGON_DNI_DESK -- Atrus' desk
|
||||
location39:
|
||||
.byte $ff ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte OCTAGON_DNI ; south exit
|
||||
.byte $ff ; east exit
|
||||
.byte $ff ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte DIRECTION_E ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte $ff ; west exit_dir
|
||||
.word dni_n_lzsa ; north bg
|
||||
.word dni_s_lzsa ; south bg
|
||||
.word dni_e_lzsa ; east bg
|
||||
.word dni_w_lzsa ; west bg
|
||||
.byte BG_EAST|BG_WEST|BG_SOUTH|BG_NORTH
|
||||
.word dni_desk_n_lzsa ; north bg
|
||||
.word dni_desk_s_lzsa ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word $0000 ; west bg
|
||||
.byte BG_SOUTH|BG_NORTH
|
||||
.byte $ff ; special exit
|
||||
|
Loading…
Reference in New Issue
Block a user