diff --git a/data/pkmn.json b/data/pkmn.json index 24cff4d5..21f72fa6 100644 --- a/data/pkmn.json +++ b/data/pkmn.json @@ -11332,7 +11332,9 @@ "jpn": "fukuthrow" }, "icons": { - ".": {} + ".": { + "has_right": true + } }, "name": { "eng": "Dartrix", @@ -12284,7 +12286,9 @@ "jpn": "dadarin" }, "icons": { - ".": {} + ".": { + "has_right": true + } }, "name": { "eng": "Dhelmise", diff --git a/icons/pokemon/regular/right/dartrix.png b/icons/pokemon/regular/right/dartrix.png new file mode 100755 index 00000000..c8baeead Binary files /dev/null and b/icons/pokemon/regular/right/dartrix.png differ diff --git a/icons/pokemon/regular/right/dhelmise.png b/icons/pokemon/regular/right/dhelmise.png new file mode 100755 index 00000000..3047fc6e Binary files /dev/null and b/icons/pokemon/regular/right/dhelmise.png differ diff --git a/icons/pokemon/shiny/right/dartrix.png b/icons/pokemon/shiny/right/dartrix.png new file mode 100755 index 00000000..bac34377 Binary files /dev/null and b/icons/pokemon/shiny/right/dartrix.png differ diff --git a/icons/pokemon/shiny/right/dhelmise.png b/icons/pokemon/shiny/right/dhelmise.png new file mode 100755 index 00000000..c629ff56 Binary files /dev/null and b/icons/pokemon/shiny/right/dhelmise.png differ