From 99e878b933dc948397c026177799ac5feecfc4a5 Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Thu, 2 May 2024 17:34:11 -0400 Subject: [PATCH] Add friendship starter data field --- defs/savedata.go | 1 + 1 file changed, 1 insertion(+) diff --git a/defs/savedata.go b/defs/savedata.go index 762a81e..45577db 100644 --- a/defs/savedata.go +++ b/defs/savedata.go @@ -55,6 +55,7 @@ type StarterEntry struct { Moveset interface{} `json:"moveset"` EggMoves int `json:"eggMoves"` CandyCount int `json:"candyCount"` + Friendship int `json:"friendship"` AbilityAttr int `json:"abilityAttr"` PassiveAttr int `json:"passiveAttr"` ValueReduction int `json:"valueReduction"`