dos33fsprogs/mist/leveldata_nibel.inc

363 lines
10 KiB
PHP
Raw Normal View History

;===============================================
; level data for Nibel clouds
;===============================================
locations:
.word location0, location1, location2, location3
.word location4, location5, location6, location7
2020-07-01 21:30:57 +00:00
.word location8, location9, location10,location11
2020-07-02 04:27:59 +00:00
.word location12,location13,location14,location15
.word location16,location17,location18
; NIBEL_IN_ELEV2_TOP_CLOSED -- inside elevator2 at top, door closed
location0:
.byte $ff ; north exit
.byte $ff ; south exit
.byte NIBEL_IN_ELEV2_TOP_OPEN ; east exit
.byte $ff ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte $ff ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word elevator2_closed_top_lzsa ; east bg
.word $0000 ; west bg
.byte BG_EAST
.byte DIRECTION_E ; special exit
.byte 28,34 ; special x
.byte 28,36 ; special y
.word elevator2_handle-1 ; special function
; NIBEL_IN_ELEV2_TOP_OPEN -- inside elevator2 at top, door open
location1:
.byte $ff ; north exit
.byte $ff ; south exit
.byte NIBEL_OUTSIDE_ELEV2_CLOSED ; east exit
.byte $ff ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte $ff ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word elevator2_open_top_lzsa ; east bg
.word $0000 ; west bg
.byte BG_EAST
.byte DIRECTION_E ; special exit
.byte 10,17 ; special x
.byte 6,46 ; special y
.word elevator2_close_door-1 ; special function
; NIBEL_OUTSIDE_ELEV2_OPEN -- outside of elevator2 at top, door open
location2:
.byte $ff ; north exit
.byte $ff ; south exit
.byte NIBEL_BLUE_PATH_0P5 ; east exit
2020-07-01 21:30:57 +00:00
.byte NIBEL_RED_PATH1 ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_S ; east exit_dir
2020-07-01 21:30:57 +00:00
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word outside_elevator2_e_lzsa ; east bg
.word outside_elevator2_open_w_lzsa ; west bg
.byte BG_EAST|BG_WEST
2020-07-01 21:30:57 +00:00
.byte DIRECTION_W ; special exit
.byte 5,15 ; special x
.byte 8,34 ; special y
.word nibel_getin_elevator-1 ; special function
; NIBEL_OUTSIDE_ELEV2_CLOSED -- outside of elevator2 at top, door closed
location3:
.byte $ff ; north exit
.byte $ff ; south exit
.byte NIBEL_BLUE_PATH_0P5 ; east exit
2020-07-01 21:30:57 +00:00
.byte NIBEL_RED_PATH1 ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_S ; east exit_dir
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word outside_elevator2_e_lzsa ; east bg
.word outside_elevator2_closed_w_lzsa ; west bg
.byte BG_EAST|BG_WEST
2020-07-01 21:30:57 +00:00
.byte DIRECTION_W ; special exit
.byte 5,15 ; special x
.byte 8,34 ; special y
.word nibel_open_elevator-1 ; special function
; NIBEL_BLUE_PATH1 -- path 1 to blue house
location4:
.byte NIBEL_BLUE_PATH_0P5 ; north exit
.byte NIBEL_BLUE_PATH2 ; 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 blue_path1_n_lzsa ; north bg
.word blue_path1_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH
.byte $ff
; NIBEL_BLUE_PATH2 -- path 2 to blue house
location5:
.byte NIBEL_BLUE_PATH1 ; north exit
.byte NIBEL_BLUE_PATH3 ; 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 blue_path2_n_lzsa ; north bg
.word blue_path2_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH
.byte $ff
; NIBEL_BLUE_PATH3 -- path 3 to blue house
location6:
.byte NIBEL_BLUE_PATH2 ; north exit
.byte NIBEL_BLUE_ROOM ; 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 blue_path3_n_lzsa ; north bg
.word blue_path3_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH
.byte $ff
; NIBEL_BLUE_ROOM -- blue house
location7:
.byte NIBEL_BLUE_PATH3 ; north exit
.byte $ff ; south exit
.byte NIBEL_BLUE_HOUSE_VIEWER ; east exit
.byte $ff ; west exit
.byte DIRECTION_N ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte $ff ; west exit_dir
.word blue_house_n_lzsa ; north bg
.word blue_house_s_lzsa ; south bg
.word blue_house_e_lzsa ; east bg
.word blue_house_w_lzsa ; west bg
.byte BG_NORTH|BG_SOUTH|BG_EAST|BG_WEST
2020-06-30 18:13:33 +00:00
.byte DIRECTION_E ; special exit
.byte 5,11 ; special x
.byte 40,46 ; special y
.word nibel_take_blue_page-1 ; special function
; NIBEL_BLUE_HOUSE_VIEWER -- blue house viewer machine
location8:
.byte $ff ; north exit
.byte $ff ; south exit
.byte NIBEL_BLUE_ROOM ; east exit
.byte $ff ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte $ff ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word projector_e_lzsa ; east bg
.word $0000 ; west bg
.byte BG_EAST
2020-06-30 23:18:53 +00:00
.byte DIRECTION_E ; special exit
.byte 14,24 ; special x
.byte 34,40 ; special y
.word projector_button-1 ; special function
2020-07-01 21:30:57 +00:00
; NIBEL_RED_PATH1 -- path 1 to red house
location9:
.byte $ff ; north exit
.byte $ff ; south exit
.byte NIBEL_OUTSIDE_ELEV2_CLOSED ; east exit
.byte NIBEL_RED_DOOR_CLOSED ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word red_path1_e_lzsa ; east bg
.word red_path1_w_lzsa ; west bg
.byte BG_EAST|BG_WEST
.byte $ff
; NIBEL_RED_DOOR_CLOSED -- outside red house
location10:
.byte $ff ; north exit
.byte $ff ; south exit
.byte NIBEL_RED_PATH1 ; east exit
.byte NIBEL_RED_DOOR_OPEN ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word red_door_e_lzsa ; east bg
.word red_door_closed_w_lzsa ; west bg
.byte BG_EAST|BG_WEST
.byte $ff
; NIBEL_RED_DOOR_OPEN -- outside red house, door open
location11:
.byte $ff ; north exit
.byte $ff ; south exit
.byte NIBEL_RED_PATH1 ; east exit
.byte NIBEL_RED_ROOM ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte DIRECTION_E ; east exit_dir
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word red_door_e_lzsa ; east bg
.word red_door_open_w_lzsa ; west bg
.byte BG_EAST|BG_WEST
.byte $ff
; NIBEL_RED_ROOM -- inside red room
location12:
.byte $ff ; north exit
.byte NIBEL_RED_TABLE ; south exit
.byte NIBEL_RED_DOOR_CLOSED ; east exit
2020-07-02 04:27:59 +00:00
.byte NIBEL_RED_BED ; west exit
2020-07-01 21:30:57 +00:00
.byte $ff ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte DIRECTION_E ; east exit_dir
2020-07-02 04:27:59 +00:00
.byte DIRECTION_W ; west exit_dir
2020-07-01 21:30:57 +00:00
.word red_room_n_lzsa ; north bg
.word red_room_s_lzsa ; south bg
.word red_room_e_lzsa ; east bg
.word red_room_w_lzsa ; west bg
.byte BG_NORTH|BG_SOUTH|BG_EAST|BG_WEST
.byte $ff
; NIBEL_RED_TABLE -- windmill table closeup
location13:
.byte $ff ; north exit
.byte NIBEL_RED_ROOM ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte $ff ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir
.word $0000 ; north bg
.word red_room_table_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_SOUTH
.byte DIRECTION_S ; special exit
.byte 10,30 ; special x
.byte 34,44 ; special y
.word nibel_open_drawer-1 ; special function
; NIBEL_RED_TABLE_OPEN -- windmill table closeup, open with red page
location14:
.byte $ff ; north exit
.byte NIBEL_RED_ROOM ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte $ff ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir
.word $0000 ; north bg
.word red_room_table_open_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_SOUTH
.byte DIRECTION_S ; special exit
.byte 12,20 ; special x
.byte 36,46 ; special y
.word nibel_take_red_page-1 ; special function
2020-07-02 04:27:59 +00:00
; NIBEL_RED_BED -- close up of bed
location15:
.byte $ff ; north exit
.byte $ff ; south exit
.byte $ff ; east exit
.byte NIBEL_RED_BED_OPEN ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte $ff ; east exit_dir
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word $0000 ; east bg
.word red_room_bed_w_lzsa ; west bg
.byte BG_WEST
.byte $ff ; special exit
; NIBEL_RED_BED_OPEN -- bed drawer open
location16:
.byte $ff ; north exit
.byte $ff ; south exit
.byte $ff ; east exit
.byte NIBEL_RED_ROOM ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte $ff ; east exit_dir
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word $0000 ; east bg
.word red_room_bed_open_w_lzsa ; west bg
.byte BG_WEST
.byte DIRECTION_W ; special exit
.byte 17,24 ; special x
.byte 24,40 ; special y
.word nibel_view_torn_page-1 ; special function
; NIBEL_HALF_LETTER -- right half of letter
location17:
.byte $ff ; north exit
.byte $ff ; south exit
.byte $ff ; east exit
.byte NIBEL_RED_ROOM ; west exit
.byte $ff ; north exit_dir
.byte $ff ; south exit_dir
.byte $ff ; east exit_dir
.byte DIRECTION_W ; west exit_dir
.word $0000 ; north bg
.word $0000 ; south bg
.word $0000 ; east bg
.word right_letter_lzsa ; west bg
.byte BG_WEST
.byte $ff ; special exit
; NIBEL_BLUE_PATH_0P5 -- path 0.5 to blue house
location18:
.byte NIBEL_OUTSIDE_ELEV2_CLOSED ; north exit
.byte NIBEL_BLUE_PATH1 ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte DIRECTION_W ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir
.word blue_path_0p5_n_lzsa ; north bg
.word blue_path_0p5_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH
.byte $ff