riven_hgr: hook up more movie

This commit is contained in:
Vince Weaver 2024-05-22 01:33:49 -04:00
parent 8aaa3a75ed
commit 72b8e30de4
8 changed files with 20 additions and 3 deletions

View File

@ -167,7 +167,7 @@ done_move_handle:
;===============================
;===============================
; play the move
; play the movie
;===============================
;===============================
@ -182,7 +182,7 @@ movie1_loop:
inc SCENE_COUNT
lda SCENE_COUNT
cmp #11
cmp #16
beq done_play_movie1
ldx #2
@ -346,6 +346,11 @@ frames_l:
.byte <img062_bg_zx02
.byte <img063_bg_zx02
.byte <img064_bg_zx02
.byte <img065_bg_zx02
.byte <img066_bg_zx02
.byte <img067_bg_zx02
.byte <img068_bg_zx02
.byte <img069_bg_zx02
frames_h:
.byte >img025_bg_zx02
@ -359,6 +364,12 @@ frames_h:
.byte >img062_bg_zx02
.byte >img063_bg_zx02
.byte >img064_bg_zx02
.byte >img065_bg_zx02
.byte >img066_bg_zx02
.byte >img067_bg_zx02
.byte >img068_bg_zx02
.byte >img069_bg_zx02

View File

@ -10,7 +10,8 @@ movie1.inc: \
img055_bg.gr.zx02 img056_bg.gr.zx02 img057_bg.gr.zx02 \
img058_bg.gr.zx02 img059_bg.gr.zx02 img060_bg.gr.zx02 \
img061_bg.gr.zx02 img062_bg.gr.zx02 img063_bg.gr.zx02 \
img064_bg.gr.zx02
img064_bg.gr.zx02 img065_bg.gr.zx02 img066_bg.gr.zx02 \
img067_bg.gr.zx02 img068_bg.gr.zx02 img069_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
@ -22,6 +23,11 @@ movie1.inc: \
echo "img062_bg_zx02: .incbin \"img062_bg.gr.zx02\"" >> movie1.inc
echo "img063_bg_zx02: .incbin \"img063_bg.gr.zx02\"" >> movie1.inc
echo "img064_bg_zx02: .incbin \"img064_bg.gr.zx02\"" >> movie1.inc
echo "img065_bg_zx02: .incbin \"img065_bg.gr.zx02\"" >> movie1.inc
echo "img066_bg_zx02: .incbin \"img066_bg.gr.zx02\"" >> movie1.inc
echo "img067_bg_zx02: .incbin \"img067_bg.gr.zx02\"" >> movie1.inc
echo "img068_bg_zx02: .incbin \"img068_bg.gr.zx02\"" >> movie1.inc
echo "img069_bg_zx02: .incbin \"img069_bg.gr.zx02\"" >> movie1.inc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 826 B

After

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B