Fix Game version set

ty @ReignOfComputer
This commit is contained in:
Kurt
2019-11-15 20:03:11 -08:00
parent 025e36c5fc
commit c87674fd6d

View File

@@ -102,7 +102,7 @@ private void Save()
private void SaveTrainerInfo()
{
SAV.Game = (byte)(CB_Game.SelectedIndex + 30);
SAV.Game = (byte)(CB_Game.SelectedIndex + (int)GameVersion.SW);
SAV.Gender = (byte)CB_Gender.SelectedIndex;
SAV.Money = Util.ToUInt32(MT_Money.Text);