diff --git a/data/pkmn.json b/data/pkmn.json index 079d174f..46e0366b 100644 --- a/data/pkmn.json +++ b/data/pkmn.json @@ -12353,5 +12353,35 @@ "jpn": "\u30ab\u30d7\u30fb\u30ec\u30d2\u30ec", "jpn_ro": "Kapu-Rehire" } + }, + "789": { + "idx": 789, + "slug": { + "eng": "cosmog", + "jpn": "cosmog" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Cosmog", + "jpn": "\u30b3\u30b9\u30e2\u30c3\u30b0", + "jpn_ro": "Cosmog" + } + }, + "790": { + "idx": 790, + "slug": { + "eng": "cosmoem", + "jpn": "cosmovum" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Cosmoem", + "jpn": "\u30b3\u30b9\u30e2\u30a6\u30e0", + "jpn_ro": "Cosmovum" + } } } \ No newline at end of file diff --git a/icons/pokemon/regular/cosmoem.png b/icons/pokemon/regular/cosmoem.png new file mode 100644 index 00000000..90d3c46c Binary files /dev/null and b/icons/pokemon/regular/cosmoem.png differ diff --git a/icons/pokemon/regular/cosmog.png b/icons/pokemon/regular/cosmog.png new file mode 100644 index 00000000..abb61649 Binary files /dev/null and b/icons/pokemon/regular/cosmog.png differ diff --git a/icons/pokemon/shiny/cosmoem.png b/icons/pokemon/shiny/cosmoem.png new file mode 100644 index 00000000..d7dc0351 Binary files /dev/null and b/icons/pokemon/shiny/cosmoem.png differ diff --git a/icons/pokemon/shiny/cosmog.png b/icons/pokemon/shiny/cosmog.png new file mode 100644 index 00000000..7e07ed5f Binary files /dev/null and b/icons/pokemon/shiny/cosmog.png differ