Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Possibly, species-with-forms list.
- Using PKHeX.Core to localize the table to English:
- ```cs
- var data = File.ReadAllBytes(path).AsSpan();
- var start = 0x1919275;
- for (int i = start; i <= start + 404; i+=2)
- {
- var x = System.Buffers.Binary.BinaryPrimitives.ReadUInt16LittleEndian(data[i..]);
- var species = (Species)SpeciesConverter.GetNational9(x);
- $"{(int)species:0000} {species}".Dump();
- }
- ```
- 0003 Venusaur
- 0006 Charizard
- 0009 Blastoise
- 0015 Beedrill
- 0018 Pidgeot
- 0019 Rattata
- 0020 Raticate
- 0025 Pikachu
- 0026 Raichu
- 0027 Sandshrew
- 0028 Sandslash
- 0036 Clefable
- 0037 Vulpix
- 0038 Ninetales
- 0050 Diglett
- 0051 Dugtrio
- 0052 Meowth
- 0053 Persian
- 0058 Growlithe
- 0059 Arcanine
- 0065 Alakazam
- 0071 Victreebel
- 0074 Geodude
- 0075 Graveler
- 0076 Golem
- 0077 Ponyta
- 0078 Rapidash
- 0079 Slowpoke
- 0080 Slowbro
- 0083 Farfetchd
- 0088 Grimer
- 0089 Muk
- 0094 Gengar
- 0100 Voltorb
- 0101 Electrode
- 0103 Exeggutor
- 0105 Marowak
- 0110 Weezing
- 0115 Kangaskhan
- 0121 Starmie
- 0122 MrMime
- 0127 Pinsir
- 0128 Tauros
- 0130 Gyarados
- 0133 Eevee
- 0142 Aerodactyl
- 0144 Articuno
- 0145 Zapdos
- 0146 Moltres
- 0149 Dragonite
- 0150 Mewtwo
- 0154 Meganium
- 0157 Typhlosion
- 0160 Feraligatr
- 0181 Ampharos
- 0194 Wooper
- 0199 Slowking
- 0201 Unown
- 0208 Steelix
- 0211 Qwilfish
- 0212 Scizor
- 0214 Heracross
- 0215 Sneasel
- 0222 Corsola
- 0227 Skarmory
- 0229 Houndoom
- 0248 Tyranitar
- 0254 Sceptile
- 0257 Blaziken
- 0260 Swampert
- 0263 Zigzagoon
- 0264 Linoone
- 0282 Gardevoir
- 0302 Sableye
- 0303 Mawile
- 0306 Aggron
- 0308 Medicham
- 0310 Manectric
- 0319 Sharpedo
- 0323 Camerupt
- 0334 Altaria
- 0351 Castform
- 0354 Banette
- 0359 Absol
- 0362 Glalie
- 0373 Salamence
- 0376 Metagross
- 0380 Latias
- 0381 Latios
- 0382 Kyogre
- 0383 Groudon
- 0384 Rayquaza
- 0386 Deoxys
- 0412 Burmy
- 0413 Wormadam
- 0414 Mothim
- 0421 Cherrim
- 0422 Shellos
- 0423 Gastrodon
- 0428 Lopunny
- 0445 Garchomp
- 0448 Lucario
- 0460 Abomasnow
- 0475 Gallade
- 0478 Froslass
- 0479 Rotom
- 0483 Dialga
- 0484 Palkia
- 0485 Heatran
- 0487 Giratina
- 0491 Darkrai
- 0492 Shaymin
- 0493 Arceus
- 0500 Emboar
- 0503 Samurott
- 0530 Excadrill
- 0531 Audino
- 0545 Scolipede
- 0549 Lilligant
- 0550 Basculin
- 0554 Darumaka
- 0555 Darmanitan
- 0560 Scrafty
- 0562 Yamask
- 0570 Zorua
- 0571 Zoroark
- 0585 Deerling
- 0586 Sawsbuck
- 0604 Eelektross
- 0609 Chandelure
- 0618 Stunfisk
- 0628 Braviary
- 0641 Tornadus
- 0642 Thundurus
- 0645 Landorus
- 0646 Kyurem
- 0647 Keldeo
- 0648 Meloetta
- 0649 Genesect
- 0652 Chesnaught
- 0655 Delphox
- 0658 Greninja
- 0664 Scatterbug
- 0665 Spewpa
- 0666 Vivillon
- 0668 Pyroar
- 0669 Flabébé
- 0670 Floette
- 0671 Florges
- 0676 Furfrou
- 0678 Meowstic
- 0681 Aegislash
- 0687 Malamar
- 0689 Barbaracle
- 0691 Dragalge
- 0701 Hawlucha
- 0705 Sliggoo
- 0706 Goodra
- 0710 Pumpkaboo
- 0711 Gourgeist
- 0713 Avalugg
- 0716 Xerneas
- 0718 Zygarde
- 0719 Diancie
- 0720 Hoopa
- 0724 Decidueye
- 0741 Oricorio
- 0744 Rockruff
- 0745 Lycanroc
- 0746 Wishiwashi
- 0773 Silvally
- 0774 Minior
- 0778 Mimikyu
- 0780 Drampa
- 0800 Necrozma
- 0801 Magearna
- 0807 Zeraora
- 0845 Cramorant
- 0849 Toxtricity
- 0854 Sinistea
- 0855 Polteageist
- 0869 Alcremie
- 0870 Falinks
- 0875 Eiscue
- 0876 Indeedee
- 0877 Morpeko
- 0888 Zacian
- 0889 Zamazenta
- 0890 Eternatus
- 0892 Urshifu
- 0893 Zarude
- 0898 Calyrex
- 0902 Basculegion
- 0905 Enamorus
- 0916 Oinkologne
- 0982 Dudunsparce
- 0964 Palafin
- 0925 Maushold
- 0978 Tatsugiri
- 0931 Squawkabilly
- 0999 Gimmighoul
- 1007 Koraidon
- 1008 Miraidon
Advertisement
Add Comment
Please, Sign In to add comment