mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 09:05:52 -05:00
Fix Game version set
ty @ReignOfComputer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user