mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Remove temp method
*PLA method handles Legends: Arceus *BDSP method handles BDSP this one caused (NPC) (NPC) for location :)
This commit is contained in:
parent
fdd96494de
commit
b91031cb14
1 changed files with 0 additions and 7 deletions
|
@ -348,7 +348,6 @@ namespace PKHeX.Core
|
|||
SanitizeMetG6XY();
|
||||
SanitizeMetG7SM();
|
||||
SanitizeMetG8SWSH();
|
||||
SanitizeMetG8LA();
|
||||
SanitizeMetG8BDSP();
|
||||
SanitizeMetG8PLA();
|
||||
|
||||
|
@ -484,12 +483,6 @@ namespace PKHeX.Core
|
|||
// metSWSH_30000[18] += " (-)"; // Pokémon HOME -- duplicate with 40000's entry
|
||||
}
|
||||
|
||||
private void SanitizeMetG8LA()
|
||||
{
|
||||
metBDSP_30000[1] += $" ({NPC})"; // Anything from an NPC
|
||||
metBDSP_30000[2] += $" ({EggName})"; // Egg From Link Trade
|
||||
}
|
||||
|
||||
private void SanitizeMetG8BDSP()
|
||||
{
|
||||
metBDSP_30000[1] += $" ({NPC})"; // Anything from an NPC
|
||||
|
|
Loading…
Reference in a new issue