mirror of
https://github.com/kwsch/pkNX.git
synced 2026-06-02 22:34:58 -05:00
Update GameDumperSWSH.cs
PKHeX reads from evos_ss.pkl and not evos_swsh.pkl
This commit is contained in:
parent
d695e7e706
commit
bafe33a062
|
|
@ -277,7 +277,7 @@ public void DumpEvolutionBinary()
|
|||
// format matches past gen and PKHeX's expected format
|
||||
var data = ROM.GetFilteredFolder(GameFile.Evolutions).GetFiles().Result;
|
||||
var mini = MiniUtil.PackMini(data, "ss");
|
||||
var bin = GetPath(Path.Combine("bin", "evos_swsh.pkl"));
|
||||
var bin = GetPath(Path.Combine("bin", "evos_ss.pkl"));
|
||||
File.WriteAllBytes(bin, mini);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user