riven_hgr: some more movie files

This commit is contained in:
Vince Weaver 2024-05-23 00:14:15 -04:00
parent 5b22420b1d
commit d8bdea7f1c
7 changed files with 17 additions and 3 deletions

View File

@ -28,7 +28,7 @@ location0:
; RIVEN_MAGPATH -- path to maglev
location1:
.byte RIVEN_MAGLEV1 ; north exit
.byte LOAD_PROJECTOR<<4|RIVEN_PROJ_DOOR ; south exit
.byte LOAD_PROJECTOR<<4|RIVEN_PROJ_STEPS ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte DIRECTION_N ; north exit_dir

View File

@ -182,7 +182,7 @@ movie1_loop:
inc SCENE_COUNT
lda SCENE_COUNT
cmp #27
cmp #31
beq done_play_movie1
ldx #2
@ -362,6 +362,10 @@ frames_l:
.byte <img078_bg_zx02
.byte <img079_bg_zx02
.byte <img080_bg_zx02
.byte <img081_bg_zx02
.byte <img082_bg_zx02
.byte <img083_bg_zx02
.byte <img084_bg_zx02
frames_h:
.byte >img025_bg_zx02
@ -391,6 +395,10 @@ frames_h:
.byte >img078_bg_zx02
.byte >img079_bg_zx02
.byte >img080_bg_zx02
.byte >img081_bg_zx02
.byte >img082_bg_zx02
.byte >img083_bg_zx02
.byte >img084_bg_zx02

View File

@ -14,7 +14,8 @@ movie1.inc: \
img070_bg.gr.zx02 img071_bg.gr.zx02 img072_bg.gr.zx02 \
img073_bg.gr.zx02 img074_bg.gr.zx02 img075_bg.gr.zx02 \
img076_bg.gr.zx02 img077_bg.gr.zx02 img078_bg.gr.zx02 \
img079_bg.gr.zx02 img080_bg.gr.zx02
img079_bg.gr.zx02 img080_bg.gr.zx02 img081_bg.gr.zx02 \
img082_bg.gr.zx02 img083_bg.gr.zx02 img084_bg.gr.zx02
echo "img025_bg_zx02: .incbin \"img025_bg.gr.zx02\"" > movie1.inc
echo "img055_bg_zx02: .incbin \"img055_bg.gr.zx02\"" >> movie1.inc
echo "img056_bg_zx02: .incbin \"img056_bg.gr.zx02\"" >> movie1.inc
@ -42,6 +43,11 @@ movie1.inc: \
echo "img078_bg_zx02: .incbin \"img078_bg.gr.zx02\"" >> movie1.inc
echo "img079_bg_zx02: .incbin \"img079_bg.gr.zx02\"" >> movie1.inc
echo "img080_bg_zx02: .incbin \"img080_bg.gr.zx02\"" >> movie1.inc
echo "img081_bg_zx02: .incbin \"img081_bg.gr.zx02\"" >> movie1.inc
echo "img082_bg_zx02: .incbin \"img082_bg.gr.zx02\"" >> movie1.inc
echo "img083_bg_zx02: .incbin \"img083_bg.gr.zx02\"" >> movie1.inc
echo "img084_bg_zx02: .incbin \"img084_bg.gr.zx02\"" >> movie1.inc
####

Binary file not shown.

After

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 880 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B