Starters are now their own "Starter" route entry instead of being merged into the location where you receive them (Pallet Town, New Bark Town, Route 101). This makes them always appear first in the route list for each game. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
618 B
Markdown
11 lines
618 B
Markdown
---
|
|
# nuzlocke-tracker-rxrt
|
|
title: Support gift/static encounter marking
|
|
status: in-progress
|
|
type: feature
|
|
priority: normal
|
|
created_at: 2026-02-05T14:21:47Z
|
|
updated_at: 2026-02-07T12:52:41Z
|
|
---
|
|
|
|
Add ability to distinguish gift/static encounters in the encounter tracking interface. Currently all encounters are treated the same regardless of encounter method. The backend RouteEncounter model already has an encounterMethod field from PokeAPI (gift, walk, etc.) — surface this in the UI and potentially allow logging encounters on routes that don't have PokeAPI encounter data (e.g. starter pokemon, in-game trades). |