riven: fix up some mistakes

This commit is contained in:
Vince Weaver 2024-07-13 15:30:30 -04:00
parent 26af4df6f9
commit cd2ad3bea0
7 changed files with 27 additions and 7 deletions

View File

@ -14,9 +14,10 @@
; 20 empty
; 1 off by one
; 15 of moiety (switch background)
; 25 final part
BACKGROUND_SWITCH = 199
NUM_OVERLAYS = 200
BACKGROUND_SWITCH = 200
NUM_OVERLAYS = 225
cho_start:
@ -225,6 +226,16 @@ frames_l:
.byte <cho_overlay217,<cho_overlay218,<cho_overlay219 ; 217,218,219
.byte <cho_overlay220 ; 220
; 221 ... 244 + empty
.byte <cho_overlay221,<cho_overlay222,<cho_overlay223 ; 221,222,223
.byte <cho_overlay224,<cho_overlay225,<cho_overlay226 ; 224,225,226
.byte <cho_overlay227,<cho_overlay228,<cho_overlay229 ; 227,228,229
.byte <cho_overlay230,<cho_overlay231,<cho_overlay232 ; 230,231,232
.byte <cho_overlay233,<cho_overlay234,<cho_overlay235 ; 233,234,235
.byte <cho_overlay236,<cho_overlay237,<cho_overlay238 ; 236,237,238
.byte <cho_overlay239,<cho_overlay240,<cho_overlay241 ; 239,240,241
.byte <cho_overlay242,<cho_overlay243,<cho_overlay244 ; 242,243,244
.byte <empty
frames_h:
.byte >empty ; 0
@ -302,6 +313,15 @@ frames_h:
.byte >cho_overlay217,>cho_overlay218,>cho_overlay219 ; 217,218,219
.byte >cho_overlay220 ; 220
.byte >cho_overlay221,>cho_overlay222,>cho_overlay223 ; 221,222,223
.byte >cho_overlay224,>cho_overlay225,>cho_overlay226 ; 224,225,226
.byte >cho_overlay227,>cho_overlay228,>cho_overlay229 ; 227,228,229
.byte >cho_overlay230,>cho_overlay231,>cho_overlay232 ; 230,231,232
.byte >cho_overlay233,>cho_overlay234,>cho_overlay235 ; 233,234,235
.byte >cho_overlay236,>cho_overlay237,>cho_overlay238 ; 236,237,238
.byte >cho_overlay239,>cho_overlay240,>cho_overlay241 ; 239,240,241
.byte >cho_overlay242,>cho_overlay243,>cho_overlay244 ; 242,243,244
.byte >empty
text_l:
@ -439,15 +459,15 @@ tahg2_text:
.byte 7,21,"TAHG-EM-AH B'SOO RE-KO-AH",0,$FF
me_text:
.byte 0,20," _ _ _ _ _ _ _",0
.byte 0,20," _ _ _ _ _ _ _ _",0
.byte 0,21,"ME SELAP. ME SELAP. MU TEKA BOKU ANA.",0,$FF
me2_text:
.byte 0,20," _ _ _ _ _ _ _",0
.byte 0,20," _ _ _ _ _ _ _ _",0
.byte 0,21,"ME SELAP. MU TEKA BOKU ANA. BOKU ANA.",0,$FF
me3_text:
.byte 0,20," _ _ _ _ _",0
.byte 0,20," _ _ _ _ _ _",0
.byte 0,21,"ME SELAP. IM BOKU ANA. BOKU ANA.",0,$FF
boku_text:

View File

@ -103,8 +103,8 @@ cho_graphics.inc: \
cho_overlay234.gr.zx02 cho_overlay235.gr.zx02 \
cho_overlay236.gr.zx02 cho_overlay237.gr.zx02 \
cho_overlay238.gr.zx02 cho_overlay239.gr.zx02 \
cho_overlay240.gr.zx02 cho_overlay2141.gr.zx02 \
cho_overlay242.gr.zx02 cho_overlay43.gr.zx02 \
cho_overlay240.gr.zx02 cho_overlay241.gr.zx02 \
cho_overlay242.gr.zx02 cho_overlay243.gr.zx02 \
cho_overlay244.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 748 B

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 B

After

Width:  |  Height:  |  Size: 4.3 KiB