mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-20 16:29:14 +00:00
46 lines
1.2 KiB
PHP
46 lines
1.2 KiB
PHP
;===============================================
|
|
; level data for Arrival Telescope Area
|
|
;===============================================
|
|
|
|
locations:
|
|
.word location0,location1
|
|
|
|
; RIVEN_TELESCOPE -- near telescope
|
|
location0:
|
|
.byte $ff ; north exit
|
|
.byte $ff ; south exit
|
|
.byte $FF ; east exit
|
|
.byte RIVEN_MANHOLE ; west exit
|
|
.byte DIRECTION_N ; north exit_dir
|
|
.byte DIRECTION_S ; south exit_dir
|
|
.byte $ff ; east exit_dir
|
|
.byte DIRECTION_W ; west exit_dir
|
|
.word telescope_n_zx02 ; north bg
|
|
.word telescope_s_zx02 ; south bg
|
|
.word telescope_e_zx02 ; east bg
|
|
.word telescope_w_zx02 ; west bg
|
|
.byte BG_NORTH|BG_SOUTH|BG_EAST|BG_WEST
|
|
.byte $ff ; special exit
|
|
|
|
|
|
; RIVEN_MANHOLE -- looking at the manhole
|
|
location1:
|
|
.byte $ff ; north exit
|
|
.byte $ff ; south exit
|
|
.byte $ff ; east exit
|
|
.byte RIVEN_TELESCOPE ; 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 manhole_w_zx02 ; west bg
|
|
.byte BG_WEST ; backgrounds
|
|
.byte $ff ; unimplemented for now
|
|
; .byte DIRECTION_E ; special exit
|
|
; .byte 12,16 ; special x
|
|
; .byte 100,161 ; special y
|
|
; .word handle_clicked-1
|