develop #25

Merged
TheFurya merged 22 commits from develop into main 2026-02-16 21:20:01 +01:00
Showing only changes of commit 129b1aff83 - Show all commits

View File

@@ -0,0 +1,24 @@
---
# nuzlocke-tracker-cdmx
title: 'Clean up Sword/Shield encounter data: wild Pokemon incorrectly listed as gifts'
status: todo
type: bug
created_at: 2026-02-14T19:56:12Z
updated_at: 2026-02-14T19:56:12Z
---
## Problem
In the Sword and Shield seed data, wild Pokemon on almost all encounter locations are also duplicated as gift encounters. This appears to be an issue with the PokeDB export process.
## Goal
Investigate why the PokeDB export produced duplicate gift entries for wild encounters, then clean up the data so that only genuine gifts are listed as gifts.
## Checklist
- [ ] Investigate the PokeDB export logic to understand why wild Pokemon are being duplicated as gifts
- [ ] Identify which encounters are legitimately gifts vs incorrectly tagged
- [ ] Remove erroneous gift entries from Sword seed data
- [ ] Remove erroneous gift entries from Shield seed data
- [ ] Verify remaining gift encounters are accurate