mist: add a few more in-between frames

This commit is contained in:
Vince Weaver
2020-08-16 18:53:41 -04:00
parent 125eb2c486
commit cb6abe307c
9 changed files with 72 additions and 8 deletions

View File

@@ -471,6 +471,9 @@ NIBEL_HALF_LETTER = 17
NIBEL_BLUE_PATH_0P5 = 18
NIBEL_BLUE_PATH_2P25 = 19
NIBEL_BLUE_PATH_2P5 = 20
NIBEL_BLUE_PATH_2P75 = 21
NIBEL_BLUE_HOUSE_DOOR = 22
NIBEL_BLUE_HOUSE_DOOR_OPEN = 23
DENTIST_OUTSIDE = 0
DENTIST_OUTSIDE_OPEN = 1

View File

@@ -2,7 +2,7 @@
.include "common_defines.inc"
.if 1
.if 0
; if doing playthrough
.include "playthrough_save.inc"
.endif
@@ -58,7 +58,7 @@
.byte STONEY_ARRIVAL ; LOCATION = $82
.endif
.if 0
.if 1
; NIBEL
.byte LOAD_NIBEL ; WHICH_LOAD = $80
.byte DIRECTION_E ; DIRECTION = $81
@@ -66,7 +66,7 @@
.endif
.if 0
.if 1
.byte $00 ; RED_PAGES_TAKEN = $83
.byte $00 ; BLUE_PAGES_TAKEN = $84
.byte $00 ; CLOCK_BRIDGE = $85

View File

@@ -16,7 +16,9 @@ nibel_graphics.inc: \
blue_path2_n.lzsa blue_path2_s.lzsa \
blue_path_2p25_n.lzsa blue_path_2p25_s.lzsa blue_path_2p25_e.lzsa \
blue_path_2p5_n.lzsa blue_path_2p5_s.lzsa \
blue_path_2p75_n.lzsa blue_path_2p75_s.lzsa \
blue_path3_n.lzsa blue_path3_s.lzsa \
blue_house_door_n.lzsa blue_house_door_s.lzsa blue_house_door_open_s.lzsa \
blue_house_n.lzsa blue_house_s.lzsa blue_house_e.lzsa blue_house_w.lzsa \
projector_e.lzsa \
red_path1_e.lzsa red_path1_w.lzsa \
@@ -41,8 +43,13 @@ nibel_graphics.inc: \
echo "blue_path_2p25_e_lzsa: .incbin \"blue_path_2p25_e.lzsa\"" >> nibel_graphics.inc
echo "blue_path_2p5_n_lzsa: .incbin \"blue_path_2p5_n.lzsa\"" >> nibel_graphics.inc
echo "blue_path_2p5_s_lzsa: .incbin \"blue_path_2p5_s.lzsa\"" >> nibel_graphics.inc
echo "blue_path_2p75_n_lzsa: .incbin \"blue_path_2p75_n.lzsa\"" >> nibel_graphics.inc
echo "blue_path_2p75_s_lzsa: .incbin \"blue_path_2p75_s.lzsa\"" >> nibel_graphics.inc
echo "blue_path3_n_lzsa: .incbin \"blue_path3_n.lzsa\"" >> nibel_graphics.inc
echo "blue_path3_s_lzsa: .incbin \"blue_path3_s.lzsa\"" >> nibel_graphics.inc
echo "blue_house_door_n_lzsa: .incbin \"blue_house_door_n.lzsa\"" >> nibel_graphics.inc
echo "blue_house_door_s_lzsa: .incbin \"blue_house_door_s.lzsa\"" >> nibel_graphics.inc
echo "blue_house_door_open_s_lzsa: .incbin \"blue_house_door_open_s.lzsa\"" >> nibel_graphics.inc
echo "blue_house_n_lzsa: .incbin \"blue_house_n.lzsa\"" >> nibel_graphics.inc
echo "blue_house_s_lzsa: .incbin \"blue_house_s.lzsa\"" >> nibel_graphics.inc
echo "blue_house_e_lzsa: .incbin \"blue_house_e.lzsa\"" >> nibel_graphics.inc

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -8,7 +8,7 @@ locations:
.word location8, location9, location10,location11
.word location12,location13,location14,location15
.word location16,location17,location18,location19
.word location20
.word location20,location21,location22,location23
; NIBEL_IN_ELEV2_TOP_CLOSED -- inside elevator2 at top, door closed
location0:
@@ -127,8 +127,8 @@ location5:
; NIBEL_BLUE_PATH3 -- path 3 to blue house
location6:
.byte NIBEL_BLUE_PATH_2P5 ; north exit
.byte NIBEL_BLUE_ROOM ; south exit
.byte NIBEL_BLUE_PATH_2P75 ; north exit
.byte NIBEL_BLUE_HOUSE_DOOR ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte DIRECTION_N ; north exit_dir
@@ -144,7 +144,7 @@ location6:
; NIBEL_BLUE_ROOM -- blue house
location7:
.byte NIBEL_BLUE_PATH3 ; north exit
.byte NIBEL_BLUE_HOUSE_DOOR ; north exit
.byte $ff ; south exit
.byte NIBEL_BLUE_HOUSE_VIEWER ; east exit
.byte $ff ; west exit
@@ -382,7 +382,7 @@ location19:
; NIBEL_BLUE_PATH_2P5 -- path 2.5 along the wall
location20:
.byte NIBEL_BLUE_PATH_2P25 ; north exit
.byte NIBEL_BLUE_PATH3 ; south exit
.byte NIBEL_BLUE_PATH_2P75 ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte DIRECTION_N ; north exit_dir
@@ -396,4 +396,58 @@ location20:
.byte BG_NORTH|BG_SOUTH
.byte $ff
; NIBEL_BLUE_PATH_2P75 -- path 2.75 along the wall
location21:
.byte NIBEL_BLUE_PATH_2P5 ; 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_path_2p75_n_lzsa ; north bg
.word blue_path_2p75_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH
.byte $ff
; NIBEL_BLUE_HOUSE_DOOR -- door outside blue house
location22:
.byte NIBEL_BLUE_PATH3 ; north exit
.byte NIBEL_BLUE_HOUSE_DOOR_OPEN ; 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_house_door_n_lzsa ; north bg
.word blue_house_door_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH
.byte $ff
; NIBEL_BLUE_PATH_2P75 -- blue house door, open
location23:
.byte NIBEL_BLUE_PATH3 ; 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_house_door_n_lzsa ; north bg
.word blue_house_door_open_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH
.byte $ff