feat(*): Add evolution data and notes

This commit is contained in:
Josh Creek
2026-01-25 17:19:51 +00:00
parent 4f2fe5e333
commit 71cfbce7e3
7 changed files with 4247 additions and 14 deletions
@@ -25,7 +25,8 @@ class CombinedDataRepository {
gamesToCatchIn: entry.gamesToCatchIn || [],
regionToEvolveIn: entry.regionToEvolveIn || '',
evolutionInformation: entry.evolutionInformation || '',
catchInformation: entry.catchInformation || []
catchInformation: entry.catchInformation || [],
notes: entry.notes || ''
// Note: Regional dex numbers are stored in separate regional_dex_numbers table
};
}