diff --git a/data/pkmn.json b/data/pkmn.json index 88d29ff3..84c80a32 100644 --- a/data/pkmn.json +++ b/data/pkmn.json @@ -11306,5 +11306,20 @@ "jpn": "\u30dc\u30eb\u30b1\u30cb\u30aa\u30f3", "jpn_ro": "Volcanion" } + }, + "722": { + "idx": 722, + "slug": { + "eng": "rowlet", + "jpn": "mokuroh" + }, + "icons": { + ".": {} + }, + "name": { + "eng": "Rowlet", + "jpn": "\u30e2\u30af\u30ed\u30fc", + "jpn_ro": "Mokuroh" + } } } \ No newline at end of file diff --git a/icons/pokemon/regular/rowlet.png b/icons/pokemon/regular/rowlet.png new file mode 100644 index 00000000..a7ca18ad Binary files /dev/null and b/icons/pokemon/regular/rowlet.png differ diff --git a/icons/pokemon/shiny/rowlet.png b/icons/pokemon/shiny/rowlet.png new file mode 100644 index 00000000..56a3d93b Binary files /dev/null and b/icons/pokemon/shiny/rowlet.png differ