diff --git a/data/pkmn.json b/data/pkmn.json index 9d66b824..39e14dfc 100644 --- a/data/pkmn.json +++ b/data/pkmn.json @@ -12070,5 +12070,35 @@ "jpn": "\u30ca\u30de\u30b3\u30d6\u30b7", "jpn_ro": "Namakobushi" } + }, + "772": { + "idx": 772, + "slug": { + "eng": "type-null", + "jpn": "type-null" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Type: Null", + "jpn": "\u30bf\u30a4\u30d7\uff1a\u30cc\u30eb", + "jpn_ro": "Type: Null" + } + }, + "773": { + "idx": 773, + "slug": { + "eng": "silvally", + "jpn": "silvady" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Silvally", + "jpn": "\u30b7\u30eb\u30f4\u30a1\u30c7\u30a3", + "jpn_ro": "Silvady" + } } } \ No newline at end of file diff --git a/icons/pokemon/regular/silvally.png b/icons/pokemon/regular/silvally.png new file mode 100644 index 00000000..1b9f1f0e Binary files /dev/null and b/icons/pokemon/regular/silvally.png differ diff --git a/icons/pokemon/regular/type-null.png b/icons/pokemon/regular/type-null.png new file mode 100644 index 00000000..b379a41d Binary files /dev/null and b/icons/pokemon/regular/type-null.png differ diff --git a/icons/pokemon/shiny/silvally.png b/icons/pokemon/shiny/silvally.png new file mode 100644 index 00000000..6a4889ed Binary files /dev/null and b/icons/pokemon/shiny/silvally.png differ diff --git a/icons/pokemon/shiny/type-null.png b/icons/pokemon/shiny/type-null.png new file mode 100644 index 00000000..56cc6abd Binary files /dev/null and b/icons/pokemon/shiny/type-null.png differ