PKHeX/PKHeX.Core/Game
Kurt 89a4dde4ee Minor perf improvements for location list init
Strip out unused lines [~ XX]; behaviorially equivalent to empty strings.
Mutate original met list rather than making a copy and moving any changes into it (saves extra allocations)
Change initial loop start to pre-skip iterations not meeting criteria
Manually mark duplicate lines (only 2 exist); no more linq/searching.
Wipe merged location sub-names prior to merging (bounds check optimization, maybe? already accessed, setting should be fine).

Tests still pass :)

Check for negative met location IDs to return empty (fuzzing?)
2021-01-08 19:26:20 -08:00
..
Enums Use more expression return style 2021-01-01 17:08:49 -08:00
GameStrings Minor perf improvements for location list init 2021-01-08 19:26:20 -08:00
ComboItem.cs Make ComboItem a record 2020-12-28 11:57:34 -08:00
GameUtil.cs Use more expression return style 2021-01-01 17:08:49 -08:00
IBasicStrings.cs Add more xmldoc 2019-04-09 20:57:44 -07:00