riven: more intro graphics

This commit is contained in:
Vince Weaver
2024-07-12 15:29:57 -04:00
parent 0508aa35b9
commit ba7fbd3c66
11 changed files with 55 additions and 2 deletions

View File

@@ -8,8 +8,13 @@
.include "disk00_defines.inc"
; 145 initial run
; 10 pause when on ground
; 9 dragging
; 20 empty
; 1 off by one
NUM_OVERLAYS = 146
NUM_OVERLAYS = 185
cho_start:
@@ -176,9 +181,27 @@ frames_l:
.byte <cho_overlay141,<cho_overlay142,<cho_overlay143 ; 141,142,143
.byte <cho_overlay144,<cho_overlay145 ; 144,145
; note: same image from 146 ... 160 or so (7s?)
; let's make it a bit shorter, maybe 5s? (10 frames)
.byte <cho_overlay145,<cho_overlay145,<cho_overlay145
.byte <cho_overlay145,<cho_overlay145,<cho_overlay145
.byte <cho_overlay145,<cho_overlay145,<cho_overlay145
.byte <cho_overlay145
; restart here with 163
.byte <cho_overlay163,<cho_overlay164,<cho_overlay165 ; 163,164,165
.byte <cho_overlay166,<cho_overlay167,<cho_overlay168 ; 166,167,168
.byte <cho_overlay169,<cho_overlay170,<cho_overlay171 ; 169,170,171
; nothing 172 ... 206 or 17s (34 frames)
; maybe wait 10s this time? (20 frames)
.byte <empty,<empty,<empty,<empty,<empty
.byte <empty,<empty,<empty,<empty,<empty
.byte <empty,<empty,<empty,<empty,<empty
.byte <empty,<empty,<empty,<empty,<empty
frames_h:
@@ -236,6 +259,22 @@ frames_h:
.byte >cho_overlay141,>cho_overlay142,>cho_overlay143 ; 141,142,143
.byte >cho_overlay144,>cho_overlay145 ; 144,145
.byte >cho_overlay145,>cho_overlay145,>cho_overlay145
.byte >cho_overlay145,>cho_overlay145,>cho_overlay145
.byte >cho_overlay145,>cho_overlay145,>cho_overlay145
.byte >cho_overlay145
.byte >cho_overlay163,>cho_overlay164,>cho_overlay165 ; 163,164,165
.byte >cho_overlay166,>cho_overlay167,>cho_overlay168 ; 166,167,168
.byte >cho_overlay169,>cho_overlay170,>cho_overlay171 ; 169,170,171
.byte >empty,>empty,>empty,>empty,>empty
.byte >empty,>empty,>empty,>empty,>empty
.byte >empty,>empty,>empty,>empty,>empty
.byte >empty,>empty,>empty,>empty,>empty
text_l:
.byte <empty_text,<empty_text,<empty_text ; 0,1,2
.byte <empty_text,<empty_text,<empty_text ; 3,4,5

View File

@@ -79,7 +79,12 @@ cho_graphics.inc: \
cho_overlay138.gr.zx02 cho_overlay139.gr.zx02 \
cho_overlay140.gr.zx02 cho_overlay141.gr.zx02 \
cho_overlay142.gr.zx02 cho_overlay143.gr.zx02 \
cho_overlay144.gr.zx02 cho_overlay145.gr.zx02
cho_overlay144.gr.zx02 cho_overlay145.gr.zx02 \
cho_overlay163.gr.zx02 \
cho_overlay164.gr.zx02 cho_overlay165.gr.zx02 \
cho_overlay166.gr.zx02 cho_overlay167.gr.zx02 \
cho_overlay168.gr.zx02 cho_overlay169.gr.zx02 \
cho_overlay170.gr.zx02 cho_overlay171.gr.zx02
echo "captured_bg: .incbin \"captured_bg.gr.zx02\"" > cho_graphics.inc
echo "captured_cage_bg: .incbin \"captured_cage_bg.gr.zx02\"" >> cho_graphics.inc
echo "empty: .incbin \"empty.gr.zx02\"" >> cho_graphics.inc
@@ -223,6 +228,15 @@ cho_graphics.inc: \
echo "cho_overlay143: .incbin \"cho_overlay143.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay144: .incbin \"cho_overlay144.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay145: .incbin \"cho_overlay145.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay163: .incbin \"cho_overlay163.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay164: .incbin \"cho_overlay164.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay165: .incbin \"cho_overlay165.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay166: .incbin \"cho_overlay166.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay167: .incbin \"cho_overlay167.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay168: .incbin \"cho_overlay168.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay169: .incbin \"cho_overlay169.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay170: .incbin \"cho_overlay170.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay171: .incbin \"cho_overlay171.gr.zx02\"" >> cho_graphics.inc
####

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B