diff --git a/games/riven_hgr/disk00_files/cho.s b/games/riven_hgr/disk00_files/cho.s index 2d1d3639..216c8b1b 100644 --- a/games/riven_hgr/disk00_files/cho.s +++ b/games/riven_hgr/disk00_files/cho.s @@ -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 + cho_graphics: .include "graphics_cho/cho_graphics.inc" diff --git a/games/riven_hgr/disk00_files/graphics_cho/Makefile b/games/riven_hgr/disk00_files/graphics_cho/Makefile index a9a4741d..d5c599d2 100644 --- a/games/riven_hgr/disk00_files/graphics_cho/Makefile +++ b/games/riven_hgr/disk00_files/graphics_cho/Makefile @@ -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 diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay051.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay051.png new file mode 100644 index 00000000..89a6c397 Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay051.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay052.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay052.png new file mode 100644 index 00000000..55c36e61 Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay052.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay053.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay053.png new file mode 100644 index 00000000..c95de249 Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay053.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay054.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay054.png new file mode 100644 index 00000000..2a1592ef Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay054.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay055.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay055.png new file mode 100644 index 00000000..739ccc6a Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay055.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay056.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay056.png new file mode 100644 index 00000000..89daa84a Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay056.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay057.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay057.png new file mode 100644 index 00000000..380ba793 Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay057.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay058.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay058.png new file mode 100644 index 00000000..4770402f Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay058.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay059.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay059.png new file mode 100644 index 00000000..12ffcad2 Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay059.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/cho_overlay060.png b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay060.png new file mode 100644 index 00000000..d863dd86 Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/cho_overlay060.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cho/trap_overlay.png b/games/riven_hgr/disk00_files/graphics_cho/trap_overlay.png new file mode 100644 index 00000000..39405288 Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cho/trap_overlay.png differ diff --git a/games/riven_hgr/disk01_files/graphics_arrival/arrival_n2.png b/games/riven_hgr/disk01_files/graphics_arrival/arrival_n2.png new file mode 100644 index 00000000..659353f7 Binary files /dev/null and b/games/riven_hgr/disk01_files/graphics_arrival/arrival_n2.png differ diff --git a/games/riven_hgr/disk01_files/graphics_arrival/arrival_near_e.png b/games/riven_hgr/disk01_files/graphics_arrival/arrival_near_e.png index 8cf76152..a59b2d67 100644 Binary files a/games/riven_hgr/disk01_files/graphics_arrival/arrival_near_e.png and b/games/riven_hgr/disk01_files/graphics_arrival/arrival_near_e.png differ diff --git a/games/riven_hgr/disk01_files/graphics_arrival/arrival_near_e2.png b/games/riven_hgr/disk01_files/graphics_arrival/arrival_near_e2.png index a59b2d67..8cf76152 100644 Binary files a/games/riven_hgr/disk01_files/graphics_arrival/arrival_near_e2.png and b/games/riven_hgr/disk01_files/graphics_arrival/arrival_near_e2.png differ