riven_hgr: hook up more graphics

This commit is contained in:
Vince Weaver 2024-05-25 02:04:59 -04:00
parent 8d475499f4
commit 1dcca3c939
12 changed files with 35 additions and 2 deletions

View File

@ -7,7 +7,7 @@
.include "zp.inc"
.include "hardware.inc"
NUM_SCENES = 27
NUM_SCENES = 37
overlays = $2000
@ -342,6 +342,16 @@ frames_l:
.byte <img137_bg_zx02
.byte <img138_bg_zx02
.byte <img139_bg_zx02
.byte <img140_bg_zx02
.byte <img141_bg_zx02
.byte <img142_bg_zx02
.byte <img143_bg_zx02
.byte <img144_bg_zx02
.byte <img145_bg_zx02
.byte <img146_bg_zx02
.byte <img147_bg_zx02
.byte <img148_bg_zx02
.byte <img149_bg_zx02
frames_h:
@ -372,6 +382,16 @@ frames_h:
.byte >img137_bg_zx02
.byte >img138_bg_zx02
.byte >img139_bg_zx02
.byte >img140_bg_zx02
.byte >img141_bg_zx02
.byte >img142_bg_zx02
.byte >img143_bg_zx02
.byte >img144_bg_zx02
.byte >img145_bg_zx02
.byte >img146_bg_zx02
.byte >img147_bg_zx02
.byte >img148_bg_zx02
.byte >img149_bg_zx02
overlay_mask_zx02:

View File

@ -15,7 +15,10 @@ movie2.inc: \
img129_bg.gr.zx02 img130_bg.gr.zx02 img131_bg.gr.zx02 \
img132_bg.gr.zx02 img133_bg.gr.zx02 img134_bg.gr.zx02 \
img135_bg.gr.zx02 img136_bg.gr.zx02 img137_bg.gr.zx02 \
img138_bg.gr.zx02 img139_bg.gr.zx02
img138_bg.gr.zx02 img139_bg.gr.zx02 img140_bg.gr.zx02 \
img141_bg.gr.zx02 img142_bg.gr.zx02 img143_bg.gr.zx02 \
img144_bg.gr.zx02 img145_bg.gr.zx02 img146_bg.gr.zx02 \
img147_bg.gr.zx02 img148_bg.gr.zx02 img149_bg.gr.zx02
echo "img096_bg_zx02: .incbin \"img096_bg.gr.zx02\"" > movie2.inc
echo "img114_bg_zx02: .incbin \"img114_bg.gr.zx02\"" >> movie2.inc
echo "img115_bg_zx02: .incbin \"img115_bg.gr.zx02\"" >> movie2.inc
@ -43,6 +46,16 @@ movie2.inc: \
echo "img137_bg_zx02: .incbin \"img137_bg.gr.zx02\"" >> movie2.inc
echo "img138_bg_zx02: .incbin \"img138_bg.gr.zx02\"" >> movie2.inc
echo "img139_bg_zx02: .incbin \"img139_bg.gr.zx02\"" >> movie2.inc
echo "img140_bg_zx02: .incbin \"img140_bg.gr.zx02\"" >> movie2.inc
echo "img141_bg_zx02: .incbin \"img141_bg.gr.zx02\"" >> movie2.inc
echo "img142_bg_zx02: .incbin \"img142_bg.gr.zx02\"" >> movie2.inc
echo "img143_bg_zx02: .incbin \"img143_bg.gr.zx02\"" >> movie2.inc
echo "img144_bg_zx02: .incbin \"img144_bg.gr.zx02\"" >> movie2.inc
echo "img145_bg_zx02: .incbin \"img145_bg.gr.zx02\"" >> movie2.inc
echo "img146_bg_zx02: .incbin \"img146_bg.gr.zx02\"" >> movie2.inc
echo "img147_bg_zx02: .incbin \"img147_bg.gr.zx02\"" >> movie2.inc
echo "img148_bg_zx02: .incbin \"img148_bg.gr.zx02\"" >> movie2.inc
echo "img149_bg_zx02: .incbin \"img149_bg.gr.zx02\"" >> movie2.inc

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 904 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 B