dos33fsprogs/games/riven_hgr/disk02_files/leveldata_steps1.inc
Vince Weaver 9f31ed98be riven: figured out how to allow split-directions for going forward
engine actually more or less supported it already
2024-08-03 22:37:49 -04:00

42 lines
1.1 KiB
PHP

;===============================================
; level data for Steps1
;===============================================
locations:
.word location0,location1
; RIVEN_STEPS1 -- first level of steps
location0:
.byte RIVEN_STEPS2 ; north exit
.byte $E0 ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte DIRECTION_N ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir
.word steps1_n_zx02 ; north bg
.word steps1_s_zx02 ; south bg
.word steps1_e_zx02 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH|BG_EAST
.byte $ff ; special exit
; RIVEN_STEPS2 -- second level of steps
location1:
.byte LOAD_STEPS3<<4|RIVEN_STEPS3 ; north exit
.byte RIVEN_STEPS1 ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte DIRECTION_N ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir
.word steps2_n_zx02 ; north bg
.word steps2_s_zx02 ; south bg
.word steps2_e_zx02 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH|BG_EAST
.byte $ff ; special exit