From 5582d9028f1a68c3731405a1d27a2928ad1039a9 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Wed, 11 Feb 2026 15:34:02 +0100 Subject: [PATCH] Complete Game Data Cleanup epic --- .beans/nuzlocke-tracker-rzu4--game-data-cleanup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.beans/nuzlocke-tracker-rzu4--game-data-cleanup.md b/.beans/nuzlocke-tracker-rzu4--game-data-cleanup.md index 5315cf1..e86edc2 100644 --- a/.beans/nuzlocke-tracker-rzu4--game-data-cleanup.md +++ b/.beans/nuzlocke-tracker-rzu4--game-data-cleanup.md @@ -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).