mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
riven_hgr: 5 more frames
This commit is contained in:
parent
72b8e30de4
commit
54414955f3
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
####
|
||||
|
BIN
games/riven_hgr/movie1/img070_bg.png
Normal file
BIN
games/riven_hgr/movie1/img070_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 887 B |
BIN
games/riven_hgr/movie1/img071_bg.png
Normal file
BIN
games/riven_hgr/movie1/img071_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 892 B |
BIN
games/riven_hgr/movie1/img072_bg.png
Normal file
BIN
games/riven_hgr/movie1/img072_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 899 B |
BIN
games/riven_hgr/movie1/img073_bg.png
Normal file
BIN
games/riven_hgr/movie1/img073_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 910 B |
BIN
games/riven_hgr/movie1/img074_bg.png
Normal file
BIN
games/riven_hgr/movie1/img074_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 893 B |
Loading…
Reference in New Issue
Block a user