diff options
author | garak <garakmon@gmail.com> | 2019-05-23 11:49:58 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-05-23 11:49:58 -0400 |
commit | e66ebaa1f5eddb1295b61fc975ff0a98c07250ba (patch) | |
tree | 2827180802d3ba33679b6686e0d3a52aa29ce2fc /graphics/pokemon/gastly | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
move pokemon graphics to mon-specific directories
Diffstat (limited to 'graphics/pokemon/gastly')
-rw-r--r-- | graphics/pokemon/gastly/back.png | bin | 0 -> 613 bytes | |||
-rw-r--r-- | graphics/pokemon/gastly/footprint.png | bin | 0 -> 71 bytes | |||
-rw-r--r-- | graphics/pokemon/gastly/front.png | bin | 0 -> 772 bytes | |||
-rw-r--r-- | graphics/pokemon/gastly/icon.png | bin | 0 -> 442 bytes | |||
-rw-r--r-- | graphics/pokemon/gastly/normal.pal | 19 | ||||
-rw-r--r-- | graphics/pokemon/gastly/shiny.pal | 19 |
6 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pokemon/gastly/back.png b/graphics/pokemon/gastly/back.png Binary files differnew file mode 100644 index 000000000..3ff1badde --- /dev/null +++ b/graphics/pokemon/gastly/back.png diff --git a/graphics/pokemon/gastly/footprint.png b/graphics/pokemon/gastly/footprint.png Binary files differnew file mode 100644 index 000000000..c7ccf57f3 --- /dev/null +++ b/graphics/pokemon/gastly/footprint.png diff --git a/graphics/pokemon/gastly/front.png b/graphics/pokemon/gastly/front.png Binary files differnew file mode 100644 index 000000000..444ac485a --- /dev/null +++ b/graphics/pokemon/gastly/front.png diff --git a/graphics/pokemon/gastly/icon.png b/graphics/pokemon/gastly/icon.png Binary files differnew file mode 100644 index 000000000..6a33a8ab5 --- /dev/null +++ b/graphics/pokemon/gastly/icon.png diff --git a/graphics/pokemon/gastly/normal.pal b/graphics/pokemon/gastly/normal.pal new file mode 100644 index 000000000..6098ec195 --- /dev/null +++ b/graphics/pokemon/gastly/normal.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +222 222 222 +222 82 57 +180 41 16 +255 0 255 +189 148 180 +139 98 131 +115 74 106 +82 49 90 +213 172 205 +189 148 180 +139 98 131 +255 0 255 +255 0 255 +16 16 16 diff --git a/graphics/pokemon/gastly/shiny.pal b/graphics/pokemon/gastly/shiny.pal new file mode 100644 index 000000000..350cb8abf --- /dev/null +++ b/graphics/pokemon/gastly/shiny.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +255 255 255 +255 255 255 +222 222 222 +222 82 57 +180 41 16 +255 0 255 +172 131 230 +148 115 197 +90 57 148 +82 41 98 +156 222 255 +115 180 213 +74 139 172 +255 0 255 +255 0 255 +16 16 16 |