Skip to content

Instantly share code, notes, and snippets.

@MaxWhite3790
Last active August 24, 2021 18:22
Show Gist options
  • Save MaxWhite3790/e107c49b348156eb828a4ba28d700d86 to your computer and use it in GitHub Desktop.
Save MaxWhite3790/e107c49b348156eb828a4ba28d700d86 to your computer and use it in GitHub Desktop.
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
@MaxWhite3790
Copy link
Author

MaxWhite3790 commented Aug 24, 2021

*FireRed/LeafGreen and Ruby/Sapphire/Emerald can only be transferred by using a Nintendo DS system with a GBA cartridge slot;

@MaxWhite3790
Copy link
Author

MaxWhite3790 commented Aug 24, 2021

**Red/Blue/Green/Yellow and Gold/Silver/Crystal can "only" be transferred if you're playing them on Virtual Console;

@MaxWhite3790
Copy link
Author

***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