Browse Source

Fix wobb sprite

Kirk Trombley 2 năm trước cách đây
mục cha
commit
d453c1e89f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      web/main.js

+ 1 - 0
web/main.js

@@ -121,6 +121,7 @@ const pokemonDisplayLookup = Object.fromEntries(
       .replace(": ", "-") // type: null
       .replaceAll("é", "e") // flabébé
       .replace("darmanitan-galarian", "darmanitan-galarian-standard")
+      .replace("wobbuffet-m", "wobbuffet")
       .replace("hippopotas-m", "hippopotas")
       .replace("hippowdon-m", "hippowdon")
       .replace("unfezant-m", "unfezant")