From 4dec9b83a3a0b424284dae02506d159931cc1408 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 14 Jan 2022 12:29:30 -0500 Subject: Move more graphics out of misc --- graphics/cave_transition/black.pal | 19 +++++++++++++++++++ graphics/cave_transition/enter.pal | 11 +++++++++++ graphics/cave_transition/exit.pal | 11 +++++++++++ graphics/cave_transition/tilemap.bin | Bin 0 -> 2048 bytes graphics/cave_transition/tiles.png | Bin 0 -> 194 bytes graphics/cave_transition/white.pal | 19 +++++++++++++++++++ 6 files changed, 60 insertions(+) create mode 100644 graphics/cave_transition/black.pal create mode 100644 graphics/cave_transition/enter.pal create mode 100644 graphics/cave_transition/exit.pal create mode 100644 graphics/cave_transition/tilemap.bin create mode 100644 graphics/cave_transition/tiles.png create mode 100644 graphics/cave_transition/white.pal (limited to 'graphics/cave_transition') diff --git a/graphics/cave_transition/black.pal b/graphics/cave_transition/black.pal new file mode 100644 index 000000000..4b0812f09 --- /dev/null +++ b/graphics/cave_transition/black.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 diff --git a/graphics/cave_transition/enter.pal b/graphics/cave_transition/enter.pal new file mode 100644 index 000000000..fea15a176 --- /dev/null +++ b/graphics/cave_transition/enter.pal @@ -0,0 +1,11 @@ +JASC-PAL +0100 +8 +148 197 172 +16 16 16 +32 32 32 +49 49 49 +65 65 65 +82 82 82 +98 98 98 +115 115 115 diff --git a/graphics/cave_transition/exit.pal b/graphics/cave_transition/exit.pal new file mode 100644 index 000000000..09eb37624 --- /dev/null +++ b/graphics/cave_transition/exit.pal @@ -0,0 +1,11 @@ +JASC-PAL +0100 +8 +131 131 131 +148 148 148 +164 164 164 +180 180 180 +197 197 197 +213 213 213 +230 230 230 +255 255 255 diff --git a/graphics/cave_transition/tilemap.bin b/graphics/cave_transition/tilemap.bin new file mode 100644 index 000000000..4293bfd1c Binary files /dev/null and b/graphics/cave_transition/tilemap.bin differ diff --git a/graphics/cave_transition/tiles.png b/graphics/cave_transition/tiles.png new file mode 100644 index 000000000..dd265149f Binary files /dev/null and b/graphics/cave_transition/tiles.png differ diff --git a/graphics/cave_transition/white.pal b/graphics/cave_transition/white.pal new file mode 100644 index 000000000..98a1fb3c8 --- /dev/null +++ b/graphics/cave_transition/white.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 +255 255 255 -- cgit v1.2.3