2024-07-20 00:15:09 -04:00
|
|
|
;===============================================
|
|
|
|
; level data for Start level
|
|
|
|
;===============================================
|
|
|
|
|
|
|
|
locations:
|
|
|
|
.word location0
|
|
|
|
|
2024-07-22 16:59:52 -04:00
|
|
|
; RIVEN_CHIPPER -- just arrived by cart
|
2024-07-20 00:15:09 -04:00
|
|
|
location0:
|
|
|
|
.byte $FF ; north exit
|
|
|
|
.byte $ff ; south exit
|
|
|
|
.byte $ff ; east exit
|
|
|
|
.byte $ff ; west exit
|
|
|
|
.byte DIRECTION_E ; north exit_dir
|
|
|
|
.byte DIRECTION_E ; south exit_dir
|
|
|
|
.byte $ff ; east exit_dir
|
|
|
|
.byte $ff ; west exit_dir
|
2024-07-22 16:59:52 -04:00
|
|
|
.word chipper_n_zx02 ; north bg
|
|
|
|
.word chipper_s_zx02 ; south bg
|
|
|
|
.word chipper_e_zx02 ; east bg
|
|
|
|
.word chipper_w_zx02 ; west bg
|
2024-07-20 00:15:09 -04:00
|
|
|
.byte BG_EAST|BG_NORTH|BG_SOUTH|BG_WEST ; all bgs
|
|
|
|
.byte $ff ; special exit
|