diff --git a/PKHeX.Core/Saves/SAV3.cs b/PKHeX.Core/Saves/SAV3.cs index 29c1c8a5a..56b155375 100644 --- a/PKHeX.Core/Saves/SAV3.cs +++ b/PKHeX.Core/Saves/SAV3.cs @@ -410,7 +410,7 @@ private int BadgeFlagStart if (Version == GameVersion.FRLG) return 800; // dec if (Version == GameVersion.RS) - return 0x807; // hex + return 0x820; // hex return 0x867; // emerald } }