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/hoppip | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
move pokemon graphics to mon-specific directories
Diffstat (limited to 'graphics/pokemon/hoppip')
-rw-r--r-- | graphics/pokemon/hoppip/back.png | bin | 0 -> 582 bytes | |||
-rw-r--r-- | graphics/pokemon/hoppip/footprint.png | bin | 0 -> 84 bytes | |||
-rw-r--r-- | graphics/pokemon/hoppip/front.png | bin | 0 -> 551 bytes | |||
-rw-r--r-- | graphics/pokemon/hoppip/icon.png | bin | 0 -> 367 bytes | |||
-rw-r--r-- | graphics/pokemon/hoppip/normal.pal | 19 | ||||
-rw-r--r-- | graphics/pokemon/hoppip/shiny.pal | 19 |
6 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pokemon/hoppip/back.png b/graphics/pokemon/hoppip/back.png Binary files differnew file mode 100644 index 000000000..a5d042909 --- /dev/null +++ b/graphics/pokemon/hoppip/back.png diff --git a/graphics/pokemon/hoppip/footprint.png b/graphics/pokemon/hoppip/footprint.png Binary files differnew file mode 100644 index 000000000..0be22ed86 --- /dev/null +++ b/graphics/pokemon/hoppip/footprint.png diff --git a/graphics/pokemon/hoppip/front.png b/graphics/pokemon/hoppip/front.png Binary files differnew file mode 100644 index 000000000..87110d09c --- /dev/null +++ b/graphics/pokemon/hoppip/front.png diff --git a/graphics/pokemon/hoppip/icon.png b/graphics/pokemon/hoppip/icon.png Binary files differnew file mode 100644 index 000000000..0692f69d7 --- /dev/null +++ b/graphics/pokemon/hoppip/icon.png diff --git a/graphics/pokemon/hoppip/normal.pal b/graphics/pokemon/hoppip/normal.pal new file mode 100644 index 000000000..578494117 --- /dev/null +++ b/graphics/pokemon/hoppip/normal.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 222 222 +255 255 255 +255 156 115 +255 98 82 +213 65 16 +164 16 0 +255 0 255 +131 230 57 +98 205 57 +65 164 32 +32 98 16 +255 0 255 +255 255 82 +246 197 0 +255 0 255 +16 16 16 diff --git a/graphics/pokemon/hoppip/shiny.pal b/graphics/pokemon/hoppip/shiny.pal new file mode 100644 index 000000000..c70c55c99 --- /dev/null +++ b/graphics/pokemon/hoppip/shiny.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +205 205 172 +255 255 255 +148 205 32 +106 180 8 +90 139 41 +57 90 16 +255 0 255 +189 246 57 +131 222 57 +82 172 24 +32 98 16 +255 0 255 +255 255 82 +246 197 0 +255 0 255 +16 16 16 |