riven: more graphics
@ -9,7 +9,7 @@
|
|||||||
.include "disk00_defines.inc"
|
.include "disk00_defines.inc"
|
||||||
|
|
||||||
|
|
||||||
NUM_OVERLAYS = 96
|
NUM_OVERLAYS = 111
|
||||||
|
|
||||||
|
|
||||||
cho_start:
|
cho_start:
|
||||||
@ -126,6 +126,11 @@ frames_l:
|
|||||||
.byte <cho_overlay087,<cho_overlay088,<cho_overlay089 ; 87,88,89
|
.byte <cho_overlay087,<cho_overlay088,<cho_overlay089 ; 87,88,89
|
||||||
.byte <cho_overlay090,<cho_overlay091,<cho_overlay092 ; 90,91,92
|
.byte <cho_overlay090,<cho_overlay091,<cho_overlay092 ; 90,91,92
|
||||||
.byte <cho_overlay093,<cho_overlay094,<cho_overlay095 ; 93,94,95
|
.byte <cho_overlay093,<cho_overlay094,<cho_overlay095 ; 93,94,95
|
||||||
|
.byte <cho_overlay096,<cho_overlay097,<cho_overlay098 ; 96,97,98
|
||||||
|
.byte <cho_overlay099,<cho_overlay100,<cho_overlay101 ; 99,100,101
|
||||||
|
.byte <cho_overlay102,<cho_overlay103,<cho_overlay104 ; 102,103,104
|
||||||
|
.byte <cho_overlay105,<cho_overlay106,<cho_overlay107 ; 105,106,107
|
||||||
|
.byte <cho_overlay108,<cho_overlay109,<cho_overlay110 ; 108,109,110
|
||||||
|
|
||||||
|
|
||||||
frames_h:
|
frames_h:
|
||||||
@ -165,7 +170,11 @@ frames_h:
|
|||||||
.byte >cho_overlay087,>cho_overlay088,>cho_overlay089 ; 87,88,89
|
.byte >cho_overlay087,>cho_overlay088,>cho_overlay089 ; 87,88,89
|
||||||
.byte >cho_overlay090,>cho_overlay091,>cho_overlay092 ; 90,91,92
|
.byte >cho_overlay090,>cho_overlay091,>cho_overlay092 ; 90,91,92
|
||||||
.byte >cho_overlay093,>cho_overlay094,>cho_overlay095 ; 93,94,95
|
.byte >cho_overlay093,>cho_overlay094,>cho_overlay095 ; 93,94,95
|
||||||
|
.byte >cho_overlay096,>cho_overlay097,>cho_overlay098 ; 96,97,98
|
||||||
|
.byte >cho_overlay099,>cho_overlay100,>cho_overlay101 ; 99,100,101
|
||||||
|
.byte >cho_overlay102,>cho_overlay103,>cho_overlay104 ; 102,103,104
|
||||||
|
.byte >cho_overlay105,>cho_overlay106,>cho_overlay107 ; 105,106,107
|
||||||
|
.byte >cho_overlay108,>cho_overlay109,>cho_overlay110 ; 108,109,110
|
||||||
|
|
||||||
cho_graphics:
|
cho_graphics:
|
||||||
.include "graphics_cho/cho_graphics.inc"
|
.include "graphics_cho/cho_graphics.inc"
|
||||||
|
@ -54,7 +54,15 @@ cho_graphics.inc: \
|
|||||||
cho_overlay088.gr.zx02 cho_overlay089.gr.zx02 \
|
cho_overlay088.gr.zx02 cho_overlay089.gr.zx02 \
|
||||||
cho_overlay090.gr.zx02 cho_overlay091.gr.zx02 \
|
cho_overlay090.gr.zx02 cho_overlay091.gr.zx02 \
|
||||||
cho_overlay092.gr.zx02 cho_overlay093.gr.zx02 \
|
cho_overlay092.gr.zx02 cho_overlay093.gr.zx02 \
|
||||||
cho_overlay094.gr.zx02 cho_overlay095.gr.zx02
|
cho_overlay094.gr.zx02 cho_overlay095.gr.zx02 \
|
||||||
|
cho_overlay096.gr.zx02 cho_overlay097.gr.zx02 \
|
||||||
|
cho_overlay098.gr.zx02 cho_overlay099.gr.zx02 \
|
||||||
|
cho_overlay100.gr.zx02 cho_overlay101.gr.zx02 \
|
||||||
|
cho_overlay102.gr.zx02 cho_overlay103.gr.zx02 \
|
||||||
|
cho_overlay104.gr.zx02 cho_overlay105.gr.zx02 \
|
||||||
|
cho_overlay106.gr.zx02 cho_overlay107.gr.zx02 \
|
||||||
|
cho_overlay108.gr.zx02 cho_overlay109.gr.zx02 \
|
||||||
|
cho_overlay110.gr.zx02
|
||||||
echo "captured_bg: .incbin \"captured_bg.gr.zx02\"" > cho_graphics.inc
|
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 "captured_cage_bg: .incbin \"captured_cage_bg.gr.zx02\"" >> cho_graphics.inc
|
||||||
echo "empty: .incbin \"empty.gr.zx02\"" >> cho_graphics.inc
|
echo "empty: .incbin \"empty.gr.zx02\"" >> cho_graphics.inc
|
||||||
@ -148,7 +156,21 @@ cho_graphics.inc: \
|
|||||||
echo "cho_overlay093: .incbin \"cho_overlay093.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_overlay094: .incbin \"cho_overlay094.gr.zx02\"" >> cho_graphics.inc
|
||||||
echo "cho_overlay095: .incbin \"cho_overlay095.gr.zx02\"" >> cho_graphics.inc
|
echo "cho_overlay095: .incbin \"cho_overlay095.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay096: .incbin \"cho_overlay096.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay097: .incbin \"cho_overlay097.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay098: .incbin \"cho_overlay098.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay099: .incbin \"cho_overlay099.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay100: .incbin \"cho_overlay100.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay101: .incbin \"cho_overlay101.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay102: .incbin \"cho_overlay102.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay103: .incbin \"cho_overlay103.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay104: .incbin \"cho_overlay104.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay105: .incbin \"cho_overlay105.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay106: .incbin \"cho_overlay106.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay107: .incbin \"cho_overlay107.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay108: .incbin \"cho_overlay108.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay109: .incbin \"cho_overlay109.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
echo "cho_overlay110: .incbin \"cho_overlay110.gr.zx02\"" >> cho_graphics.inc
|
||||||
|
|
||||||
|
|
||||||
####
|
####
|
||||||
|
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay096.png
Normal file
After Width: | Height: | Size: 766 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay097.png
Normal file
After Width: | Height: | Size: 792 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay098.png
Normal file
After Width: | Height: | Size: 794 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay099.png
Normal file
After Width: | Height: | Size: 790 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay100.png
Normal file
After Width: | Height: | Size: 777 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay101.png
Normal file
After Width: | Height: | Size: 787 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay102.png
Normal file
After Width: | Height: | Size: 774 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay103.png
Normal file
After Width: | Height: | Size: 750 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay104.png
Normal file
After Width: | Height: | Size: 761 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay105.png
Normal file
After Width: | Height: | Size: 781 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay106.png
Normal file
After Width: | Height: | Size: 754 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay107.png
Normal file
After Width: | Height: | Size: 758 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay108.png
Normal file
After Width: | Height: | Size: 757 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay109.png
Normal file
After Width: | Height: | Size: 753 B |
BIN
games/riven_hgr/disk00_files/graphics_cho/cho_overlay110.png
Normal file
After Width: | Height: | Size: 746 B |