data(*): Fix remaining sprites

This commit is contained in:
Josh Creek
2026-01-18 13:14:18 +00:00
parent 71df0de3df
commit eba34158fe
18 changed files with 2843 additions and 2854 deletions
@@ -19,6 +19,7 @@ class CombinedDataRepository {
pokedexNumber: entry.pokedexNumber,
pokemon: entry.pokemon,
form: entry.form || '',
spriteKey: entry.spriteKey || '',
canGigantamax: entry.canGigantamax,
regionToCatchIn: entry.regionToCatchIn || '',
gamesToCatchIn: entry.gamesToCatchIn || [],