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
@@ -57,6 +57,7 @@ CREATE TABLE pokemon (
"pokedexNumber" INTEGER NOT NULL,
pokemon TEXT NOT NULL,
form TEXT,
"spriteKey" TEXT,
"originRegionId" BIGINT NOT NULL REFERENCES regions(id) ON DELETE RESTRICT,
"canGigantamax" BOOLEAN DEFAULT FALSE,
"regionToEvolveIn" TEXT,
@@ -334,6 +335,7 @@ SELECT
p."pokedexNumber",
p.pokemon,
p.form,
p."spriteKey",
p."canGigantamax",
r.name AS "regionToCatchIn",
r."releaseOrder" AS "regionReleaseOrder",
File diff suppressed because it is too large Load Diff