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

25 lines
683 B
PHP

;===============================================
; level data for top of steps
;===============================================
locations:
.word location0
; RIVEN_TOP -- top of steps
location0:
.byte $E1 ; north exit
.byte LOAD_STEPS3<<4|RIVEN_STEPS4 ; south exit
.byte LOAD_BRIDGE<<4|RIVEN_BRIDGE ; east exit
.byte LOAD_ALCOVE<<4|RIVEN_ALCOVE ; west exit
.byte DIRECTION_N ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte DIRECTION_W ; west exit_dir
.word top_n_zx02 ; north bg
.word top_s_zx02 ; south bg
.word top_e_zx02 ; east bg
.word top_w_zx02 ; west bg
.byte BG_NORTH|BG_SOUTH|BG_EAST|BG_WEST ; all bgs
.byte $ff