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/onix | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
move pokemon graphics to mon-specific directories
Diffstat (limited to 'graphics/pokemon/onix')
-rw-r--r-- | graphics/pokemon/onix/back.png | bin | 0 -> 696 bytes | |||
-rw-r--r-- | graphics/pokemon/onix/footprint.png | bin | 0 -> 71 bytes | |||
-rw-r--r-- | graphics/pokemon/onix/front.png | bin | 0 -> 929 bytes | |||
-rw-r--r-- | graphics/pokemon/onix/icon.png | bin | 0 -> 456 bytes | |||
-rw-r--r-- | graphics/pokemon/onix/normal.pal | 19 | ||||
-rw-r--r-- | graphics/pokemon/onix/shiny.pal | 19 |
6 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pokemon/onix/back.png b/graphics/pokemon/onix/back.png Binary files differnew file mode 100644 index 000000000..233e66d91 --- /dev/null +++ b/graphics/pokemon/onix/back.png diff --git a/graphics/pokemon/onix/footprint.png b/graphics/pokemon/onix/footprint.png Binary files differnew file mode 100644 index 000000000..c7ccf57f3 --- /dev/null +++ b/graphics/pokemon/onix/footprint.png diff --git a/graphics/pokemon/onix/front.png b/graphics/pokemon/onix/front.png Binary files differnew file mode 100644 index 000000000..4f9679d3f --- /dev/null +++ b/graphics/pokemon/onix/front.png diff --git a/graphics/pokemon/onix/icon.png b/graphics/pokemon/onix/icon.png Binary files differnew file mode 100644 index 000000000..ddd7ee4f9 --- /dev/null +++ b/graphics/pokemon/onix/icon.png diff --git a/graphics/pokemon/onix/normal.pal b/graphics/pokemon/onix/normal.pal new file mode 100644 index 000000000..d0820bdc6 --- /dev/null +++ b/graphics/pokemon/onix/normal.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +172 222 205 +255 255 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +238 230 230 +222 213 213 +189 180 180 +123 131 106 +82 74 74 +16 16 16 diff --git a/graphics/pokemon/onix/shiny.pal b/graphics/pokemon/onix/shiny.pal new file mode 100644 index 000000000..fc100a9cf --- /dev/null +++ b/graphics/pokemon/onix/shiny.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +222 222 222 +255 255 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +255 0 255 +230 230 156 +205 205 131 +164 164 90 +123 123 49 +82 82 8 +16 16 16 |