Files
nuzlocke-tracker/.beans/nuzlocke-tracker-r48e--normalise-route-naming-scheme-to-route-x-region.md
Julian Tabel 50da4b9c56 Normalise route naming scheme to 'Route X (Region)' format
Standardise 426 inconsistent route names across 33 seed data files
(game data + boss files). Converts 'Region Route X' prefix style and
'Route X - Region' dash style to the consistent 'Route X (Region)' format.

Resolves beans-r48e.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 22:10:09 +01:00

34 lines
1023 B
Markdown

---
# nuzlocke-tracker-r48e
title: Normalise route naming scheme to 'Route X (Region)'
status: in-progress
type: task
priority: normal
created_at: 2026-02-14T19:51:29Z
updated_at: 2026-02-14T21:08:53Z
---
## Problem
Route names across seed data files are inconsistent. Several naming patterns exist:
- `Route 1 (Kanto)` — preferred format
- `Sinnoh Route 207` — region prefix style
- `Route 1 - Galar` — dash-separated region suffix
## Goal
Standardise all route names to the format: **`Route X (Region)`**
Examples:
- `Sinnoh Route 207``Route 207 (Sinnoh)`
- `Route 1 - Galar``Route 1 (Galar)`
- `Route 1 (Kanto)` — already correct, no change needed
## Checklist
- [x] Audit all seed data JSON files to identify inconsistent route names
- [x] Normalise routes using `Region Route X` prefix style (e.g. `Sinnoh Route 207`)
- [x] Normalise routes using `Route X - Region` dash style (e.g. `Route 1 - Galar`)
- [x] Verify no other naming patterns exist
- [x] Spot-check results to ensure correctness