data(*): Add working regenerated data structure

This commit is contained in:
Josh Creek
2026-01-17 20:39:55 +00:00
parent a604fe2526
commit f302721119
19 changed files with 8340 additions and 9943 deletions
@@ -17,7 +17,7 @@
catchRecord = {
_id: '', // Empty string, not temp ID - will be created by server
userId: userId || '',
pokedexEntryId: pokedexEntry._id,
pokemonId: pokedexEntry._id,
pokedexId: pokedexId,
haveToEvolve: false,
caught: false,