riven_hgr: hook up more movie
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 826 B After Width: | Height: | Size: 833 B |
BIN
games/riven_hgr/movie1/img065_bg.png
Normal file
After Width: | Height: | Size: 845 B |
BIN
games/riven_hgr/movie1/img066_bg.png
Normal file
After Width: | Height: | Size: 865 B |
BIN
games/riven_hgr/movie1/img067_bg.png
Normal file
After Width: | Height: | Size: 858 B |
BIN
games/riven_hgr/movie1/img068_bg.png
Normal file
After Width: | Height: | Size: 835 B |
BIN
games/riven_hgr/movie1/img069_bg.png
Normal file
After Width: | Height: | Size: 846 B |