mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-19 15:30:08 +00:00
9f31ed98be
engine actually more or less supported it already
25 lines
683 B
PHP
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
|
|
|