riven: more rotoscoping
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay021.png
Normal file
After Width: | Height: | Size: 697 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay022.png
Normal file
After Width: | Height: | Size: 692 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay023.png
Normal file
After Width: | Height: | Size: 687 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay024.png
Normal file
After Width: | Height: | Size: 683 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay025.png
Normal file
After Width: | Height: | Size: 694 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay026.png
Normal file
After Width: | Height: | Size: 717 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay027.png
Normal file
After Width: | Height: | Size: 726 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay028.png
Normal file
After Width: | Height: | Size: 716 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay029.png
Normal file
After Width: | Height: | Size: 714 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay030.png
Normal file
After Width: | Height: | Size: 721 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay031.png
Normal file
After Width: | Height: | Size: 722 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay032.png
Normal file
After Width: | Height: | Size: 733 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay033.png
Normal file
After Width: | Height: | Size: 716 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay034.png
Normal file
After Width: | Height: | Size: 726 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay035.png
Normal file
After Width: | Height: | Size: 728 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay036.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay037.png
Normal file
After Width: | Height: | Size: 712 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay038.png
Normal file
After Width: | Height: | Size: 727 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay039.png
Normal file
After Width: | Height: | Size: 731 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay040.png
Normal file
After Width: | Height: | Size: 731 B |