diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-20 08:53:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 08:53:44 -0500 |
commit | 062cdbe01cbbce5845daba7d1b880c716f3beff8 (patch) | |
tree | 7463417af8ba761ca59d5942bde1861201887a63 /graphics/cave_transition | |
parent | a7e6045d71d2d21c4fa5a494d112c6b38226eaec (diff) | |
parent | bd43b905b7ce5489224d3a2144504df6f7687f1f (diff) |
Merge pull request #1599 from GriffinRichards/fix-tilemaps
Break up graphics/interface and graphics/misc
Diffstat (limited to 'graphics/cave_transition')
-rw-r--r-- | graphics/cave_transition/black.pal | 19 | ||||
-rw-r--r-- | graphics/cave_transition/enter.pal | 11 | ||||
-rw-r--r-- | graphics/cave_transition/exit.pal | 11 | ||||
-rw-r--r-- | graphics/cave_transition/tilemap.bin | bin | 0 -> 2048 bytes | |||
-rw-r--r-- | graphics/cave_transition/tiles.png | bin | 0 -> 194 bytes | |||
-rw-r--r-- | graphics/cave_transition/white.pal | 19 |
6 files changed, 60 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 000000000..4293bfd1c --- /dev/null +++ b/graphics/cave_transition/tilemap.bin diff --git a/graphics/cave_transition/tiles.png b/graphics/cave_transition/tiles.png Binary files differnew file mode 100644 index 000000000..dd265149f --- /dev/null +++ b/graphics/cave_transition/tiles.png 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 |