mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-03 18:29:53 +00:00
59 lines
1.5 KiB
PHP
59 lines
1.5 KiB
PHP
;===============================================
|
|
; level data for Tunnel4
|
|
;===============================================
|
|
|
|
locations:
|
|
.word location0,location1,location2
|
|
|
|
; RIVEN_TUNNEL4 -- more tunnel
|
|
location0:
|
|
.byte $ff ; north exit
|
|
.byte $ff ; south exit
|
|
.byte RIVEN_TUNNEL5 ; east exit
|
|
.byte LOAD_TUNNEL3<<4|RIVEN_TUNNEL3 ; west exit
|
|
.byte $ff ; north exit_dir
|
|
.byte $FF ; south exit_dir
|
|
.byte DIRECTION_E ; east exit_dir
|
|
.byte DIRECTION_W ; west exit_dir
|
|
.word $0000 ; north bg
|
|
.word $0000 ; south bg
|
|
.word tunnel4_e_zx02 ; east bg
|
|
.word tunnel4_w_zx02 ; west bg
|
|
.byte BG_EAST|BG_WEST
|
|
.byte $ff ; special exit
|
|
|
|
; RIVEN_TUNNEL5 -- more tunnel
|
|
location1:
|
|
.byte $ff ; north exit
|
|
.byte $ff ; south exit
|
|
.byte RIVEN_TUNNEL6 ; east exit
|
|
.byte RIVEN_TUNNEL4 ; west exit
|
|
.byte $ff ; north exit_dir
|
|
.byte $FF ; south exit_dir
|
|
.byte DIRECTION_E ; east exit_dir
|
|
.byte DIRECTION_W ; west exit_dir
|
|
.word $0000 ; north bg
|
|
.word $0000 ; south bg
|
|
.word tunnel5_e_zx02 ; east bg
|
|
.word tunnel5_w_zx02 ; west bg
|
|
.byte BG_EAST|BG_WEST
|
|
.byte $ff ; special exit
|
|
|
|
; RIVEN_TUNNEL6 -- more tunnel
|
|
location2:
|
|
.byte $ff ; north exit
|
|
.byte $ff ; south exit
|
|
.byte LOAD_TUNNEL7<<4|RIVEN_TUNNEL7 ; east exit
|
|
.byte RIVEN_TUNNEL5 ; west exit
|
|
.byte $ff ; north exit_dir
|
|
.byte $FF ; south exit_dir
|
|
.byte DIRECTION_E ; east exit_dir
|
|
.byte DIRECTION_W ; west exit_dir
|
|
.word $0000 ; north bg
|
|
.word $0000 ; south bg
|
|
.word tunnel6_e_zx02 ; east bg
|
|
.word tunnel6_w_zx02 ; west bg
|
|
.byte BG_EAST|BG_WEST
|
|
.byte $ff ; special exit
|
|
|