dos33fsprogs/games/riven_hgr/disk04_files/leveldata_tunnel3.inc
2024-08-04 01:54:36 -04:00

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