Skip to content

Commit

Permalink
Fix pk9 file startup failing to get fallback sav9
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsch committed Nov 27, 2022
1 parent ce02510 commit 5d8bfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKHeX.Core/PKM/Shared/EntityFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static class EntityContextExtensions
Gen6 => GameVersion.AS,
Gen7 => GameVersion.UM,
Gen8 => GameVersion.SH,
Gen9 => GameVersion.SV,
Gen9 => GameVersion.VL,

Gen7b => GameVersion.GP,
Gen8a => GameVersion.PLA,
Expand Down

0 comments on commit 5d8bfb6

Please sign in to comment.