summaryrefslogtreecommitdiff
path: root/pokemontools/cry_names.py
diff options
context:
space:
mode:
Diffstat (limited to 'pokemontools/cry_names.py')
-rw-r--r--pokemontools/cry_names.py72
1 files changed, 70 insertions, 2 deletions
diff --git a/pokemontools/cry_names.py b/pokemontools/cry_names.py
index af08fe1..7c3d69a 100644
--- a/pokemontools/cry_names.py
+++ b/pokemontools/cry_names.py
@@ -1,4 +1,72 @@
# coding: utf-8
-cry_names = ['%.2X' % x for x in xrange(0x44)]
-
+cry_names = [
+ 'Nidoran_M',
+ 'Nidoran_F',
+ 'Slowpoke',
+ 'Kangaskhan',
+ 'Charmander',
+ 'Grimer',
+ 'Voltorb',
+ 'Muk',
+ 'Oddish',
+ 'Raichu',
+ 'Nidoqueen',
+ 'Diglett',
+ 'Seel',
+ 'Drowzee',
+ 'Pidgey',
+ 'Bulbasaur',
+ 'Spearow',
+ 'Rhydon',
+ 'Golem',
+ 'Blastoise',
+ 'Pidgeotto',
+ 'Weedle',
+ 'Caterpie',
+ 'Ekans',
+ 'Fearow',
+ 'Clefairy',
+ 'Venonat',
+ 'Lapras',
+ 'Metapod',
+ 'Squirtle',
+ 'Paras',
+ 'Growlithe',
+ 'Krabby',
+ 'Psyduck',
+ 'Rattata',
+ 'Vileplume',
+ 'Vulpix',
+ 'Weepinbell',
+ 'Marill',
+ 'Spinarak',
+ 'Togepi',
+ 'Girafarig',
+ 'Raikou',
+ 'Mareep',
+ 'Togetic',
+ 'Hoothoot',
+ 'Sentret',
+ 'Slowking',
+ 'Cyndaquil',
+ 'Chikorita',
+ 'Totodile',
+ 'Gligar',
+ 'Cleffa',
+ 'Slugma',
+ 'Ledyba',
+ 'Entei',
+ 'Wooper',
+ 'Mantine',
+ 'Typhlosion',
+ 'Natu',
+ 'Teddiursa',
+ 'Sunflora',
+ 'Ampharos',
+ 'Magcargo',
+ 'Pichu',
+ 'Aipom',
+ 'Dunsparce',
+ 'Donphan',
+]