Complete Game Data Cleanup epic #16

Merged
TheFurya merged 1 commits from develop into main 2026-02-11 15:34:28 +01:00
Showing only changes of commit 5582d9028f - Show all commits

View File

@@ -1,11 +1,11 @@
---
# nuzlocke-tracker-rzu4
title: Game Data Cleanup
status: todo
status: completed
type: epic
priority: critical
created_at: 2026-02-10T08:58:36Z
updated_at: 2026-02-10T12:05:43Z
updated_at: 2026-02-11T14:33:31Z
---
Audit and fix the game seed data to ensure all supported games have accurate encounter data and correct route ordering. PokeAPI provides a solid basis for Gen 1-7, but later games (Gen 8+) have no encounter data at all (stub/null JSON files), and route ordering is only defined for Gen 1-4. This is mostly manual work, but we should explore automated/semi-automated options where possible (e.g. scraping community wikis, leveraging existing fan-curated datasets).