dos33fsprogs/games/riven_hgr/disk41_files/leveldata_stairs2.inc

60 lines
1.5 KiB
PHP
Raw Normal View History

2024-06-24 17:18:39 +00:00
;===============================================
; level data for Jungle stair going up
;===============================================
locations:
.word location0,location1,location2
2024-06-25 02:29:44 +00:00
; RIVEN_UP2 -- going up
2024-06-24 17:18:39 +00:00
location0:
.byte $ff ; north exit
.byte $FF ; south exit
2024-06-25 02:29:44 +00:00
.byte LOAD_STAIRS<<4|RIVEN_UP1 ; east exit
.byte RIVEN_UP3 ; west exit
2024-06-24 17:18:39 +00:00
.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
2024-06-25 02:29:44 +00:00
.word stairs_up2_e_zx02 ; east bg
.word stairs_up2_w_zx02 ; west bg
2024-06-24 17:18:39 +00:00
.byte BG_EAST|BG_WEST
.byte $ff ; special exit
2024-06-25 02:29:44 +00:00
; RIVEN_UP3 -- going up
2024-06-24 17:18:39 +00:00
location1:
.byte $ff ; north exit
.byte $FF ; south exit
2024-06-25 02:29:44 +00:00
.byte RIVEN_UP2 ; east exit
.byte RIVEN_UP4 ; west exit
2024-06-24 17:18:39 +00:00
.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
2024-06-25 02:29:44 +00:00
.word stairs_up3_e_zx02 ; east bg
.word stairs_up3_w_zx02 ; west bg
2024-06-24 17:18:39 +00:00
.byte BG_EAST|BG_WEST
.byte $ff ; special exit
2024-06-25 02:29:44 +00:00
; RIVEN_UP4 -- going up
2024-06-24 17:18:39 +00:00
location2:
.byte $ff ; north exit
.byte $FF ; south exit
2024-06-25 02:29:44 +00:00
.byte RIVEN_UP3 ; east exit
2024-06-25 03:57:20 +00:00
.byte $E0|1 ; exit to cart (disk 43) ; west exit
2024-06-24 17:18:39 +00:00
.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
2024-06-25 02:29:44 +00:00
.word stairs_up4_e_zx02 ; east bg
.word stairs_up4_w_zx02 ; west bg
2024-06-24 17:18:39 +00:00
.byte BG_EAST|BG_WEST
.byte $ff ; special exit
2024-06-25 02:29:44 +00:00