riven: more rotoscoping

This commit is contained in:
Vince Weaver 2024-07-06 23:26:15 -04:00
parent 8a7ba021e7
commit 0d6da89277
22 changed files with 49 additions and 2 deletions

View File

@ -9,7 +9,7 @@
.include "disk00_defines.inc"
NUM_OVERLAYS = 21
NUM_OVERLAYS = 41
cho_start:
@ -101,6 +101,14 @@ frames_l:
.byte <cho_overlay012,<cho_overlay013,<cho_overlay014 ; 12,13,14
.byte <cho_overlay015,<cho_overlay016,<cho_overlay017 ; 15,16,17
.byte <cho_overlay018,<cho_overlay019,<cho_overlay020 ; 18,19,20
.byte <cho_overlay021,<cho_overlay022,<cho_overlay023 ; 21,22,23
.byte <cho_overlay024,<cho_overlay025,<cho_overlay026 ; 24,25,26
.byte <cho_overlay027,<cho_overlay028,<cho_overlay029 ; 27,28,29
.byte <cho_overlay030,<cho_overlay031,<cho_overlay032 ; 30,31,32
.byte <cho_overlay033,<cho_overlay034,<cho_overlay035 ; 33,34,35
.byte <cho_overlay036,<cho_overlay037,<cho_overlay038 ; 36,37,38
.byte <cho_overlay039,<cho_overlay040 ; 39,40,41
frames_h:
.byte >empty ; 0
@ -114,6 +122,13 @@ frames_h:
.byte >cho_overlay012,>cho_overlay013,>cho_overlay014 ; 12,13,14
.byte >cho_overlay015,>cho_overlay016,>cho_overlay017 ; 15,16,17
.byte >cho_overlay018,>cho_overlay019,>cho_overlay020 ; 18,19,20
.byte >cho_overlay021,>cho_overlay022,>cho_overlay023 ; 21,22,23
.byte >cho_overlay024,>cho_overlay025,>cho_overlay026 ; 24,25,26
.byte >cho_overlay027,>cho_overlay028,>cho_overlay029 ; 27,28,29
.byte >cho_overlay030,>cho_overlay031,>cho_overlay032 ; 30,31,32
.byte >cho_overlay033,>cho_overlay034,>cho_overlay035 ; 33,34,35
.byte >cho_overlay036,>cho_overlay037,>cho_overlay038 ; 36,37,38
.byte >cho_overlay039,>cho_overlay040 ; 39,40,41
cho_graphics:
.include "graphics_cho/cho_graphics.inc"

View File

@ -17,7 +17,17 @@ cho_graphics.inc: \
cho_overlay014.gr.zx02 cho_overlay015.gr.zx02 \
cho_overlay016.gr.zx02 cho_overlay017.gr.zx02 \
cho_overlay018.gr.zx02 cho_overlay019.gr.zx02 \
cho_overlay020.gr.zx02
cho_overlay020.gr.zx02 cho_overlay021.gr.zx02 \
cho_overlay022.gr.zx02 cho_overlay023.gr.zx02 \
cho_overlay024.gr.zx02 cho_overlay025.gr.zx02 \
cho_overlay026.gr.zx02 cho_overlay027.gr.zx02 \
cho_overlay028.gr.zx02 cho_overlay029.gr.zx02 \
cho_overlay030.gr.zx02 cho_overlay031.gr.zx02 \
cho_overlay032.gr.zx02 cho_overlay033.gr.zx02 \
cho_overlay034.gr.zx02 cho_overlay035.gr.zx02 \
cho_overlay036.gr.zx02 cho_overlay037.gr.zx02 \
cho_overlay038.gr.zx02 cho_overlay039.gr.zx02 \
cho_overlay040.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
@ -36,6 +46,28 @@ cho_graphics.inc: \
echo "cho_overlay018: .incbin \"cho_overlay018.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay019: .incbin \"cho_overlay019.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay020: .incbin \"cho_overlay020.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay021: .incbin \"cho_overlay021.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay022: .incbin \"cho_overlay022.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay023: .incbin \"cho_overlay023.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay024: .incbin \"cho_overlay024.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay025: .incbin \"cho_overlay025.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay026: .incbin \"cho_overlay026.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay027: .incbin \"cho_overlay027.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay028: .incbin \"cho_overlay028.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay029: .incbin \"cho_overlay029.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay030: .incbin \"cho_overlay030.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay031: .incbin \"cho_overlay031.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay032: .incbin \"cho_overlay032.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay033: .incbin \"cho_overlay033.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay034: .incbin \"cho_overlay034.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay035: .incbin \"cho_overlay035.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay036: .incbin \"cho_overlay036.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay037: .incbin \"cho_overlay037.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay038: .incbin \"cho_overlay038.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay039: .incbin \"cho_overlay039.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay040: .incbin \"cho_overlay040.gr.zx02\"" >> cho_graphics.inc

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B