mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-03 18:29:53 +00:00
42 lines
1.2 KiB
PHP
42 lines
1.2 KiB
PHP
;===============================================
|
|
; level data for Start level
|
|
;===============================================
|
|
|
|
locations:
|
|
.word location0,location1
|
|
|
|
; RIVEN_TUNNEL3 -- outside the door
|
|
location0:
|
|
.byte RIVEN_TUNNEL3_OPEN ; north exit
|
|
.byte $ff ; south exit
|
|
.byte LOAD_TUNNEL4<<4|RIVEN_TUNNEL4 ; east exit
|
|
.byte LOAD_TUNNEL1<<4|RIVEN_TUNNEL2 ; west exit
|
|
.byte DIRECTION_N ; north exit_dir
|
|
.byte $FF ; south exit_dir
|
|
.byte DIRECTION_E ; east exit_dir
|
|
.byte DIRECTION_W ; west exit_dir
|
|
.word tunnel3_n_zx02 ; north bg
|
|
.word $0000 ; south bg
|
|
.word tunnel3_e_zx02 ; east bg
|
|
.word tunnel3_w_zx02 ; west bg
|
|
.byte BG_EAST|BG_NORTH|BG_WEST
|
|
.byte $ff ; special exit
|
|
|
|
; RIVEN_TUNNEL3_OPEN -- outside the door, open
|
|
location1:
|
|
.byte $E2 ; north exit
|
|
.byte $ff ; south exit
|
|
.byte LOAD_TUNNEL4<<4|RIVEN_TUNNEL4 ; east exit
|
|
.byte LOAD_TUNNEL1<<4|RIVEN_TUNNEL2 ; west exit
|
|
.byte DIRECTION_N ; north exit_dir
|
|
.byte $FF ; south exit_dir
|
|
.byte DIRECTION_E ; east exit_dir
|
|
.byte DIRECTION_W ; west exit_dir
|
|
.word tunnel3_open_n_zx02 ; north bg
|
|
.word $0000 ; south bg
|
|
.word tunnel3_e_zx02 ; east bg
|
|
.word tunnel3_w_zx02 ; west bg
|
|
.byte BG_EAST|BG_NORTH|BG_WEST
|
|
.byte $ff ; special exit
|
|
|