|
@@ -106,7 +106,11 @@ const pokemonDisplayLookup = Object.fromEntries(
|
|
|
.join(" ");
|
|
|
|
|
|
let spriteName = name.toLowerCase();
|
|
|
- if (["alcremie", "minior", "wobbuffet"].find(s => spriteName.includes(s))) {
|
|
|
+ if (
|
|
|
+ ["alcremie", "minior", "wobbuffet", "hippopotas", "hippowdon"].find(s =>
|
|
|
+ spriteName.includes(s)
|
|
|
+ )
|
|
|
+ ) {
|
|
|
spriteName = species.toLowerCase();
|
|
|
} else if (spriteName === "basculin-white-striped") {
|
|
|
// pdb has the wrong filenames lol
|