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/phanpy | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
move pokemon graphics to mon-specific directories
Diffstat (limited to 'graphics/pokemon/phanpy')
-rw-r--r-- | graphics/pokemon/phanpy/back.png | bin | 0 -> 541 bytes | |||
-rw-r--r-- | graphics/pokemon/phanpy/footprint.png | bin | 0 -> 85 bytes | |||
-rw-r--r-- | graphics/pokemon/phanpy/front.png | bin | 0 -> 462 bytes | |||
-rw-r--r-- | graphics/pokemon/phanpy/icon.png | bin | 0 -> 371 bytes | |||
-rw-r--r-- | graphics/pokemon/phanpy/normal.pal | 19 | ||||
-rw-r--r-- | graphics/pokemon/phanpy/shiny.pal | 19 |
6 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pokemon/phanpy/back.png b/graphics/pokemon/phanpy/back.png Binary files differnew file mode 100644 index 000000000..b40fb8ddf --- /dev/null +++ b/graphics/pokemon/phanpy/back.png diff --git a/graphics/pokemon/phanpy/footprint.png b/graphics/pokemon/phanpy/footprint.png Binary files differnew file mode 100644 index 000000000..70498b18f --- /dev/null +++ b/graphics/pokemon/phanpy/footprint.png diff --git a/graphics/pokemon/phanpy/front.png b/graphics/pokemon/phanpy/front.png Binary files differnew file mode 100644 index 000000000..f9dc5fce6 --- /dev/null +++ b/graphics/pokemon/phanpy/front.png diff --git a/graphics/pokemon/phanpy/icon.png b/graphics/pokemon/phanpy/icon.png Binary files differnew file mode 100644 index 000000000..341724973 --- /dev/null +++ b/graphics/pokemon/phanpy/icon.png diff --git a/graphics/pokemon/phanpy/normal.pal b/graphics/pokemon/phanpy/normal.pal new file mode 100644 index 000000000..57ca810fa --- /dev/null +++ b/graphics/pokemon/phanpy/normal.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +205 205 172 +255 255 255 +172 213 238 +156 189 238 +98 148 197 +82 82 148 +255 0 255 +255 172 139 +246 106 82 +189 57 49 +131 0 0 +255 0 255 +255 0 255 +213 213 213 +139 139 139 +16 16 16 diff --git a/graphics/pokemon/phanpy/shiny.pal b/graphics/pokemon/phanpy/shiny.pal new file mode 100644 index 000000000..a09fc1dcc --- /dev/null +++ b/graphics/pokemon/phanpy/shiny.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +205 205 172 +255 255 255 +222 246 255 +189 230 255 +106 180 230 +65 98 180 +255 0 255 +255 164 123 +255 82 65 +197 49 57 +131 0 0 +255 0 255 +255 0 255 +213 213 213 +139 139 139 +16 16 16 |