Fix ribbon tracking

This commit is contained in:
Sirz Benjie 2025-08-23 15:50:10 -05:00
parent e11eaec05a
commit 5f57d2305b
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -49,6 +49,7 @@ type DexEntry struct {
CaughtCount int `json:"caughtCount"`
HatchedCount int `json:"hatchedCount"`
Ivs []int `json:"ivs"`
Ribbons string `json:"ribbons"`
}
type StarterData map[int]StarterEntry