mist: octagon: can bug atrus now

This commit is contained in:
Vince Weaver 2020-07-07 13:59:52 -04:00
parent 6c27e11d0c
commit cfec3d9adc
4 changed files with 13 additions and 10 deletions

View File

@ -52,7 +52,8 @@ octagon_graphics.inc: \
red_book_ending.lzsa blue_book_ending.lzsa \ red_book_ending.lzsa blue_book_ending.lzsa \
fireplace_shelf.lzsa \ fireplace_shelf.lzsa \
green_book.lzsa green_book_open.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_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_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 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_s_lzsa: .incbin \"dni_s.lzsa\"" >> octagon_graphics.inc
echo "dni_e_lzsa: .incbin \"dni_e.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_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 %.gr: %.png
$(PNG2GR) $< $@ $(PNG2GR) $< $@

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -716,11 +716,11 @@ location37:
; OCTAGON_DNI -- deep underneath New Mexico ; OCTAGON_DNI -- deep underneath New Mexico
location38: location38:
.byte $ff ; north exit .byte OCTAGON_DNI_DESK ; north exit
.byte $ff ; south exit .byte $ff ; south exit
.byte $ff ; east exit .byte $ff ; east exit
.byte $ff ; west exit .byte $ff ; west exit
.byte $ff ; north exit_dir .byte DIRECTION_N ; north exit_dir
.byte $ff ; south exit_dir .byte $ff ; south exit_dir
.byte $ff ; east exit_dir .byte $ff ; east exit_dir
.byte $ff ; west exit_dir .byte $ff ; west exit_dir
@ -734,16 +734,16 @@ location38:
; OCTAGON_DNI_DESK -- Atrus' desk ; OCTAGON_DNI_DESK -- Atrus' desk
location39: location39:
.byte $ff ; north exit .byte $ff ; north exit
.byte $ff ; south exit .byte OCTAGON_DNI ; south exit
.byte $ff ; east exit .byte $ff ; east exit
.byte $ff ; west exit .byte $ff ; west exit
.byte $ff ; north exit_dir .byte $ff ; north exit_dir
.byte $ff ; south exit_dir .byte DIRECTION_E ; south exit_dir
.byte $ff ; east exit_dir .byte $ff ; east exit_dir
.byte $ff ; west exit_dir .byte $ff ; west exit_dir
.word dni_n_lzsa ; north bg .word dni_desk_n_lzsa ; north bg
.word dni_s_lzsa ; south bg .word dni_desk_s_lzsa ; south bg
.word dni_e_lzsa ; east bg .word $0000 ; east bg
.word dni_w_lzsa ; west bg .word $0000 ; west bg
.byte BG_EAST|BG_WEST|BG_SOUTH|BG_NORTH .byte BG_SOUTH|BG_NORTH
.byte $ff ; special exit .byte $ff ; special exit