Skip to content

Instantly share code, notes, and snippets.

@octalmage
Created October 11, 2013 15:30
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octalmage/6936761 to your computer and use it in GitHub Desktop.
Save octalmage/6936761 to your computer and use it in GitHub Desktop.
I recently needed an array of the original 150 Pokemon. Somehow it didn't exist, so I thought I'd share it!
var Pokemon=new Array("Bulbasaur","Ivysaur","Venusaur","Charmander","Charmeleon","Charizard","Squirtle","Wartortle","Blastoise","Caterpie","Metapod","Butterfree","Weedle","Kakuna","Beedrill","Pidgey","Pidgeotto","Pidgeot","Rattata","Raticate","Spearow","Fearow","Ekans","Arbok","Pikachu","Raichu","Sandshrew","Sandslash","Nidoran","Nidorina","Nidoqueen","Nidoran","Nidorino","Nidoking","Clefairy","Clefable","Vulpix","Ninetales","Jigglypuff","Wigglytuff","Zubat","Golbat","Oddish","Gloom","Vileplume","Paras","Parasect","Venonat","Venomoth","Diglett","Dugtrio","Meowth","Persian","Psyduck","Golduck","Mankey","Primeape","Growlithe","Arcanine","Poliwag","Poliwhirl","Poliwrath","Abra","Kadabra","Alakazam","Machop","Machoke","Machamp","Bellsprout","Weepinbell","Victreebel","Tentacool","Tentacruel","Geodude","Graveler","Golem","Ponyta","Rapidash","Slowpoke","Slowbro","Magnemite","Magneton","Farfetch'd","Doduo","Dodrio","Seel","Dewgong","Grimer","Muk","Shellder","Cloyster","Gastly","Haunter","Gengar","Onix","Drowzee","Hypno","Krabby","Kingler","Voltorb","Electrode","Exeggcute","Exeggutor","Cubone","Marowak","Hitmonlee","Hitmonchan","Lickitung","Koffing","Weezing","Rhyhorn","Rhydon","Chansey","Tangela","Kangaskhan","Horsea","Seadra","Goldeen","Seaking","Staryu","Starmie","Mr. Mime","Scyther","Jynx","Electabuzz","Magmar","Pinsir","Tauros","Magikarp","Gyarados","Lapras","Ditto","Eevee","Vaporeon","Jolteon","Flareon","Porygon","Omanyte","Omastar","Kabuto","Kabutops","Aerodactyl","Snorlax","Articuno","Zapdos","Moltres","Dratini","Dragonair","Dragonite","Mewtwo","Mew");
@ryleysevier
Copy link

<3

@torresomar
Copy link

Nice!!!!!

@finleyohrstrom
Copy link

you just saved me soooo much time i love you

@axel12gt
Copy link

Thanks man

@natxoski
Copy link

Awesome!

@p8wer
Copy link

p8wer commented Nov 18, 2019

Thanks a lot!!!

@sirpfaira
Copy link

Thank you. Youre a star

@robinwettstaedt
Copy link

Thx a ton

@SiddharthaBhattacharjee

I needed it too, is there any chance you might have an array or list of typing of these 151 pokemon?

@robinwettstaedt
Copy link

@SiddharthaBhattacharjee
For the types I've used the PokeAPI. Super easy to use: https://pokeapi.co/

If you still want a static list, you could parse the types in the PokeAPI response and create it yourself, which would actually be great practice!

@codymoorhouse
Copy link

Great!

@senhorgomes
Copy link

Thank you so much for this!!

@Globox1997
Copy link

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment