Last active
August 24, 2021 18:22
-
-
Save MaxWhite3790/e107c49b348156eb828a4ba28d700d86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
graph RL | |
RBGY("Red/Blue/Green/Yellow**") | |
GSC("Gold/Silver/Crystal**") | |
RSE("Ruby/Sapphire/Emerald*") | |
FRLG("FireRed/LeafGreen*") | |
DPPt(Diamon/Pearl/Platinum) | |
HGSS("HeartGold/SoulSilver") | |
BW("Black/White") | |
BW2("Black 2/White 2") | |
XY("X/Y") | |
ORAS("Omega Ruby/Alpha Sapphire") | |
SM("Sun/Moon") | |
USUM("Ultra Sun/Ultra Moon") | |
LGPE("Let's Go, Pikachu!/Let's Go, Eevee!") | |
SWSH("Sword/Shield") | |
BDSP("Brilliant Diamond/Shining Pearl") | |
LA("Legends: Arceus") | |
PkmnTransporter("Poké Transporter") | |
PkmnBank("Pokémon Bank") | |
PkmnHome("Pokémon Home") | |
GO("Pokémon Go") | |
RBGY --> PkmnTransporter | |
GSC --> PkmnTransporter | |
RSE --> DPPt | |
FRLG --> DPPt | |
RSE --> HGSS | |
FRLG --> HGSS | |
DPPt --> BW | |
HGSS --> BW | |
DPPt --> BW2 | |
HGSS --> BW2 | |
BW --> PkmnTransporter | |
BW2 --> PkmnTransporter | |
XY --> PkmnBank | |
ORAS --> PkmnBank | |
SM --> PkmnBank | |
USUM --> PkmnBank | |
LGPE --> PkmnHome | |
SWSH --> PkmnHome | |
BDSP --> PkmnHome | |
LA --> PkmnHome | |
PkmnTransporter --> PkmnBank --> PkmnHome | |
GO --> PkmnHome | |
GO --> LGPE |
***LGPE can't take Pokémon that have been in any other game, and gen 6 can't take Pokémon from gen 7 or the VC;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
**Red/Blue/Green/Yellow and Gold/Silver/Crystal can "only" be transferred if you're playing them on Virtual Console;