mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-14 08:00:33 -05:00
Always writeback pointer data
User sort isn't tracked, and reorganizes pointers. Set it back always, no harm as values should always be sensical. Closes #2171
This commit is contained in:
parent
2ec5c8764f
commit
34f8a71ad0
|
|
@ -142,8 +142,7 @@ public bool CompressStorage()
|
|||
if (FollowerIndex > count && FollowerIndex != SLOT_EMPTY)
|
||||
RemoveFollower();
|
||||
|
||||
if (result)
|
||||
SetPointerData(PokeListInfo);
|
||||
SetPointerData(PokeListInfo);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user