Merge pull request 'Complete Game Data Cleanup epic' (#16) from develop into main

Reviewed-on: TheFurya/nuzlocke-tracker#16
This commit was merged in pull request #16.
This commit is contained in:
2026-02-11 15:34:25 +01:00

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).