11 lines
482 B
Markdown
11 lines
482 B
Markdown
|
|
---
|
||
|
|
# nuzlocke-tracker-opg6
|
||
|
|
title: Exclude Max Raid den routes from Sword/Shield game data
|
||
|
|
status: completed
|
||
|
|
type: task
|
||
|
|
priority: normal
|
||
|
|
created_at: 2026-02-13T08:17:07Z
|
||
|
|
updated_at: 2026-02-13T08:17:53Z
|
||
|
|
---
|
||
|
|
|
||
|
|
Sword/Shield game JSONs contain ~561 den child routes out of ~1,007 total entries (~56%). These are Max Raid Battle dens named like '(Den I - ...)'. Add a filter_den_routes() function in processing.py and call it in __main__.py for sword-shield only, then re-run the import.
|