Skip to content

Instantly share code, notes, and snippets.

@ashlux
Created July 30, 2016 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashlux/f08cfe548a68a488e4f8b6825ec443fe to your computer and use it in GitHub Desktop.
Save ashlux/f08cfe548a68a488e4f8b6825ec443fe to your computer and use it in GitHub Desktop.
Pokémon I'm filtering for my home instance of Pokécron Go (https://github.com/matthewoden/pokecron-go)
filter: [
10, // Caterpie
11, // Metapod
12, // Butterfree
13, // Weedle
14, // Kakuna
15, // Beedrill
16, // Fucking Pidgey
17, // Pidgeotto
18, // Pidgeot
19, // Rattata
20, // Raticate
21, // Spearow
22, // Fearow
23, // Ekans
24, // Arbok
41, // Zubat
42, // Golbat
46, // Paras
47, // Parasect
48, // Venonat
49, // Venomoth
84, // Doduo
85, // Dodrio
98, // Krabby
99, // Kingler
102, // Eggcute
109, // Koffing
110, // Weezing
120, // Staryu
121, // Starmie
126, // Magmar
127 // Pinsir
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment