diff --git a/data/pkmn.json b/data/pkmn.json index 21f72fa6..9fc6cc94 100644 --- a/data/pkmn.json +++ b/data/pkmn.json @@ -11967,7 +11967,9 @@ "jpn": "cuwawa" }, "icons": { - ".": {} + ".": { + "has_right": true + } }, "name": { "eng": "Comfey", diff --git a/icons/pokemon/regular/comfey.png b/icons/pokemon/regular/comfey.png index ca245197..1fcd087c 100644 Binary files a/icons/pokemon/regular/comfey.png and b/icons/pokemon/regular/comfey.png differ diff --git a/icons/pokemon/regular/right/comfey.png b/icons/pokemon/regular/right/comfey.png new file mode 100755 index 00000000..0ea6b011 Binary files /dev/null and b/icons/pokemon/regular/right/comfey.png differ diff --git a/icons/pokemon/shiny/comfey.png b/icons/pokemon/shiny/comfey.png index 37aaf552..63b3970c 100644 Binary files a/icons/pokemon/shiny/comfey.png and b/icons/pokemon/shiny/comfey.png differ diff --git a/icons/pokemon/shiny/right/comfey.png b/icons/pokemon/shiny/right/comfey.png new file mode 100644 index 00000000..4058682b Binary files /dev/null and b/icons/pokemon/shiny/right/comfey.png differ