diff --git a/PKHeX.Core/Saves/Substructures/Gen7/PokeListHeader.cs b/PKHeX.Core/Saves/Substructures/Gen7/PokeListHeader.cs index 5365cad2d..6da6849e0 100644 --- a/PKHeX.Core/Saves/Substructures/Gen7/PokeListHeader.cs +++ b/PKHeX.Core/Saves/Substructures/Gen7/PokeListHeader.cs @@ -142,8 +142,7 @@ public bool CompressStorage() if (FollowerIndex > count && FollowerIndex != SLOT_EMPTY) RemoveFollower(); - if (result) - SetPointerData(PokeListInfo); + SetPointerData(PokeListInfo); return result; } }