Skip to content

Commit

Permalink
341 342 Corphish Crawdaunt [palette]
Browse files Browse the repository at this point in the history
Unlinked colors on base sprite for eyes
Converted variant images to palette
Ordered palettes
  • Loading branch information
pom-eranian committed Oct 8, 2024
1 parent c248800 commit 2bfac44
Show file tree
Hide file tree
Showing 12 changed files with 95 additions and 15 deletions.
Binary file modified public/images/pokemon/341.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/pokemon/342.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/pokemon/back/341.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/pokemon/back/342.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/pokemon/back/shiny/341.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/pokemon/back/shiny/342.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/pokemon/shiny/341.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/pokemon/shiny/342.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions public/images/pokemon/variant/341.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"1": {
"6b3a42": "5e2204",
"ceb594": "d4925f",
"f77352": "c1b63c",
"846b52": "822f14",
"e6e6ce": "edbda3",
"ff9c94": "d2d78f",
"ad9c84": "ad5d2f",
"e65208": "a37d1c",
"a53a21": "85540c"
},
"2": {
"6b3a42": "5b432a",
"ceb594": "d9bf7e",
"f77352": "9ab767",
"846b52": "7a5030",
"e6e6ce": "f2e4ae",
"ff9c94": "dbe5a8",
"ad9c84": "a88453",
"e65208": "889455",
"a53a21": "6d653c"
}
}
34 changes: 34 additions & 0 deletions public/images/pokemon/variant/342.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"1": {
"529cf7": "a4e154",
"ef5252": "a0451a",
"ce3131": "672e32",
"fafafa": "f6a12d",
"f79c19": "d04215",
"f78c8c": "d4551d",
"4273ad": "29b397",
"8c2929": "350f3d",
"ffe65a": "ea9260",
"19426b": "16784f",
"7b5a31": "731105",
"b5ada5": "d4693b",
"e0e0e0": "ec932e",
"635a5a": "953408"
},
"2": {
"529cf7": "ef5252",
"ef5252": "1fb869",
"ce3131": "2d8f72",
"fafafa": "ec982e",
"f79c19": "3ca2da",
"f78c8c": "23ef5e",
"4273ad": "ce3131",
"8c2929": "0e4949",
"ffe65a": "4ef6f5",
"19426b": "8c2929",
"7b5a31": "2a63a6",
"b5ada5": "d4693b",
"e0e0e0": "ec932e",
"635a5a": "a52615"
}
}
24 changes: 9 additions & 15 deletions public/images/pokemon/variant/back/341.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
{
"1": {
"a53a21": "85540c",
"ff9c94": "d2d78f",
"6b3a42": "5e2204",
"f77352": "c1b63c",
"101010": "101010",
"e65208": "a37d1c",
"ffffff": "ffffff",
"846b52": "ad5d2f",
"cecece": "cecece",
"ad9c84": "d4925f",
"ceb594": "edbda3"
"f77352": "c1b63c",
"ceb594": "d4925f",
"ff9c94": "d2d78f",
"ad9c84": "ad5d2f",
"846b52": "822f14"
},
"2": {
"a53a21": "6d653c",
"ff9c94": "dbe5a8",
"6b3a42": "5b432a",
"f77352": "9ab767",
"101010": "101010",
"e65208": "889455",
"ffffff": "ffffff",
"846b52": "7a5030",
"cecece": "cecece",
"f77352": "9ab767",
"ceb594": "d9bf7e",
"ff9c94": "dbe5a8",
"ad9c84": "a88453",
"ceb594": "d9bf7e"
"846b52": "7a5030"
}
}
28 changes: 28 additions & 0 deletions public/images/pokemon/variant/back/342.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"1": {
"b5ada5": "d4693b",
"529cf7": "29b397",
"4273ad": "16784f",
"ef5252": "a0451a",
"ffe65a": "ea9260",
"ce3131": "672e32",
"635a5a": "953408",
"dedede": "f6a12d",
"8c2929": "350f3d",
"7b5a31": "731105",
"f79c19": "d04215"
},
"2": {
"b5ada5": "d4693b",
"529cf7": "ce3131",
"4273ad": "8c2929",
"ef5252": "1fb869",
"ffe65a": "4ef6f5",
"ce3131": "2d8f72",
"635a5a": "953408",
"dedede": "ec932e",
"8c2929": "0e4949",
"7b5a31": "2a63a6",
"f79c19": "3ca2da"
}
}

0 comments on commit 2bfac44

Please sign in to comment.