diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-10-10 10:59:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 07:59:35 -0700 |
commit | 2d4c802d769f53462a2742a5c6afaad4d7f290fb (patch) | |
tree | ca8430d7e2b05f52ba6df4d6e704834f634fad48 /data/pokemon | |
parent | fb7a3a03e71fc7f83ff5471067b7cbe2e069d0fc (diff) |
Extracted species/item/move strings (#63)
* Extracted species/item/move strings
* Used binary strings for bitwise flag variables
Diffstat (limited to 'data/pokemon')
-rw-r--r-- | data/pokemon/species_data.json | 1846 | ||||
-rw-r--r-- | data/pokemon/species_names.s | 3309 |
2 files changed, 4232 insertions, 923 deletions
diff --git a/data/pokemon/species_data.json b/data/pokemon/species_data.json index ad4959f..e8ac4d8 100644 --- a/data/pokemon/species_data.json +++ b/data/pokemon/species_data.json @@ -1,8 +1,8 @@ [ { "name": "None", - "species": "0x08360be8", - "category": "0x08360bdc", + "species": "SpeciesNameNone", + "category": "SpeciesCategoryNone", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -45,12 +45,12 @@ }, { "name": "Bulbasaur", - "species": "0x08360bd0", - "category": "0x08360bc8", + "species": "SpeciesNameBulbasaur", + "category": "SpeciesCategoryBulbasaur", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_GRASS", "TYPE_POISON" @@ -91,8 +91,8 @@ }, { "name": "Ivysaur", - "species": "0x08360bc0", - "category": "0x08360bc8", + "species": "SpeciesNameIvysaur", + "category": "SpeciesCategoryBulbasaur", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -143,8 +143,8 @@ }, { "name": "Venusaur", - "species": "0x08360bb4", - "category": "0x08360bc8", + "species": "SpeciesNameVenusaur", + "category": "SpeciesCategoryBulbasaur", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -195,12 +195,12 @@ }, { "name": "Charmander", - "species": "0x08360ba8", - "category": "0x08360ba0", + "species": "SpeciesNameCharmander", + "category": "SpeciesCategoryCharmander", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_FIRE" ], @@ -241,8 +241,8 @@ }, { "name": "Charmeleon", - "species": "0x08360b94", - "category": "0x08360b8c", + "species": "SpeciesNameCharmeleon", + "category": "SpeciesCategoryCharmeleon", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -293,12 +293,12 @@ }, { "name": "Charizard", - "species": "0x08360b80", - "category": "0x08360b8c", + "species": "SpeciesNameCharizard", + "category": "SpeciesCategoryCharmeleon", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 31, + "dialogue_sprites": "0b0000000000011111", "types": [ "TYPE_FIRE", "TYPE_FLYING" @@ -347,12 +347,12 @@ }, { "name": "Squirtle", - "species": "0x08360b74", - "category": "0x08360b68", + "species": "SpeciesNameSquirtle", + "category": "SpeciesCategorySquirtle", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_WATER" ], @@ -393,8 +393,8 @@ }, { "name": "Wartortle", - "species": "0x08360b5c", - "category": "0x08360b54", + "species": "SpeciesNameWartortle", + "category": "SpeciesCategoryWartortle", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -445,12 +445,12 @@ }, { "name": "Blastoise", - "species": "0x08360b48", - "category": "0x08360b3c", + "species": "SpeciesNameBlastoise", + "category": "SpeciesCategoryBlastoise", "overworld_palette": 9, "size": 1, "move_speed": 1, - "dialogue_sprites": 15, + "dialogue_sprites": "0b0000000000001111", "types": [ "TYPE_WATER" ], @@ -498,12 +498,12 @@ }, { "name": "Caterpie", - "species": "0x08360b30", - "category": "0x08360b28", + "species": "SpeciesNameCaterpie", + "category": "SpeciesCategoryCaterpie", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_BUG" ], @@ -543,12 +543,12 @@ }, { "name": "Metapod", - "species": "0x08360b20", - "category": "0x08360b18", + "species": "SpeciesNameMetapod", + "category": "SpeciesCategoryMetapod", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_BUG" ], @@ -595,12 +595,12 @@ }, { "name": "Butterfree", - "species": "0x08360b0c", - "category": "0x08360b00", + "species": "SpeciesNameButterfree", + "category": "SpeciesCategoryButterfree", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_BUG", "TYPE_FLYING" @@ -649,8 +649,8 @@ }, { "name": "Weedle", - "species": "0x08360af8", - "category": "0x08360aec", + "species": "SpeciesNameWeedle", + "category": "SpeciesCategoryWeedle", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -694,8 +694,8 @@ }, { "name": "Kakuna", - "species": "0x08360ae4", - "category": "0x08360b18", + "species": "SpeciesNameKakuna", + "category": "SpeciesCategoryMetapod", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -746,8 +746,8 @@ }, { "name": "Beedrill", - "species": "0x08360ad8", - "category": "0x08360acc", + "species": "SpeciesNameBeedrill", + "category": "SpeciesCategoryBeedrill", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -799,8 +799,8 @@ }, { "name": "Pidgey", - "species": "0x08360ac4", - "category": "0x08360ab8", + "species": "SpeciesNamePidgey", + "category": "SpeciesCategoryPidgey", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -844,8 +844,8 @@ }, { "name": "Pidgeotto", - "species": "0x08360aac", - "category": "0x08360aa4", + "species": "SpeciesNamePidgeotto", + "category": "SpeciesCategoryPidgeotto", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -896,8 +896,8 @@ }, { "name": "Pidgeot", - "species": "0x08360a9c", - "category": "0x08360aa4", + "species": "SpeciesNamePidgeot", + "category": "SpeciesCategoryPidgeotto", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -948,8 +948,8 @@ }, { "name": "Rattata", - "species": "0x08360a94", - "category": "0x08360a8c", + "species": "SpeciesNameRattata", + "category": "SpeciesCategoryRattata", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -993,8 +993,8 @@ }, { "name": "Raticate", - "species": "0x08360a80", - "category": "0x08360a8c", + "species": "SpeciesNameRaticate", + "category": "SpeciesCategoryRattata", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1045,8 +1045,8 @@ }, { "name": "Spearow", - "species": "0x08360a78", - "category": "0x08360ab8", + "species": "SpeciesNameSpearow", + "category": "SpeciesCategoryPidgey", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1090,8 +1090,8 @@ }, { "name": "Fearow", - "species": "0x08360a70", - "category": "0x08360a68", + "species": "SpeciesNameFearow", + "category": "SpeciesCategoryFearow", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1142,12 +1142,12 @@ }, { "name": "Ekans", - "species": "0x08360a60", - "category": "0x08360a58", + "species": "SpeciesNameEkans", + "category": "SpeciesCategoryEkans", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_POISON" ], @@ -1188,8 +1188,8 @@ }, { "name": "Arbok", - "species": "0x08360a50", - "category": "0x08360a48", + "species": "SpeciesNameArbok", + "category": "SpeciesCategoryArbok", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -1240,12 +1240,12 @@ }, { "name": "Pikachu", - "species": "0x08360a40", - "category": "0x08360a8c", + "species": "SpeciesNamePikachu", + "category": "SpeciesCategoryRattata", "overworld_palette": 0, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_ELECTRIC" ], @@ -1292,8 +1292,8 @@ }, { "name": "Raichu", - "species": "0x08360a38", - "category": "0x08360a8c", + "species": "SpeciesNameRaichu", + "category": "SpeciesCategoryRattata", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1343,8 +1343,8 @@ }, { "name": "Sandshrew", - "species": "0x08360a2c", - "category": "0x08360a8c", + "species": "SpeciesNameSandshrew", + "category": "SpeciesCategoryRattata", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -1387,8 +1387,8 @@ }, { "name": "Sandslash", - "species": "0x08360a20", - "category": "0x08360a8c", + "species": "SpeciesNameSandslash", + "category": "SpeciesCategoryRattata", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1437,9 +1437,9 @@ ] }, { - "name": "Nidoran\u2640", - "species": "0x08360a14", - "category": "0x08360a08", + "name": "Nidoran♀", + "species": "SpeciesNameNidoran_F", + "category": "SpeciesCategoryNidoran_F", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -1482,8 +1482,8 @@ }, { "name": "Nidorina", - "species": "0x083609fc", - "category": "0x08360a08", + "species": "SpeciesNameNidorina", + "category": "SpeciesCategoryNidoran_F", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -1533,8 +1533,8 @@ }, { "name": "Nidoqueen", - "species": "0x083609f0", - "category": "0x083609e8", + "species": "SpeciesNameNidoqueen", + "category": "SpeciesCategoryNidoqueen", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -1584,9 +1584,9 @@ ] }, { - "name": "Nidoran\u2642", - "species": "0x083609dc", - "category": "0x08360a08", + "name": "Nidoran♂", + "species": "SpeciesNameNidoran_M", + "category": "SpeciesCategoryNidoran_F", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -1629,8 +1629,8 @@ }, { "name": "Nidorino", - "species": "0x083609d0", - "category": "0x08360a08", + "species": "SpeciesNameNidorino", + "category": "SpeciesCategoryNidoran_F", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -1680,8 +1680,8 @@ }, { "name": "Nidoking", - "species": "0x083609c4", - "category": "0x083609e8", + "species": "SpeciesNameNidoking", + "category": "SpeciesCategoryNidoqueen", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -1732,8 +1732,8 @@ }, { "name": "Clefairy", - "species": "0x083609b8", - "category": "0x083609b0", + "species": "SpeciesNameClefairy", + "category": "SpeciesCategoryClefairy", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -1783,8 +1783,8 @@ }, { "name": "Clefable", - "species": "0x083609a4", - "category": "0x083609b0", + "species": "SpeciesNameClefable", + "category": "SpeciesCategoryClefairy", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -1834,8 +1834,8 @@ }, { "name": "Vulpix", - "species": "0x0836099c", - "category": "0x08360998", + "species": "SpeciesNameVulpix", + "category": "SpeciesCategoryVulpix", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1879,12 +1879,12 @@ }, { "name": "Ninetales", - "species": "0x0836098c", - "category": "0x08360998", + "species": "SpeciesNameNinetales", + "category": "SpeciesCategoryVulpix", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_FIRE" ], @@ -1932,8 +1932,8 @@ }, { "name": "Jigglypuff", - "species": "0x08360980", - "category": "0x08360978", + "species": "SpeciesNameJigglypuff", + "category": "SpeciesCategoryJigglypuff", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -1983,12 +1983,12 @@ }, { "name": "Wigglytuff", - "species": "0x0836096c", - "category": "0x08360978", + "species": "SpeciesNameWigglytuff", + "category": "SpeciesCategoryJigglypuff", "overworld_palette": 1, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_NORMAL" ], @@ -2035,8 +2035,8 @@ }, { "name": "Zubat", - "species": "0x08360964", - "category": "0x08360960", + "species": "SpeciesNameZubat", + "category": "SpeciesCategoryZubat", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -2081,8 +2081,8 @@ }, { "name": "Golbat", - "species": "0x08360958", - "category": "0x08360960", + "species": "SpeciesNameGolbat", + "category": "SpeciesCategoryZubat", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -2134,8 +2134,8 @@ }, { "name": "Oddish", - "species": "0x08360950", - "category": "0x08360948", + "species": "SpeciesNameOddish", + "category": "SpeciesCategoryOddish", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -2179,8 +2179,8 @@ }, { "name": "Gloom", - "species": "0x08360940", - "category": "0x08360948", + "species": "SpeciesNameGloom", + "category": "SpeciesCategoryOddish", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -2231,8 +2231,8 @@ }, { "name": "Vileplume", - "species": "0x08360934", - "category": "0x0836092c", + "species": "SpeciesNameVileplume", + "category": "SpeciesCategoryVileplume", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -2283,8 +2283,8 @@ }, { "name": "Paras", - "species": "0x08360924", - "category": "0x08360918", + "species": "SpeciesNameParas", + "category": "SpeciesCategoryParas", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2328,8 +2328,8 @@ }, { "name": "Parasect", - "species": "0x0836090c", - "category": "0x08360918", + "species": "SpeciesNameParasect", + "category": "SpeciesCategoryParas", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2380,8 +2380,8 @@ }, { "name": "Venonat", - "species": "0x08360904", - "category": "0x083608fc", + "species": "SpeciesNameVenonat", + "category": "SpeciesCategoryVenonat", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -2425,8 +2425,8 @@ }, { "name": "Venomoth", - "species": "0x083608f0", - "category": "0x083608e4", + "species": "SpeciesNameVenomoth", + "category": "SpeciesCategoryVenomoth", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -2478,12 +2478,12 @@ }, { "name": "Diglett", - "species": "0x083608dc", - "category": "0x083608d4", + "species": "SpeciesNameDiglett", + "category": "SpeciesCategoryDiglett", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_GROUND" ], @@ -2524,12 +2524,12 @@ }, { "name": "Dugtrio", - "species": "0x083608cc", - "category": "0x083608d4", + "species": "SpeciesNameDugtrio", + "category": "SpeciesCategoryDiglett", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_GROUND" ], @@ -2577,12 +2577,12 @@ }, { "name": "Meowth", - "species": "0x083608c4", - "category": "0x083608b8", + "species": "SpeciesNameMeowth", + "category": "SpeciesCategoryMeowth", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_NORMAL" ], @@ -2622,12 +2622,12 @@ }, { "name": "Persian", - "species": "0x083608b0", - "category": "0x083608a4", + "species": "SpeciesNamePersian", + "category": "SpeciesCategoryPersian", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_NORMAL" ], @@ -2674,12 +2674,12 @@ }, { "name": "Psyduck", - "species": "0x0836089c", - "category": "0x08360894", + "species": "SpeciesNamePsyduck", + "category": "SpeciesCategoryPsyduck", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_WATER" ], @@ -2721,8 +2721,8 @@ }, { "name": "Golduck", - "species": "0x0836088c", - "category": "0x08360894", + "species": "SpeciesNameGolduck", + "category": "SpeciesCategoryPsyduck", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2774,12 +2774,12 @@ }, { "name": "Mankey", - "species": "0x08360884", - "category": "0x08360878", + "species": "SpeciesNameMankey", + "category": "SpeciesCategoryMankey", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_FIGHTING" ], @@ -2819,8 +2819,8 @@ }, { "name": "Primeape", - "species": "0x0836086c", - "category": "0x08360878", + "species": "SpeciesNamePrimeape", + "category": "SpeciesCategoryMankey", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -2870,8 +2870,8 @@ }, { "name": "Growlithe", - "species": "0x08360860", - "category": "0x08360858", + "species": "SpeciesNameGrowlithe", + "category": "SpeciesCategoryGrowlithe", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2916,8 +2916,8 @@ }, { "name": "Arcanine", - "species": "0x0836084c", - "category": "0x08360840", + "species": "SpeciesNameArcanine", + "category": "SpeciesCategoryArcanine", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2969,8 +2969,8 @@ }, { "name": "Poliwag", - "species": "0x08360838", - "category": "0x08360830", + "species": "SpeciesNamePoliwag", + "category": "SpeciesCategoryPoliwag", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -3015,8 +3015,8 @@ }, { "name": "Poliwhirl", - "species": "0x08360824", - "category": "0x08360830", + "species": "SpeciesNamePoliwhirl", + "category": "SpeciesCategoryPoliwag", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -3068,8 +3068,8 @@ }, { "name": "Poliwrath", - "species": "0x08360818", - "category": "0x08360830", + "species": "SpeciesNamePoliwrath", + "category": "SpeciesCategoryPoliwag", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -3122,8 +3122,8 @@ }, { "name": "Abra", - "species": "0x08360810", - "category": "0x0836080c", + "species": "SpeciesNameAbra", + "category": "SpeciesCategoryAbra", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -3168,8 +3168,8 @@ }, { "name": "Kadabra", - "species": "0x08360804", - "category": "0x0836080c", + "species": "SpeciesNameKadabra", + "category": "SpeciesCategoryAbra", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -3220,12 +3220,12 @@ }, { "name": "Alakazam", - "species": "0x083607f8", - "category": "0x0836080c", + "species": "SpeciesNameAlakazam", + "category": "SpeciesCategoryAbra", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_PSYCHIC" ], @@ -3274,12 +3274,12 @@ }, { "name": "Machop", - "species": "0x083607f0", - "category": "0x083607e4", + "species": "SpeciesNameMachop", + "category": "SpeciesCategoryMachop", "overworld_palette": 12, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_FIGHTING" ], @@ -3319,8 +3319,8 @@ }, { "name": "Machoke", - "species": "0x083607dc", - "category": "0x083607e4", + "species": "SpeciesNameMachoke", + "category": "SpeciesCategoryMachop", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -3370,8 +3370,8 @@ }, { "name": "Machamp", - "species": "0x083607d4", - "category": "0x083607e4", + "species": "SpeciesNameMachamp", + "category": "SpeciesCategoryMachop", "overworld_palette": 12, "size": 1, "move_speed": 1, @@ -3422,12 +3422,12 @@ }, { "name": "Bellsprout", - "species": "0x083607c8", - "category": "0x0836092c", + "species": "SpeciesNameBellsprout", + "category": "SpeciesCategoryVileplume", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_GRASS", "TYPE_POISON" @@ -3468,8 +3468,8 @@ }, { "name": "Weepinbell", - "species": "0x083607bc", - "category": "0x083607b0", + "species": "SpeciesNameWeepinbell", + "category": "SpeciesCategoryWeepinbell", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -3520,8 +3520,8 @@ }, { "name": "Victreebel", - "species": "0x083607a4", - "category": "0x083607b0", + "species": "SpeciesNameVictreebel", + "category": "SpeciesCategoryWeepinbell", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -3572,8 +3572,8 @@ }, { "name": "Tentacool", - "species": "0x08360798", - "category": "0x0836078c", + "species": "SpeciesNameTentacool", + "category": "SpeciesCategoryTentacool", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -3619,8 +3619,8 @@ }, { "name": "Tentacruel", - "species": "0x08360780", - "category": "0x0836078c", + "species": "SpeciesNameTentacruel", + "category": "SpeciesCategoryTentacool", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -3673,8 +3673,8 @@ }, { "name": "Geodude", - "species": "0x08360778", - "category": "0x08360770", + "species": "SpeciesNameGeodude", + "category": "SpeciesCategoryGeodude", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -3719,8 +3719,8 @@ }, { "name": "Graveler", - "species": "0x08360764", - "category": "0x08360770", + "species": "SpeciesNameGraveler", + "category": "SpeciesCategoryGeodude", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -3772,12 +3772,12 @@ }, { "name": "Golem", - "species": "0x0836075c", - "category": "0x08360754", + "species": "SpeciesNameGolem", + "category": "SpeciesCategoryGolem", "overworld_palette": 6, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_ROCK", "TYPE_GROUND" @@ -3827,8 +3827,8 @@ }, { "name": "Ponyta", - "species": "0x0836074c", - "category": "0x08360740", + "species": "SpeciesNamePonyta", + "category": "SpeciesCategoryPonyta", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -3873,8 +3873,8 @@ }, { "name": "Rapidash", - "species": "0x08360734", - "category": "0x08360740", + "species": "SpeciesNameRapidash", + "category": "SpeciesCategoryPonyta", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -3926,8 +3926,8 @@ }, { "name": "Slowpoke", - "species": "0x08360728", - "category": "0x08360720", + "species": "SpeciesNameSlowpoke", + "category": "SpeciesCategorySlowpoke", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -3973,8 +3973,8 @@ }, { "name": "Slowbro", - "species": "0x08360718", - "category": "0x0836070c", + "species": "SpeciesNameSlowbro", + "category": "SpeciesCategorySlowbro", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -4027,12 +4027,12 @@ }, { "name": "Magnemite", - "species": "0x08360700", - "category": "0x083606f8", + "species": "SpeciesNameMagnemite", + "category": "SpeciesCategoryMagnemite", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_ELECTRIC", "TYPE_STEEL" @@ -4075,8 +4075,8 @@ }, { "name": "Magneton", - "species": "0x083606ec", - "category": "0x083606f8", + "species": "SpeciesNameMagneton", + "category": "SpeciesCategoryMagnemite", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -4129,8 +4129,8 @@ }, { "name": "Farfetch", - "species": "0x083606e0", - "category": "0x083606d4", + "species": "SpeciesNameFarfetch", + "category": "SpeciesCategoryFarfetch", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -4175,8 +4175,8 @@ }, { "name": "Doduo", - "species": "0x083606cc", - "category": "0x083606c0", + "species": "SpeciesNameDoduo", + "category": "SpeciesCategoryDoduo", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -4221,8 +4221,8 @@ }, { "name": "Dodrio", - "species": "0x083606b8", - "category": "0x083606ac", + "species": "SpeciesNameDodrio", + "category": "SpeciesCategoryDodrio", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -4274,8 +4274,8 @@ }, { "name": "Seel", - "species": "0x083606a4", - "category": "0x08360698", + "species": "SpeciesNameSeel", + "category": "SpeciesCategorySeel", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -4319,8 +4319,8 @@ }, { "name": "Dewgong", - "species": "0x08360690", - "category": "0x08360698", + "species": "SpeciesNameDewgong", + "category": "SpeciesCategorySeel", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -4372,8 +4372,8 @@ }, { "name": "Grimer", - "species": "0x08360688", - "category": "0x08360680", + "species": "SpeciesNameGrimer", + "category": "SpeciesCategoryGrimer", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4417,8 +4417,8 @@ }, { "name": "Muk", - "species": "0x0836067c", - "category": "0x08360680", + "species": "SpeciesNameMuk", + "category": "SpeciesCategoryGrimer", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4469,8 +4469,8 @@ }, { "name": "Shellder", - "species": "0x08360670", - "category": "0x08360668", + "species": "SpeciesNameShellder", + "category": "SpeciesCategoryShellder", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4514,8 +4514,8 @@ }, { "name": "Cloyster", - "species": "0x0836065c", - "category": "0x08360668", + "species": "SpeciesNameCloyster", + "category": "SpeciesCategoryShellder", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -4567,8 +4567,8 @@ }, { "name": "Gastly", - "species": "0x08360654", - "category": "0x08360650", + "species": "SpeciesNameGastly", + "category": "SpeciesCategoryGastly", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4613,8 +4613,8 @@ }, { "name": "Haunter", - "species": "0x08360648", - "category": "0x08360650", + "species": "SpeciesNameHaunter", + "category": "SpeciesCategoryGastly", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4666,12 +4666,12 @@ }, { "name": "Gengar", - "species": "0x08360640", - "category": "0x08360638", + "species": "SpeciesNameGengar", + "category": "SpeciesCategoryGengar", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 127, + "dialogue_sprites": "0b0000000001111111", "types": [ "TYPE_GHOST", "TYPE_POISON" @@ -4721,8 +4721,8 @@ }, { "name": "Onix", - "species": "0x08360630", - "category": "0x08360624", + "species": "SpeciesNameOnix", + "category": "SpeciesCategoryOnix", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -4767,8 +4767,8 @@ }, { "name": "Drowzee", - "species": "0x0836061c", - "category": "0x08360610", + "species": "SpeciesNameDrowzee", + "category": "SpeciesCategoryDrowzee", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -4811,8 +4811,8 @@ }, { "name": "Hypno", - "species": "0x08360608", - "category": "0x08360610", + "species": "SpeciesNameHypno", + "category": "SpeciesCategoryDrowzee", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4862,8 +4862,8 @@ }, { "name": "Krabby", - "species": "0x08360600", - "category": "0x083605f4", + "species": "SpeciesNameKrabby", + "category": "SpeciesCategoryKrabby", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -4908,8 +4908,8 @@ }, { "name": "Kingler", - "species": "0x083605ec", - "category": "0x083605e4", + "species": "SpeciesNameKingler", + "category": "SpeciesCategoryKingler", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -4961,8 +4961,8 @@ }, { "name": "Voltorb", - "species": "0x083605dc", - "category": "0x083605d4", + "species": "SpeciesNameVoltorb", + "category": "SpeciesCategoryVoltorb", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -5006,8 +5006,8 @@ }, { "name": "Electrode", - "species": "0x083605c8", - "category": "0x083605d4", + "species": "SpeciesNameElectrode", + "category": "SpeciesCategoryVoltorb", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -5058,8 +5058,8 @@ }, { "name": "Exeggcute", - "species": "0x083605bc", - "category": "0x083605b8", + "species": "SpeciesNameExeggcute", + "category": "SpeciesCategoryExeggcute", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -5103,8 +5103,8 @@ }, { "name": "Exeggutor", - "species": "0x083605ac", - "category": "0x083605a4", + "species": "SpeciesNameExeggutor", + "category": "SpeciesCategoryExeggutor", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -5155,12 +5155,12 @@ }, { "name": "Cubone", - "species": "0x0836059c", - "category": "0x08360594", + "species": "SpeciesNameCubone", + "category": "SpeciesCategoryCubone", "overworld_palette": 6, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_GROUND" ], @@ -5201,8 +5201,8 @@ }, { "name": "Marowak", - "species": "0x0836058c", - "category": "0x08360580", + "species": "SpeciesNameMarowak", + "category": "SpeciesCategoryMarowak", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5253,8 +5253,8 @@ }, { "name": "Hitmonlee", - "species": "0x08360574", - "category": "0x0836056c", + "species": "SpeciesNameHitmonlee", + "category": "SpeciesCategoryHitmonlee", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5305,8 +5305,8 @@ }, { "name": "Hitmonchan", - "species": "0x08360560", - "category": "0x08360554", + "species": "SpeciesNameHitmonchan", + "category": "SpeciesCategoryHitmonchan", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5357,8 +5357,8 @@ }, { "name": "Lickitung", - "species": "0x08360548", - "category": "0x08360540", + "species": "SpeciesNameLickitung", + "category": "SpeciesCategoryLickitung", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -5402,8 +5402,8 @@ }, { "name": "Koffing", - "species": "0x08360538", - "category": "0x0836052c", + "species": "SpeciesNameKoffing", + "category": "SpeciesCategoryKoffing", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -5447,8 +5447,8 @@ }, { "name": "Weezing", - "species": "0x08360524", - "category": "0x0836052c", + "species": "SpeciesNameWeezing", + "category": "SpeciesCategoryKoffing", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -5499,8 +5499,8 @@ }, { "name": "Rhyhorn", - "species": "0x0836051c", - "category": "0x08360514", + "species": "SpeciesNameRhyhorn", + "category": "SpeciesCategoryRhyhorn", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5545,8 +5545,8 @@ }, { "name": "Rhydon", - "species": "0x0836050c", - "category": "0x083609e8", + "species": "SpeciesNameRhydon", + "category": "SpeciesCategoryNidoqueen", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5598,8 +5598,8 @@ }, { "name": "Chansey", - "species": "0x08360504", - "category": "0x083605b8", + "species": "SpeciesNameChansey", + "category": "SpeciesCategoryExeggcute", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -5643,8 +5643,8 @@ }, { "name": "Tangela", - "species": "0x083604fc", - "category": "0x083604f4", + "species": "SpeciesNameTangela", + "category": "SpeciesCategoryTangela", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -5687,12 +5687,12 @@ }, { "name": "Kangaskhan", - "species": "0x083604e8", - "category": "0x083604e0", + "species": "SpeciesNameKangaskhan", + "category": "SpeciesCategoryKangaskhan", "overworld_palette": 6, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_NORMAL" ], @@ -5732,8 +5732,8 @@ }, { "name": "Horsea", - "species": "0x083604d8", - "category": "0x083604d0", + "species": "SpeciesNameHorsea", + "category": "SpeciesCategoryHorsea", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -5777,8 +5777,8 @@ }, { "name": "Seadra", - "species": "0x083604c8", - "category": "0x083604d0", + "species": "SpeciesNameSeadra", + "category": "SpeciesCategoryHorsea", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -5829,8 +5829,8 @@ }, { "name": "Goldeen", - "species": "0x083604c0", - "category": "0x083604b4", + "species": "SpeciesNameGoldeen", + "category": "SpeciesCategoryGoldeen", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -5875,8 +5875,8 @@ }, { "name": "Seaking", - "species": "0x083604ac", - "category": "0x083604b4", + "species": "SpeciesNameSeaking", + "category": "SpeciesCategoryGoldeen", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -5928,8 +5928,8 @@ }, { "name": "Staryu", - "species": "0x083604a4", - "category": "0x08360498", + "species": "SpeciesNameStaryu", + "category": "SpeciesCategoryStaryu", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -5974,8 +5974,8 @@ }, { "name": "Starmie", - "species": "0x08360490", - "category": "0x08360484", + "species": "SpeciesNameStarmie", + "category": "SpeciesCategoryStarmie", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -6028,8 +6028,8 @@ }, { "name": "Mr. Mime", - "species": "0x08360478", - "category": "0x08360470", + "species": "SpeciesNameMrMime", + "category": "SpeciesCategoryMrMime", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -6072,8 +6072,8 @@ }, { "name": "Scyther", - "species": "0x08360468", - "category": "0x08360460", + "species": "SpeciesNameScyther", + "category": "SpeciesCategoryScyther", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -6117,8 +6117,8 @@ }, { "name": "Jynx", - "species": "0x08360458", - "category": "0x0836044c", + "species": "SpeciesNameJynx", + "category": "SpeciesCategoryJynx", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -6169,8 +6169,8 @@ }, { "name": "Electabuzz", - "species": "0x08360440", - "category": "0x08360434", + "species": "SpeciesNameElectabuzz", + "category": "SpeciesCategoryElectabuzz", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -6220,8 +6220,8 @@ }, { "name": "Magmar", - "species": "0x0836042c", - "category": "0x08360420", + "species": "SpeciesNameMagmar", + "category": "SpeciesCategoryMagmar", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -6272,8 +6272,8 @@ }, { "name": "Pinsir", - "species": "0x08360418", - "category": "0x0836040c", + "species": "SpeciesNamePinsir", + "category": "SpeciesCategoryPinsir", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -6316,8 +6316,8 @@ }, { "name": "Tauros", - "species": "0x08360404", - "category": "0x083603f8", + "species": "SpeciesNameTauros", + "category": "SpeciesCategoryTauros", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -6360,8 +6360,8 @@ }, { "name": "Magikarp", - "species": "0x083603ec", - "category": "0x083603e4", + "species": "SpeciesNameMagikarp", + "category": "SpeciesCategoryMagikarp", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6405,8 +6405,8 @@ }, { "name": "Gyarados", - "species": "0x083603d8", - "category": "0x083603cc", + "species": "SpeciesNameGyarados", + "category": "SpeciesCategoryGyarados", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -6458,8 +6458,8 @@ }, { "name": "Lapras", - "species": "0x083603c4", - "category": "0x083603b8", + "species": "SpeciesNameLapras", + "category": "SpeciesCategoryLapras", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -6505,8 +6505,8 @@ }, { "name": "Ditto", - "species": "0x083603b0", - "category": "0x083603a4", + "species": "SpeciesNameDitto", + "category": "SpeciesCategoryDitto", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -6549,12 +6549,12 @@ }, { "name": "Eevee", - "species": "0x0836039c", - "category": "0x08360390", + "species": "SpeciesNameEevee", + "category": "SpeciesCategoryEevee", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_NORMAL" ], @@ -6594,8 +6594,8 @@ }, { "name": "Vaporeon", - "species": "0x08360384", - "category": "0x08360378", + "species": "SpeciesNameVaporeon", + "category": "SpeciesCategoryVaporeon", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6646,8 +6646,8 @@ }, { "name": "Jolteon", - "species": "0x08360370", - "category": "0x08360364", + "species": "SpeciesNameJolteon", + "category": "SpeciesCategoryJolteon", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -6697,8 +6697,8 @@ }, { "name": "Flareon", - "species": "0x0836035c", - "category": "0x08360b8c", + "species": "SpeciesNameFlareon", + "category": "SpeciesCategoryCharmeleon", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6749,8 +6749,8 @@ }, { "name": "Porygon", - "species": "0x08360354", - "category": "0x0836034c", + "species": "SpeciesNamePorygon", + "category": "SpeciesCategoryPorygon", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -6794,8 +6794,8 @@ }, { "name": "Omanyte", - "species": "0x08360344", - "category": "0x0836033c", + "species": "SpeciesNameOmanyte", + "category": "SpeciesCategoryOmanyte", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6841,8 +6841,8 @@ }, { "name": "Omastar", - "species": "0x08360334", - "category": "0x0836033c", + "species": "SpeciesNameOmastar", + "category": "SpeciesCategoryOmanyte", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6895,8 +6895,8 @@ }, { "name": "Kabuto", - "species": "0x0836032c", - "category": "0x08360b3c", + "species": "SpeciesNameKabuto", + "category": "SpeciesCategoryBlastoise", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -6942,8 +6942,8 @@ }, { "name": "Kabutops", - "species": "0x08360320", - "category": "0x08360b3c", + "species": "SpeciesNameKabutops", + "category": "SpeciesCategoryBlastoise", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -6996,8 +6996,8 @@ }, { "name": "Aerodactyl", - "species": "0x08360314", - "category": "0x0836030c", + "species": "SpeciesNameAerodactyl", + "category": "SpeciesCategoryAerodactyl", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -7043,8 +7043,8 @@ }, { "name": "Snorlax", - "species": "0x08360304", - "category": "0x083602f8", + "species": "SpeciesNameSnorlax", + "category": "SpeciesCategorySnorlax", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -7095,12 +7095,12 @@ }, { "name": "Articuno", - "species": "0x083602ec", - "category": "0x083602e4", + "species": "SpeciesNameArticuno", + "category": "SpeciesCategoryArticuno", "overworld_palette": 5, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_ICE", @@ -7143,12 +7143,12 @@ }, { "name": "Zapdos", - "species": "0x083602dc", - "category": "0x08360434", + "species": "SpeciesNameZapdos", + "category": "SpeciesCategoryElectabuzz", "overworld_palette": 4, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_ELECTRIC", @@ -7191,12 +7191,12 @@ }, { "name": "Moltres", - "species": "0x083602d4", - "category": "0x08360b8c", + "species": "SpeciesNameMoltres", + "category": "SpeciesCategoryCharmeleon", "overworld_palette": 0, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_FIRE", @@ -7239,8 +7239,8 @@ }, { "name": "Dratini", - "species": "0x083602cc", - "category": "0x083604d0", + "species": "SpeciesNameDratini", + "category": "SpeciesCategoryHorsea", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -7284,8 +7284,8 @@ }, { "name": "Dragonair", - "species": "0x083602c0", - "category": "0x083604d0", + "species": "SpeciesNameDragonair", + "category": "SpeciesCategoryHorsea", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -7336,8 +7336,8 @@ }, { "name": "Dragonite", - "species": "0x083602b4", - "category": "0x083604d0", + "species": "SpeciesNameDragonite", + "category": "SpeciesCategoryHorsea", "overworld_palette": 8, "size": 4, "move_speed": 1, @@ -7389,12 +7389,12 @@ }, { "name": "Mewtwo", - "species": "0x083602ac", - "category": "0x083602a4", + "species": "SpeciesNameMewtwo", + "category": "SpeciesCategoryMewtwo", "overworld_palette": 7, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_PSYCHIC" ], @@ -7434,8 +7434,8 @@ }, { "name": "Mew", - "species": "0x083602a0", - "category": "0x08360294", + "species": "SpeciesNameMew", + "category": "SpeciesCategoryMew", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -7479,12 +7479,12 @@ }, { "name": "Chikorita", - "species": "0x08360288", - "category": "0x08360280", + "species": "SpeciesNameChikorita", + "category": "SpeciesCategoryChikorita", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_GRASS" ], @@ -7524,8 +7524,8 @@ }, { "name": "Bayleef", - "species": "0x08360278", - "category": "0x08360280", + "species": "SpeciesNameBayleef", + "category": "SpeciesCategoryChikorita", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -7575,8 +7575,8 @@ }, { "name": "Meganium", - "species": "0x0836026c", - "category": "0x08360264", + "species": "SpeciesNameMeganium", + "category": "SpeciesCategoryMeganium", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -7626,12 +7626,12 @@ }, { "name": "Cyndaquil", - "species": "0x08360258", - "category": "0x0836024c", + "species": "SpeciesNameCyndaquil", + "category": "SpeciesCategoryCyndaquil", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_FIRE" ], @@ -7672,8 +7672,8 @@ }, { "name": "Quilava", - "species": "0x08360244", - "category": "0x0836023c", + "species": "SpeciesNameQuilava", + "category": "SpeciesCategoryQuilava", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -7724,8 +7724,8 @@ }, { "name": "Typhlosion", - "species": "0x08360230", - "category": "0x0836023c", + "species": "SpeciesNameTyphlosion", + "category": "SpeciesCategoryQuilava", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -7776,12 +7776,12 @@ }, { "name": "Totodile", - "species": "0x08360224", - "category": "0x0836021c", + "species": "SpeciesNameTotodile", + "category": "SpeciesCategoryTotodile", "overworld_palette": 0, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_WATER" ], @@ -7822,8 +7822,8 @@ }, { "name": "Croconaw", - "species": "0x08360210", - "category": "0x0836021c", + "species": "SpeciesNameCroconaw", + "category": "SpeciesCategoryTotodile", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -7874,8 +7874,8 @@ }, { "name": "Feraligatr", - "species": "0x08360204", - "category": "0x0836021c", + "species": "SpeciesNameFeraligatr", + "category": "SpeciesCategoryTotodile", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -7926,8 +7926,8 @@ }, { "name": "Sentret", - "species": "0x083601fc", - "category": "0x083601f4", + "species": "SpeciesNameSentret", + "category": "SpeciesCategorySentret", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -7971,8 +7971,8 @@ }, { "name": "Furret", - "species": "0x083601ec", - "category": "0x083601e0", + "species": "SpeciesNameFurret", + "category": "SpeciesCategoryFurret", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -8023,8 +8023,8 @@ }, { "name": "Hoothoot", - "species": "0x083601d4", - "category": "0x083601d0", + "species": "SpeciesNameHoothoot", + "category": "SpeciesCategoryHoothoot", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -8069,8 +8069,8 @@ }, { "name": "Noctowl", - "species": "0x083601c8", - "category": "0x083601d0", + "species": "SpeciesNameNoctowl", + "category": "SpeciesCategoryHoothoot", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -8122,8 +8122,8 @@ }, { "name": "Ledyba", - "species": "0x083601c0", - "category": "0x083601b4", + "species": "SpeciesNameLedyba", + "category": "SpeciesCategoryLedyba", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -8169,8 +8169,8 @@ }, { "name": "Ledian", - "species": "0x083601ac", - "category": "0x083601b4", + "species": "SpeciesNameLedian", + "category": "SpeciesCategoryLedyba", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -8223,8 +8223,8 @@ }, { "name": "Spinarak", - "species": "0x083601a0", - "category": "0x08360194", + "species": "SpeciesNameSpinarak", + "category": "SpeciesCategorySpinarak", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -8269,8 +8269,8 @@ }, { "name": "Ariados", - "species": "0x0836018c", - "category": "0x08360180", + "species": "SpeciesNameAriados", + "category": "SpeciesCategoryAriados", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -8322,8 +8322,8 @@ }, { "name": "Crobat", - "species": "0x08360178", - "category": "0x08360960", + "species": "SpeciesNameCrobat", + "category": "SpeciesCategoryZubat", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -8375,8 +8375,8 @@ }, { "name": "Chinchou", - "species": "0x0836016c", - "category": "0x08360164", + "species": "SpeciesNameChinchou", + "category": "SpeciesCategoryChinchou", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -8422,8 +8422,8 @@ }, { "name": "Lanturn", - "species": "0x0836015c", - "category": "0x08360154", + "species": "SpeciesNameLanturn", + "category": "SpeciesCategoryLanturn", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -8476,8 +8476,8 @@ }, { "name": "Pichu", - "species": "0x0836014c", - "category": "0x08360140", + "species": "SpeciesNamePichu", + "category": "SpeciesCategoryPichu", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -8520,8 +8520,8 @@ }, { "name": "Cleffa", - "species": "0x08360138", - "category": "0x08360498", + "species": "SpeciesNameCleffa", + "category": "SpeciesCategoryStaryu", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -8564,8 +8564,8 @@ }, { "name": "Igglybuff", - "species": "0x0836012c", - "category": "0x08360978", + "species": "SpeciesNameIgglybuff", + "category": "SpeciesCategoryJigglypuff", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -8608,8 +8608,8 @@ }, { "name": "Togepi", - "species": "0x08360124", - "category": "0x08360118", + "species": "SpeciesNameTogepi", + "category": "SpeciesCategoryTogepi", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -8653,8 +8653,8 @@ }, { "name": "Togetic", - "species": "0x08360110", - "category": "0x08360104", + "species": "SpeciesNameTogetic", + "category": "SpeciesCategoryTogetic", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -8706,8 +8706,8 @@ }, { "name": "Natu", - "species": "0x083600fc", - "category": "0x08360ab8", + "species": "SpeciesNameNatu", + "category": "SpeciesCategoryPidgey", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -8752,12 +8752,12 @@ }, { "name": "Xatu", - "species": "0x083600f4", - "category": "0x083600ec", + "species": "SpeciesNameXatu", + "category": "SpeciesCategoryXatu", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_PSYCHIC", "TYPE_FLYING" @@ -8806,8 +8806,8 @@ }, { "name": "Mareep", - "species": "0x083600e4", - "category": "0x083600dc", + "species": "SpeciesNameMareep", + "category": "SpeciesCategoryMareep", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -8850,8 +8850,8 @@ }, { "name": "Flaaffy", - "species": "0x083600d4", - "category": "0x083600dc", + "species": "SpeciesNameFlaaffy", + "category": "SpeciesCategoryMareep", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -8901,8 +8901,8 @@ }, { "name": "Ampharos", - "species": "0x083600c8", - "category": "0x08360154", + "species": "SpeciesNameAmpharos", + "category": "SpeciesCategoryLanturn", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -8952,8 +8952,8 @@ }, { "name": "Bellossom", - "species": "0x083600bc", - "category": "0x0836092c", + "species": "SpeciesNameBellossom", + "category": "SpeciesCategoryVileplume", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9003,8 +9003,8 @@ }, { "name": "Marill", - "species": "0x083600b4", - "category": "0x083600a8", + "species": "SpeciesNameMarill", + "category": "SpeciesCategoryMarill", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9056,8 +9056,8 @@ }, { "name": "Azumarill", - "species": "0x0836009c", - "category": "0x08360090", + "species": "SpeciesNameAzumarill", + "category": "SpeciesCategoryAzumarill", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9109,8 +9109,8 @@ }, { "name": "Sudowoodo", - "species": "0x08360084", - "category": "0x08360078", + "species": "SpeciesNameSudowoodo", + "category": "SpeciesCategorySudowoodo", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -9154,8 +9154,8 @@ }, { "name": "Politoed", - "species": "0x0836006c", - "category": "0x08360064", + "species": "SpeciesNamePolitoed", + "category": "SpeciesCategoryPolitoed", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9208,8 +9208,8 @@ }, { "name": "Hoppip", - "species": "0x0836005c", - "category": "0x08360050", + "species": "SpeciesNameHoppip", + "category": "SpeciesCategoryHoppip", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -9253,8 +9253,8 @@ }, { "name": "Skiploom", - "species": "0x08360044", - "category": "0x08360050", + "species": "SpeciesNameSkiploom", + "category": "SpeciesCategoryHoppip", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9305,12 +9305,12 @@ }, { "name": "Jumpluff", - "species": "0x08360038", - "category": "0x08360050", + "species": "SpeciesNameJumpluff", + "category": "SpeciesCategoryHoppip", "overworld_palette": 12, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_GRASS", "TYPE_FLYING" @@ -9358,8 +9358,8 @@ }, { "name": "Aipom", - "species": "0x08360030", - "category": "0x08360024", + "species": "SpeciesNameAipom", + "category": "SpeciesCategoryAipom", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -9403,8 +9403,8 @@ }, { "name": "Sunkern", - "species": "0x0836001c", - "category": "0x08360bc8", + "species": "SpeciesNameSunkern", + "category": "SpeciesCategoryBulbasaur", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9447,8 +9447,8 @@ }, { "name": "Sunflora", - "species": "0x08360010", - "category": "0x0836000c", + "species": "SpeciesNameSunflora", + "category": "SpeciesCategorySunflora", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9498,8 +9498,8 @@ }, { "name": "Yanma", - "species": "0x08360004", - "category": "0x0835fff8", + "species": "SpeciesNameYanma", + "category": "SpeciesCategoryYanma", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9545,8 +9545,8 @@ }, { "name": "Wooper", - "species": "0x0835fff0", - "category": "0x0835ffe4", + "species": "SpeciesNameWooper", + "category": "SpeciesCategoryWooper", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -9592,8 +9592,8 @@ }, { "name": "Quagsire", - "species": "0x0835ffd8", - "category": "0x0835ffe4", + "species": "SpeciesNameQuagsire", + "category": "SpeciesCategoryWooper", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -9646,8 +9646,8 @@ }, { "name": "Espeon", - "species": "0x0835ffd0", - "category": "0x0836000c", + "species": "SpeciesNameEspeon", + "category": "SpeciesCategorySunflora", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -9698,8 +9698,8 @@ }, { "name": "Umbreon", - "species": "0x0835ffc8", - "category": "0x0835ffbc", + "species": "SpeciesNameUmbreon", + "category": "SpeciesCategoryUmbreon", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9750,8 +9750,8 @@ }, { "name": "Murkrow", - "species": "0x0835ffb4", - "category": "0x0835ffa8", + "species": "SpeciesNameMurkrow", + "category": "SpeciesCategoryMurkrow", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -9795,8 +9795,8 @@ }, { "name": "Slowking", - "species": "0x0835ff9c", - "category": "0x0835ff94", + "species": "SpeciesNameSlowking", + "category": "SpeciesCategorySlowking", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -9850,8 +9850,8 @@ }, { "name": "Misdreavus", - "species": "0x0835ff88", - "category": "0x0835ff80", + "species": "SpeciesNameMisdreavus", + "category": "SpeciesCategoryMisdreavus", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -9895,8 +9895,8 @@ }, { "name": "Unown-A", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9940,8 +9940,8 @@ }, { "name": "Unown-B", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9985,8 +9985,8 @@ }, { "name": "Unown-C", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10030,8 +10030,8 @@ }, { "name": "Unown-D", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10075,8 +10075,8 @@ }, { "name": "Unown-E", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10120,8 +10120,8 @@ }, { "name": "Unown-F", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10165,8 +10165,8 @@ }, { "name": "Unown-G", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10210,8 +10210,8 @@ }, { "name": "Unown-H", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10255,8 +10255,8 @@ }, { "name": "Unown-I", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10300,8 +10300,8 @@ }, { "name": "Unown-J", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10345,8 +10345,8 @@ }, { "name": "Unown-K", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10390,8 +10390,8 @@ }, { "name": "Unown-L", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10435,8 +10435,8 @@ }, { "name": "Unown-M", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10480,8 +10480,8 @@ }, { "name": "Unown-N", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10525,8 +10525,8 @@ }, { "name": "Unown-O", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10570,8 +10570,8 @@ }, { "name": "Unown-P", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10615,8 +10615,8 @@ }, { "name": "Unown-Q", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10660,8 +10660,8 @@ }, { "name": "Unown-R", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10705,8 +10705,8 @@ }, { "name": "Unown-S", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10750,8 +10750,8 @@ }, { "name": "Unown-T", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10795,8 +10795,8 @@ }, { "name": "Unown-U", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10840,8 +10840,8 @@ }, { "name": "Unown-V", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10885,8 +10885,8 @@ }, { "name": "Unown-W", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10930,8 +10930,8 @@ }, { "name": "Unown-X", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10975,8 +10975,8 @@ }, { "name": "Unown-Y", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -11020,8 +11020,8 @@ }, { "name": "Unown-Z", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -11065,12 +11065,12 @@ }, { "name": "Wobbuffet", - "species": "0x0835ff64", - "category": "0x0835ff5c", + "species": "SpeciesNameWobbuffet", + "category": "SpeciesCategoryWobbuffet", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_PSYCHIC" ], @@ -11117,8 +11117,8 @@ }, { "name": "Girafarig", - "species": "0x0835ff50", - "category": "0x0835ff44", + "species": "SpeciesNameGirafarig", + "category": "SpeciesCategoryGirafarig", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -11163,8 +11163,8 @@ }, { "name": "Pineco", - "species": "0x0835ff3c", - "category": "0x0835ff34", + "species": "SpeciesNamePineco", + "category": "SpeciesCategoryPineco", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11207,8 +11207,8 @@ }, { "name": "Forretress", - "species": "0x0835ff28", - "category": "0x0835ff34", + "species": "SpeciesNameForretress", + "category": "SpeciesCategoryPineco", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -11259,8 +11259,8 @@ }, { "name": "Dunsparce", - "species": "0x0835ff1c", - "category": "0x0835ff10", + "species": "SpeciesNameDunsparce", + "category": "SpeciesCategoryDunsparce", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -11304,8 +11304,8 @@ }, { "name": "Gligar", - "species": "0x0835ff08", - "category": "0x0835fefc", + "species": "SpeciesNameGligar", + "category": "SpeciesCategoryGligar", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -11351,8 +11351,8 @@ }, { "name": "Steelix", - "species": "0x0835fef4", - "category": "0x0835fee8", + "species": "SpeciesNameSteelix", + "category": "SpeciesCategorySteelix", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -11405,12 +11405,12 @@ }, { "name": "Snubbull", - "species": "0x0835fedc", - "category": "0x083609b0", + "species": "SpeciesNameSnubbull", + "category": "SpeciesCategoryClefairy", "overworld_palette": 11, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_NORMAL" ], @@ -11451,12 +11451,12 @@ }, { "name": "Granbull", - "species": "0x0835fed0", - "category": "0x083609b0", + "species": "SpeciesNameGranbull", + "category": "SpeciesCategoryClefairy", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_NORMAL" ], @@ -11503,8 +11503,8 @@ }, { "name": "Qwilfish", - "species": "0x0835fec4", - "category": "0x08360978", + "species": "SpeciesNameQwilfish", + "category": "SpeciesCategoryJigglypuff", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11550,8 +11550,8 @@ }, { "name": "Scizor", - "species": "0x0835febc", - "category": "0x083605e4", + "species": "SpeciesNameScizor", + "category": "SpeciesCategoryKingler", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11603,8 +11603,8 @@ }, { "name": "Shuckle", - "species": "0x0835feb4", - "category": "0x0835feac", + "species": "SpeciesNameShuckle", + "category": "SpeciesCategoryShuckle", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -11648,8 +11648,8 @@ }, { "name": "Heracross", - "species": "0x0835fea0", - "category": "0x0835fe94", + "species": "SpeciesNameHeracross", + "category": "SpeciesCategoryHeracross", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11694,8 +11694,8 @@ }, { "name": "Sneasel", - "species": "0x0835fe8c", - "category": "0x0835fe80", + "species": "SpeciesNameSneasel", + "category": "SpeciesCategorySneasel", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11740,8 +11740,8 @@ }, { "name": "Teddiursa", - "species": "0x0835fe74", - "category": "0x0835fe68", + "species": "SpeciesNameTeddiursa", + "category": "SpeciesCategoryTeddiursa", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -11784,8 +11784,8 @@ }, { "name": "Ursaring", - "species": "0x0835fe5c", - "category": "0x0835fe50", + "species": "SpeciesNameUrsaring", + "category": "SpeciesCategoryUrsaring", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -11835,8 +11835,8 @@ }, { "name": "Slugma", - "species": "0x0835fe48", - "category": "0x0835fe40", + "species": "SpeciesNameSlugma", + "category": "SpeciesCategorySlugma", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -11881,8 +11881,8 @@ }, { "name": "Magcargo", - "species": "0x0835fe34", - "category": "0x0835fe40", + "species": "SpeciesNameMagcargo", + "category": "SpeciesCategorySlugma", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11935,8 +11935,8 @@ }, { "name": "Swinub", - "species": "0x0835fe2c", - "category": "0x0835fe28", + "species": "SpeciesNameSwinub", + "category": "SpeciesCategorySwinub", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -11980,8 +11980,8 @@ }, { "name": "Piloswine", - "species": "0x0835fe1c", - "category": "0x0835fe14", + "species": "SpeciesNamePiloswine", + "category": "SpeciesCategoryPiloswine", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -12032,8 +12032,8 @@ }, { "name": "Corsola", - "species": "0x0835fe0c", - "category": "0x0835fe04", + "species": "SpeciesNameCorsola", + "category": "SpeciesCategoryCorsola", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -12079,8 +12079,8 @@ }, { "name": "Remoraid", - "species": "0x0835fdf8", - "category": "0x0835fdf4", + "species": "SpeciesNameRemoraid", + "category": "SpeciesCategoryRemoraid", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -12124,12 +12124,12 @@ }, { "name": "Octillery", - "species": "0x0835fde8", - "category": "0x0835fdf4", + "species": "SpeciesNameOctillery", + "category": "SpeciesCategoryRemoraid", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_WATER" ], @@ -12177,8 +12177,8 @@ }, { "name": "Delibird", - "species": "0x0835fddc", - "category": "0x0835fdd0", + "species": "SpeciesNameDelibird", + "category": "SpeciesCategoryDelibird", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -12223,8 +12223,8 @@ }, { "name": "Mantine", - "species": "0x0835fdc8", - "category": "0x0835fdc0", + "species": "SpeciesNameMantine", + "category": "SpeciesCategoryMantine", "overworld_palette": 7, "size": 2, "move_speed": 1, @@ -12270,12 +12270,12 @@ }, { "name": "Skarmory", - "species": "0x0835fdb4", - "category": "0x0835fda8", + "species": "SpeciesNameSkarmory", + "category": "SpeciesCategorySkarmory", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_STEEL", "TYPE_FLYING" @@ -12317,8 +12317,8 @@ }, { "name": "Houndour", - "species": "0x0835fd9c", - "category": "0x0835fd94", + "species": "SpeciesNameHoundour", + "category": "SpeciesCategoryHoundour", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -12364,8 +12364,8 @@ }, { "name": "Houndoom", - "species": "0x0835fd88", - "category": "0x0835fd94", + "species": "SpeciesNameHoundoom", + "category": "SpeciesCategoryHoundour", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -12418,8 +12418,8 @@ }, { "name": "Kingdra", - "species": "0x0835fd80", - "category": "0x083604d0", + "species": "SpeciesNameKingdra", + "category": "SpeciesCategoryHorsea", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -12472,8 +12472,8 @@ }, { "name": "Phanpy", - "species": "0x0835fd78", - "category": "0x0835fd6c", + "species": "SpeciesNamePhanpy", + "category": "SpeciesCategoryPhanpy", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -12516,8 +12516,8 @@ }, { "name": "Donphan", - "species": "0x0835fd64", - "category": "0x0835fd5c", + "species": "SpeciesNameDonphan", + "category": "SpeciesCategoryDonphan", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -12567,8 +12567,8 @@ }, { "name": "Porygon2", - "species": "0x0835fd50", - "category": "0x0836034c", + "species": "SpeciesNamePorygon2", + "category": "SpeciesCategoryPorygon", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -12620,8 +12620,8 @@ }, { "name": "Stantler", - "species": "0x0835fd44", - "category": "0x0835fd38", + "species": "SpeciesNameStantler", + "category": "SpeciesCategoryStantler", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -12664,12 +12664,12 @@ }, { "name": "Smeargle", - "species": "0x0835fd2c", - "category": "0x0835fd24", + "species": "SpeciesNameSmeargle", + "category": "SpeciesCategorySmeargle", "overworld_palette": 8, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_NORMAL" ], @@ -12709,8 +12709,8 @@ }, { "name": "Tyrogue", - "species": "0x0835fd1c", - "category": "0x0835fd14", + "species": "SpeciesNameTyrogue", + "category": "SpeciesCategoryTyrogue", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -12753,8 +12753,8 @@ }, { "name": "Hitmontop", - "species": "0x0835fd08", - "category": "0x0835fcfc", + "species": "SpeciesNameHitmontop", + "category": "SpeciesCategoryHitmontop", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -12805,8 +12805,8 @@ }, { "name": "Smoochum", - "species": "0x0835fcf0", - "category": "0x0835fce8", + "species": "SpeciesNameSmoochum", + "category": "SpeciesCategorySmoochum", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -12850,8 +12850,8 @@ }, { "name": "Elekid", - "species": "0x0835fce0", - "category": "0x08360434", + "species": "SpeciesNameElekid", + "category": "SpeciesCategoryElectabuzz", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -12894,8 +12894,8 @@ }, { "name": "Magby", - "species": "0x0835fcd8", - "category": "0x0835fccc", + "species": "SpeciesNameMagby", + "category": "SpeciesCategoryMagby", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -12939,8 +12939,8 @@ }, { "name": "Miltank", - "species": "0x0835fcc4", - "category": "0x0835fcb8", + "species": "SpeciesNameMiltank", + "category": "SpeciesCategoryMiltank", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -12983,8 +12983,8 @@ }, { "name": "Blissey", - "species": "0x0835fcb0", - "category": "0x08360104", + "species": "SpeciesNameBlissey", + "category": "SpeciesCategoryTogetic", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -13035,12 +13035,12 @@ }, { "name": "Raikou", - "species": "0x0835fca8", - "category": "0x0835fca0", + "species": "SpeciesNameRaikou", + "category": "SpeciesCategoryRaikou", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_ELECTRIC" ], @@ -13080,12 +13080,12 @@ }, { "name": "Entei", - "species": "0x0835fc98", - "category": "0x0836023c", + "species": "SpeciesNameEntei", + "category": "SpeciesCategoryQuilava", "overworld_palette": 12, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_FIRE" ], @@ -13126,12 +13126,12 @@ }, { "name": "Suicune", - "species": "0x0835fc90", - "category": "0x0835fc88", + "species": "SpeciesNameSuicune", + "category": "SpeciesCategorySuicune", "overworld_palette": 7, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_WATER" ], @@ -13172,8 +13172,8 @@ }, { "name": "Larvitar", - "species": "0x0835fc7c", - "category": "0x0835fc70", + "species": "SpeciesNameLarvitar", + "category": "SpeciesCategoryLarvitar", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -13217,8 +13217,8 @@ }, { "name": "Pupitar", - "species": "0x0835fc68", - "category": "0x0835fc5c", + "species": "SpeciesNamePupitar", + "category": "SpeciesCategoryPupitar", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -13269,12 +13269,12 @@ }, { "name": "Tyranitar", - "species": "0x0835fc50", - "category": "0x0835fd5c", + "species": "SpeciesNameTyranitar", + "category": "SpeciesCategoryDonphan", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_ROCK", "TYPE_DARK" @@ -13322,12 +13322,12 @@ }, { "name": "Lugia", - "species": "0x0835fc48", - "category": "0x0835fc40", + "species": "SpeciesNameLugia", + "category": "SpeciesCategoryLugia", "overworld_palette": 9, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_PSYCHIC", @@ -13370,12 +13370,12 @@ }, { "name": "Ho-Oh", - "species": "0x0835fc38", - "category": "0x0835fc30", + "species": "SpeciesNameHoOh", + "category": "SpeciesCategoryHoOh", "overworld_palette": 3, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_FIRE", "TYPE_FLYING" @@ -13417,8 +13417,8 @@ }, { "name": "Celebi", - "species": "0x0835fc28", - "category": "0x0835fc1c", + "species": "SpeciesNameCelebi", + "category": "SpeciesCategoryCelebi", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -13464,12 +13464,12 @@ }, { "name": "Treecko", - "species": "0x0835fc14", - "category": "0x0835fc08", + "species": "SpeciesNameTreecko", + "category": "SpeciesCategoryTreecko", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_GRASS" ], @@ -13509,8 +13509,8 @@ }, { "name": "Grovyle", - "species": "0x0835fc00", - "category": "0x0835fc08", + "species": "SpeciesNameGrovyle", + "category": "SpeciesCategoryTreecko", "overworld_palette": 12, "size": 1, "move_speed": 1, @@ -13560,8 +13560,8 @@ }, { "name": "Sceptile", - "species": "0x0835fbf4", - "category": "0x0835fbec", + "species": "SpeciesNameSceptile", + "category": "SpeciesCategorySceptile", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -13611,12 +13611,12 @@ }, { "name": "Torchic", - "species": "0x0835fbe4", - "category": "0x0835fbdc", + "species": "SpeciesNameTorchic", + "category": "SpeciesCategoryTorchic", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_FIRE" ], @@ -13657,8 +13657,8 @@ }, { "name": "Combusken", - "species": "0x0835fbd0", - "category": "0x0835fbc4", + "species": "SpeciesNameCombusken", + "category": "SpeciesCategoryCombusken", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -13710,8 +13710,8 @@ }, { "name": "Blaziken", - "species": "0x0835fbb8", - "category": "0x0835fbb0", + "species": "SpeciesNameBlaziken", + "category": "SpeciesCategoryBlaziken", "overworld_palette": 12, "size": 1, "move_speed": 1, @@ -13763,12 +13763,12 @@ }, { "name": "Mudkip", - "species": "0x0835fba8", - "category": "0x0835fb9c", + "species": "SpeciesNameMudkip", + "category": "SpeciesCategoryMudkip", "overworld_palette": 9, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_WATER" ], @@ -13809,8 +13809,8 @@ }, { "name": "Marshtomp", - "species": "0x0835fb90", - "category": "0x0835fb9c", + "species": "SpeciesNameMarshtomp", + "category": "SpeciesCategoryMudkip", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -13862,8 +13862,8 @@ }, { "name": "Swampert", - "species": "0x0835fb84", - "category": "0x0835fb9c", + "species": "SpeciesNameSwampert", + "category": "SpeciesCategoryMudkip", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -13915,8 +13915,8 @@ }, { "name": "Poochyena", - "species": "0x0835fb78", - "category": "0x0835fb70", + "species": "SpeciesNamePoochyena", + "category": "SpeciesCategoryPoochyena", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -13959,8 +13959,8 @@ }, { "name": "Mightyena", - "species": "0x0835fb64", - "category": "0x0835fb70", + "species": "SpeciesNameMightyena", + "category": "SpeciesCategoryPoochyena", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -14010,8 +14010,8 @@ }, { "name": "Zigzagoon", - "species": "0x0835fb58", - "category": "0x0835fb4c", + "species": "SpeciesNameZigzagoon", + "category": "SpeciesCategoryZigzagoon", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -14054,8 +14054,8 @@ }, { "name": "Linoone", - "species": "0x0835fb44", - "category": "0x0835fb3c", + "species": "SpeciesNameLinoone", + "category": "SpeciesCategoryLinoone", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -14105,8 +14105,8 @@ }, { "name": "Wurmple", - "species": "0x0835fb34", - "category": "0x08360b28", + "species": "SpeciesNameWurmple", + "category": "SpeciesCategoryCaterpie", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -14149,8 +14149,8 @@ }, { "name": "Silcoon", - "species": "0x0835fb2c", - "category": "0x08360b18", + "species": "SpeciesNameSilcoon", + "category": "SpeciesCategoryMetapod", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -14201,8 +14201,8 @@ }, { "name": "Beautifly", - "species": "0x0835fb20", - "category": "0x08360b00", + "species": "SpeciesNameBeautifly", + "category": "SpeciesCategoryButterfree", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -14254,8 +14254,8 @@ }, { "name": "Cascoon", - "species": "0x0835fb18", - "category": "0x08360b18", + "species": "SpeciesNameCascoon", + "category": "SpeciesCategoryMetapod", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -14306,8 +14306,8 @@ }, { "name": "Dustox", - "species": "0x0835fb10", - "category": "0x083608e4", + "species": "SpeciesNameDustox", + "category": "SpeciesCategoryVenomoth", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -14359,8 +14359,8 @@ }, { "name": "Lotad", - "species": "0x0835fb08", - "category": "0x0835fafc", + "species": "SpeciesNameLotad", + "category": "SpeciesCategoryLotad", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -14406,12 +14406,12 @@ }, { "name": "Lombre", - "species": "0x0835faf4", - "category": "0x0835faec", + "species": "SpeciesNameLombre", + "category": "SpeciesCategoryLombre", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 255, + "dialogue_sprites": "0b0000000011111111", "types": [ "TYPE_WATER", "TYPE_GRASS" @@ -14461,8 +14461,8 @@ }, { "name": "Ludicolo", - "species": "0x0835fae0", - "category": "0x0835fad4", + "species": "SpeciesNameLudicolo", + "category": "SpeciesCategoryLudicolo", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -14515,8 +14515,8 @@ }, { "name": "Seedot", - "species": "0x0835facc", - "category": "0x0835fac4", + "species": "SpeciesNameSeedot", + "category": "SpeciesCategorySeedot", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -14560,8 +14560,8 @@ }, { "name": "Nuzleaf", - "species": "0x0835fabc", - "category": "0x0835fab4", + "species": "SpeciesNameNuzleaf", + "category": "SpeciesCategoryNuzleaf", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -14613,12 +14613,12 @@ }, { "name": "Shiftry", - "species": "0x0835faac", - "category": "0x0835faa4", + "species": "SpeciesNameShiftry", + "category": "SpeciesCategoryShiftry", "overworld_palette": 8, "size": 1, "move_speed": 1, - "dialogue_sprites": 15, + "dialogue_sprites": "0b0000000000001111", "types": [ "TYPE_GRASS", "TYPE_DARK" @@ -14667,8 +14667,8 @@ }, { "name": "Taillow", - "species": "0x0835fa9c", - "category": "0x0835fa90", + "species": "SpeciesNameTaillow", + "category": "SpeciesCategoryTaillow", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -14712,8 +14712,8 @@ }, { "name": "Swellow", - "species": "0x0835fa88", - "category": "0x0835fa80", + "species": "SpeciesNameSwellow", + "category": "SpeciesCategorySwellow", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -14764,8 +14764,8 @@ }, { "name": "Wingull", - "species": "0x0835fa78", - "category": "0x0835fa70", + "species": "SpeciesNameWingull", + "category": "SpeciesCategoryWingull", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -14810,12 +14810,12 @@ }, { "name": "Pelipper", - "species": "0x0835fa64", - "category": "0x0835fa58", + "species": "SpeciesNamePelipper", + "category": "SpeciesCategoryPelipper", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_WATER", "TYPE_FLYING" @@ -14864,8 +14864,8 @@ }, { "name": "Ralts", - "species": "0x0835fa50", - "category": "0x0835fa48", + "species": "SpeciesNameRalts", + "category": "SpeciesCategoryRalts", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -14909,8 +14909,8 @@ }, { "name": "Kirlia", - "species": "0x0835fa40", - "category": "0x0835fa38", + "species": "SpeciesNameKirlia", + "category": "SpeciesCategoryKirlia", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -14961,12 +14961,12 @@ }, { "name": "Gardevoir", - "species": "0x0835fa2c", - "category": "0x0835fa24", + "species": "SpeciesNameGardevoir", + "category": "SpeciesCategoryGardevoir", "overworld_palette": 10, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_PSYCHIC" ], @@ -15014,8 +15014,8 @@ }, { "name": "Surskit", - "species": "0x0835fa1c", - "category": "0x0835fa10", + "species": "SpeciesNameSurskit", + "category": "SpeciesCategorySurskit", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -15060,8 +15060,8 @@ }, { "name": "Masquerain", - "species": "0x0835fa04", - "category": "0x0835f9fc", + "species": "SpeciesNameMasquerain", + "category": "SpeciesCategoryMasquerain", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -15113,8 +15113,8 @@ }, { "name": "Shroomish", - "species": "0x0835f9f0", - "category": "0x08360918", + "species": "SpeciesNameShroomish", + "category": "SpeciesCategoryParas", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -15157,8 +15157,8 @@ }, { "name": "Breloom", - "species": "0x0835f9e8", - "category": "0x08360918", + "species": "SpeciesNameBreloom", + "category": "SpeciesCategoryParas", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -15209,8 +15209,8 @@ }, { "name": "Slakoth", - "species": "0x0835f9e0", - "category": "0x0835f9d8", + "species": "SpeciesNameSlakoth", + "category": "SpeciesCategorySlakoth", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -15253,8 +15253,8 @@ }, { "name": "Vigoroth", - "species": "0x0835f9cc", - "category": "0x0835f9c0", + "species": "SpeciesNameVigoroth", + "category": "SpeciesCategoryVigoroth", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -15304,8 +15304,8 @@ }, { "name": "Slaking", - "species": "0x0835f9b8", - "category": "0x0835f9b0", + "species": "SpeciesNameSlaking", + "category": "SpeciesCategorySlaking", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -15355,8 +15355,8 @@ }, { "name": "Nincada", - "species": "0x0835f9a8", - "category": "0x0835f9a0", + "species": "SpeciesNameNincada", + "category": "SpeciesCategoryNincada", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -15400,8 +15400,8 @@ }, { "name": "Ninjask", - "species": "0x0835f998", - "category": "0x0835f990", + "species": "SpeciesNameNinjask", + "category": "SpeciesCategoryNinjask", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -15453,8 +15453,8 @@ }, { "name": "Shedinja", - "species": "0x0835f984", - "category": "0x0835f97c", + "species": "SpeciesNameShedinja", + "category": "SpeciesCategoryShedinja", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -15506,8 +15506,8 @@ }, { "name": "Whismur", - "species": "0x0835f974", - "category": "0x0835f96c", + "species": "SpeciesNameWhismur", + "category": "SpeciesCategoryWhismur", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -15550,8 +15550,8 @@ }, { "name": "Loudred", - "species": "0x0835f964", - "category": "0x0835f958", + "species": "SpeciesNameLoudred", + "category": "SpeciesCategoryLoudred", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -15601,8 +15601,8 @@ }, { "name": "Exploud", - "species": "0x0835f950", - "category": "0x0835f944", + "species": "SpeciesNameExploud", + "category": "SpeciesCategoryExploud", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -15652,12 +15652,12 @@ }, { "name": "Makuhita", - "species": "0x0835f938", - "category": "0x0835f930", + "species": "SpeciesNameMakuhita", + "category": "SpeciesCategoryMakuhita", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_FIGHTING" ], @@ -15698,8 +15698,8 @@ }, { "name": "Hariyama", - "species": "0x0835f924", - "category": "0x0835f918", + "species": "SpeciesNameHariyama", + "category": "SpeciesCategoryHariyama", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -15750,8 +15750,8 @@ }, { "name": "Azurill", - "species": "0x0835f910", - "category": "0x0835f904", + "species": "SpeciesNameAzurill", + "category": "SpeciesCategoryAzurill", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -15796,8 +15796,8 @@ }, { "name": "Nosepass", - "species": "0x0835f8f8", - "category": "0x0835f8f0", + "species": "SpeciesNameNosepass", + "category": "SpeciesCategoryNosepass", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -15841,12 +15841,12 @@ }, { "name": "Skitty", - "species": "0x0835f8e8", - "category": "0x0835f8e0", + "species": "SpeciesNameSkitty", + "category": "SpeciesCategorySkitty", "overworld_palette": 11, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_NORMAL" ], @@ -15886,8 +15886,8 @@ }, { "name": "Delcatty", - "species": "0x0835f8d4", - "category": "0x0835f8cc", + "species": "SpeciesNameDelcatty", + "category": "SpeciesCategoryDelcatty", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -15937,8 +15937,8 @@ }, { "name": "Sableye", - "species": "0x0835f8c4", - "category": "0x0835ffa8", + "species": "SpeciesNameSableye", + "category": "SpeciesCategoryMurkrow", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -15982,8 +15982,8 @@ }, { "name": "Mawile", - "species": "0x0835f8bc", - "category": "0x0835f8b0", + "species": "SpeciesNameMawile", + "category": "SpeciesCategoryMawile", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16027,8 +16027,8 @@ }, { "name": "Aron", - "species": "0x0835f8a8", - "category": "0x0835f89c", + "species": "SpeciesNameAron", + "category": "SpeciesCategoryAron", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16073,8 +16073,8 @@ }, { "name": "Lairon", - "species": "0x0835f894", - "category": "0x0835f89c", + "species": "SpeciesNameLairon", + "category": "SpeciesCategoryAron", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16126,8 +16126,8 @@ }, { "name": "Aggron", - "species": "0x0835f88c", - "category": "0x0835f89c", + "species": "SpeciesNameAggron", + "category": "SpeciesCategoryAron", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16179,8 +16179,8 @@ }, { "name": "Meditite", - "species": "0x0835f880", - "category": "0x0835f874", + "species": "SpeciesNameMeditite", + "category": "SpeciesCategoryMeditite", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16225,12 +16225,12 @@ }, { "name": "Medicham", - "species": "0x0835f868", - "category": "0x0835f874", + "species": "SpeciesNameMedicham", + "category": "SpeciesCategoryMeditite", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 127, + "dialogue_sprites": "0b0000000001111111", "types": [ "TYPE_FIGHTING", "TYPE_PSYCHIC" @@ -16278,8 +16278,8 @@ }, { "name": "Electrike", - "species": "0x0835f85c", - "category": "0x08360364", + "species": "SpeciesNameElectrike", + "category": "SpeciesCategoryJolteon", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -16323,8 +16323,8 @@ }, { "name": "Manectric", - "species": "0x0835f850", - "category": "0x0835f844", + "species": "SpeciesNameManectric", + "category": "SpeciesCategoryManectric", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -16375,8 +16375,8 @@ }, { "name": "Plusle", - "species": "0x0835f83c", - "category": "0x0835f830", + "species": "SpeciesNamePlusle", + "category": "SpeciesCategoryPlusle", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -16419,8 +16419,8 @@ }, { "name": "Minun", - "species": "0x0835f828", - "category": "0x0835f830", + "species": "SpeciesNameMinun", + "category": "SpeciesCategoryPlusle", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -16463,8 +16463,8 @@ }, { "name": "Volbeat", - "species": "0x0835f820", - "category": "0x0835f818", + "species": "SpeciesNameVolbeat", + "category": "SpeciesCategoryVolbeat", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -16508,8 +16508,8 @@ }, { "name": "Illumise", - "species": "0x0835f80c", - "category": "0x0835f818", + "species": "SpeciesNameIllumise", + "category": "SpeciesCategoryVolbeat", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -16552,8 +16552,8 @@ }, { "name": "Roselia", - "species": "0x0835f804", - "category": "0x0835f7fc", + "species": "SpeciesNameRoselia", + "category": "SpeciesCategoryRoselia", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -16598,12 +16598,12 @@ }, { "name": "Gulpin", - "species": "0x0835f7f4", - "category": "0x0835f7ec", + "species": "SpeciesNameGulpin", + "category": "SpeciesCategoryGulpin", "overworld_palette": 10, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_POISON" ], @@ -16644,8 +16644,8 @@ }, { "name": "Swalot", - "species": "0x0835f7e4", - "category": "0x0835f7d8", + "species": "SpeciesNameSwalot", + "category": "SpeciesCategorySwalot", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -16696,8 +16696,8 @@ }, { "name": "Carvanha", - "species": "0x0835f7cc", - "category": "0x0835f7c4", + "species": "SpeciesNameCarvanha", + "category": "SpeciesCategoryCarvanha", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -16742,8 +16742,8 @@ }, { "name": "Sharpedo", - "species": "0x0835f7b8", - "category": "0x0835f7b0", + "species": "SpeciesNameSharpedo", + "category": "SpeciesCategorySharpedo", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -16795,8 +16795,8 @@ }, { "name": "Wailmer", - "species": "0x0835f7a8", - "category": "0x0835f79c", + "species": "SpeciesNameWailmer", + "category": "SpeciesCategoryWailmer", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -16841,8 +16841,8 @@ }, { "name": "Wailord", - "species": "0x0835f794", - "category": "0x0835f788", + "species": "SpeciesNameWailord", + "category": "SpeciesCategoryWailord", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -16894,8 +16894,8 @@ }, { "name": "Numel", - "species": "0x0835f780", - "category": "0x0835f778", + "species": "SpeciesNameNumel", + "category": "SpeciesCategoryNumel", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -16940,8 +16940,8 @@ }, { "name": "Camerupt", - "species": "0x0835f76c", - "category": "0x08360bdc", + "species": "SpeciesNameCamerupt", + "category": "SpeciesCategoryNone", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16993,8 +16993,8 @@ }, { "name": "Torkoal", - "species": "0x0835f764", - "category": "0x0835f75c", + "species": "SpeciesNameTorkoal", + "category": "SpeciesCategoryTorkoal", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -17038,8 +17038,8 @@ }, { "name": "Spoink", - "species": "0x0835f754", - "category": "0x0835f74c", + "species": "SpeciesNameSpoink", + "category": "SpeciesCategorySpoink", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -17083,8 +17083,8 @@ }, { "name": "Grumpig", - "species": "0x0835f744", - "category": "0x0835f738", + "species": "SpeciesNameGrumpig", + "category": "SpeciesCategoryGrumpig", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -17135,12 +17135,12 @@ }, { "name": "Spinda", - "species": "0x0835f730", - "category": "0x0835f724", + "species": "SpeciesNameSpinda", + "category": "SpeciesCategorySpinda", "overworld_palette": 6, "size": 1, "move_speed": 1, - "dialogue_sprites": 15, + "dialogue_sprites": "0b0000000000001111", "types": [ "TYPE_NORMAL" ], @@ -17180,8 +17180,8 @@ }, { "name": "Trapinch", - "species": "0x0835f718", - "category": "0x0835f710", + "species": "SpeciesNameTrapinch", + "category": "SpeciesCategoryTrapinch", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -17225,8 +17225,8 @@ }, { "name": "Vibrava", - "species": "0x0835f708", - "category": "0x0835f6fc", + "species": "SpeciesNameVibrava", + "category": "SpeciesCategoryVibrava", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -17278,8 +17278,8 @@ }, { "name": "Flygon", - "species": "0x0835f6f4", - "category": "0x083600ec", + "species": "SpeciesNameFlygon", + "category": "SpeciesCategoryXatu", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -17331,8 +17331,8 @@ }, { "name": "Cacnea", - "species": "0x0835f6ec", - "category": "0x0835f6e4", + "species": "SpeciesNameCacnea", + "category": "SpeciesCategoryCacnea", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -17375,8 +17375,8 @@ }, { "name": "Cacturne", - "species": "0x0835f6d8", - "category": "0x0835f6cc", + "species": "SpeciesNameCacturne", + "category": "SpeciesCategoryCacturne", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -17427,8 +17427,8 @@ }, { "name": "Swablu", - "species": "0x0835f6c4", - "category": "0x0835f6b8", + "species": "SpeciesNameSwablu", + "category": "SpeciesCategorySwablu", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17473,8 +17473,8 @@ }, { "name": "Altaria", - "species": "0x0835f6b0", - "category": "0x0835f6a8", + "species": "SpeciesNameAltaria", + "category": "SpeciesCategoryAltaria", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17525,8 +17525,8 @@ }, { "name": "Zangoose", - "species": "0x0835f69c", - "category": "0x0835f690", + "species": "SpeciesNameZangoose", + "category": "SpeciesCategoryZangoose", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17569,8 +17569,8 @@ }, { "name": "Seviper", - "species": "0x0835f688", - "category": "0x0835f67c", + "species": "SpeciesNameSeviper", + "category": "SpeciesCategorySeviper", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -17613,8 +17613,8 @@ }, { "name": "Lunatone", - "species": "0x0835f670", - "category": "0x0835f664", + "species": "SpeciesNameLunatone", + "category": "SpeciesCategoryLunatone", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -17659,8 +17659,8 @@ }, { "name": "Solrock", - "species": "0x0835f65c", - "category": "0x0835f664", + "species": "SpeciesNameSolrock", + "category": "SpeciesCategoryLunatone", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -17705,8 +17705,8 @@ }, { "name": "Barboach", - "species": "0x0835f650", - "category": "0x0835f644", + "species": "SpeciesNameBarboach", + "category": "SpeciesCategoryBarboach", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17751,12 +17751,12 @@ }, { "name": "Whiscash", - "species": "0x0835f638", - "category": "0x0835f644", + "species": "SpeciesNameWhiscash", + "category": "SpeciesCategoryBarboach", "overworld_palette": 9, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_WATER", "TYPE_GROUND" @@ -17805,8 +17805,8 @@ }, { "name": "Corphish", - "species": "0x0835f62c", - "category": "0x0835f624", + "species": "SpeciesNameCorphish", + "category": "SpeciesCategoryCorphish", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -17851,8 +17851,8 @@ }, { "name": "Crawdaunt", - "species": "0x0835f618", - "category": "0x0835f610", + "species": "SpeciesNameCrawdaunt", + "category": "SpeciesCategoryCrawdaunt", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17905,8 +17905,8 @@ }, { "name": "Baltoy", - "species": "0x0835f608", - "category": "0x0835f5fc", + "species": "SpeciesNameBaltoy", + "category": "SpeciesCategoryBaltoy", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -17951,8 +17951,8 @@ }, { "name": "Claydol", - "species": "0x0835f5f4", - "category": "0x0835f5fc", + "species": "SpeciesNameClaydol", + "category": "SpeciesCategoryBaltoy", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18004,8 +18004,8 @@ }, { "name": "Lileep", - "species": "0x0835f5ec", - "category": "0x0835f5e0", + "species": "SpeciesNameLileep", + "category": "SpeciesCategoryLileep", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -18049,8 +18049,8 @@ }, { "name": "Cradily", - "species": "0x0835f5d8", - "category": "0x0835f5cc", + "species": "SpeciesNameCradily", + "category": "SpeciesCategoryCradily", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -18101,8 +18101,8 @@ }, { "name": "Anorith", - "species": "0x0835f5c4", - "category": "0x0835f5b8", + "species": "SpeciesNameAnorith", + "category": "SpeciesCategoryAnorith", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18146,8 +18146,8 @@ }, { "name": "Armaldo", - "species": "0x0835f5b0", - "category": "0x0835f5a8", + "species": "SpeciesNameArmaldo", + "category": "SpeciesCategoryArmaldo", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18198,8 +18198,8 @@ }, { "name": "Feebas", - "species": "0x0835f5a0", - "category": "0x083603e4", + "species": "SpeciesNameFeebas", + "category": "SpeciesCategoryMagikarp", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -18243,8 +18243,8 @@ }, { "name": "Milotic", - "species": "0x0835f598", - "category": "0x0835f590", + "species": "SpeciesNameMilotic", + "category": "SpeciesCategoryMilotic", "overworld_palette": 0, "size": 4, "move_speed": 1, @@ -18296,8 +18296,8 @@ }, { "name": "Castform", - "species": "0x0835f584", - "category": "0x0835f57c", + "species": "SpeciesNameCastform", + "category": "SpeciesCategoryCastform", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18340,8 +18340,8 @@ }, { "name": "Castform-Sunny", - "species": "0x0835f584", - "category": "0x0835f57c", + "species": "SpeciesNameCastform", + "category": "SpeciesCategoryCastform", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -18384,8 +18384,8 @@ }, { "name": "Castform-Rainy", - "species": "0x0835f584", - "category": "0x0835f57c", + "species": "SpeciesNameCastform", + "category": "SpeciesCategoryCastform", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -18428,8 +18428,8 @@ }, { "name": "Castform-Snowy", - "species": "0x0835f584", - "category": "0x0835f57c", + "species": "SpeciesNameCastform", + "category": "SpeciesCategoryCastform", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -18472,12 +18472,12 @@ }, { "name": "Kecleon", - "species": "0x0835f574", - "category": "0x0835f568", + "species": "SpeciesNameKecleon", + "category": "SpeciesCategoryKecleon", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 195, + "dialogue_sprites": "0b0000000011000011", "types": [ "TYPE_NORMAL" ], @@ -18517,8 +18517,8 @@ }, { "name": "Shuppet", - "species": "0x0835f560", - "category": "0x0835f558", + "species": "SpeciesNameShuppet", + "category": "SpeciesCategoryShuppet", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -18562,8 +18562,8 @@ }, { "name": "Banette", - "species": "0x0835f550", - "category": "0x0835f544", + "species": "SpeciesNameBanette", + "category": "SpeciesCategoryBanette", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18614,8 +18614,8 @@ }, { "name": "Duskull", - "species": "0x0835f53c", - "category": "0x0835f534", + "species": "SpeciesNameDuskull", + "category": "SpeciesCategoryDuskull", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18659,8 +18659,8 @@ }, { "name": "Dusclops", - "species": "0x0835f528", - "category": "0x0835f520", + "species": "SpeciesNameDusclops", + "category": "SpeciesCategoryDusclops", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18710,8 +18710,8 @@ }, { "name": "Tropius", - "species": "0x0835f518", - "category": "0x0835f510", + "species": "SpeciesNameTropius", + "category": "SpeciesCategoryTropius", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -18755,8 +18755,8 @@ }, { "name": "Chimecho", - "species": "0x0835f504", - "category": "0x0835f4f8", + "species": "SpeciesNameChimecho", + "category": "SpeciesCategoryChimecho", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18800,12 +18800,12 @@ }, { "name": "Absol", - "species": "0x0835f4f0", - "category": "0x0835f4e4", + "species": "SpeciesNameAbsol", + "category": "SpeciesCategoryAbsol", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "unk12": true, "types": [ "TYPE_DARK" @@ -18846,12 +18846,12 @@ }, { "name": "Wynaut", - "species": "0x0835f4dc", - "category": "0x0835f4d4", + "species": "SpeciesNameWynaut", + "category": "SpeciesCategoryWynaut", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_PSYCHIC" ], @@ -18891,8 +18891,8 @@ }, { "name": "Snorunt", - "species": "0x0835f4cc", - "category": "0x0835f4c0", + "species": "SpeciesNameSnorunt", + "category": "SpeciesCategorySnorunt", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18935,8 +18935,8 @@ }, { "name": "Glalie", - "species": "0x0835f4b8", - "category": "0x0835f4b0", + "species": "SpeciesNameGlalie", + "category": "SpeciesCategoryGlalie", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18986,8 +18986,8 @@ }, { "name": "Spheal", - "species": "0x0835f4a8", - "category": "0x0835f4a0", + "species": "SpeciesNameSpheal", + "category": "SpeciesCategorySpheal", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19032,8 +19032,8 @@ }, { "name": "Sealeo", - "species": "0x0835f498", - "category": "0x0835f48c", + "species": "SpeciesNameSealeo", + "category": "SpeciesCategorySealeo", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19085,8 +19085,8 @@ }, { "name": "Walrein", - "species": "0x0835f484", - "category": "0x0835f478", + "species": "SpeciesNameWalrein", + "category": "SpeciesCategoryWalrein", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19138,8 +19138,8 @@ }, { "name": "Clamperl", - "species": "0x0835f46c", - "category": "0x08360668", + "species": "SpeciesNameClamperl", + "category": "SpeciesCategoryShellder", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -19183,8 +19183,8 @@ }, { "name": "Huntail", - "species": "0x0835f464", - "category": "0x0835f458", + "species": "SpeciesNameHuntail", + "category": "SpeciesCategoryHuntail", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -19236,8 +19236,8 @@ }, { "name": "Gorebyss", - "species": "0x0835f44c", - "category": "0x0835f440", + "species": "SpeciesNameGorebyss", + "category": "SpeciesCategoryGorebyss", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -19289,8 +19289,8 @@ }, { "name": "Relicanth", - "species": "0x0835f434", - "category": "0x0835f428", + "species": "SpeciesNameRelicanth", + "category": "SpeciesCategoryRelicanth", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -19336,8 +19336,8 @@ }, { "name": "Luvdisc", - "species": "0x0835f420", - "category": "0x0835f414", + "species": "SpeciesNameLuvdisc", + "category": "SpeciesCategoryLuvdisc", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -19381,8 +19381,8 @@ }, { "name": "Bagon", - "species": "0x0835f40c", - "category": "0x0835f400", + "species": "SpeciesNameBagon", + "category": "SpeciesCategoryBagon", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19425,8 +19425,8 @@ }, { "name": "Shelgon", - "species": "0x0835f3f8", - "category": "0x0835f3ec", + "species": "SpeciesNameShelgon", + "category": "SpeciesCategoryShelgon", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19476,8 +19476,8 @@ }, { "name": "Salamence", - "species": "0x0835f3e0", - "category": "0x083604d0", + "species": "SpeciesNameSalamence", + "category": "SpeciesCategoryHorsea", "overworld_palette": 5, "size": 2, "move_speed": 1, @@ -19528,8 +19528,8 @@ }, { "name": "Beldum", - "species": "0x0835f3d8", - "category": "0x0835f3cc", + "species": "SpeciesNameBeldum", + "category": "SpeciesCategoryBeldum", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -19574,8 +19574,8 @@ }, { "name": "Metang", - "species": "0x0835f3c4", - "category": "0x0835f3b8", + "species": "SpeciesNameMetang", + "category": "SpeciesCategoryMetang", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -19627,8 +19627,8 @@ }, { "name": "Metagross", - "species": "0x0835f3ac", - "category": "0x0835f3a0", + "species": "SpeciesNameMetagross", + "category": "SpeciesCategoryMetagross", "overworld_palette": 11, "size": 2, "move_speed": 1, @@ -19679,8 +19679,8 @@ }, { "name": "Regirock", - "species": "0x0835f394", - "category": "0x0835f388", + "species": "SpeciesNameRegirock", + "category": "SpeciesCategoryRegirock", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -19723,8 +19723,8 @@ }, { "name": "Regice", - "species": "0x0835f380", - "category": "0x0835f378", + "species": "SpeciesNameRegice", + "category": "SpeciesCategoryRegice", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -19767,8 +19767,8 @@ }, { "name": "Registeel", - "species": "0x0835f36c", - "category": "0x0835f364", + "species": "SpeciesNameRegisteel", + "category": "SpeciesCategoryRegisteel", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19811,12 +19811,12 @@ }, { "name": "Latias", - "species": "0x0835f35c", - "category": "0x0835f358", + "species": "SpeciesNameLatias", + "category": "SpeciesCategoryLatias", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "unk12": true, "types": [ "TYPE_DRAGON", @@ -19859,12 +19859,12 @@ }, { "name": "Latios", - "species": "0x0835f350", - "category": "0x0835f358", + "species": "SpeciesNameLatios", + "category": "SpeciesCategoryLatias", "overworld_palette": 5, "size": 2, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "unk12": true, "types": [ "TYPE_DRAGON", @@ -19907,12 +19907,12 @@ }, { "name": "Kyogre", - "species": "0x0835f348", - "category": "0x0835f33c", + "species": "SpeciesNameKyogre", + "category": "SpeciesCategoryKyogre", "overworld_palette": 5, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_WATER" @@ -19954,12 +19954,12 @@ }, { "name": "Groudon", - "species": "0x0835f334", - "category": "0x0835f328", + "species": "SpeciesNameGroudon", + "category": "SpeciesCategoryGroudon", "overworld_palette": 5, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_GROUND" @@ -20001,12 +20001,12 @@ }, { "name": "Rayquaza", - "species": "0x0835f31c", - "category": "0x0835f310", + "species": "SpeciesNameRayquaza", + "category": "SpeciesCategoryRayquaza", "overworld_palette": 3, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_DRAGON", @@ -20049,12 +20049,12 @@ }, { "name": "Jirachi", - "species": "0x0835f308", - "category": "0x0835f300", + "species": "SpeciesNameJirachi", + "category": "SpeciesCategoryJirachi", "overworld_palette": 10, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_STEEL", "TYPE_PSYCHIC" @@ -20096,12 +20096,12 @@ }, { "name": "Deoxys", - "species": "0x0835f2f8", - "category": "0x0835f2f4", + "species": "SpeciesNameDeoxys", + "category": "SpeciesCategoryDeoxys", "overworld_palette": 9, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_PSYCHIC" @@ -20143,8 +20143,8 @@ }, { "name": "Unown-!", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -20188,8 +20188,8 @@ }, { "name": "Unown-?", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -20233,8 +20233,8 @@ }, { "name": "Deoxys-Attack", - "species": "0x0835f2f8", - "category": "0x0835f2f4", + "species": "SpeciesNameDeoxys", + "category": "SpeciesCategoryDeoxys", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -20279,8 +20279,8 @@ }, { "name": "Deoxys-Defense", - "species": "0x0835f2f8", - "category": "0x0835f2f4", + "species": "SpeciesNameDeoxys", + "category": "SpeciesCategoryDeoxys", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -20325,8 +20325,8 @@ }, { "name": "Deoxys-Speed", - "species": "0x0835f2f8", - "category": "0x0835f2f4", + "species": "SpeciesNameDeoxys", + "category": "SpeciesCategoryDeoxys", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -20371,12 +20371,12 @@ }, { "name": "Munchlax", - "species": "0x0835f2e8", - "category": "0x0835f958", + "species": "SpeciesNameMunchlax", + "category": "SpeciesCategoryLoudred", "overworld_palette": 12, "size": 1, "move_speed": 1, - "dialogue_sprites": 63, + "dialogue_sprites": "0b0000000000111111", "types": [ "TYPE_PSYCHIC" ], @@ -20416,8 +20416,8 @@ }, { "name": "Decoy", - "species": "0x0835f2e0", - "category": "0x0835f9d8", + "species": "SpeciesNameDecoy", + "category": "SpeciesCategorySlakoth", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -20460,8 +20460,8 @@ }, { "name": "Statue", - "species": "0x0835f2d8", - "category": "0x0835f75c", + "species": "SpeciesNameStatue", + "category": "SpeciesCategoryTorkoal", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -20504,12 +20504,12 @@ }, { "name": "Rayquaza-Cutscene", - "species": "0x0835f31c", - "category": "0x0835f310", + "species": "SpeciesNameRayquaza", + "category": "SpeciesCategoryRayquaza", "overworld_palette": 3, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_DRAGON", "TYPE_FLYING" diff --git a/data/pokemon/species_names.s b/data/pokemon/species_names.s new file mode 100644 index 0000000..75b748e --- /dev/null +++ b/data/pokemon/species_names.s @@ -0,0 +1,3309 @@ +.global SpeciesNameStatue +SpeciesNameStatue: +.string "Statue\0" +.align 2,0 + +.global SpeciesNameDecoy +SpeciesNameDecoy: +.string "Decoy\0" +.align 2,0 + +.global SpeciesNameMunchlax +SpeciesNameMunchlax: +.string "Munchlax\0" +.align 2,0 + +.global SpeciesCategoryDeoxys +SpeciesCategoryDeoxys: +.string "DNA\0" +.align 2,0 + +.global SpeciesNameDeoxys +SpeciesNameDeoxys: +.string "Deoxys\0" +.align 2,0 + +.global SpeciesCategoryJirachi +SpeciesCategoryJirachi: +.string "Wish\0" +.align 2,0 + +.global SpeciesNameJirachi +SpeciesNameJirachi: +.string "Jirachi\0" +.align 2,0 + +.global SpeciesCategoryRayquaza +SpeciesCategoryRayquaza: +.string "Sky High\0" +.align 2,0 + +.global SpeciesNameRayquaza +SpeciesNameRayquaza: +.string "Rayquaza\0" +.align 2,0 + +.global SpeciesCategoryGroudon +SpeciesCategoryGroudon: +.string "Continent\0" +.align 2,0 + +.global SpeciesNameGroudon +SpeciesNameGroudon: +.string "Groudon\0" +.align 2,0 + +.global SpeciesCategoryKyogre +SpeciesCategoryKyogre: +.string "Sea Basin\0" +.align 2,0 + +.global SpeciesNameKyogre +SpeciesNameKyogre: +.string "Kyogre\0" +.align 2,0 + +.global SpeciesNameLatios +SpeciesNameLatios: +.string "Latios\0" +.align 2,0 + +.global SpeciesCategoryLatias +SpeciesCategoryLatias: +.string "Eon\0" +.align 2,0 + +.global SpeciesNameLatias +SpeciesNameLatias: +.string "Latias\0" +.align 2,0 + +.global SpeciesCategoryRegisteel +SpeciesCategoryRegisteel: +.string "Iron\0" +.align 2,0 + +.global SpeciesNameRegisteel +SpeciesNameRegisteel: +.string "Registeel\0" +.align 2,0 + +.global SpeciesCategoryRegice +SpeciesCategoryRegice: +.string "Iceberg\0" +.align 2,0 + +.global SpeciesNameRegice +SpeciesNameRegice: +.string "Regice\0" +.align 2,0 + +.global SpeciesCategoryRegirock +SpeciesCategoryRegirock: +.string "Rock Peak\0" +.align 2,0 + +.global SpeciesNameRegirock +SpeciesNameRegirock: +.string "Regirock\0" +.align 2,0 + +.global SpeciesCategoryMetagross +SpeciesCategoryMetagross: +.string "Iron Leg\0" +.align 2,0 + +.global SpeciesNameMetagross +SpeciesNameMetagross: +.string "Metagross\0" +.align 2,0 + +.global SpeciesCategoryMetang +SpeciesCategoryMetang: +.string "Iron Claw\0" +.align 2,0 + +.global SpeciesNameMetang +SpeciesNameMetang: +.string "Metang\0" +.align 2,0 + +.global SpeciesCategoryBeldum +SpeciesCategoryBeldum: +.string "Iron Ball\0" +.align 2,0 + +.global SpeciesNameBeldum +SpeciesNameBeldum: +.string "Beldum\0" +.align 2,0 + +.global SpeciesNameSalamence +SpeciesNameSalamence: +.string "Salamence\0" +.align 2,0 + +.global SpeciesCategoryShelgon +SpeciesCategoryShelgon: +.string "Endurance\0" +.align 2,0 + +.global SpeciesNameShelgon +SpeciesNameShelgon: +.string "Shelgon\0" +.align 2,0 + +.global SpeciesCategoryBagon +SpeciesCategoryBagon: +.string "Rock Head\0" +.align 2,0 + +.global SpeciesNameBagon +SpeciesNameBagon: +.string "Bagon\0" +.align 2,0 + +.global SpeciesCategoryLuvdisc +SpeciesCategoryLuvdisc: +.string "Rendezvous\0" +.align 2,0 + +.global SpeciesNameLuvdisc +SpeciesNameLuvdisc: +.string "Luvdisc\0" +.align 2,0 + +.global SpeciesCategoryRelicanth +SpeciesCategoryRelicanth: +.string "Longevity\0" +.align 2,0 + +.global SpeciesNameRelicanth +SpeciesNameRelicanth: +.string "Relicanth\0" +.align 2,0 + +.global SpeciesCategoryGorebyss +SpeciesCategoryGorebyss: +.string "South Sea\0" +.align 2,0 + +.global SpeciesNameGorebyss +SpeciesNameGorebyss: +.string "Gorebyss\0" +.align 2,0 + +.global SpeciesCategoryHuntail +SpeciesCategoryHuntail: +.string "Deep Sea\0" +.align 2,0 + +.global SpeciesNameHuntail +SpeciesNameHuntail: +.string "Huntail\0" +.align 2,0 + +.global SpeciesNameClamperl +SpeciesNameClamperl: +.string "Clamperl\0" +.align 2,0 + +.global SpeciesCategoryWalrein +SpeciesCategoryWalrein: +.string "Ice Break\0" +.align 2,0 + +.global SpeciesNameWalrein +SpeciesNameWalrein: +.string "Walrein\0" +.align 2,0 + +.global SpeciesCategorySealeo +SpeciesCategorySealeo: +.string "Ball Roll\0" +.align 2,0 + +.global SpeciesNameSealeo +SpeciesNameSealeo: +.string "Sealeo\0" +.align 2,0 + +.global SpeciesCategorySpheal +SpeciesCategorySpheal: +.string "Clap\0" +.align 2,0 + +.global SpeciesNameSpheal +SpeciesNameSpheal: +.string "Spheal\0" +.align 2,0 + +.global SpeciesCategoryGlalie +SpeciesCategoryGlalie: +.string "Face\0" +.align 2,0 + +.global SpeciesNameGlalie +SpeciesNameGlalie: +.string "Glalie\0" +.align 2,0 + +.global SpeciesCategorySnorunt +SpeciesCategorySnorunt: +.string "Snow Hat\0" +.align 2,0 + +.global SpeciesNameSnorunt +SpeciesNameSnorunt: +.string "Snorunt\0" +.align 2,0 + +.global SpeciesCategoryWynaut +SpeciesCategoryWynaut: +.string "Bright\0" +.align 2,0 + +.global SpeciesNameWynaut +SpeciesNameWynaut: +.string "Wynaut\0" +.align 2,0 + +.global SpeciesCategoryAbsol +SpeciesCategoryAbsol: +.string "Disaster\0" +.align 2,0 + +.global SpeciesNameAbsol +SpeciesNameAbsol: +.string "Absol\0" +.align 2,0 + +.global SpeciesCategoryChimecho +SpeciesCategoryChimecho: +.string "Wind Chime\0" +.align 2,0 + +.global SpeciesNameChimecho +SpeciesNameChimecho: +.string "Chimecho\0" +.align 2,0 + +.global SpeciesCategoryTropius +SpeciesCategoryTropius: +.string "Fruit\0" +.align 2,0 + +.global SpeciesNameTropius +SpeciesNameTropius: +.string "Tropius\0" +.align 2,0 + +.global SpeciesCategoryDusclops +SpeciesCategoryDusclops: +.string "Beckon\0" +.align 2,0 + +.global SpeciesNameDusclops +SpeciesNameDusclops: +.string "Dusclops\0" +.align 2,0 + +.global SpeciesCategoryDuskull +SpeciesCategoryDuskull: +.string "Requiem\0" +.align 2,0 + +.global SpeciesNameDuskull +SpeciesNameDuskull: +.string "Duskull\0" +.align 2,0 + +.global SpeciesCategoryBanette +SpeciesCategoryBanette: +.string "Marionette\0" +.align 2,0 + +.global SpeciesNameBanette +SpeciesNameBanette: +.string "Banette\0" +.align 2,0 + +.global SpeciesCategoryShuppet +SpeciesCategoryShuppet: +.string "Puppet\0" +.align 2,0 + +.global SpeciesNameShuppet +SpeciesNameShuppet: +.string "Shuppet\0" +.align 2,0 + +.global SpeciesCategoryKecleon +SpeciesCategoryKecleon: +.string "Color Swap\0" +.align 2,0 + +.global SpeciesNameKecleon +SpeciesNameKecleon: +.string "Kecleon\0" +.align 2,0 + +.global SpeciesCategoryCastform +SpeciesCategoryCastform: +.string "Weather\0" +.align 2,0 + +.global SpeciesNameCastform +SpeciesNameCastform: +.string "Castform\0" +.align 2,0 + +.global SpeciesCategoryMilotic +SpeciesCategoryMilotic: +.string "Tender\0" +.align 2,0 + +.global SpeciesNameMilotic +SpeciesNameMilotic: +.string "Milotic\0" +.align 2,0 + +.global SpeciesNameFeebas +SpeciesNameFeebas: +.string "Feebas\0" +.align 2,0 + +.global SpeciesCategoryArmaldo +SpeciesCategoryArmaldo: +.string "Plate\0" +.align 2,0 + +.global SpeciesNameArmaldo +SpeciesNameArmaldo: +.string "Armaldo\0" +.align 2,0 + +.global SpeciesCategoryAnorith +SpeciesCategoryAnorith: +.string "Old Shrimp\0" +.align 2,0 + +.global SpeciesNameAnorith +SpeciesNameAnorith: +.string "Anorith\0" +.align 2,0 + +.global SpeciesCategoryCradily +SpeciesCategoryCradily: +.string "Barnacle\0" +.align 2,0 + +.global SpeciesNameCradily +SpeciesNameCradily: +.string "Cradily\0" +.align 2,0 + +.global SpeciesCategoryLileep +SpeciesCategoryLileep: +.string "Sea Lily\0" +.align 2,0 + +.global SpeciesNameLileep +SpeciesNameLileep: +.string "Lileep\0" +.align 2,0 + +.global SpeciesNameClaydol +SpeciesNameClaydol: +.string "Claydol\0" +.align 2,0 + +.global SpeciesCategoryBaltoy +SpeciesCategoryBaltoy: +.string "Clay Doll\0" +.align 2,0 + +.global SpeciesNameBaltoy +SpeciesNameBaltoy: +.string "Baltoy\0" +.align 2,0 + +.global SpeciesCategoryCrawdaunt +SpeciesCategoryCrawdaunt: +.string "Rogue\0" +.align 2,0 + +.global SpeciesNameCrawdaunt +SpeciesNameCrawdaunt: +.string "Crawdaunt\0" +.align 2,0 + +.global SpeciesCategoryCorphish +SpeciesCategoryCorphish: +.string "Ruffian\0" +.align 2,0 + +.global SpeciesNameCorphish +SpeciesNameCorphish: +.string "Corphish\0" +.align 2,0 + +.global SpeciesNameWhiscash +SpeciesNameWhiscash: +.string "Whiscash\0" +.align 2,0 + +.global SpeciesCategoryBarboach +SpeciesCategoryBarboach: +.string "Whiskers\0" +.align 2,0 + +.global SpeciesNameBarboach +SpeciesNameBarboach: +.string "Barboach\0" +.align 2,0 + +.global SpeciesNameSolrock +SpeciesNameSolrock: +.string "Solrock\0" +.align 2,0 + +.global SpeciesCategoryLunatone +SpeciesCategoryLunatone: +.string "Meteorite\0" +.align 2,0 + +.global SpeciesNameLunatone +SpeciesNameLunatone: +.string "Lunatone\0" +.align 2,0 + +.global SpeciesCategorySeviper +SpeciesCategorySeviper: +.string "Fang Snake\0" +.align 2,0 + +.global SpeciesNameSeviper +SpeciesNameSeviper: +.string "Seviper\0" +.align 2,0 + +.global SpeciesCategoryZangoose +SpeciesCategoryZangoose: +.string "Cat Ferret\0" +.align 2,0 + +.global SpeciesNameZangoose +SpeciesNameZangoose: +.string "Zangoose\0" +.align 2,0 + +.global SpeciesCategoryAltaria +SpeciesCategoryAltaria: +.string "Humming\0" +.align 2,0 + +.global SpeciesNameAltaria +SpeciesNameAltaria: +.string "Altaria\0" +.align 2,0 + +.global SpeciesCategorySwablu +SpeciesCategorySwablu: +.string "Cotton Bird\0" +.align 2,0 + +.global SpeciesNameSwablu +SpeciesNameSwablu: +.string "Swablu\0" +.align 2,0 + +.global SpeciesCategoryCacturne +SpeciesCategoryCacturne: +.string "Scarecrow\0" +.align 2,0 + +.global SpeciesNameCacturne +SpeciesNameCacturne: +.string "Cacturne\0" +.align 2,0 + +.global SpeciesCategoryCacnea +SpeciesCategoryCacnea: +.string "Cactus\0" +.align 2,0 + +.global SpeciesNameCacnea +SpeciesNameCacnea: +.string "Cacnea\0" +.align 2,0 + +.global SpeciesNameFlygon +SpeciesNameFlygon: +.string "Flygon\0" +.align 2,0 + +.global SpeciesCategoryVibrava +SpeciesCategoryVibrava: +.string "Vibration\0" +.align 2,0 + +.global SpeciesNameVibrava +SpeciesNameVibrava: +.string "Vibrava\0" +.align 2,0 + +.global SpeciesCategoryTrapinch +SpeciesCategoryTrapinch: +.string "Ant Pit\0" +.align 2,0 + +.global SpeciesNameTrapinch +SpeciesNameTrapinch: +.string "Trapinch\0" +.align 2,0 + +.global SpeciesCategorySpinda +SpeciesCategorySpinda: +.string "Spot Panda\0" +.align 2,0 + +.global SpeciesNameSpinda +SpeciesNameSpinda: +.string "Spinda\0" +.align 2,0 + +.global SpeciesCategoryGrumpig +SpeciesCategoryGrumpig: +.string "Manipulate\0" +.align 2,0 + +.global SpeciesNameGrumpig +SpeciesNameGrumpig: +.string "Grumpig\0" +.align 2,0 + +.global SpeciesCategorySpoink +SpeciesCategorySpoink: +.string "Bounce\0" +.align 2,0 + +.global SpeciesNameSpoink +SpeciesNameSpoink: +.string "Spoink\0" +.align 2,0 + +.global SpeciesCategoryTorkoal +SpeciesCategoryTorkoal: +.string "Coal\0" +.align 2,0 + +.global SpeciesNameTorkoal +SpeciesNameTorkoal: +.string "Torkoal\0" +.align 2,0 + +.global SpeciesNameCamerupt +SpeciesNameCamerupt: +.string "Camerupt\0" +.align 2,0 + +.global SpeciesCategoryNumel +SpeciesCategoryNumel: +.string "Numb\0" +.align 2,0 + +.global SpeciesNameNumel +SpeciesNameNumel: +.string "Numel\0" +.align 2,0 + +.global SpeciesCategoryWailord +SpeciesCategoryWailord: +.string "Float Whale\0" +.align 2,0 + +.global SpeciesNameWailord +SpeciesNameWailord: +.string "Wailord\0" +.align 2,0 + +.global SpeciesCategoryWailmer +SpeciesCategoryWailmer: +.string "Ball Whale\0" +.align 2,0 + +.global SpeciesNameWailmer +SpeciesNameWailmer: +.string "Wailmer\0" +.align 2,0 + +.global SpeciesCategorySharpedo +SpeciesCategorySharpedo: +.string "Brutal\0" +.align 2,0 + +.global SpeciesNameSharpedo +SpeciesNameSharpedo: +.string "Sharpedo\0" +.align 2,0 + +.global SpeciesCategoryCarvanha +SpeciesCategoryCarvanha: +.string "Savage\0" +.align 2,0 + +.global SpeciesNameCarvanha +SpeciesNameCarvanha: +.string "Carvanha\0" +.align 2,0 + +.global SpeciesCategorySwalot +SpeciesCategorySwalot: +.string "Poison Bag\0" +.align 2,0 + +.global SpeciesNameSwalot +SpeciesNameSwalot: +.string "Swalot\0" +.align 2,0 + +.global SpeciesCategoryGulpin +SpeciesCategoryGulpin: +.string "Stomach\0" +.align 2,0 + +.global SpeciesNameGulpin +SpeciesNameGulpin: +.string "Gulpin\0" +.align 2,0 + +.global SpeciesCategoryRoselia +SpeciesCategoryRoselia: +.string "Thorn\0" +.align 2,0 + +.global SpeciesNameRoselia +SpeciesNameRoselia: +.string "Roselia\0" +.align 2,0 + +.global SpeciesNameIllumise +SpeciesNameIllumise: +.string "Illumise\0" +.align 2,0 + +.global SpeciesCategoryVolbeat +SpeciesCategoryVolbeat: +.string "Firefly\0" +.align 2,0 + +.global SpeciesNameVolbeat +SpeciesNameVolbeat: +.string "Volbeat\0" +.align 2,0 + +.global SpeciesNameMinun +SpeciesNameMinun: +.string "Minun\0" +.align 2,0 + +.global SpeciesCategoryPlusle +SpeciesCategoryPlusle: +.string "Cheering\0" +.align 2,0 + +.global SpeciesNamePlusle +SpeciesNamePlusle: +.string "Plusle\0" +.align 2,0 + +.global SpeciesCategoryManectric +SpeciesCategoryManectric: +.string "Discharge\0" +.align 2,0 + +.global SpeciesNameManectric +SpeciesNameManectric: +.string "Manectric\0" +.align 2,0 + +.global SpeciesNameElectrike +SpeciesNameElectrike: +.string "Electrike\0" +.align 2,0 + +.global SpeciesNameMedicham +SpeciesNameMedicham: +.string "Medicham\0" +.align 2,0 + +.global SpeciesCategoryMeditite +SpeciesCategoryMeditite: +.string "Meditate\0" +.align 2,0 + +.global SpeciesNameMeditite +SpeciesNameMeditite: +.string "Meditite\0" +.align 2,0 + +.global SpeciesNameAggron +SpeciesNameAggron: +.string "Aggron\0" +.align 2,0 + +.global SpeciesNameLairon +SpeciesNameLairon: +.string "Lairon\0" +.align 2,0 + +.global SpeciesCategoryAron +SpeciesCategoryAron: +.string "Iron Armor\0" +.align 2,0 + +.global SpeciesNameAron +SpeciesNameAron: +.string "Aron\0" +.align 2,0 + +.global SpeciesCategoryMawile +SpeciesCategoryMawile: +.string "Deceiver\0" +.align 2,0 + +.global SpeciesNameMawile +SpeciesNameMawile: +.string "Mawile\0" +.align 2,0 + +.global SpeciesNameSableye +SpeciesNameSableye: +.string "Sableye\0" +.align 2,0 + +.global SpeciesCategoryDelcatty +SpeciesCategoryDelcatty: +.string "Prim\0" +.align 2,0 + +.global SpeciesNameDelcatty +SpeciesNameDelcatty: +.string "Delcatty\0" +.align 2,0 + +.global SpeciesCategorySkitty +SpeciesCategorySkitty: +.string "Kitten\0" +.align 2,0 + +.global SpeciesNameSkitty +SpeciesNameSkitty: +.string "Skitty\0" +.align 2,0 + +.global SpeciesCategoryNosepass +SpeciesCategoryNosepass: +.string "Compass\0" +.align 2,0 + +.global SpeciesNameNosepass +SpeciesNameNosepass: +.string "Nosepass\0" +.align 2,0 + +.global SpeciesCategoryAzurill +SpeciesCategoryAzurill: +.string "Polka Dot\0" +.align 2,0 + +.global SpeciesNameAzurill +SpeciesNameAzurill: +.string "Azurill\0" +.align 2,0 + +.global SpeciesCategoryHariyama +SpeciesCategoryHariyama: +.string "Arm Thrust\0" +.align 2,0 + +.global SpeciesNameHariyama +SpeciesNameHariyama: +.string "Hariyama\0" +.align 2,0 + +.global SpeciesCategoryMakuhita +SpeciesCategoryMakuhita: +.string "Guts\0" +.align 2,0 + +.global SpeciesNameMakuhita +SpeciesNameMakuhita: +.string "Makuhita\0" +.align 2,0 + +.global SpeciesCategoryExploud +SpeciesCategoryExploud: +.string "Loud Noise\0" +.align 2,0 + +.global SpeciesNameExploud +SpeciesNameExploud: +.string "Exploud\0" +.align 2,0 + +.global SpeciesCategoryLoudred +SpeciesCategoryLoudred: +.string "Big Voice\0" +.align 2,0 + +.global SpeciesNameLoudred +SpeciesNameLoudred: +.string "Loudred\0" +.align 2,0 + +.global SpeciesCategoryWhismur +SpeciesCategoryWhismur: +.string "Whisper\0" +.align 2,0 + +.global SpeciesNameWhismur +SpeciesNameWhismur: +.string "Whismur\0" +.align 2,0 + +.global SpeciesCategoryShedinja +SpeciesCategoryShedinja: +.string "Shed\0" +.align 2,0 + +.global SpeciesNameShedinja +SpeciesNameShedinja: +.string "Shedinja\0" +.align 2,0 + +.global SpeciesCategoryNinjask +SpeciesCategoryNinjask: +.string "Ninja\0" +.align 2,0 + +.global SpeciesNameNinjask +SpeciesNameNinjask: +.string "Ninjask\0" +.align 2,0 + +.global SpeciesCategoryNincada +SpeciesCategoryNincada: +.string "Trainee\0" +.align 2,0 + +.global SpeciesNameNincada +SpeciesNameNincada: +.string "Nincada\0" +.align 2,0 + +.global SpeciesCategorySlaking +SpeciesCategorySlaking: +.string "Lazy\0" +.align 2,0 + +.global SpeciesNameSlaking +SpeciesNameSlaking: +.string "Slaking\0" +.align 2,0 + +.global SpeciesCategoryVigoroth +SpeciesCategoryVigoroth: +.string "Wild Monkey\0" +.align 2,0 + +.global SpeciesNameVigoroth +SpeciesNameVigoroth: +.string "Vigoroth\0" +.align 2,0 + +.global SpeciesCategorySlakoth +SpeciesCategorySlakoth: +.string "Slacker\0" +.align 2,0 + +.global SpeciesNameSlakoth +SpeciesNameSlakoth: +.string "Slakoth\0" +.align 2,0 + +.global SpeciesNameBreloom +SpeciesNameBreloom: +.string "Breloom\0" +.align 2,0 + +.global SpeciesNameShroomish +SpeciesNameShroomish: +.string "Shroomish\0" +.align 2,0 + +.global SpeciesCategoryMasquerain +SpeciesCategoryMasquerain: +.string "Eyeball\0" +.align 2,0 + +.global SpeciesNameMasquerain +SpeciesNameMasquerain: +.string "Masquerain\0" +.align 2,0 + +.global SpeciesCategorySurskit +SpeciesCategorySurskit: +.string "Pond Skater\0" +.align 2,0 + +.global SpeciesNameSurskit +SpeciesNameSurskit: +.string "Surskit\0" +.align 2,0 + +.global SpeciesCategoryGardevoir +SpeciesCategoryGardevoir: +.string "Embrace\0" +.align 2,0 + +.global SpeciesNameGardevoir +SpeciesNameGardevoir: +.string "Gardevoir\0" +.align 2,0 + +.global SpeciesCategoryKirlia +SpeciesCategoryKirlia: +.string "Emotion\0" +.align 2,0 + +.global SpeciesNameKirlia +SpeciesNameKirlia: +.string "Kirlia\0" +.align 2,0 + +.global SpeciesCategoryRalts +SpeciesCategoryRalts: +.string "Feeling\0" +.align 2,0 + +.global SpeciesNameRalts +SpeciesNameRalts: +.string "Ralts\0" +.align 2,0 + +.global SpeciesCategoryPelipper +SpeciesCategoryPelipper: +.string "Water Bird\0" +.align 2,0 + +.global SpeciesNamePelipper +SpeciesNamePelipper: +.string "Pelipper\0" +.align 2,0 + +.global SpeciesCategoryWingull +SpeciesCategoryWingull: +.string "Seagull\0" +.align 2,0 + +.global SpeciesNameWingull +SpeciesNameWingull: +.string "Wingull\0" +.align 2,0 + +.global SpeciesCategorySwellow +SpeciesCategorySwellow: +.string "Swallow\0" +.align 2,0 + +.global SpeciesNameSwellow +SpeciesNameSwellow: +.string "Swellow\0" +.align 2,0 + +.global SpeciesCategoryTaillow +SpeciesCategoryTaillow: +.string "Tinyswallow\0" +.align 2,0 + +.global SpeciesNameTaillow +SpeciesNameTaillow: +.string "Taillow\0" +.align 2,0 + +.global SpeciesCategoryShiftry +SpeciesCategoryShiftry: +.string "Wicked\0" +.align 2,0 + +.global SpeciesNameShiftry +SpeciesNameShiftry: +.string "Shiftry\0" +.align 2,0 + +.global SpeciesCategoryNuzleaf +SpeciesCategoryNuzleaf: +.string "Wily\0" +.align 2,0 + +.global SpeciesNameNuzleaf +SpeciesNameNuzleaf: +.string "Nuzleaf\0" +.align 2,0 + +.global SpeciesCategorySeedot +SpeciesCategorySeedot: +.string "Acorn\0" +.align 2,0 + +.global SpeciesNameSeedot +SpeciesNameSeedot: +.string "Seedot\0" +.align 2,0 + +.global SpeciesCategoryLudicolo +SpeciesCategoryLudicolo: +.string "Carefree\0" +.align 2,0 + +.global SpeciesNameLudicolo +SpeciesNameLudicolo: +.string "Ludicolo\0" +.align 2,0 + +.global SpeciesCategoryLombre +SpeciesCategoryLombre: +.string "Jolly\0" +.align 2,0 + +.global SpeciesNameLombre +SpeciesNameLombre: +.string "Lombre\0" +.align 2,0 + +.global SpeciesCategoryLotad +SpeciesCategoryLotad: +.string "Water Weed\0" +.align 2,0 + +.global SpeciesNameLotad +SpeciesNameLotad: +.string "Lotad\0" +.align 2,0 + +.global SpeciesNameDustox +SpeciesNameDustox: +.string "Dustox\0" +.align 2,0 + +.global SpeciesNameCascoon +SpeciesNameCascoon: +.string "Cascoon\0" +.align 2,0 + +.global SpeciesNameBeautifly +SpeciesNameBeautifly: +.string "Beautifly\0" +.align 2,0 + +.global SpeciesNameSilcoon +SpeciesNameSilcoon: +.string "Silcoon\0" +.align 2,0 + +.global SpeciesNameWurmple +SpeciesNameWurmple: +.string "Wurmple\0" +.align 2,0 + +.global SpeciesCategoryLinoone +SpeciesCategoryLinoone: +.string "Rushing\0" +.align 2,0 + +.global SpeciesNameLinoone +SpeciesNameLinoone: +.string "Linoone\0" +.align 2,0 + +.global SpeciesCategoryZigzagoon +SpeciesCategoryZigzagoon: +.string "Tinyraccoon\0" +.align 2,0 + +.global SpeciesNameZigzagoon +SpeciesNameZigzagoon: +.string "Zigzagoon\0" +.align 2,0 + +.global SpeciesNameMightyena +SpeciesNameMightyena: +.string "Mightyena\0" +.align 2,0 + +.global SpeciesCategoryPoochyena +SpeciesCategoryPoochyena: +.string "Bite\0" +.align 2,0 + +.global SpeciesNamePoochyena +SpeciesNamePoochyena: +.string "Poochyena\0" +.align 2,0 + +.global SpeciesNameSwampert +SpeciesNameSwampert: +.string "Swampert\0" +.align 2,0 + +.global SpeciesNameMarshtomp +SpeciesNameMarshtomp: +.string "Marshtomp\0" +.align 2,0 + +.global SpeciesCategoryMudkip +SpeciesCategoryMudkip: +.string "Mud Fish\0" +.align 2,0 + +.global SpeciesNameMudkip +SpeciesNameMudkip: +.string "Mudkip\0" +.align 2,0 + +.global SpeciesCategoryBlaziken +SpeciesCategoryBlaziken: +.string "Blaze\0" +.align 2,0 + +.global SpeciesNameBlaziken +SpeciesNameBlaziken: +.string "Blaziken\0" +.align 2,0 + +.global SpeciesCategoryCombusken +SpeciesCategoryCombusken: +.string "Young Fowl\0" +.align 2,0 + +.global SpeciesNameCombusken +SpeciesNameCombusken: +.string "Combusken\0" +.align 2,0 + +.global SpeciesCategoryTorchic +SpeciesCategoryTorchic: +.string "Chick\0" +.align 2,0 + +.global SpeciesNameTorchic +SpeciesNameTorchic: +.string "Torchic\0" +.align 2,0 + +.global SpeciesCategorySceptile +SpeciesCategorySceptile: +.string "Forest\0" +.align 2,0 + +.global SpeciesNameSceptile +SpeciesNameSceptile: +.string "Sceptile\0" +.align 2,0 + +.global SpeciesNameGrovyle +SpeciesNameGrovyle: +.string "Grovyle\0" +.align 2,0 + +.global SpeciesCategoryTreecko +SpeciesCategoryTreecko: +.string "Wood Gecko\0" +.align 2,0 + +.global SpeciesNameTreecko +SpeciesNameTreecko: +.string "Treecko\0" +.align 2,0 + +.global SpeciesCategoryCelebi +SpeciesCategoryCelebi: +.string "Time Travel\0" +.align 2,0 + +.global SpeciesNameCelebi +SpeciesNameCelebi: +.string "Celebi\0" +.align 2,0 + +.global SpeciesCategoryHoOh +SpeciesCategoryHoOh: +.string "Rainbow\0" +.align 2,0 + +.global SpeciesNameHoOh +SpeciesNameHoOh: +.string "Ho-Oh\0" +.align 2,0 + +.global SpeciesCategoryLugia +SpeciesCategoryLugia: +.string "Diving\0" +.align 2,0 + +.global SpeciesNameLugia +SpeciesNameLugia: +.string "Lugia\0" +.align 2,0 + +.global SpeciesNameTyranitar +SpeciesNameTyranitar: +.string "Tyranitar\0" +.align 2,0 + +.global SpeciesCategoryPupitar +SpeciesCategoryPupitar: +.string "Hard Shell\0" +.align 2,0 + +.global SpeciesNamePupitar +SpeciesNamePupitar: +.string "Pupitar\0" +.align 2,0 + +.global SpeciesCategoryLarvitar +SpeciesCategoryLarvitar: +.string "Rock Skin\0" +.align 2,0 + +.global SpeciesNameLarvitar +SpeciesNameLarvitar: +.string "Larvitar\0" +.align 2,0 + +.global SpeciesCategorySuicune +SpeciesCategorySuicune: +.string "Aurora\0" +.align 2,0 + +.global SpeciesNameSuicune +SpeciesNameSuicune: +.string "Suicune\0" +.align 2,0 + +.global SpeciesNameEntei +SpeciesNameEntei: +.string "Entei\0" +.align 2,0 + +.global SpeciesCategoryRaikou +SpeciesCategoryRaikou: +.string "Thunder\0" +.align 2,0 + +.global SpeciesNameRaikou +SpeciesNameRaikou: +.string "Raikou\0" +.align 2,0 + +.global SpeciesNameBlissey +SpeciesNameBlissey: +.string "Blissey\0" +.align 2,0 + +.global SpeciesCategoryMiltank +SpeciesCategoryMiltank: +.string "Milk Cow\0" +.align 2,0 + +.global SpeciesNameMiltank +SpeciesNameMiltank: +.string "Miltank\0" +.align 2,0 + +.global SpeciesCategoryMagby +SpeciesCategoryMagby: +.string "Live Coal\0" +.align 2,0 + +.global SpeciesNameMagby +SpeciesNameMagby: +.string "Magby\0" +.align 2,0 + +.global SpeciesNameElekid +SpeciesNameElekid: +.string "Elekid\0" +.align 2,0 + +.global SpeciesCategorySmoochum +SpeciesCategorySmoochum: +.string "Kiss\0" +.align 2,0 + +.global SpeciesNameSmoochum +SpeciesNameSmoochum: +.string "Smoochum\0" +.align 2,0 + +.global SpeciesCategoryHitmontop +SpeciesCategoryHitmontop: +.string "Handstand\0" +.align 2,0 + +.global SpeciesNameHitmontop +SpeciesNameHitmontop: +.string "Hitmontop\0" +.align 2,0 + +.global SpeciesCategoryTyrogue +SpeciesCategoryTyrogue: +.string "Scuffle\0" +.align 2,0 + +.global SpeciesNameTyrogue +SpeciesNameTyrogue: +.string "Tyrogue\0" +.align 2,0 + +.global SpeciesCategorySmeargle +SpeciesCategorySmeargle: +.string "Painter\0" +.align 2,0 + +.global SpeciesNameSmeargle +SpeciesNameSmeargle: +.string "Smeargle\0" +.align 2,0 + +.global SpeciesCategoryStantler +SpeciesCategoryStantler: +.string "Big Horn\0" +.align 2,0 + +.global SpeciesNameStantler +SpeciesNameStantler: +.string "Stantler\0" +.align 2,0 + +.global SpeciesNamePorygon2 +SpeciesNamePorygon2: +.string "Porygon2\0" +.align 2,0 + +.global SpeciesCategoryDonphan +SpeciesCategoryDonphan: +.string "Armor\0" +.align 2,0 + +.global SpeciesNameDonphan +SpeciesNameDonphan: +.string "Donphan\0" +.align 2,0 + +.global SpeciesCategoryPhanpy +SpeciesCategoryPhanpy: +.string "Long Nose\0" +.align 2,0 + +.global SpeciesNamePhanpy +SpeciesNamePhanpy: +.string "Phanpy\0" +.align 2,0 + +.global SpeciesNameKingdra +SpeciesNameKingdra: +.string "Kingdra\0" +.align 2,0 + +.global SpeciesNameHoundoom +SpeciesNameHoundoom: +.string "Houndoom\0" +.align 2,0 + +.global SpeciesCategoryHoundour +SpeciesCategoryHoundour: +.string "Dark\0" +.align 2,0 + +.global SpeciesNameHoundour +SpeciesNameHoundour: +.string "Houndour\0" +.align 2,0 + +.global SpeciesCategorySkarmory +SpeciesCategorySkarmory: +.string "Armor Bird\0" +.align 2,0 + +.global SpeciesNameSkarmory +SpeciesNameSkarmory: +.string "Skarmory\0" +.align 2,0 + +.global SpeciesCategoryMantine +SpeciesCategoryMantine: +.string "Kite\0" +.align 2,0 + +.global SpeciesNameMantine +SpeciesNameMantine: +.string "Mantine\0" +.align 2,0 + +.global SpeciesCategoryDelibird +SpeciesCategoryDelibird: +.string "Delivery\0" +.align 2,0 + +.global SpeciesNameDelibird +SpeciesNameDelibird: +.string "Delibird\0" +.align 2,0 + +.global SpeciesNameOctillery +SpeciesNameOctillery: +.string "Octillery\0" +.align 2,0 + +.global SpeciesCategoryRemoraid +SpeciesCategoryRemoraid: +.string "Jet\0" +.align 2,0 + +.global SpeciesNameRemoraid +SpeciesNameRemoraid: +.string "Remoraid\0" +.align 2,0 + +.global SpeciesCategoryCorsola +SpeciesCategoryCorsola: +.string "Coral\0" +.align 2,0 + +.global SpeciesNameCorsola +SpeciesNameCorsola: +.string "Corsola\0" +.align 2,0 + +.global SpeciesCategoryPiloswine +SpeciesCategoryPiloswine: +.string "Swine\0" +.align 2,0 + +.global SpeciesNamePiloswine +SpeciesNamePiloswine: +.string "Piloswine\0" +.align 2,0 + +.global SpeciesCategorySwinub +SpeciesCategorySwinub: +.string "Pig\0" +.align 2,0 + +.global SpeciesNameSwinub +SpeciesNameSwinub: +.string "Swinub\0" +.align 2,0 + +.global SpeciesNameMagcargo +SpeciesNameMagcargo: +.string "Magcargo\0" +.align 2,0 + +.global SpeciesCategorySlugma +SpeciesCategorySlugma: +.string "Lava\0" +.align 2,0 + +.global SpeciesNameSlugma +SpeciesNameSlugma: +.string "Slugma\0" +.align 2,0 + +.global SpeciesCategoryUrsaring +SpeciesCategoryUrsaring: +.string "Hibernator\0" +.align 2,0 + +.global SpeciesNameUrsaring +SpeciesNameUrsaring: +.string "Ursaring\0" +.align 2,0 + +.global SpeciesCategoryTeddiursa +SpeciesCategoryTeddiursa: +.string "Little Bear\0" +.align 2,0 + +.global SpeciesNameTeddiursa +SpeciesNameTeddiursa: +.string "Teddiursa\0" +.align 2,0 + +.global SpeciesCategorySneasel +SpeciesCategorySneasel: +.string "Sharp Claw\0" +.align 2,0 + +.global SpeciesNameSneasel +SpeciesNameSneasel: +.string "Sneasel\0" +.align 2,0 + +.global SpeciesCategoryHeracross +SpeciesCategoryHeracross: +.string "Single Horn\0" +.align 2,0 + +.global SpeciesNameHeracross +SpeciesNameHeracross: +.string "Heracross\0" +.align 2,0 + +.global SpeciesCategoryShuckle +SpeciesCategoryShuckle: +.string "Mold\0" +.align 2,0 + +.global SpeciesNameShuckle +SpeciesNameShuckle: +.string "Shuckle\0" +.align 2,0 + +.global SpeciesNameScizor +SpeciesNameScizor: +.string "Scizor\0" +.align 2,0 + +.global SpeciesNameQwilfish +SpeciesNameQwilfish: +.string "Qwilfish\0" +.align 2,0 + +.global SpeciesNameGranbull +SpeciesNameGranbull: +.string "Granbull\0" +.align 2,0 + +.global SpeciesNameSnubbull +SpeciesNameSnubbull: +.string "Snubbull\0" +.align 2,0 + +.global SpeciesCategorySteelix +SpeciesCategorySteelix: +.string "Iron Snake\0" +.align 2,0 + +.global SpeciesNameSteelix +SpeciesNameSteelix: +.string "Steelix\0" +.align 2,0 + +.global SpeciesCategoryGligar +SpeciesCategoryGligar: +.string "Flyscorpion\0" +.align 2,0 + +.global SpeciesNameGligar +SpeciesNameGligar: +.string "Gligar\0" +.align 2,0 + +.global SpeciesCategoryDunsparce +SpeciesCategoryDunsparce: +.string "Land Snake\0" +.align 2,0 + +.global SpeciesNameDunsparce +SpeciesNameDunsparce: +.string "Dunsparce\0" +.align 2,0 + +.global SpeciesNameForretress +SpeciesNameForretress: +.string "Forretress\0" +.align 2,0 + +.global SpeciesCategoryPineco +SpeciesCategoryPineco: +.string "Bagworm\0" +.align 2,0 + +.global SpeciesNamePineco +SpeciesNamePineco: +.string "Pineco\0" +.align 2,0 + +.global SpeciesCategoryGirafarig +SpeciesCategoryGirafarig: +.string "Long Neck\0" +.align 2,0 + +.global SpeciesNameGirafarig +SpeciesNameGirafarig: +.string "Girafarig\0" +.align 2,0 + +.global SpeciesCategoryWobbuffet +SpeciesCategoryWobbuffet: +.string "Patient\0" +.align 2,0 + +.global SpeciesNameWobbuffet +SpeciesNameWobbuffet: +.string "Wobbuffet\0" +.align 2,0 + +.global SpeciesCategoryUnown +SpeciesCategoryUnown: +.string "Symbol\0" +.align 2,0 + +.global SpeciesNameUnown +SpeciesNameUnown: +.string "Unown\0" +.align 2,0 + +.global SpeciesCategoryMisdreavus +SpeciesCategoryMisdreavus: +.string "Screech\0" +.align 2,0 + +.global SpeciesNameMisdreavus +SpeciesNameMisdreavus: +.string "Misdreavus\0" +.align 2,0 + +.global SpeciesCategorySlowking +SpeciesCategorySlowking: +.string "Royal\0" +.align 2,0 + +.global SpeciesNameSlowking +SpeciesNameSlowking: +.string "Slowking\0" +.align 2,0 + +.global SpeciesCategoryMurkrow +SpeciesCategoryMurkrow: +.string "Darkness\0" +.align 2,0 + +.global SpeciesNameMurkrow +SpeciesNameMurkrow: +.string "Murkrow\0" +.align 2,0 + +.global SpeciesCategoryUmbreon +SpeciesCategoryUmbreon: +.string "Moonlight\0" +.align 2,0 + +.global SpeciesNameUmbreon +SpeciesNameUmbreon: +.string "Umbreon\0" +.align 2,0 + +.global SpeciesNameEspeon +SpeciesNameEspeon: +.string "Espeon\0" +.align 2,0 + +.global SpeciesNameQuagsire +SpeciesNameQuagsire: +.string "Quagsire\0" +.align 2,0 + +.global SpeciesCategoryWooper +SpeciesCategoryWooper: +.string "Water Fish\0" +.align 2,0 + +.global SpeciesNameWooper +SpeciesNameWooper: +.string "Wooper\0" +.align 2,0 + +.global SpeciesCategoryYanma +SpeciesCategoryYanma: +.string "Clear Wing\0" +.align 2,0 + +.global SpeciesNameYanma +SpeciesNameYanma: +.string "Yanma\0" +.align 2,0 + +.global SpeciesCategorySunflora +SpeciesCategorySunflora: +.string "Sun\0" +.align 2,0 + +.global SpeciesNameSunflora +SpeciesNameSunflora: +.string "Sunflora\0" +.align 2,0 + +.global SpeciesNameSunkern +SpeciesNameSunkern: +.string "Sunkern\0" +.align 2,0 + +.global SpeciesCategoryAipom +SpeciesCategoryAipom: +.string "Long Tail\0" +.align 2,0 + +.global SpeciesNameAipom +SpeciesNameAipom: +.string "Aipom\0" +.align 2,0 + +.global SpeciesNameJumpluff +SpeciesNameJumpluff: +.string "Jumpluff\0" +.align 2,0 + +.global SpeciesNameSkiploom +SpeciesNameSkiploom: +.string "Skiploom\0" +.align 2,0 + +.global SpeciesCategoryHoppip +SpeciesCategoryHoppip: +.string "Cottonweed\0" +.align 2,0 + +.global SpeciesNameHoppip +SpeciesNameHoppip: +.string "Hoppip\0" +.align 2,0 + +.global SpeciesCategoryPolitoed +SpeciesCategoryPolitoed: +.string "Frog\0" +.align 2,0 + +.global SpeciesNamePolitoed +SpeciesNamePolitoed: +.string "Politoed\0" +.align 2,0 + +.global SpeciesCategorySudowoodo +SpeciesCategorySudowoodo: +.string "Imitation\0" +.align 2,0 + +.global SpeciesNameSudowoodo +SpeciesNameSudowoodo: +.string "Sudowoodo\0" +.align 2,0 + +.global SpeciesCategoryAzumarill +SpeciesCategoryAzumarill: +.string "Aqua Rabbit\0" +.align 2,0 + +.global SpeciesNameAzumarill +SpeciesNameAzumarill: +.string "Azumarill\0" +.align 2,0 + +.global SpeciesCategoryMarill +SpeciesCategoryMarill: +.string "Aqua Mouse\0" +.align 2,0 + +.global SpeciesNameMarill +SpeciesNameMarill: +.string "Marill\0" +.align 2,0 + +.global SpeciesNameBellossom +SpeciesNameBellossom: +.string "Bellossom\0" +.align 2,0 + +.global SpeciesNameAmpharos +SpeciesNameAmpharos: +.string "Ampharos\0" +.align 2,0 + +.global SpeciesNameFlaaffy +SpeciesNameFlaaffy: +.string "Flaaffy\0" +.align 2,0 + +.global SpeciesCategoryMareep +SpeciesCategoryMareep: +.string "Wool\0" +.align 2,0 + +.global SpeciesNameMareep +SpeciesNameMareep: +.string "Mareep\0" +.align 2,0 + +.global SpeciesCategoryXatu +SpeciesCategoryXatu: +.string "Mystic\0" +.align 2,0 + +.global SpeciesNameXatu +SpeciesNameXatu: +.string "Xatu\0" +.align 2,0 + +.global SpeciesNameNatu +SpeciesNameNatu: +.string "Natu\0" +.align 2,0 + +.global SpeciesCategoryTogetic +SpeciesCategoryTogetic: +.string "Happiness\0" +.align 2,0 + +.global SpeciesNameTogetic +SpeciesNameTogetic: +.string "Togetic\0" +.align 2,0 + +.global SpeciesCategoryTogepi +SpeciesCategoryTogepi: +.string "Spike Ball\0" +.align 2,0 + +.global SpeciesNameTogepi +SpeciesNameTogepi: +.string "Togepi\0" +.align 2,0 + +.global SpeciesNameIgglybuff +SpeciesNameIgglybuff: +.string "Igglybuff\0" +.align 2,0 + +.global SpeciesNameCleffa +SpeciesNameCleffa: +.string "Cleffa\0" +.align 2,0 + +.global SpeciesCategoryPichu +SpeciesCategoryPichu: +.string "Tiny Mouse\0" +.align 2,0 + +.global SpeciesNamePichu +SpeciesNamePichu: +.string "Pichu\0" +.align 2,0 + +.global SpeciesCategoryLanturn +SpeciesCategoryLanturn: +.string "Light\0" +.align 2,0 + +.global SpeciesNameLanturn +SpeciesNameLanturn: +.string "Lanturn\0" +.align 2,0 + +.global SpeciesCategoryChinchou +SpeciesCategoryChinchou: +.string "Angler\0" +.align 2,0 + +.global SpeciesNameChinchou +SpeciesNameChinchou: +.string "Chinchou\0" +.align 2,0 + +.global SpeciesNameCrobat +SpeciesNameCrobat: +.string "Crobat\0" +.align 2,0 + +.global SpeciesCategoryAriados +SpeciesCategoryAriados: +.string "Long Leg\0" +.align 2,0 + +.global SpeciesNameAriados +SpeciesNameAriados: +.string "Ariados\0" +.align 2,0 + +.global SpeciesCategorySpinarak +SpeciesCategorySpinarak: +.string "String Spit\0" +.align 2,0 + +.global SpeciesNameSpinarak +SpeciesNameSpinarak: +.string "Spinarak\0" +.align 2,0 + +.global SpeciesNameLedian +SpeciesNameLedian: +.string "Ledian\0" +.align 2,0 + +.global SpeciesCategoryLedyba +SpeciesCategoryLedyba: +.string "Five Star\0" +.align 2,0 + +.global SpeciesNameLedyba +SpeciesNameLedyba: +.string "Ledyba\0" +.align 2,0 + +.global SpeciesNameNoctowl +SpeciesNameNoctowl: +.string "Noctowl\0" +.align 2,0 + +.global SpeciesCategoryHoothoot +SpeciesCategoryHoothoot: +.string "Owl\0" +.align 2,0 + +.global SpeciesNameHoothoot +SpeciesNameHoothoot: +.string "Hoothoot\0" +.align 2,0 + +.global SpeciesCategoryFurret +SpeciesCategoryFurret: +.string "Long Body\0" +.align 2,0 + +.global SpeciesNameFurret +SpeciesNameFurret: +.string "Furret\0" +.align 2,0 + +.global SpeciesCategorySentret +SpeciesCategorySentret: +.string "Scout\0" +.align 2,0 + +.global SpeciesNameSentret +SpeciesNameSentret: +.string "Sentret\0" +.align 2,0 + +.global SpeciesNameFeraligatr +SpeciesNameFeraligatr: +.string "Feraligatr\0" +.align 2,0 + +.global SpeciesNameCroconaw +SpeciesNameCroconaw: +.string "Croconaw\0" +.align 2,0 + +.global SpeciesCategoryTotodile +SpeciesCategoryTotodile: +.string "Big Jaw\0" +.align 2,0 + +.global SpeciesNameTotodile +SpeciesNameTotodile: +.string "Totodile\0" +.align 2,0 + +.global SpeciesNameTyphlosion +SpeciesNameTyphlosion: +.string "Typhlosion\0" +.align 2,0 + +.global SpeciesCategoryQuilava +SpeciesCategoryQuilava: +.string "Volcano\0" +.align 2,0 + +.global SpeciesNameQuilava +SpeciesNameQuilava: +.string "Quilava\0" +.align 2,0 + +.global SpeciesCategoryCyndaquil +SpeciesCategoryCyndaquil: +.string "Fire Mouse\0" +.align 2,0 + +.global SpeciesNameCyndaquil +SpeciesNameCyndaquil: +.string "Cyndaquil\0" +.align 2,0 + +.global SpeciesCategoryMeganium +SpeciesCategoryMeganium: +.string "Herb\0" +.align 2,0 + +.global SpeciesNameMeganium +SpeciesNameMeganium: +.string "Meganium\0" +.align 2,0 + +.global SpeciesNameBayleef +SpeciesNameBayleef: +.string "Bayleef\0" +.align 2,0 + +.global SpeciesCategoryChikorita +SpeciesCategoryChikorita: +.string "Leaf\0" +.align 2,0 + +.global SpeciesNameChikorita +SpeciesNameChikorita: +.string "Chikorita\0" +.align 2,0 + +.global SpeciesCategoryMew +SpeciesCategoryMew: +.string "New Species\0" +.align 2,0 + +.global SpeciesNameMew +SpeciesNameMew: +.string "Mew\0" +.align 2,0 + +.global SpeciesCategoryMewtwo +SpeciesCategoryMewtwo: +.string "Genetic\0" +.align 2,0 + +.global SpeciesNameMewtwo +SpeciesNameMewtwo: +.string "Mewtwo\0" +.align 2,0 + +.global SpeciesNameDragonite +SpeciesNameDragonite: +.string "Dragonite\0" +.align 2,0 + +.global SpeciesNameDragonair +SpeciesNameDragonair: +.string "Dragonair\0" +.align 2,0 + +.global SpeciesNameDratini +SpeciesNameDratini: +.string "Dratini\0" +.align 2,0 + +.global SpeciesNameMoltres +SpeciesNameMoltres: +.string "Moltres\0" +.align 2,0 + +.global SpeciesNameZapdos +SpeciesNameZapdos: +.string "Zapdos\0" +.align 2,0 + +.global SpeciesCategoryArticuno +SpeciesCategoryArticuno: +.string "Freeze\0" +.align 2,0 + +.global SpeciesNameArticuno +SpeciesNameArticuno: +.string "Articuno\0" +.align 2,0 + +.global SpeciesCategorySnorlax +SpeciesCategorySnorlax: +.string "Sleeping\0" +.align 2,0 + +.global SpeciesNameSnorlax +SpeciesNameSnorlax: +.string "Snorlax\0" +.align 2,0 + +.global SpeciesCategoryAerodactyl +SpeciesCategoryAerodactyl: +.string "Fossil\0" +.align 2,0 + +.global SpeciesNameAerodactyl +SpeciesNameAerodactyl: +.string "Aerodactyl\0" +.align 2,0 + +.global SpeciesNameKabutops +SpeciesNameKabutops: +.string "Kabutops\0" +.align 2,0 + +.global SpeciesNameKabuto +SpeciesNameKabuto: +.string "Kabuto\0" +.align 2,0 + +.global SpeciesNameOmastar +SpeciesNameOmastar: +.string "Omastar\0" +.align 2,0 + +.global SpeciesCategoryOmanyte +SpeciesCategoryOmanyte: +.string "Spiral\0" +.align 2,0 + +.global SpeciesNameOmanyte +SpeciesNameOmanyte: +.string "Omanyte\0" +.align 2,0 + +.global SpeciesCategoryPorygon +SpeciesCategoryPorygon: +.string "Virtual\0" +.align 2,0 + +.global SpeciesNamePorygon +SpeciesNamePorygon: +.string "Porygon\0" +.align 2,0 + +.global SpeciesNameFlareon +SpeciesNameFlareon: +.string "Flareon\0" +.align 2,0 + +.global SpeciesCategoryJolteon +SpeciesCategoryJolteon: +.string "Lightning\0" +.align 2,0 + +.global SpeciesNameJolteon +SpeciesNameJolteon: +.string "Jolteon\0" +.align 2,0 + +.global SpeciesCategoryVaporeon +SpeciesCategoryVaporeon: +.string "Bubble Jet\0" +.align 2,0 + +.global SpeciesNameVaporeon +SpeciesNameVaporeon: +.string "Vaporeon\0" +.align 2,0 + +.global SpeciesCategoryEevee +SpeciesCategoryEevee: +.string "Evolution\0" +.align 2,0 + +.global SpeciesNameEevee +SpeciesNameEevee: +.string "Eevee\0" +.align 2,0 + +.global SpeciesCategoryDitto +SpeciesCategoryDitto: +.string "Transform\0" +.align 2,0 + +.global SpeciesNameDitto +SpeciesNameDitto: +.string "Ditto\0" +.align 2,0 + +.global SpeciesCategoryLapras +SpeciesCategoryLapras: +.string "Transport\0" +.align 2,0 + +.global SpeciesNameLapras +SpeciesNameLapras: +.string "Lapras\0" +.align 2,0 + +.global SpeciesCategoryGyarados +SpeciesCategoryGyarados: +.string "Atrocious\0" +.align 2,0 + +.global SpeciesNameGyarados +SpeciesNameGyarados: +.string "Gyarados\0" +.align 2,0 + +.global SpeciesCategoryMagikarp +SpeciesCategoryMagikarp: +.string "Fish\0" +.align 2,0 + +.global SpeciesNameMagikarp +SpeciesNameMagikarp: +.string "Magikarp\0" +.align 2,0 + +.global SpeciesCategoryTauros +SpeciesCategoryTauros: +.string "Wild Bull\0" +.align 2,0 + +.global SpeciesNameTauros +SpeciesNameTauros: +.string "Tauros\0" +.align 2,0 + +.global SpeciesCategoryPinsir +SpeciesCategoryPinsir: +.string "Stag Beetle\0" +.align 2,0 + +.global SpeciesNamePinsir +SpeciesNamePinsir: +.string "Pinsir\0" +.align 2,0 + +.global SpeciesCategoryMagmar +SpeciesCategoryMagmar: +.string "Spitfire\0" +.align 2,0 + +.global SpeciesNameMagmar +SpeciesNameMagmar: +.string "Magmar\0" +.align 2,0 + +.global SpeciesCategoryElectabuzz +SpeciesCategoryElectabuzz: +.string "Electric\0" +.align 2,0 + +.global SpeciesNameElectabuzz +SpeciesNameElectabuzz: +.string "Electabuzz\0" +.align 2,0 + +.global SpeciesCategoryJynx +SpeciesCategoryJynx: +.string "Human Shape\0" +.align 2,0 + +.global SpeciesNameJynx +SpeciesNameJynx: +.string "Jynx\0" +.align 2,0 + +.global SpeciesCategoryScyther +SpeciesCategoryScyther: +.string "Mantis\0" +.align 2,0 + +.global SpeciesNameScyther +SpeciesNameScyther: +.string "Scyther\0" +.align 2,0 + +.global SpeciesCategoryMrMime +SpeciesCategoryMrMime: +.string "Barrier\0" +.align 2,0 + +.global SpeciesNameMrMime +SpeciesNameMrMime: +.string "Mr. Mime\0" +.align 2,0 + +.global SpeciesCategoryStarmie +SpeciesCategoryStarmie: +.string "Mysterious\0" +.align 2,0 + +.global SpeciesNameStarmie +SpeciesNameStarmie: +.string "Starmie\0" +.align 2,0 + +.global SpeciesCategoryStaryu +SpeciesCategoryStaryu: +.string "Star Shape\0" +.align 2,0 + +.global SpeciesNameStaryu +SpeciesNameStaryu: +.string "Staryu\0" +.align 2,0 + +.global SpeciesNameSeaking +SpeciesNameSeaking: +.string "Seaking\0" +.align 2,0 + +.global SpeciesCategoryGoldeen +SpeciesCategoryGoldeen: +.string "Goldfish\0" +.align 2,0 + +.global SpeciesNameGoldeen +SpeciesNameGoldeen: +.string "Goldeen\0" +.align 2,0 + +.global SpeciesNameSeadra +SpeciesNameSeadra: +.string "Seadra\0" +.align 2,0 + +.global SpeciesCategoryHorsea +SpeciesCategoryHorsea: +.string "Dragon\0" +.align 2,0 + +.global SpeciesNameHorsea +SpeciesNameHorsea: +.string "Horsea\0" +.align 2,0 + +.global SpeciesCategoryKangaskhan +SpeciesCategoryKangaskhan: +.string "Parent\0" +.align 2,0 + +.global SpeciesNameKangaskhan +SpeciesNameKangaskhan: +.string "Kangaskhan\0" +.align 2,0 + +.global SpeciesCategoryTangela +SpeciesCategoryTangela: +.string "Vine\0" +.align 2,0 + +.global SpeciesNameTangela +SpeciesNameTangela: +.string "Tangela\0" +.align 2,0 + +.global SpeciesNameChansey +SpeciesNameChansey: +.string "Chansey\0" +.align 2,0 + +.global SpeciesNameRhydon +SpeciesNameRhydon: +.string "Rhydon\0" +.align 2,0 + +.global SpeciesCategoryRhyhorn +SpeciesCategoryRhyhorn: +.string "Spikes\0" +.align 2,0 + +.global SpeciesNameRhyhorn +SpeciesNameRhyhorn: +.string "Rhyhorn\0" +.align 2,0 + +.global SpeciesNameWeezing +SpeciesNameWeezing: +.string "Weezing\0" +.align 2,0 + +.global SpeciesCategoryKoffing +SpeciesCategoryKoffing: +.string "Poison Gas\0" +.align 2,0 + +.global SpeciesNameKoffing +SpeciesNameKoffing: +.string "Koffing\0" +.align 2,0 + +.global SpeciesCategoryLickitung +SpeciesCategoryLickitung: +.string "Licking\0" +.align 2,0 + +.global SpeciesNameLickitung +SpeciesNameLickitung: +.string "Lickitung\0" +.align 2,0 + +.global SpeciesCategoryHitmonchan +SpeciesCategoryHitmonchan: +.string "Punching\0" +.align 2,0 + +.global SpeciesNameHitmonchan +SpeciesNameHitmonchan: +.string "Hitmonchan\0" +.align 2,0 + +.global SpeciesCategoryHitmonlee +SpeciesCategoryHitmonlee: +.string "Kicking\0" +.align 2,0 + +.global SpeciesNameHitmonlee +SpeciesNameHitmonlee: +.string "Hitmonlee\0" +.align 2,0 + +.global SpeciesCategoryMarowak +SpeciesCategoryMarowak: +.string "Bone Keeper\0" +.align 2,0 + +.global SpeciesNameMarowak +SpeciesNameMarowak: +.string "Marowak\0" +.align 2,0 + +.global SpeciesCategoryCubone +SpeciesCategoryCubone: +.string "Lonely\0" +.align 2,0 + +.global SpeciesNameCubone +SpeciesNameCubone: +.string "Cubone\0" +.align 2,0 + +.global SpeciesCategoryExeggutor +SpeciesCategoryExeggutor: +.string "Coconut\0" +.align 2,0 + +.global SpeciesNameExeggutor +SpeciesNameExeggutor: +.string "Exeggutor\0" +.align 2,0 + +.global SpeciesCategoryExeggcute +SpeciesCategoryExeggcute: +.string "Egg\0" +.align 2,0 + +.global SpeciesNameExeggcute +SpeciesNameExeggcute: +.string "Exeggcute\0" +.align 2,0 + +.global SpeciesNameElectrode +SpeciesNameElectrode: +.string "Electrode\0" +.align 2,0 + +.global SpeciesCategoryVoltorb +SpeciesCategoryVoltorb: +.string "Ball\0" +.align 2,0 + +.global SpeciesNameVoltorb +SpeciesNameVoltorb: +.string "Voltorb\0" +.align 2,0 + +.global SpeciesCategoryKingler +SpeciesCategoryKingler: +.string "Pincer\0" +.align 2,0 + +.global SpeciesNameKingler +SpeciesNameKingler: +.string "Kingler\0" +.align 2,0 + +.global SpeciesCategoryKrabby +SpeciesCategoryKrabby: +.string "River Crab\0" +.align 2,0 + +.global SpeciesNameKrabby +SpeciesNameKrabby: +.string "Krabby\0" +.align 2,0 + +.global SpeciesNameHypno +SpeciesNameHypno: +.string "Hypno\0" +.align 2,0 + +.global SpeciesCategoryDrowzee +SpeciesCategoryDrowzee: +.string "Hypnosis\0" +.align 2,0 + +.global SpeciesNameDrowzee +SpeciesNameDrowzee: +.string "Drowzee\0" +.align 2,0 + +.global SpeciesCategoryOnix +SpeciesCategoryOnix: +.string "Rock Snake\0" +.align 2,0 + +.global SpeciesNameOnix +SpeciesNameOnix: +.string "Onix\0" +.align 2,0 + +.global SpeciesCategoryGengar +SpeciesCategoryGengar: +.string "Shadow\0" +.align 2,0 + +.global SpeciesNameGengar +SpeciesNameGengar: +.string "Gengar\0" +.align 2,0 + +.global SpeciesNameHaunter +SpeciesNameHaunter: +.string "Haunter\0" +.align 2,0 + +.global SpeciesCategoryGastly +SpeciesCategoryGastly: +.string "Gas\0" +.align 2,0 + +.global SpeciesNameGastly +SpeciesNameGastly: +.string "Gastly\0" +.align 2,0 + +.global SpeciesNameCloyster +SpeciesNameCloyster: +.string "Cloyster\0" +.align 2,0 + +.global SpeciesCategoryShellder +SpeciesCategoryShellder: +.string "Bivalve\0" +.align 2,0 + +.global SpeciesNameShellder +SpeciesNameShellder: +.string "Shellder\0" +.align 2,0 + +.global SpeciesNameMuk +SpeciesNameMuk: +.string "Muk\0" +.align 2,0 + +.global SpeciesCategoryGrimer +SpeciesCategoryGrimer: +.string "Sludge\0" +.align 2,0 + +.global SpeciesNameGrimer +SpeciesNameGrimer: +.string "Grimer\0" +.align 2,0 + +.global SpeciesNameDewgong +SpeciesNameDewgong: +.string "Dewgong\0" +.align 2,0 + +.global SpeciesCategorySeel +SpeciesCategorySeel: +.string "Sea Lion\0" +.align 2,0 + +.global SpeciesNameSeel +SpeciesNameSeel: +.string "Seel\0" +.align 2,0 + +.global SpeciesCategoryDodrio +SpeciesCategoryDodrio: +.string "Triple Bird\0" +.align 2,0 + +.global SpeciesNameDodrio +SpeciesNameDodrio: +.string "Dodrio\0" +.align 2,0 + +.global SpeciesCategoryDoduo +SpeciesCategoryDoduo: +.string "Twin Bird\0" +.align 2,0 + +.global SpeciesNameDoduo +SpeciesNameDoduo: +.string "Doduo\0" +.align 2,0 + +.global SpeciesCategoryFarfetch +SpeciesCategoryFarfetch: +.string "Wild Duck\0" +.align 2,0 + +.global SpeciesNameFarfetch +SpeciesNameFarfetch: +.string "Farfetch'd\0" +.align 2,0 + +.global SpeciesNameMagneton +SpeciesNameMagneton: +.string "Magneton\0" +.align 2,0 + +.global SpeciesCategoryMagnemite +SpeciesCategoryMagnemite: +.string "Magnet\0" +.align 2,0 + +.global SpeciesNameMagnemite +SpeciesNameMagnemite: +.string "Magnemite\0" +.align 2,0 + +.global SpeciesCategorySlowbro +SpeciesCategorySlowbro: +.string "Hermit Crab\0" +.align 2,0 + +.global SpeciesNameSlowbro +SpeciesNameSlowbro: +.string "Slowbro\0" +.align 2,0 + +.global SpeciesCategorySlowpoke +SpeciesCategorySlowpoke: +.string "Dopey\0" +.align 2,0 + +.global SpeciesNameSlowpoke +SpeciesNameSlowpoke: +.string "Slowpoke\0" +.align 2,0 + +.global SpeciesNameRapidash +SpeciesNameRapidash: +.string "Rapidash\0" +.align 2,0 + +.global SpeciesCategoryPonyta +SpeciesCategoryPonyta: +.string "Fire Horse\0" +.align 2,0 + +.global SpeciesNamePonyta +SpeciesNamePonyta: +.string "Ponyta\0" +.align 2,0 + +.global SpeciesCategoryGolem +SpeciesCategoryGolem: +.string "Megaton\0" +.align 2,0 + +.global SpeciesNameGolem +SpeciesNameGolem: +.string "Golem\0" +.align 2,0 + +.global SpeciesNameGraveler +SpeciesNameGraveler: +.string "Graveler\0" +.align 2,0 + +.global SpeciesCategoryGeodude +SpeciesCategoryGeodude: +.string "Rock\0" +.align 2,0 + +.global SpeciesNameGeodude +SpeciesNameGeodude: +.string "Geodude\0" +.align 2,0 + +.global SpeciesNameTentacruel +SpeciesNameTentacruel: +.string "Tentacruel\0" +.align 2,0 + +.global SpeciesCategoryTentacool +SpeciesCategoryTentacool: +.string "Jellyfish\0" +.align 2,0 + +.global SpeciesNameTentacool +SpeciesNameTentacool: +.string "Tentacool\0" +.align 2,0 + +.global SpeciesNameVictreebel +SpeciesNameVictreebel: +.string "Victreebel\0" +.align 2,0 + +.global SpeciesCategoryWeepinbell +SpeciesCategoryWeepinbell: +.string "Flycatcher\0" +.align 2,0 + +.global SpeciesNameWeepinbell +SpeciesNameWeepinbell: +.string "Weepinbell\0" +.align 2,0 + +.global SpeciesNameBellsprout +SpeciesNameBellsprout: +.string "Bellsprout\0" +.align 2,0 + +.global SpeciesNameMachamp +SpeciesNameMachamp: +.string "Machamp\0" +.align 2,0 + +.global SpeciesNameMachoke +SpeciesNameMachoke: +.string "Machoke\0" +.align 2,0 + +.global SpeciesCategoryMachop +SpeciesCategoryMachop: +.string "Superpower\0" +.align 2,0 + +.global SpeciesNameMachop +SpeciesNameMachop: +.string "Machop\0" +.align 2,0 + +.global SpeciesNameAlakazam +SpeciesNameAlakazam: +.string "Alakazam\0" +.align 2,0 + +.global SpeciesNameKadabra +SpeciesNameKadabra: +.string "Kadabra\0" +.align 2,0 + +.global SpeciesCategoryAbra +SpeciesCategoryAbra: +.string "Psi\0" +.align 2,0 + +.global SpeciesNameAbra +SpeciesNameAbra: +.string "Abra\0" +.align 2,0 + +.global SpeciesNamePoliwrath +SpeciesNamePoliwrath: +.string "Poliwrath\0" +.align 2,0 + +.global SpeciesNamePoliwhirl +SpeciesNamePoliwhirl: +.string "Poliwhirl\0" +.align 2,0 + +.global SpeciesCategoryPoliwag +SpeciesCategoryPoliwag: +.string "Tadpole\0" +.align 2,0 + +.global SpeciesNamePoliwag +SpeciesNamePoliwag: +.string "Poliwag\0" +.align 2,0 + +.global SpeciesCategoryArcanine +SpeciesCategoryArcanine: +.string "Legendary\0" +.align 2,0 + +.global SpeciesNameArcanine +SpeciesNameArcanine: +.string "Arcanine\0" +.align 2,0 + +.global SpeciesCategoryGrowlithe +SpeciesCategoryGrowlithe: +.string "Puppy\0" +.align 2,0 + +.global SpeciesNameGrowlithe +SpeciesNameGrowlithe: +.string "Growlithe\0" +.align 2,0 + +.global SpeciesNamePrimeape +SpeciesNamePrimeape: +.string "Primeape\0" +.align 2,0 + +.global SpeciesCategoryMankey +SpeciesCategoryMankey: +.string "Pig Monkey\0" +.align 2,0 + +.global SpeciesNameMankey +SpeciesNameMankey: +.string "Mankey\0" +.align 2,0 + +.global SpeciesNameGolduck +SpeciesNameGolduck: +.string "Golduck\0" +.align 2,0 + +.global SpeciesCategoryPsyduck +SpeciesCategoryPsyduck: +.string "Duck\0" +.align 2,0 + +.global SpeciesNamePsyduck +SpeciesNamePsyduck: +.string "Psyduck\0" +.align 2,0 + +.global SpeciesCategoryPersian +SpeciesCategoryPersian: +.string "Classy Cat\0" +.align 2,0 + +.global SpeciesNamePersian +SpeciesNamePersian: +.string "Persian\0" +.align 2,0 + +.global SpeciesCategoryMeowth +SpeciesCategoryMeowth: +.string "Scratch Cat\0" +.align 2,0 + +.global SpeciesNameMeowth +SpeciesNameMeowth: +.string "Meowth\0" +.align 2,0 + +.global SpeciesNameDugtrio +SpeciesNameDugtrio: +.string "Dugtrio\0" +.align 2,0 + +.global SpeciesCategoryDiglett +SpeciesCategoryDiglett: +.string "Mole\0" +.align 2,0 + +.global SpeciesNameDiglett +SpeciesNameDiglett: +.string "Diglett\0" +.align 2,0 + +.global SpeciesCategoryVenomoth +SpeciesCategoryVenomoth: +.string "Poison Moth\0" +.align 2,0 + +.global SpeciesNameVenomoth +SpeciesNameVenomoth: +.string "Venomoth\0" +.align 2,0 + +.global SpeciesCategoryVenonat +SpeciesCategoryVenonat: +.string "Insect\0" +.align 2,0 + +.global SpeciesNameVenonat +SpeciesNameVenonat: +.string "Venonat\0" +.align 2,0 + +.global SpeciesNameParasect +SpeciesNameParasect: +.string "Parasect\0" +.align 2,0 + +.global SpeciesCategoryParas +SpeciesCategoryParas: +.string "Mushroom\0" +.align 2,0 + +.global SpeciesNameParas +SpeciesNameParas: +.string "Paras\0" +.align 2,0 + +.global SpeciesCategoryVileplume +SpeciesCategoryVileplume: +.string "Flower\0" +.align 2,0 + +.global SpeciesNameVileplume +SpeciesNameVileplume: +.string "Vileplume\0" +.align 2,0 + +.global SpeciesNameGloom +SpeciesNameGloom: +.string "Gloom\0" +.align 2,0 + +.global SpeciesCategoryOddish +SpeciesCategoryOddish: +.string "Weed\0" +.align 2,0 + +.global SpeciesNameOddish +SpeciesNameOddish: +.string "Oddish\0" +.align 2,0 + +.global SpeciesNameGolbat +SpeciesNameGolbat: +.string "Golbat\0" +.align 2,0 + +.global SpeciesCategoryZubat +SpeciesCategoryZubat: +.string "Bat\0" +.align 2,0 + +.global SpeciesNameZubat +SpeciesNameZubat: +.string "Zubat\0" +.align 2,0 + +.global SpeciesNameWigglytuff +SpeciesNameWigglytuff: +.string "Wigglytuff\0" +.align 2,0 + +.global SpeciesCategoryJigglypuff +SpeciesCategoryJigglypuff: +.string "Balloon\0" +.align 2,0 + +.global SpeciesNameJigglypuff +SpeciesNameJigglypuff: +.string "Jigglypuff\0" +.align 2,0 + +.global SpeciesNameNinetales +SpeciesNameNinetales: +.string "Ninetales\0" +.align 2,0 + +.global SpeciesCategoryVulpix +SpeciesCategoryVulpix: +.string "Fox\0" +.align 2,0 + +.global SpeciesNameVulpix +SpeciesNameVulpix: +.string "Vulpix\0" +.align 2,0 + +.global SpeciesNameClefable +SpeciesNameClefable: +.string "Clefable\0" +.align 2,0 + +.global SpeciesCategoryClefairy +SpeciesCategoryClefairy: +.string "Fairy\0" +.align 2,0 + +.global SpeciesNameClefairy +SpeciesNameClefairy: +.string "Clefairy\0" +.align 2,0 + +.global SpeciesNameNidoking +SpeciesNameNidoking: +.string "Nidoking\0" +.align 2,0 + +.global SpeciesNameNidorino +SpeciesNameNidorino: +.string "Nidorino\0" +.align 2,0 + +.global SpeciesNameNidoran_M +SpeciesNameNidoran_M: +.string "Nidoran♂\0" +.align 2,0 + +.global SpeciesCategoryNidoqueen +SpeciesCategoryNidoqueen: +.string "Drill\0" +.align 2,0 + +.global SpeciesNameNidoqueen +SpeciesNameNidoqueen: +.string "Nidoqueen\0" +.align 2,0 + +.global SpeciesNameNidorina +SpeciesNameNidorina: +.string "Nidorina\0" +.align 2,0 + +.global SpeciesCategoryNidoran_F +SpeciesCategoryNidoran_F: +.string "Poison Pin\0" +.align 2,0 + +.global SpeciesNameNidoran_F +SpeciesNameNidoran_F: +.string "Nidoran♀\0" +.align 2,0 + +.global SpeciesNameSandslash +SpeciesNameSandslash: +.string "Sandslash\0" +.align 2,0 + +.global SpeciesNameSandshrew +SpeciesNameSandshrew: +.string "Sandshrew\0" +.align 2,0 + +.global SpeciesNameRaichu +SpeciesNameRaichu: +.string "Raichu\0" +.align 2,0 + +.global SpeciesNamePikachu +SpeciesNamePikachu: +.string "Pikachu\0" +.align 2,0 + +.global SpeciesCategoryArbok +SpeciesCategoryArbok: +.string "Cobra\0" +.align 2,0 + +.global SpeciesNameArbok +SpeciesNameArbok: +.string "Arbok\0" +.align 2,0 + +.global SpeciesCategoryEkans +SpeciesCategoryEkans: +.string "Snake\0" +.align 2,0 + +.global SpeciesNameEkans +SpeciesNameEkans: +.string "Ekans\0" +.align 2,0 + +.global SpeciesCategoryFearow +SpeciesCategoryFearow: +.string "Beak\0" +.align 2,0 + +.global SpeciesNameFearow +SpeciesNameFearow: +.string "Fearow\0" +.align 2,0 + +.global SpeciesNameSpearow +SpeciesNameSpearow: +.string "Spearow\0" +.align 2,0 + +.global SpeciesNameRaticate +SpeciesNameRaticate: +.string "Raticate\0" +.align 2,0 + +.global SpeciesCategoryRattata +SpeciesCategoryRattata: +.string "Mouse\0" +.align 2,0 + +.global SpeciesNameRattata +SpeciesNameRattata: +.string "Rattata\0" +.align 2,0 + +.global SpeciesNamePidgeot +SpeciesNamePidgeot: +.string "Pidgeot\0" +.align 2,0 + +.global SpeciesCategoryPidgeotto +SpeciesCategoryPidgeotto: +.string "Bird\0" +.align 2,0 + +.global SpeciesNamePidgeotto +SpeciesNamePidgeotto: +.string "Pidgeotto\0" +.align 2,0 + +.global SpeciesCategoryPidgey +SpeciesCategoryPidgey: +.string "Tiny Bird\0" +.align 2,0 + +.global SpeciesNamePidgey +SpeciesNamePidgey: +.string "Pidgey\0" +.align 2,0 + +.global SpeciesCategoryBeedrill +SpeciesCategoryBeedrill: +.string "Poison Bee\0" +.align 2,0 + +.global SpeciesNameBeedrill +SpeciesNameBeedrill: +.string "Beedrill\0" +.align 2,0 + +.global SpeciesNameKakuna +SpeciesNameKakuna: +.string "Kakuna\0" +.align 2,0 + +.global SpeciesCategoryWeedle +SpeciesCategoryWeedle: +.string "Hairy Bug\0" +.align 2,0 + +.global SpeciesNameWeedle +SpeciesNameWeedle: +.string "Weedle\0" +.align 2,0 + +.global SpeciesCategoryButterfree +SpeciesCategoryButterfree: +.string "Butterfly\0" +.align 2,0 + +.global SpeciesNameButterfree +SpeciesNameButterfree: +.string "Butterfree\0" +.align 2,0 + +.global SpeciesCategoryMetapod +SpeciesCategoryMetapod: +.string "Cocoon\0" +.align 2,0 + +.global SpeciesNameMetapod +SpeciesNameMetapod: +.string "Metapod\0" +.align 2,0 + +.global SpeciesCategoryCaterpie +SpeciesCategoryCaterpie: +.string "Worm\0" +.align 2,0 + +.global SpeciesNameCaterpie +SpeciesNameCaterpie: +.string "Caterpie\0" +.align 2,0 + +.global SpeciesCategoryBlastoise +SpeciesCategoryBlastoise: +.string "Shellfish\0" +.align 2,0 + +.global SpeciesNameBlastoise +SpeciesNameBlastoise: +.string "Blastoise\0" +.align 2,0 + +.global SpeciesCategoryWartortle +SpeciesCategoryWartortle: +.string "Turtle\0" +.align 2,0 + +.global SpeciesNameWartortle +SpeciesNameWartortle: +.string "Wartortle\0" +.align 2,0 + +.global SpeciesCategorySquirtle +SpeciesCategorySquirtle: +.string "Tiny Turtle\0" +.align 2,0 + +.global SpeciesNameSquirtle +SpeciesNameSquirtle: +.string "Squirtle\0" +.align 2,0 + +.global SpeciesNameCharizard +SpeciesNameCharizard: +.string "Charizard\0" +.align 2,0 + +.global SpeciesCategoryCharmeleon +SpeciesCategoryCharmeleon: +.string "Flame\0" +.align 2,0 + +.global SpeciesNameCharmeleon +SpeciesNameCharmeleon: +.string "Charmeleon\0" +.align 2,0 + +.global SpeciesCategoryCharmander +SpeciesCategoryCharmander: +.string "Lizard\0" +.align 2,0 + +.global SpeciesNameCharmander +SpeciesNameCharmander: +.string "Charmander\0" +.align 2,0 + +.global SpeciesNameVenusaur +SpeciesNameVenusaur: +.string "Venusaur\0" +.align 2,0 + +.global SpeciesNameIvysaur +SpeciesNameIvysaur: +.string "Ivysaur\0" +.align 2,0 + +.global SpeciesCategoryBulbasaur +SpeciesCategoryBulbasaur: +.string "Seed\0" +.align 2,0 + +.global SpeciesNameBulbasaur +SpeciesNameBulbasaur: +.string "Bulbasaur\0" +.align 2,0 + +.global SpeciesCategoryNone +SpeciesCategoryNone: +.string "Eruption\0" +.align 2,0 + +.global SpeciesNameNone +SpeciesNameNone: +.string "??????????\0" +.align 2,0 |