diff --git a/VeekunImport/Program.cs b/VeekunImport/Program.cs
index c86e11f8..09e35b15 100644
--- a/VeekunImport/Program.cs
+++ b/VeekunImport/Program.cs
@@ -156,6 +156,8 @@ namespace VeekunImport
int hatch_counter = Convert.ToInt32(rdPokemon["hatch_counter"]);
byte has_gender_differences = Convert.ToByte(rdPokemon["has_gender_differences"]);
+ if (id == 255) has_gender_differences = 0; // Torchic doesn't have gender differences.
+
// todo: Family ID
Species s = new Species(null, id,
familyMap[id],
diff --git a/web/images/pkmn-lg-s/647-ordinary.png b/web/images/pkmn-lg-s/647-ordinary.png
new file mode 100644
index 00000000..10e877a2
Binary files /dev/null and b/web/images/pkmn-lg-s/647-ordinary.png differ
diff --git a/web/images/pkmn-lg/386-normal.png b/web/images/pkmn-lg/386-normal.png
new file mode 100644
index 00000000..76b9fa2a
Binary files /dev/null and b/web/images/pkmn-lg/386-normal.png differ
diff --git a/web/images/pkmn-sm/492-land.png b/web/images/pkmn-sm/492-land.png
new file mode 100644
index 00000000..5c09c33a
Binary files /dev/null and b/web/images/pkmn-sm/492-land.png differ
diff --git a/web/images/pkmn-sm/648-aria.png b/web/images/pkmn-sm/648-aria.png
new file mode 100644
index 00000000..ee143c08
Binary files /dev/null and b/web/images/pkmn-sm/648-aria.png differ
diff --git a/web/web.csproj b/web/web.csproj
index 4f7a1764..e2dd34f6 100644
--- a/web/web.csproj
+++ b/web/web.csproj
@@ -1672,6 +1672,7 @@
+
@@ -2127,6 +2128,7 @@
+
@@ -3138,6 +3140,7 @@
+
@@ -3357,6 +3360,7 @@
+