Fixed national magic for FRLG (#4199)

This commit is contained in:
BlackShark 2024-03-02 20:51:28 +01:00 committed by GitHub
parent 466b5f5ea9
commit 378b28bc07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;