Files
pokemon-disco/disco.py
pi-bot-01 f71df3f558 Fix SKU conversion: rootSV base + '01', not base + variant
rootSV '0419363_1' was producing '4193631' (wrong)
Now correctly produces '41936301' (confirmed by user)

The '_N' suffix is a variant/image index, not part of the SKU.
Pattern: strip leading zero from base, append '01'.
2026-03-21 23:06:05 -07:00

17 KiB