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/psyduck | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
move pokemon graphics to mon-specific directories
Diffstat (limited to 'graphics/pokemon/psyduck')
-rw-r--r-- | graphics/pokemon/psyduck/back.png | bin | 0 -> 534 bytes | |||
-rw-r--r-- | graphics/pokemon/psyduck/footprint.png | bin | 0 -> 95 bytes | |||
-rw-r--r-- | graphics/pokemon/psyduck/front.png | bin | 0 -> 589 bytes | |||
-rw-r--r-- | graphics/pokemon/psyduck/icon.png | bin | 0 -> 329 bytes | |||
-rw-r--r-- | graphics/pokemon/psyduck/normal.pal | 19 | ||||
-rw-r--r-- | graphics/pokemon/psyduck/shiny.pal | 19 |
6 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pokemon/psyduck/back.png b/graphics/pokemon/psyduck/back.png Binary files differnew file mode 100644 index 000000000..65f8032a7 --- /dev/null +++ b/graphics/pokemon/psyduck/back.png diff --git a/graphics/pokemon/psyduck/footprint.png b/graphics/pokemon/psyduck/footprint.png Binary files differnew file mode 100644 index 000000000..4dff44800 --- /dev/null +++ b/graphics/pokemon/psyduck/footprint.png diff --git a/graphics/pokemon/psyduck/front.png b/graphics/pokemon/psyduck/front.png Binary files differnew file mode 100644 index 000000000..41e5202fc --- /dev/null +++ b/graphics/pokemon/psyduck/front.png diff --git a/graphics/pokemon/psyduck/icon.png b/graphics/pokemon/psyduck/icon.png Binary files differnew file mode 100644 index 000000000..f3ebc9f96 --- /dev/null +++ b/graphics/pokemon/psyduck/icon.png diff --git a/graphics/pokemon/psyduck/normal.pal b/graphics/pokemon/psyduck/normal.pal new file mode 100644 index 000000000..546dddd9f --- /dev/null +++ b/graphics/pokemon/psyduck/normal.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +238 238 238 +255 238 189 +246 222 139 +222 180 82 +131 90 0 +255 255 255 +222 222 222 +148 148 148 +255 0 255 +255 0 255 +255 0 255 +255 230 164 +255 213 74 +230 164 49 +148 90 16 +16 16 16 diff --git a/graphics/pokemon/psyduck/shiny.pal b/graphics/pokemon/psyduck/shiny.pal new file mode 100644 index 000000000..49b953b0d --- /dev/null +++ b/graphics/pokemon/psyduck/shiny.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +238 238 238 +238 255 255 +213 246 246 +172 205 205 +49 82 82 +255 255 255 +222 222 222 +148 148 148 +255 0 255 +255 0 255 +255 0 255 +156 238 238 +148 213 222 +106 172 180 +24 98 106 +16 16 16 |