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/blastoise | |
| parent | 14211fb4953a25ada33b2aa1618b90cb46b211b7 (diff) | |
move pokemon graphics to mon-specific directories
Diffstat (limited to 'graphics/pokemon/blastoise')
| -rw-r--r-- | graphics/pokemon/blastoise/anim_front.png | bin | 0 -> 1818 bytes | |||
| -rw-r--r-- | graphics/pokemon/blastoise/back.png | bin | 0 -> 860 bytes | |||
| -rw-r--r-- | graphics/pokemon/blastoise/footprint.png | bin | 0 -> 98 bytes | |||
| -rw-r--r-- | graphics/pokemon/blastoise/front.png | bin | 0 -> 1071 bytes | |||
| -rw-r--r-- | graphics/pokemon/blastoise/icon.png | bin | 0 -> 397 bytes | |||
| -rw-r--r-- | graphics/pokemon/blastoise/normal.pal | 19 | ||||
| -rw-r--r-- | graphics/pokemon/blastoise/shiny.pal | 19 |
7 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pokemon/blastoise/anim_front.png b/graphics/pokemon/blastoise/anim_front.png Binary files differnew file mode 100644 index 000000000..68b8bd7dd --- /dev/null +++ b/graphics/pokemon/blastoise/anim_front.png diff --git a/graphics/pokemon/blastoise/back.png b/graphics/pokemon/blastoise/back.png Binary files differnew file mode 100644 index 000000000..abb14e565 --- /dev/null +++ b/graphics/pokemon/blastoise/back.png diff --git a/graphics/pokemon/blastoise/footprint.png b/graphics/pokemon/blastoise/footprint.png Binary files differnew file mode 100644 index 000000000..b881f9270 --- /dev/null +++ b/graphics/pokemon/blastoise/footprint.png diff --git a/graphics/pokemon/blastoise/front.png b/graphics/pokemon/blastoise/front.png Binary files differnew file mode 100644 index 000000000..060cec2f9 --- /dev/null +++ b/graphics/pokemon/blastoise/front.png diff --git a/graphics/pokemon/blastoise/icon.png b/graphics/pokemon/blastoise/icon.png Binary files differnew file mode 100644 index 000000000..253d4f8da --- /dev/null +++ b/graphics/pokemon/blastoise/icon.png diff --git a/graphics/pokemon/blastoise/normal.pal b/graphics/pokemon/blastoise/normal.pal new file mode 100644 index 000000000..632bbc021 --- /dev/null +++ b/graphics/pokemon/blastoise/normal.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +205 205 172 +255 255 255 +213 205 205 +148 164 164 +106 74 57 +172 98 32 +238 172 90 +255 213 106 +230 172 90 +189 139 57 +156 106 74 +131 213 255 +106 172 230 +65 131 197 +74 74 131 +16 16 16 diff --git a/graphics/pokemon/blastoise/shiny.pal b/graphics/pokemon/blastoise/shiny.pal new file mode 100644 index 000000000..d0547a706 --- /dev/null +++ b/graphics/pokemon/blastoise/shiny.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +205 205 172 +255 255 255 +213 205 205 +148 164 164 +32 65 32 +172 98 32 +238 172 90 +255 213 106 +115 139 41 +82 106 8 +41 65 8 +230 230 246 +197 197 246 +139 139 189 +57 57 106 +16 16 16 |
