diff --git a/games/riven_hgr/NOTES b/games/riven_hgr/NOTES index 98db78d5..f0a613bd 100644 --- a/games/riven_hgr/NOTES +++ b/games/riven_hgr/NOTES @@ -1,4 +1,9 @@ +REMEMBER! QLOAD actually trashes 2 bytes above the top of the load + for most of this we re-write those bytes and it doesn't matter + but it does mean we can't load right up against $C000 as that's + I/O memory and we'll get weird corruption issues. + MEMORY MAP $0000-$00FF = zero page $0100-$01FF = stack diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan11_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan11_iipix.png index f7fa6625..c6a58975 100644 Binary files a/games/riven_hgr/disk00_files/graphics_cyan/cyan11_iipix.png and b/games/riven_hgr/disk00_files/graphics_cyan/cyan11_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan12_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan12_iipix.png index 860b91f0..f7fa6625 100644 Binary files a/games/riven_hgr/disk00_files/graphics_cyan/cyan12_iipix.png and b/games/riven_hgr/disk00_files/graphics_cyan/cyan12_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan13_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan13_iipix.png index 83e000cf..860b91f0 100644 Binary files a/games/riven_hgr/disk00_files/graphics_cyan/cyan13_iipix.png and b/games/riven_hgr/disk00_files/graphics_cyan/cyan13_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan14_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan14_iipix.png index b3cccb73..83e000cf 100644 Binary files a/games/riven_hgr/disk00_files/graphics_cyan/cyan14_iipix.png and b/games/riven_hgr/disk00_files/graphics_cyan/cyan14_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan15_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan15_iipix.png index e311a244..b3cccb73 100644 Binary files a/games/riven_hgr/disk00_files/graphics_cyan/cyan15_iipix.png and b/games/riven_hgr/disk00_files/graphics_cyan/cyan15_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan16_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan16_iipix.png index 5d88fa4b..ae50598d 100644 Binary files a/games/riven_hgr/disk00_files/graphics_cyan/cyan16_iipix.png and b/games/riven_hgr/disk00_files/graphics_cyan/cyan16_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan17_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan17_iipix.png index 203c8483..43b258fb 100644 Binary files a/games/riven_hgr/disk00_files/graphics_cyan/cyan17_iipix.png and b/games/riven_hgr/disk00_files/graphics_cyan/cyan17_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan18_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan18_iipix.png index f8380989..e311a244 100644 Binary files a/games/riven_hgr/disk00_files/graphics_cyan/cyan18_iipix.png and b/games/riven_hgr/disk00_files/graphics_cyan/cyan18_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan19_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan19_iipix.png new file mode 100644 index 00000000..5d88fa4b Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cyan/cyan19_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan20_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan20_iipix.png new file mode 100644 index 00000000..203c8483 Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cyan/cyan20_iipix.png differ diff --git a/games/riven_hgr/disk00_files/graphics_cyan/cyan21_iipix.png b/games/riven_hgr/disk00_files/graphics_cyan/cyan21_iipix.png new file mode 100644 index 00000000..f8380989 Binary files /dev/null and b/games/riven_hgr/disk00_files/graphics_cyan/cyan21_iipix.png differ