Files
nuzlocke-tracker/.beans/nuzlocke-tracker-yfi8--fetch-boss-battle-sprites-from-bulbapedia.md
Julian Tabel 3e7a6c9221 Add boss battle sprites, badge images, and fix seed data
- Download boss battle sprites from Bulbapedia for all 21 games (313 bosses)
- Download 36 missing badge images from Bulbapedia archives
- Fix non-square boss sprite stretching (use h-10 w-auto instead of w-10 h-10)
- Fix firered Giovanni seed data (badge was "50" instead of "Earth Badge",
  missing ground specialty_type)
- Add one-time fetch scripts for boss sprites and badges

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

1.1 KiB

title, status, type, priority, created_at, updated_at
title status type priority created_at updated_at
Fetch boss battle sprites from Bulbapedia in-progress task normal 2026-02-14T09:14:32Z 2026-02-14T09:24:28Z

Overview

Write and run a one-time script to download boss battle trainer sprites from Bulbapedia's archives. For totem pokemon, link to existing pokemon sprites instead.

Current State

  • 10 game directories have sprites (122 files total): red, yellow, gold, crystal, ruby, emerald, firered, diamond, heartgold, omega-ruby
  • 11 game directories are completely missing: black, black-2, platinum, x, sun, ultra-sun, lets-go-pikachu, sword, brilliant-diamond, legends-arceus, scarlet
  • 11 boss entries have null sprite_url (firered Elite Four + heartgold Elite Four/Red)

Checklist

  • Write download script with Bulbapedia image URL patterns
  • Download sprites for all missing games
  • Fill in null sprite_url entries for firered/heartgold
  • Handle totem pokemon by linking to existing pokemon sprites
  • Handle special cases (multi-boss entries, Legends Arceus nobles)
  • Update seed JSON files with correct local paths