mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
Fix pk9 file startup failing to get fallback sav9
This commit is contained in:
parent
ce0251004f
commit
5d8bfb6d76
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue