Browse Source

Fix gmax sprites

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

+ 1 - 0
web/main.js

@@ -253,6 +253,7 @@ const createPokemonTile = makeTemplate(
 
     let spriteName = pkmnName
       .toLowerCase()
+      .replace("-gmax", "-gigantamax")
       .replace("-alola", "-alolan")
       .replace("-galar", "-galarian")
       .replace("-hisui", "-hisuian")