Menardi / whosthatpokemon

A simple HTML5 game that generates silhouettes from images and gets the user to guess the name of the Pokémon shown.
https://gearoid.me/pokemon
86 stars 26 forks source link

Gen 7 Pokémon appeared in gen 8 #27

Open gaberilde opened 1 year ago

gaberilde commented 1 year ago

I was playing on gen 8 but meltan a gen 7 appeared on the gen 8 while playing

sora10pls commented 1 year ago

Per index.ts: https://github.com/Menardi/whosthatpokemon/blob/1e911a8e17b1a6dc5cda9c4447609de53c24c67b/src/index.ts#L78-L84

This could be revised since nothing past Zeraora has sprites present in this project, but, up to Menardi.

Menardi commented 1 year ago

Yes, this is intentional due to the lack of sprites for Meltan and Melmetal. If they were included in gen 7 in the game, the sprite mode would crash when they come up.

But, now that all new Pokémon are missing sprites, I think it needs a proper solution. I'll leave this issue open for now and work on a proper fix for this soon, so Meltan and Melmetal can be moved back into gen 7.