mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
fix for gen3 subforms
TrainerDataEditor can now show correct OT string.
This commit is contained in:
parent
1235bfe17a
commit
ac20c0574b
|
|
@ -134,8 +134,8 @@ public SAV3(byte[] data = null, GameVersion versionOverride = GameVersion.Any)
|
|||
LegalBalls = Legal.Pouch_Ball_RS;
|
||||
LegalTMHMs = Legal.Pouch_TMHM_RS;
|
||||
LegalBerries = Legal.Pouch_Berries_RS;
|
||||
|
||||
HeldItems = Legal.HeldItems_RS;
|
||||
Japanese = Legal.SavegameJapanese;
|
||||
|
||||
if (!Exportable)
|
||||
resetBoxes();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user