Remove artificial Starter route, use real PokeDB starter locations

Replace the synthetic "Starter" route with actual in-game locations
(e.g. Professor Oak's Laboratory, Iki Town, Littleroot Town). Starters
now appear at their real locations with method "starter" by remapping
PokeDB's "gift" method during import. Split ruby-sapphire and
black-2-white-2 out of special_encounters aliases since their starter
locations differ from the aliased version groups.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Tabel
2026-02-13 09:08:35 +01:00
parent 2655c0d64f
commit 659dcf2252
42 changed files with 302602 additions and 82522 deletions

View File

@@ -0,0 +1,11 @@
---
# nuzlocke-tracker-u4gc
title: Remove artificial Starter route, use PokeDB starter locations
status: completed
type: task
priority: normal
created_at: 2026-02-13T08:02:43Z
updated_at: 2026-02-13T08:06:47Z
---
Remove the artificial 'Starter' route from route_order.json, update special_encounters.json to use real location names, and handle gift→starter remapping in the import tool.