mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-17 02:52:04 +00:00
data(*): Fix remaining sprites
This commit is contained in:
@@ -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 || [],
|
||||
|
||||
Reference in New Issue
Block a user