riven: more graphics

This commit is contained in:
Vince Weaver 2024-07-09 02:14:57 -04:00
parent de5d06807a
commit bf066fbac4
16 changed files with 49 additions and 8 deletions

View File

@ -9,7 +9,7 @@
.include "disk00_defines.inc"
NUM_OVERLAYS = 41
NUM_OVERLAYS = 61
cho_start:
@ -107,7 +107,14 @@ frames_l:
.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
.byte <cho_overlay039,<cho_overlay040,<cho_overlay041 ; 39,40,41
.byte <cho_overlay042,<cho_overlay043,<cho_overlay044 ; 42,43,44
.byte <cho_overlay045,<cho_overlay046,<cho_overlay047 ; 45,46,47
.byte <cho_overlay048,<cho_overlay049,<cho_overlay050 ; 48,49,50
.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
frames_h:
@ -128,7 +135,15 @@ frames_h:
.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
.byte >cho_overlay039,>cho_overlay040,>cho_overlay041 ; 39,40,41
.byte >cho_overlay042,>cho_overlay043,>cho_overlay044 ; 42,43,44
.byte >cho_overlay045,>cho_overlay046,>cho_overlay047 ; 45,46,47
.byte >cho_overlay048,>cho_overlay049,>cho_overlay050 ; 48,49,50
.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
cho_graphics:
.include "graphics_cho/cho_graphics.inc"

View File

@ -27,7 +27,17 @@ cho_graphics.inc: \
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
cho_overlay040.gr.zx02 cho_overlay041.gr.zx02 \
cho_overlay042.gr.zx02 cho_overlay043.gr.zx02 \
cho_overlay044.gr.zx02 cho_overlay045.gr.zx02 \
cho_overlay046.gr.zx02 cho_overlay047.gr.zx02 \
cho_overlay048.gr.zx02 cho_overlay049.gr.zx02 \
cho_overlay050.gr.zx02 cho_overlay051.gr.zx02 \
cho_overlay052.gr.zx02 cho_overlay053.gr.zx02 \
cho_overlay054.gr.zx02 cho_overlay055.gr.zx02 \
cho_overlay056.gr.zx02 cho_overlay057.gr.zx02 \
cho_overlay058.gr.zx02 cho_overlay059.gr.zx02 \
cho_overlay060.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
@ -66,10 +76,26 @@ 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
echo "cho_overlay041: .incbin \"cho_overlay041.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay042: .incbin \"cho_overlay042.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay043: .incbin \"cho_overlay043.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay044: .incbin \"cho_overlay044.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay045: .incbin \"cho_overlay045.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay046: .incbin \"cho_overlay046.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay047: .incbin \"cho_overlay047.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay048: .incbin \"cho_overlay048.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay049: .incbin \"cho_overlay049.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay050: .incbin \"cho_overlay050.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay051: .incbin \"cho_overlay051.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay052: .incbin \"cho_overlay052.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay053: .incbin \"cho_overlay053.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay054: .incbin \"cho_overlay054.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay055: .incbin \"cho_overlay055.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay056: .incbin \"cho_overlay056.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay057: .incbin \"cho_overlay057.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay058: .incbin \"cho_overlay058.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay059: .incbin \"cho_overlay059.gr.zx02\"" >> cho_graphics.inc
echo "cho_overlay060: .incbin \"cho_overlay060.gr.zx02\"" >> cho_graphics.inc

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB