diff --git a/data/pkmn.json b/data/pkmn.json index f89381e1..0a87d9be 100644 --- a/data/pkmn.json +++ b/data/pkmn.json @@ -12891,5 +12891,36 @@ "jpn": "\u30bc\u30e9\u30aa\u30e9", "jpn_ro": "Zeraora" } + }, + "808": { + "idx": 808, + "slug": { + "eng": "meltan", + "jpn": "meltan" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Meltan", + "jpn": "\u30e1\u30eb\u30bf\u30f3", + "jpn_ro": "Meltan" + } + }, + "809": { + "idx": 809, + "slug": { + "eng": "melmetal", + "jpn": "melmetal" + }, + "unofficial_icon": true, + "icons": { + ".": {} + }, + "name": { + "eng": "Melmetal", + "jpn": "\u30e1\u30eb\u30e1\u30bf\u30eb", + "jpn_ro": "Melmetal" + } } } diff --git a/icons/pokemon/regular/melmetal.png b/icons/pokemon/regular/melmetal.png new file mode 100644 index 00000000..cde0fc0e Binary files /dev/null and b/icons/pokemon/regular/melmetal.png differ diff --git a/icons/pokemon/regular/meltan.png b/icons/pokemon/regular/meltan.png new file mode 100644 index 00000000..76aebb2c Binary files /dev/null and b/icons/pokemon/regular/meltan.png differ diff --git a/icons/pokemon/shiny/melmetal.png b/icons/pokemon/shiny/melmetal.png new file mode 100644 index 00000000..136747ca Binary files /dev/null and b/icons/pokemon/shiny/melmetal.png differ diff --git a/icons/pokemon/shiny/meltan.png b/icons/pokemon/shiny/meltan.png new file mode 100644 index 00000000..0f313829 Binary files /dev/null and b/icons/pokemon/shiny/meltan.png differ