mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
Fixed national magic for FRLG (#4199)
This commit is contained in:
parent
466b5f5ea9
commit
378b28bc07
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ public abstract class SAV3 : SaveFile, ILangDeviantSave, IEventFlag37
|
|||
}
|
||||
|
||||
protected const byte PokedexNationalUnlockRSE = 0xDA;
|
||||
protected const byte PokedexNationalUnlockFRLG = 0xDA;
|
||||
protected const byte PokedexNationalUnlockFRLG = 0xB9;
|
||||
protected const ushort PokedexNationalUnlockWorkRSE = 0x0302;
|
||||
protected const ushort PokedexNationalUnlockWorkFRLG = 0x6258;
|
||||
|
||||
|
|
Loading…
Reference in a new issue