riven: update graphics

This commit is contained in:
Vince Weaver 2024-07-10 16:58:53 -04:00
parent 83c7a3eda0
commit 669a1bd3a9
17 changed files with 63 additions and 5 deletions

View File

@ -9,7 +9,7 @@
.include "disk00_defines.inc"
NUM_OVERLAYS = 61
NUM_OVERLAYS = 96
cho_start:
@ -114,7 +114,18 @@ frames_l:
.byte <cho_overlay051,<cho_overlay052,<cho_overlay053 ; 51,52,53
.byte <cho_overlay054,<cho_overlay055,<cho_overlay056 ; 54,55,56
.byte <cho_overlay057,<cho_overlay058,<cho_overlay059 ; 57,58,59
.byte <cho_overlay060 ; 60,61,62
.byte <cho_overlay060,<cho_overlay061,<cho_overlay062 ; 60,61,62
.byte <cho_overlay063,<cho_overlay064,<cho_overlay065 ; 63,64,65
.byte <cho_overlay066,<cho_overlay067,<cho_overlay068 ; 66,67,68
.byte <cho_overlay069,<cho_overlay070,<cho_overlay071 ; 69,70,71
.byte <cho_overlay072,<cho_overlay073,<cho_overlay074 ; 72,73,74
.byte <cho_overlay075,<cho_overlay076,<cho_overlay077 ; 75,76,77
.byte <cho_overlay078,<cho_overlay079,<cho_overlay080 ; 78,79,80
.byte <cho_overlay081,<cho_overlay082,<cho_overlay083 ; 81,82,83
.byte <cho_overlay084,<cho_overlay085,<cho_overlay086 ; 84,85,86
.byte <cho_overlay087,<cho_overlay088,<cho_overlay089 ; 87,88,89
.byte <cho_overlay090,<cho_overlay091,<cho_overlay092 ; 90,91,92
.byte <cho_overlay093,<cho_overlay094,<cho_overlay095 ; 93,94,95
frames_h:
@ -142,7 +153,18 @@ frames_h:
.byte >cho_overlay051,>cho_overlay052,>cho_overlay053 ; 51,52,53
.byte >cho_overlay054,>cho_overlay055,>cho_overlay056 ; 54,55,56
.byte >cho_overlay057,>cho_overlay058,>cho_overlay059 ; 57,58,59
.byte >cho_overlay060 ; 60,61,62
.byte >cho_overlay060,>cho_overlay061,>cho_overlay062 ; 60,61,62
.byte >cho_overlay063,>cho_overlay064,>cho_overlay065 ; 63,64,65
.byte >cho_overlay066,>cho_overlay067,>cho_overlay068 ; 66,67,68
.byte >cho_overlay069,>cho_overlay070,>cho_overlay071 ; 69,70,71
.byte >cho_overlay072,>cho_overlay073,>cho_overlay074 ; 72,73,74
.byte >cho_overlay075,>cho_overlay076,>cho_overlay077 ; 75,76,77
.byte >cho_overlay078,>cho_overlay079,>cho_overlay080 ; 78,79,80
.byte >cho_overlay081,>cho_overlay082,>cho_overlay083 ; 81,82,83
.byte >cho_overlay084,>cho_overlay085,>cho_overlay086 ; 84,85,86
.byte >cho_overlay087,>cho_overlay088,>cho_overlay089 ; 87,88,89
.byte >cho_overlay090,>cho_overlay091,>cho_overlay092 ; 90,91,92
.byte >cho_overlay093,>cho_overlay094,>cho_overlay095 ; 93,94,95
cho_graphics:

View File

@ -42,7 +42,19 @@ cho_graphics.inc: \
cho_overlay064.gr.zx02 cho_overlay065.gr.zx02 \
cho_overlay066.gr.zx02 cho_overlay067.gr.zx02 \
cho_overlay068.gr.zx02 cho_overlay069.gr.zx02 \
cho_overlay070.gr.zx02
cho_overlay070.gr.zx02 cho_overlay071.gr.zx02 \
cho_overlay072.gr.zx02 cho_overlay073.gr.zx02 \
cho_overlay074.gr.zx02 cho_overlay075.gr.zx02 \
cho_overlay076.gr.zx02 cho_overlay077.gr.zx02 \
cho_overlay078.gr.zx02 cho_overlay079.gr.zx02 \
cho_overlay080.gr.zx02 cho_overlay081.gr.zx02 \
cho_overlay082.gr.zx02 cho_overlay083.gr.zx02 \
cho_overlay084.gr.zx02 cho_overlay085.gr.zx02 \
cho_overlay086.gr.zx02 cho_overlay087.gr.zx02 \
cho_overlay088.gr.zx02 cho_overlay089.gr.zx02 \
cho_overlay090.gr.zx02 cho_overlay091.gr.zx02 \
cho_overlay092.gr.zx02 cho_overlay093.gr.zx02 \
cho_overlay094.gr.zx02 cho_overlay095.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
@ -111,7 +123,31 @@ cho_graphics.inc: \
echo "cho_overlay068: .incbin \"cho_overlay068.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay069: .incbin \"cho_overlay069.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay070: .incbin \"cho_overlay070.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay071: .incbin \"cho_overlay071.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay072: .incbin \"cho_overlay072.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay073: .incbin \"cho_overlay073.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay074: .incbin \"cho_overlay074.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay075: .incbin \"cho_overlay075.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay076: .incbin \"cho_overlay076.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay077: .incbin \"cho_overlay077.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay078: .incbin \"cho_overlay078.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay079: .incbin \"cho_overlay079.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay080: .incbin \"cho_overlay080.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay081: .incbin \"cho_overlay081.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay082: .incbin \"cho_overlay082.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay083: .incbin \"cho_overlay083.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay084: .incbin \"cho_overlay084.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay085: .incbin \"cho_overlay085.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay086: .incbin \"cho_overlay086.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay087: .incbin \"cho_overlay087.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay088: .incbin \"cho_overlay088.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay089: .incbin \"cho_overlay089.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay090: .incbin \"cho_overlay090.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay091: .incbin \"cho_overlay091.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay092: .incbin \"cho_overlay092.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay093: .incbin \"cho_overlay093.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay094: .incbin \"cho_overlay094.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay095: .incbin \"cho_overlay095.gr.zx02\"" >> cho_graphics.inc

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B