2024-07-17 15:48:01 -04:00
|
|
|
;===============================================
|
|
|
|
; level data for Large Projector Area level
|
|
|
|
;===============================================
|
|
|
|
|
|
|
|
locations:
|
2024-08-11 23:24:57 -04:00
|
|
|
.word location0
|
2024-07-17 15:48:01 -04:00
|
|
|
|
|
|
|
; RIVEN_PROJECTOR -- looking at projector
|
|
|
|
location0:
|
|
|
|
.byte $E0|0 ; north exit
|
2024-08-11 23:24:57 -04:00
|
|
|
.byte LOAD_MID<<4|RIVEN_MID ; south exit
|
2024-08-11 01:41:23 -04:00
|
|
|
.byte LOAD_ENTRY<<4|RIVEN_NEAR_DOOR ; east exit
|
2024-07-17 15:48:01 -04:00
|
|
|
.byte $FF ; west exit
|
|
|
|
.byte DIRECTION_N ; north exit_dir
|
|
|
|
.byte DIRECTION_S ; south exit_dir
|
2024-08-11 01:41:23 -04:00
|
|
|
.byte DIRECTION_E ; east exit_dir
|
2024-07-17 15:48:01 -04:00
|
|
|
.byte $ff ; west exit_dir
|
|
|
|
.word projector_n_zx02 ; north bg
|
|
|
|
.word projector_s_zx02 ; south bg
|
|
|
|
.word projector_e_zx02 ; east bg
|
|
|
|
.word projector_w_zx02 ; west bg
|
|
|
|
.byte BG_NORTH|BG_SOUTH|BG_EAST|BG_WEST
|
|
|
|
.byte $FF ; special exit (none)
|