diff --git a/data/pkmn.json b/data/pkmn.json index a66f34eb..fc3afdd9 100644 --- a/data/pkmn.json +++ b/data/pkmn.json @@ -12488,5 +12488,81 @@ "jpn": "\u30c6\u30c3\u30ab\u30b0\u30e4", "jpn_ro": "Tekkaguya" } + }, + "798": { + "idx": 798, + "slug": { + "eng": "kartana", + "jpn": "kamitsurugi" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Kartana", + "jpn": "\u30ab\u30df\u30c4\u30eb\u30ae", + "jpn_ro": "Kamitsurugi" + } + }, + "799": { + "idx": 799, + "slug": { + "eng": "guzzlord", + "jpn": "akujikingu" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Guzzlord", + "jpn": "\u30a2\u30af\u30b8\u30ad\u30f3\u30b0", + "jpn_ro": "Akujikingu" + } + }, + "800": { + "idx": 800, + "slug": { + "eng": "necrozma", + "jpn": "necrozma" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Necrozma", + "jpn": "\u30cd\u30af\u30ed\u30ba\u30de", + "jpn_ro": "Necrozma" + } + }, + "801": { + "idx": 801, + "slug": { + "eng": "magearna", + "jpn": "magearna" + }, + "icons": { + ".": {}, + "original": {} + }, + "name": { + "eng": "Magearna", + "jpn": "\u30de\u30ae\u30a2\u30ca", + "jpn_ro": "Magearna" + } + }, + "802": { + "idx": 802, + "slug": { + "eng": "marshadow", + "jpn": "marshadow" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Marshadow", + "jpn": "\u30de\u30fc\u30b7\u30e3\u30c9\u30fc", + "jpn_ro": "Marshadow" + } } } \ No newline at end of file diff --git a/icons/pokemon/regular/guzzlord.png b/icons/pokemon/regular/guzzlord.png new file mode 100644 index 00000000..587678b9 Binary files /dev/null and b/icons/pokemon/regular/guzzlord.png differ diff --git a/icons/pokemon/regular/kartana.png b/icons/pokemon/regular/kartana.png new file mode 100644 index 00000000..97aee313 Binary files /dev/null and b/icons/pokemon/regular/kartana.png differ diff --git a/icons/pokemon/regular/magearna-original.png b/icons/pokemon/regular/magearna-original.png new file mode 100644 index 00000000..dda7c0dd Binary files /dev/null and b/icons/pokemon/regular/magearna-original.png differ diff --git a/icons/pokemon/regular/magearna.png b/icons/pokemon/regular/magearna.png new file mode 100644 index 00000000..ec3c469f Binary files /dev/null and b/icons/pokemon/regular/magearna.png differ diff --git a/icons/pokemon/regular/marshadow.png b/icons/pokemon/regular/marshadow.png new file mode 100644 index 00000000..c7dadbfc Binary files /dev/null and b/icons/pokemon/regular/marshadow.png differ diff --git a/icons/pokemon/regular/necrozma.png b/icons/pokemon/regular/necrozma.png new file mode 100644 index 00000000..9d5d728f Binary files /dev/null and b/icons/pokemon/regular/necrozma.png differ diff --git a/icons/pokemon/shiny/guzzlord.png b/icons/pokemon/shiny/guzzlord.png new file mode 100644 index 00000000..b834a4f5 Binary files /dev/null and b/icons/pokemon/shiny/guzzlord.png differ diff --git a/icons/pokemon/shiny/kartana.png b/icons/pokemon/shiny/kartana.png new file mode 100644 index 00000000..5e0b8125 Binary files /dev/null and b/icons/pokemon/shiny/kartana.png differ diff --git a/icons/pokemon/shiny/magearna-original.png b/icons/pokemon/shiny/magearna-original.png new file mode 100644 index 00000000..00700b4c Binary files /dev/null and b/icons/pokemon/shiny/magearna-original.png differ diff --git a/icons/pokemon/shiny/magearna.png b/icons/pokemon/shiny/magearna.png new file mode 100644 index 00000000..ec3c469f Binary files /dev/null and b/icons/pokemon/shiny/magearna.png differ diff --git a/icons/pokemon/shiny/marshadow.png b/icons/pokemon/shiny/marshadow.png new file mode 100644 index 00000000..fd1aa3da Binary files /dev/null and b/icons/pokemon/shiny/marshadow.png differ diff --git a/icons/pokemon/shiny/necrozma.png b/icons/pokemon/shiny/necrozma.png new file mode 100644 index 00000000..b1ec999d Binary files /dev/null and b/icons/pokemon/shiny/necrozma.png differ