riven_hgr: 5 more frames

This commit is contained in:
Vince Weaver 2024-05-22 16:27:13 -04:00
parent 72b8e30de4
commit 54414955f3
7 changed files with 18 additions and 4 deletions

View File

@ -182,7 +182,7 @@ movie1_loop:
inc SCENE_COUNT
lda SCENE_COUNT
cmp #16
cmp #21
beq done_play_movie1
ldx #2
@ -351,6 +351,11 @@ frames_l:
.byte <img067_bg_zx02
.byte <img068_bg_zx02
.byte <img069_bg_zx02
.byte <img070_bg_zx02
.byte <img071_bg_zx02
.byte <img072_bg_zx02
.byte <img073_bg_zx02
.byte <img074_bg_zx02
frames_h:
.byte >img025_bg_zx02
@ -369,7 +374,11 @@ frames_h:
.byte >img067_bg_zx02
.byte >img068_bg_zx02
.byte >img069_bg_zx02
.byte >img070_bg_zx02
.byte >img071_bg_zx02
.byte >img072_bg_zx02
.byte >img073_bg_zx02
.byte >img074_bg_zx02

View File

@ -11,7 +11,8 @@ movie1.inc: \
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 img065_bg.gr.zx02 img066_bg.gr.zx02 \
img067_bg.gr.zx02 img068_bg.gr.zx02 img069_bg.gr.zx02
img070_bg.gr.zx02 img071_bg.gr.zx02 img072_bg.gr.zx02 \
img073_bg.gr.zx02 img074_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
@ -28,7 +29,11 @@ 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
echo "img070_bg_zx02: .incbin \"img070_bg.gr.zx02\"" >> movie1.inc
echo "img071_bg_zx02: .incbin \"img071_bg.gr.zx02\"" >> movie1.inc
echo "img072_bg_zx02: .incbin \"img072_bg.gr.zx02\"" >> movie1.inc
echo "img073_bg_zx02: .incbin \"img073_bg.gr.zx02\"" >> movie1.inc
echo "img074_bg_zx02: .incbin \"img074_bg.gr.zx02\"" >> movie1.inc
####

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B