diff options
| author | garak <garakmon@gmail.com> | 2019-03-14 19:09:56 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-03-16 12:21:47 -0500 |
| commit | d0115db5656944bcb4f44323bbd01b9a30780abc (patch) | |
| tree | 82db4019bb304099e7496f2a921190c07514ebf3 /graphics/pokemon/clefable | |
| parent | 14211fb4953a25ada33b2aa1618b90cb46b211b7 (diff) | |
move pokemon graphics to mon-specific directories
Diffstat (limited to 'graphics/pokemon/clefable')
| -rw-r--r-- | graphics/pokemon/clefable/anim_front.png | bin | 0 -> 1065 bytes | |||
| -rw-r--r-- | graphics/pokemon/clefable/back.png | bin | 0 -> 638 bytes | |||
| -rw-r--r-- | graphics/pokemon/clefable/footprint.png | bin | 0 -> 101 bytes | |||
| -rw-r--r-- | graphics/pokemon/clefable/front.png | bin | 0 -> 650 bytes | |||
| -rw-r--r-- | graphics/pokemon/clefable/icon.png | bin | 0 -> 339 bytes | |||
| -rw-r--r-- | graphics/pokemon/clefable/normal.pal | 19 | ||||
| -rw-r--r-- | graphics/pokemon/clefable/shiny.pal | 19 |
7 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pokemon/clefable/anim_front.png b/graphics/pokemon/clefable/anim_front.png Binary files differnew file mode 100644 index 000000000..ee7af0d1b --- /dev/null +++ b/graphics/pokemon/clefable/anim_front.png diff --git a/graphics/pokemon/clefable/back.png b/graphics/pokemon/clefable/back.png Binary files differnew file mode 100644 index 000000000..42592b8d7 --- /dev/null +++ b/graphics/pokemon/clefable/back.png diff --git a/graphics/pokemon/clefable/footprint.png b/graphics/pokemon/clefable/footprint.png Binary files differnew file mode 100644 index 000000000..5ff3e19a1 --- /dev/null +++ b/graphics/pokemon/clefable/footprint.png diff --git a/graphics/pokemon/clefable/front.png b/graphics/pokemon/clefable/front.png Binary files differnew file mode 100644 index 000000000..e1894fdfa --- /dev/null +++ b/graphics/pokemon/clefable/front.png diff --git a/graphics/pokemon/clefable/icon.png b/graphics/pokemon/clefable/icon.png Binary files differnew file mode 100644 index 000000000..4078e2854 --- /dev/null +++ b/graphics/pokemon/clefable/icon.png diff --git a/graphics/pokemon/clefable/normal.pal b/graphics/pokemon/clefable/normal.pal new file mode 100644 index 000000000..0befc3d13 --- /dev/null +++ b/graphics/pokemon/clefable/normal.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 222 222 +255 255 255 +197 197 197 +148 148 148 +255 0 255 +255 197 164 +255 156 131 +255 106 90 +180 57 41 +16 16 16 +255 106 41 +222 32 16 +139 115 74 +115 90 49 +90 65 24 +255 0 255 diff --git a/graphics/pokemon/clefable/shiny.pal b/graphics/pokemon/clefable/shiny.pal new file mode 100644 index 000000000..d89afdc81 --- /dev/null +++ b/graphics/pokemon/clefable/shiny.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 222 222 +255 255 255 +197 197 197 +148 148 148 +255 0 255 +255 230 255 +255 189 213 +255 148 172 +148 41 65 +16 16 16 +255 106 41 +222 32 16 +123 222 90 +82 180 49 +41 139 8 +255 0 255 |
