diff options
1017 files changed, 71670 insertions, 331 deletions
@@ -48,3 +48,5 @@ symbols.csv *.narc *.arc !files/poketool/personal/pms.narc +files/**/*.c +*.o diff --git a/CMakeLists.txt b/CMakeLists.txt index 243b0cca..256485ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,3 +17,8 @@ add_executable(calcrom .travis/calcrom/calcrom.cpp) target_include_directories(calcrom PRIVATE /usr/local/include) add_executable(knarc tools/knarc/Source.cpp tools/knarc/Narc.cpp) + +add_executable(jsonproc tools/jsonproc/jsonproc.cpp) +target_include_directories(jsonproc PRIVATE SYSTEM tools/jsonproc) + +add_executable(o2narc tools/o2narc/o2narc.cpp) @@ -201,6 +201,7 @@ TOOLS_DIR = tools SHA1SUM = sha1sum CSV2BIN = $(TOOLS_DIR)/csv2bin/csv2bin JSONPROC = $(TOOLS_DIR)/jsonproc/jsonproc +O2NARC = $(TOOLS_DIR)/o2narc/o2narc GFX = $(TOOLS_DIR)/nitrogfx/nitrogfx MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) -q MAKEBANNER = $(WINE) $(TOOLS_DIR)/bin/makebanner.exe diff --git a/files/poketool/personal/personal.json b/files/poketool/personal/personal.json new file mode 100644 index 00000000..fcf03aab --- /dev/null +++ b/files/poketool/personal/personal.json @@ -0,0 +1,39738 @@ +{ + "baseStats": [ + { + "species": "SPECIES_NONE", + "hp": 0, + "atk": 0, + "def": 0, + "speed": 0, + "spatk": 0, + "spdef": 0, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 0, + "expYield": 0, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 0, + "friendship": 0, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_NONE", + "EGG_GROUP_NONE" + ], + "abilities": [ + "ABILITY_NONE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_BULBASAUR", + "hp": 45, + "atk": 49, + "def": 49, + "speed": 45, + "spatk": 65, + "spdef": 65, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 45, + "expYield": 64, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_IVYSAUR", + "hp": 60, + "atk": 62, + "def": 63, + "speed": 60, + "spatk": 80, + "spdef": 80, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 45, + "expYield": 141, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_VENUSAUR", + "hp": 80, + "atk": 82, + "def": 83, + "speed": 80, + "spatk": 100, + "spdef": 100, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 45, + "expYield": 208, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 5, + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 26, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 58, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_CHARMANDER", + "hp": 39, + "atk": 52, + "def": 43, + "speed": 65, + "spatk": 60, + "spdef": 50, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 65, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 2, + 6, + 10, + 11, + 17, + 21, + 23, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 50, + 56, + 58, + 61, + 65, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_CHARMELEON", + "hp": 58, + "atk": 64, + "def": 58, + "speed": 80, + "spatk": 80, + "spdef": 65, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 142, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 2, + 6, + 10, + 11, + 17, + 21, + 23, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 50, + 56, + 58, + 61, + 65, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_CHARIZARD", + "hp": 78, + "atk": 84, + "def": 78, + "speed": 100, + "spatk": 109, + "spdef": 85, + "types": [ + "TYPE_FIRE", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 209, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 2, + 5, + 6, + 10, + 11, + 15, + 17, + 21, + 22, + 23, + 26, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 47, + 50, + 51, + 52, + 56, + 58, + 59, + 61, + 65, + 68, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 2, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_SQUIRTLE", + "hp": 44, + "atk": 48, + "def": 65, + "speed": 43, + "spatk": 50, + "spdef": 64, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 66, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 55, + 56, + 58, + 74, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_WARTORTLE", + "hp": 59, + "atk": 63, + "def": 80, + "speed": 58, + "spatk": 65, + "spdef": 80, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 143, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 55, + 56, + 58, + 74, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_BLASTOISE", + "hp": 79, + "atk": 83, + "def": 100, + "speed": 78, + "spatk": 85, + "spdef": 105, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 52, + 55, + 56, + 58, + 68, + 72, + 74, + 78, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 3, + 4, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_CATERPIE", + "hp": 45, + "atk": 30, + "def": 35, + "speed": 45, + "spatk": 20, + "spdef": 20, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 255, + "expYield": 53, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHIELD_DUST", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_METAPOD", + "hp": 50, + "atk": 20, + "def": 55, + "speed": 30, + "spatk": 25, + "spdef": 25, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 120, + "expYield": 72, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_BUTTERFREE", + "hp": 60, + "atk": 45, + "def": 50, + "speed": 70, + "spatk": 80, + "spdef": 80, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 160, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_SILVERPOWDER" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_COMPOUND_EYES", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 27, + 29, + 30, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 48, + 51, + 53, + 58, + 62, + 68, + 70, + 77, + 78, + 82, + 83, + 85, + 87, + 89, + 90 + ], + "hms": [ + 5 + ] + }, + { + "species": "SPECIES_WEEDLE", + "hp": 40, + "atk": 35, + "def": 30, + "speed": 50, + "spatk": 20, + "spdef": 20, + "types": [ + "TYPE_BUG", + "TYPE_POISON" + ], + "catchRate": 255, + "expYield": 52, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHIELD_DUST", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_KAKUNA", + "hp": 45, + "atk": 25, + "def": 50, + "speed": 35, + "spatk": 25, + "spdef": 25, + "types": [ + "TYPE_BUG", + "TYPE_POISON" + ], + "catchRate": 120, + "expYield": 71, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_BEEDRILL", + "hp": 65, + "atk": 80, + "def": 40, + "speed": 75, + "spatk": 45, + "spdef": 80, + "types": [ + "TYPE_BUG", + "TYPE_POISON" + ], + "catchRate": 45, + "expYield": 159, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 31, + 32, + 36, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 54, + 58, + 62, + 66, + 68, + 70, + 75, + 78, + 81, + 82, + 83, + 84, + 87, + 89, + 90 + ], + "hms": [ + 1, + 5, + 6 + ] + }, + { + "species": "SPECIES_PIDGEY", + "hp": 40, + "atk": 45, + "def": 40, + "speed": 56, + "spatk": 35, + "spdef": 35, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 255, + "expYield": 55, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_TANGLED_FEET" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_PIDGEOTTO", + "hp": 63, + "atk": 60, + "def": 55, + "speed": 71, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 120, + "expYield": 113, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_TANGLED_FEET" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_PIDGEOT", + "hp": 83, + "atk": 80, + "def": 75, + "speed": 91, + "spatk": 70, + "spdef": 70, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 172, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 3, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_TANGLED_FEET" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 68, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_RATTATA", + "hp": 30, + "atk": 56, + "def": 35, + "speed": 72, + "spatk": 25, + "spdef": 35, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 255, + "expYield": 57, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHILAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_GUTS" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 57, + 58, + 73, + 78, + 82, + 83, + 86, + 87, + 88, + 89, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_RATICATE", + "hp": 55, + "atk": 81, + "def": 60, + "speed": 97, + "spatk": 50, + "spdef": 70, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 127, + "expYield": 116, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHILAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_GUTS" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 57, + 58, + 68, + 73, + 75, + 78, + 82, + 83, + 86, + 87, + 88, + 89, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SPEAROW", + "hp": 40, + "atk": 60, + "def": 30, + "speed": 70, + "spatk": 31, + "spdef": 31, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 255, + "expYield": 58, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_FEAROW", + "hp": 65, + "atk": 90, + "def": 65, + "speed": 100, + "spatk": 61, + "spdef": 61, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 90, + "expYield": 162, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SHARP_BEAK" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 68, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_EKANS", + "hp": 35, + "atk": 60, + "def": 44, + "speed": 55, + "spatk": 40, + "spdef": 54, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 255, + "expYield": 62, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_SHED_SKIN" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 18, + 19, + 21, + 23, + 26, + 27, + 28, + 32, + 36, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 66, + 78, + 79, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_ARBOK", + "hp": 60, + "atk": 85, + "def": 69, + "speed": 80, + "spatk": 65, + "spdef": 79, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 90, + "expYield": 147, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_SHED_SKIN" + ], + "greatMarshRate": 60, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 19, + 21, + 23, + 26, + 27, + 28, + 32, + 36, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 66, + 68, + 78, + 79, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_PIKACHU", + "hp": 35, + "atk": 55, + "def": 30, + "speed": 90, + "spatk": 50, + "spdef": 40, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 190, + "expYield": 82, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_ORAN_BERRY", + "ITEM_LIGHT_BALL" + ], + "genderRatio": 127, + "eggCycles": 10, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 31, + 32, + 34, + 42, + 43, + 44, + 45, + 56, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_RAICHU", + "hp": 60, + "atk": 90, + "def": 55, + "speed": 100, + "spatk": 90, + "spdef": 80, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 75, + "expYield": 122, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 3, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_ORAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 10, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 15, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 31, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 57, + 58, + 68, + 70, + 73, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SANDSHREW", + "hp": 50, + "atk": 75, + "def": 85, + "speed": 40, + "spatk": 20, + "spdef": 30, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 255, + "expYield": 93, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_QUICK_CLAW" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SAND_VEIL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 17, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 37, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 56, + 58, + 65, + 74, + 75, + 76, + 78, + 80, + 81, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_SANDSLASH", + "hp": 75, + "atk": 100, + "def": 110, + "speed": 65, + "spatk": 45, + "spdef": 55, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 90, + "expYield": 163, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_QUICK_CLAW" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SAND_VEIL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 15, + 17, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 37, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 65, + 68, + 71, + 74, + 75, + 76, + 78, + 80, + 81, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_NIDORAN_F", + "hp": 55, + "atk": 47, + "def": 52, + "speed": 41, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 235, + "expYield": 59, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 254, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_POISON_POINT", + "ABILITY_RIVALRY" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 32, + 34, + 36, + 40, + 42, + 43, + 44, + 45, + 46, + 58, + 65, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_NIDORINA", + "hp": 70, + "atk": 62, + "def": 67, + "speed": 56, + "spatk": 55, + "spdef": 55, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 120, + "expYield": 117, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 254, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_POISON_POINT", + "ABILITY_RIVALRY" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 32, + 34, + 36, + 40, + 42, + 43, + 44, + 45, + 46, + 58, + 65, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_NIDOQUEEN", + "hp": 90, + "atk": 82, + "def": 87, + "speed": 76, + "spatk": 75, + "spdef": 85, + "types": [ + "TYPE_POISON", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 194, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 254, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_POISON_POINT", + "ABILITY_RIVALRY" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 59, + 65, + 68, + 71, + 72, + 76, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_NIDORAN_M", + "hp": 46, + "atk": 57, + "def": 40, + "speed": 50, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 235, + "expYield": 60, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_POISON_POINT", + "ABILITY_RIVALRY" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 32, + 34, + 36, + 42, + 43, + 44, + 45, + 46, + 58, + 65, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_NIDORINO", + "hp": 61, + "atk": 72, + "def": 57, + "speed": 65, + "spatk": 55, + "spdef": 55, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 120, + "expYield": 118, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_POISON_POINT", + "ABILITY_RIVALRY" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 32, + 34, + 36, + 42, + 43, + 44, + 45, + 46, + 58, + 65, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_NIDOKING", + "hp": 81, + "atk": 92, + "def": 77, + "speed": 85, + "spatk": 85, + "spdef": 75, + "types": [ + "TYPE_POISON", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 195, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_POISON_POINT", + "ABILITY_RIVALRY" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 36, + 37, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 59, + 65, + 68, + 71, + 72, + 76, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_CLEFAIRY", + "hp": 70, + "atk": 45, + "def": 48, + "speed": 35, + "spatk": 60, + "spdef": 65, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 150, + "expYield": 68, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_LEPPA_BERRY", + "ITEM_MOON_STONE" + ], + "genderRatio": 191, + "eggCycles": 10, + "friendship": 140, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_CUTE_CHARM", + "ABILITY_MAGIC_GUARD" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 10, + 11, + 13, + 14, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 49, + 56, + 57, + 58, + 60, + 67, + 70, + 73, + 76, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_CLEFABLE", + "hp": 95, + "atk": 70, + "def": 73, + "speed": 60, + "spatk": 85, + "spdef": 90, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 25, + "expYield": 129, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_LEPPA_BERRY", + "ITEM_MOON_STONE" + ], + "genderRatio": 191, + "eggCycles": 10, + "friendship": 140, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_CUTE_CHARM", + "ABILITY_MAGIC_GUARD" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 49, + 52, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 73, + 76, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_VULPIX", + "hp": 38, + "atk": 41, + "def": 40, + "speed": 65, + "spatk": 50, + "spdef": 65, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 190, + "expYield": 63, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_RAWST_BERRY", + "ITEM_RAWST_BERRY" + ], + "genderRatio": 191, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_FLASH_FIRE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 17, + 20, + 21, + 23, + 27, + 28, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 66, + 77, + 78, + 79, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_NINETALES", + "hp": 73, + "atk": 76, + "def": 75, + "speed": 100, + "spatk": 81, + "spdef": 100, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 75, + "expYield": 178, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_RAWST_BERRY", + "ITEM_RAWST_BERRY" + ], + "genderRatio": 191, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_FLASH_FIRE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 4, + 5, + 6, + 10, + 11, + 15, + 17, + 20, + 21, + 22, + 23, + 27, + 28, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 66, + 68, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_JIGGLYPUFF", + "hp": 115, + "atk": 45, + "def": 20, + "speed": 20, + "spatk": 45, + "spdef": 25, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 170, + "expYield": 76, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 191, + "eggCycles": 10, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_CUTE_CHARM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 49, + 56, + 57, + 58, + 60, + 67, + 70, + 73, + 74, + 76, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_WIGGLYTUFF", + "hp": 140, + "atk": 70, + "def": 45, + "speed": 45, + "spatk": 75, + "spdef": 50, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 50, + "expYield": 109, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 191, + "eggCycles": 10, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_CUTE_CHARM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 49, + 52, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 73, + 74, + 76, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_ZUBAT", + "hp": 40, + "atk": 45, + "def": 35, + "speed": 55, + "spatk": 30, + "spdef": 40, + "types": [ + "TYPE_POISON", + "TYPE_FLYING" + ], + "catchRate": 255, + "expYield": 54, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_INNER_FOCUS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 18, + 19, + 21, + 27, + 30, + 32, + 36, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 49, + 51, + 58, + 66, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_GOLBAT", + "hp": 75, + "atk": 80, + "def": 70, + "speed": 90, + "spatk": 65, + "spdef": 75, + "types": [ + "TYPE_POISON", + "TYPE_FLYING" + ], + "catchRate": 90, + "expYield": 171, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_INNER_FOCUS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 19, + 21, + 27, + 30, + 32, + 36, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 49, + 51, + 58, + 66, + 68, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_ODDISH", + "hp": 45, + "atk": 50, + "def": 55, + "speed": 30, + "spatk": 75, + "spdef": 65, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 255, + "expYield": 78, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_GLOOM", + "hp": 60, + "atk": 65, + "def": 70, + "speed": 40, + "spatk": 85, + "spdef": 75, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 120, + "expYield": 132, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 56, + 58, + 60, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_VILEPLUME", + "hp": 75, + "atk": 80, + "def": 85, + "speed": 50, + "spatk": 100, + "spdef": 90, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 45, + "expYield": 184, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 56, + 58, + 60, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_PARAS", + "hp": 35, + "atk": 70, + "def": 55, + "speed": 25, + "spatk": 45, + "spdef": 55, + "types": [ + "TYPE_BUG", + "TYPE_GRASS" + ], + "catchRate": 190, + "expYield": 70, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_TINYMUSHROOM", + "ITEM_BIG_MUSHROOM" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_EFFECT_SPORE", + "ABILITY_DRY_SKIN" + ], + "greatMarshRate": 120, + "color": 0, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 28, + 31, + 32, + 36, + 40, + 42, + 43, + 44, + 45, + 46, + 53, + 54, + 58, + 70, + 75, + 78, + 81, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_PARASECT", + "hp": 60, + "atk": 95, + "def": 80, + "speed": 30, + "spatk": 60, + "spdef": 80, + "types": [ + "TYPE_BUG", + "TYPE_GRASS" + ], + "catchRate": 75, + "expYield": 128, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_TINYMUSHROOM", + "ITEM_BIG_MUSHROOM" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_EFFECT_SPORE", + "ABILITY_DRY_SKIN" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 28, + 31, + 32, + 36, + 40, + 42, + 43, + 44, + 45, + 46, + 53, + 54, + 58, + 68, + 70, + 75, + 78, + 81, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_VENONAT", + "hp": 60, + "atk": 55, + "def": 50, + "speed": 45, + "spatk": 40, + "spdef": 55, + "types": [ + "TYPE_BUG", + "TYPE_POISON" + ], + "catchRate": 190, + "expYield": 75, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_COMPOUND_EYES", + "ABILITY_TINTED_LENS" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 29, + 32, + 36, + 42, + 43, + 44, + 45, + 46, + 48, + 58, + 70, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_VENOMOTH", + "hp": 70, + "atk": 65, + "def": 60, + "speed": 90, + "spatk": 90, + "spdef": 75, + "types": [ + "TYPE_BUG", + "TYPE_POISON" + ], + "catchRate": 75, + "expYield": 138, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SHED_SHELL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHIELD_DUST", + "ABILITY_TINTED_LENS" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 29, + 32, + 36, + 40, + 42, + 43, + 44, + 45, + 46, + 48, + 51, + 53, + 58, + 62, + 68, + 70, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 5 + ] + }, + { + "species": "SPECIES_DIGLETT", + "hp": 10, + "atk": 55, + "def": 25, + "speed": 95, + "spatk": 35, + "spdef": 45, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 255, + "expYield": 81, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SOFT_SAND" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SAND_VEIL", + "ABILITY_ARENA_TRAP" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 21, + 26, + 27, + 28, + 32, + 36, + 37, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 58, + 65, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_DUGTRIO", + "hp": 35, + "atk": 80, + "def": 50, + "speed": 120, + "spatk": 50, + "spdef": 70, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 50, + "expYield": 153, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SOFT_SAND" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SAND_VEIL", + "ABILITY_ARENA_TRAP" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 21, + 26, + 27, + 28, + 32, + 36, + 37, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 58, + 65, + 68, + 71, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_MEOWTH", + "hp": 40, + "atk": 45, + "def": 35, + "speed": 90, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 255, + "expYield": 69, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_QUICK_CLAW" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_PICKUP", + "ABILITY_TECHNICIAN" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 65, + 66, + 70, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 89, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_PERSIAN", + "hp": 65, + "atk": 70, + "def": 60, + "speed": 115, + "spatk": 65, + "spdef": 65, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 90, + "expYield": 148, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_QUICK_CLAW" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_LIMBER", + "ABILITY_TECHNICIAN" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 63, + 65, + 66, + 68, + 70, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 89, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_PSYDUCK", + "hp": 50, + "atk": 52, + "def": 48, + "speed": 55, + "spatk": 65, + "spdef": 50, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 190, + "expYield": 80, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_DAMP", + "ABILITY_CLOUD_NINE" + ], + "greatMarshRate": 90, + "color": 2, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 28, + 29, + 31, + 32, + 40, + 42, + 43, + 44, + 45, + 55, + 56, + 58, + 65, + 70, + 77, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_GOLDUCK", + "hp": 80, + "atk": 82, + "def": 78, + "speed": 85, + "spatk": 95, + "spdef": 80, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 75, + "expYield": 174, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_DAMP", + "ABILITY_CLOUD_NINE" + ], + "greatMarshRate": 60, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 29, + 31, + 32, + 40, + 42, + 43, + 44, + 45, + 52, + 55, + 56, + 58, + 65, + 68, + 70, + 77, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_MANKEY", + "hp": 40, + "atk": 80, + "def": 35, + "speed": 70, + "spatk": 35, + "spdef": 45, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 190, + "expYield": 74, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_PAYAPA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_VITAL_SPIRIT", + "ABILITY_ANGER_POINT" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 12, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 50, + 52, + 56, + 58, + 66, + 78, + 80, + 82, + 83, + 84, + 87, + 89, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_PRIMEAPE", + "hp": 65, + "atk": 105, + "def": 60, + "speed": 95, + "spatk": 60, + "spdef": 70, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 75, + "expYield": 149, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_PAYAPA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_VITAL_SPIRIT", + "ABILITY_ANGER_POINT" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 50, + 52, + 56, + 58, + 66, + 68, + 71, + 78, + 80, + 82, + 83, + 84, + 87, + 89, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_GROWLITHE", + "hp": 55, + "atk": 70, + "def": 45, + "speed": 60, + "spatk": 70, + "spdef": 50, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 190, + "expYield": 91, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_RAWST_BERRY", + "ITEM_RAWST_BERRY" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_FLASH_FIRE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 17, + 21, + 23, + 27, + 28, + 32, + 35, + 38, + 40, + 42, + 43, + 44, + 45, + 46, + 50, + 58, + 61, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_ARCANINE", + "hp": 90, + "atk": 110, + "def": 80, + "speed": 95, + "spatk": 100, + "spdef": 80, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 75, + "expYield": 213, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_RAWST_BERRY", + "ITEM_RAWST_BERRY" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_FLASH_FIRE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 15, + 17, + 21, + 22, + 23, + 27, + 28, + 32, + 35, + 38, + 40, + 42, + 43, + 44, + 45, + 46, + 50, + 58, + 59, + 61, + 68, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_POLIWAG", + "hp": 40, + "atk": 50, + "def": 40, + "speed": 90, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 255, + "expYield": 77, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_WATER_ABSORB", + "ABILITY_DAMP" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 1, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 28, + 29, + 32, + 42, + 43, + 44, + 45, + 46, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_POLIWHIRL", + "hp": 65, + "atk": 65, + "def": 65, + "speed": 90, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 120, + "expYield": 131, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_KINGS_ROCK" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_WATER_ABSORB", + "ABILITY_DAMP" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 1, + "tms": [ + 1, + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 26, + 27, + 28, + 29, + 31, + 32, + 42, + 43, + 44, + 45, + 46, + 56, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_POLIWRATH", + "hp": 90, + "atk": 85, + "def": 95, + "speed": 70, + "spatk": 70, + "spdef": 90, + "types": [ + "TYPE_WATER", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 185, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 3, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_KINGS_ROCK" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_WATER_ABSORB", + "ABILITY_DAMP" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 1, + "tms": [ + 1, + 3, + 6, + 7, + 8, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 29, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 66, + 68, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_ABRA", + "hp": 25, + "atk": 20, + "def": 15, + "speed": 90, + "spatk": 105, + "spdef": 55, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 200, + "expYield": 75, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_TWISTEDSPOON" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_INNER_FOCUS" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 16, + 17, + 18, + 20, + 21, + 23, + 27, + 29, + 30, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 53, + 56, + 57, + 58, + 60, + 63, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_KADABRA", + "hp": 40, + "atk": 35, + "def": 30, + "speed": 105, + "spatk": 120, + "spdef": 70, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 100, + "expYield": 145, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_TWISTEDSPOON" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_INNER_FOCUS" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 16, + 17, + 18, + 20, + 21, + 23, + 27, + 29, + 30, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 53, + 56, + 57, + 58, + 60, + 63, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_ALAKAZAM", + "hp": 55, + "atk": 50, + "def": 45, + "speed": 120, + "spatk": 135, + "spdef": 85, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 50, + "expYield": 186, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_TWISTEDSPOON" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_INNER_FOCUS" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 20, + 21, + 23, + 27, + 29, + 30, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 52, + 53, + 56, + 57, + 58, + 60, + 63, + 67, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_MACHOP", + "hp": 70, + "atk": 80, + "def": 50, + "speed": 35, + "spatk": 35, + "spdef": 35, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 180, + "expYield": 75, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_GUTS", + "ABILITY_NO_GUARD" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 66, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MACHOKE", + "hp": 80, + "atk": 100, + "def": 70, + "speed": 45, + "spatk": 50, + "spdef": 60, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 90, + "expYield": 146, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_GUTS", + "ABILITY_NO_GUARD" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 1, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 66, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MACHAMP", + "hp": 90, + "atk": 130, + "def": 80, + "speed": 55, + "spatk": 65, + "spdef": 85, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 193, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_GUTS", + "ABILITY_NO_GUARD" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 66, + 68, + 71, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_BELLSPROUT", + "hp": 50, + "atk": 75, + "def": 35, + "speed": 40, + "spatk": 70, + "spdef": 30, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 255, + "expYield": 84, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 46, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_WEEPINBELL", + "hp": 65, + "atk": 90, + "def": 50, + "speed": 55, + "spatk": 85, + "spdef": 45, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 120, + "expYield": 151, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 46, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_VICTREEBEL", + "hp": 80, + "atk": 105, + "def": 65, + "speed": 70, + "spatk": 100, + "spdef": 60, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 45, + "expYield": 191, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 46, + 53, + 58, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_TENTACOOL", + "hp": 40, + "atk": 40, + "def": 35, + "speed": 70, + "spatk": 50, + "spdef": 100, + "types": [ + "TYPE_WATER", + "TYPE_POISON" + ], + "catchRate": 190, + "expYield": 105, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_CLEAR_BODY", + "ABILITY_LIQUID_OOZE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 19, + 21, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 46, + 55, + 58, + 66, + 75, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 3, + 7 + ] + }, + { + "species": "SPECIES_TENTACRUEL", + "hp": 80, + "atk": 70, + "def": 65, + "speed": 100, + "spatk": 80, + "spdef": 120, + "types": [ + "TYPE_WATER", + "TYPE_POISON" + ], + "catchRate": 60, + "expYield": 205, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_CLEAR_BODY", + "ABILITY_LIQUID_OOZE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 19, + 21, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 46, + 55, + 58, + 66, + 68, + 75, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 3, + 7 + ] + }, + { + "species": "SPECIES_GEODUDE", + "hp": 40, + "atk": 80, + "def": 100, + "speed": 20, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_ROCK", + "TYPE_GROUND" + ], + "catchRate": 255, + "expYield": 73, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_EVERSTONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_STURDY" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 17, + 21, + 26, + 27, + 28, + 31, + 32, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 56, + 58, + 64, + 69, + 71, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_GRAVELER", + "hp": 55, + "atk": 95, + "def": 115, + "speed": 35, + "spatk": 45, + "spdef": 45, + "types": [ + "TYPE_ROCK", + "TYPE_GROUND" + ], + "catchRate": 120, + "expYield": 134, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_EVERSTONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_STURDY" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 17, + 21, + 26, + 27, + 28, + 31, + 32, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 56, + 58, + 64, + 69, + 71, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_GOLEM", + "hp": 80, + "atk": 110, + "def": 130, + "speed": 45, + "spatk": 55, + "spdef": 65, + "types": [ + "TYPE_ROCK", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 177, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 3, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_EVERSTONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_STURDY" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 5, + 6, + 10, + 11, + 15, + 17, + 21, + 26, + 27, + 28, + 31, + 32, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 64, + 68, + 69, + 71, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_PONYTA", + "hp": 50, + "atk": 85, + "def": 55, + "speed": 90, + "spatk": 65, + "spdef": 65, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 190, + "expYield": 152, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SHUCA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_FLASH_FIRE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 21, + 22, + 23, + 27, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_RAPIDASH", + "hp": 65, + "atk": 100, + "def": 70, + "speed": 105, + "spatk": 80, + "spdef": 80, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 60, + "expYield": 192, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SHUCA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_FLASH_FIRE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 21, + 22, + 23, + 27, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 68, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_SLOWPOKE", + "hp": 90, + "atk": 65, + "def": 65, + "speed": 15, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_WATER", + "TYPE_PSYCHIC" + ], + "catchRate": 190, + "expYield": 99, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_LAGGING_TAIL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_OWN_TEMPO" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 7, + 10, + 11, + 13, + 14, + 16, + 17, + 18, + 20, + 21, + 23, + 26, + 27, + 28, + 29, + 30, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 48, + 55, + 58, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 3, + 4 + ] + }, + { + "species": "SPECIES_SLOWBRO", + "hp": 95, + "atk": 75, + "def": 110, + "speed": 30, + "spatk": 100, + "spdef": 80, + "types": [ + "TYPE_WATER", + "TYPE_PSYCHIC" + ], + "catchRate": 75, + "expYield": 164, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_KINGS_ROCK" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_OWN_TEMPO" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 23, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 48, + 52, + 55, + 56, + 58, + 60, + 67, + 68, + 70, + 72, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_MAGNEMITE", + "hp": 25, + "atk": 35, + "def": 70, + "speed": 45, + "spatk": 95, + "spdef": 55, + "types": [ + "TYPE_ELECTRIC", + "TYPE_STEEL" + ], + "catchRate": 190, + "expYield": 89, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METAL_COAT" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_MAGNET_PULL", + "ABILITY_STURDY" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 32, + 33, + 34, + 42, + 43, + 44, + 57, + 58, + 64, + 67, + 70, + 73, + 74, + 77, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [] + }, + { + "species": "SPECIES_MAGNETON", + "hp": 50, + "atk": 60, + "def": 95, + "speed": 70, + "spatk": 120, + "spdef": 70, + "types": [ + "TYPE_ELECTRIC", + "TYPE_STEEL" + ], + "catchRate": 60, + "expYield": 161, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METAL_COAT" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_MAGNET_PULL", + "ABILITY_STURDY" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 32, + 33, + 34, + 42, + 43, + 44, + 57, + 58, + 64, + 67, + 68, + 70, + 73, + 74, + 77, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [] + }, + { + "species": "SPECIES_FARFETCHD", + "hp": 52, + "atk": 65, + "def": 55, + "speed": 60, + "spatk": 58, + "spdef": 62, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 94, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_STICK" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_INNER_FOCUS" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 21, + 23, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 54, + 58, + 75, + 77, + 78, + 82, + 83, + 84, + 87, + 88, + 89, + 90 + ], + "hms": [ + 1, + 2, + 5 + ] + }, + { + "species": "SPECIES_DODUO", + "hp": 35, + "atk": 85, + "def": 45, + "speed": 75, + "spatk": 35, + "spdef": 35, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 190, + "expYield": 96, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SHARP_BEAK" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 78, + 82, + 83, + 87, + 88, + 90 + ], + "hms": [ + 2 + ] + }, + { + "species": "SPECIES_DODRIO", + "hp": 60, + "atk": 110, + "def": 70, + "speed": 100, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 158, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SHARP_BEAK" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 15, + 17, + 21, + 27, + 32, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 66, + 68, + 78, + 82, + 83, + 87, + 88, + 90 + ], + "hms": [ + 2 + ] + }, + { + "species": "SPECIES_SEEL", + "hp": 65, + "atk": 45, + "def": 55, + "speed": 45, + "spatk": 45, + "spdef": 70, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 190, + "expYield": 100, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_HYDRATION" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 20, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 46, + 55, + 56, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_DEWGONG", + "hp": 90, + "atk": 70, + "def": 80, + "speed": 70, + "spatk": 70, + "spdef": 95, + "types": [ + "TYPE_WATER", + "TYPE_ICE" + ], + "catchRate": 75, + "expYield": 176, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_HYDRATION" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 46, + 55, + 56, + 58, + 68, + 72, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_GRIMER", + "hp": 80, + "atk": 80, + "def": 50, + "speed": 25, + "spatk": 40, + "spdef": 50, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 190, + "expYield": 90, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NUGGET" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_STENCH", + "ABILITY_STICKY_HOLD" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 18, + 19, + 21, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 35, + 36, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 56, + 58, + 64, + 66, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_MUK", + "hp": 105, + "atk": 105, + "def": 75, + "speed": 50, + "spatk": 65, + "spdef": 100, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 75, + "expYield": 157, + "hp_yield": 1, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NUGGET" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_STENCH", + "ABILITY_STICKY_HOLD" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 19, + 21, + 24, + 25, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 36, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 64, + 66, + 68, + 78, + 79, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SHELLDER", + "hp": 30, + "atk": 65, + "def": 100, + "speed": 40, + "spatk": 45, + "spdef": 25, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 190, + "expYield": 97, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_PEARL", + "ITEM_BIG_PEARL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_SHELL_ARMOR", + "ABILITY_SKILL_LINK" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 64, + 66, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3 + ] + }, + { + "species": "SPECIES_CLOYSTER", + "hp": 50, + "atk": 95, + "def": 180, + "speed": 70, + "spatk": 85, + "spdef": 45, + "types": [ + "TYPE_WATER", + "TYPE_ICE" + ], + "catchRate": 60, + "expYield": 203, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_PEARL", + "ITEM_BIG_PEARL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_SHELL_ARMOR", + "ABILITY_SKILL_LINK" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 32, + 41, + 42, + 43, + 44, + 45, + 55, + 58, + 64, + 66, + 68, + 72, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 3 + ] + }, + { + "species": "SPECIES_GASTLY", + "hp": 30, + "atk": 35, + "def": 30, + "speed": 80, + "spatk": 100, + "spdef": 35, + "types": [ + "TYPE_GHOST", + "TYPE_POISON" + ], + "catchRate": 190, + "expYield": 95, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 18, + 19, + 21, + 24, + 27, + 29, + 30, + 32, + 36, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 53, + 58, + 61, + 63, + 64, + 66, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_HAUNTER", + "hp": 45, + "atk": 50, + "def": 45, + "speed": 95, + "spatk": 115, + "spdef": 55, + "types": [ + "TYPE_GHOST", + "TYPE_POISON" + ], + "catchRate": 90, + "expYield": 126, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 18, + 19, + 21, + 24, + 27, + 29, + 30, + 32, + 36, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 53, + 56, + 58, + 61, + 63, + 64, + 65, + 66, + 77, + 78, + 79, + 82, + 83, + 84, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_GENGAR", + "hp": 60, + "atk": 65, + "def": 60, + "speed": 110, + "spatk": 130, + "spdef": 75, + "types": [ + "TYPE_GHOST", + "TYPE_POISON" + ], + "catchRate": 45, + "expYield": 190, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 19, + 21, + 24, + 25, + 27, + 29, + 30, + 31, + 32, + 36, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 52, + 53, + 56, + 58, + 60, + 61, + 63, + 64, + 65, + 66, + 68, + 77, + 78, + 79, + 82, + 83, + 84, + 85, + 87, + 90, + 92 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_ONIX", + "hp": 35, + "atk": 45, + "def": 160, + "speed": 70, + "spatk": 30, + "spdef": 45, + "types": [ + "TYPE_ROCK", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 108, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_STURDY" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 17, + 21, + 23, + 26, + 27, + 28, + 32, + 37, + 39, + 41, + 42, + 43, + 44, + 45, + 58, + 59, + 64, + 66, + 69, + 71, + 74, + 76, + 77, + 78, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_DROWZEE", + "hp": 60, + "atk": 48, + "def": 45, + "speed": 42, + "spatk": 43, + "spdef": 90, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 190, + "expYield": 102, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_INSOMNIA", + "ABILITY_FOREWARN" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 16, + 17, + 18, + 20, + 21, + 27, + 29, + 30, + 31, + 32, + 33, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 56, + 58, + 60, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_HYPNO", + "hp": 85, + "atk": 73, + "def": 70, + "speed": 67, + "spatk": 73, + "spdef": 115, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 75, + "expYield": 165, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_INSOMNIA", + "ABILITY_FOREWARN" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 20, + 21, + 27, + 29, + 30, + 31, + 32, + 33, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 52, + 56, + 58, + 60, + 67, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_KRABBY", + "hp": 30, + "atk": 105, + "def": 90, + "speed": 50, + "spatk": 25, + "spdef": 25, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 225, + "expYield": 115, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_HYPER_CUTTER", + "ABILITY_SHELL_ARMOR" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 46, + 54, + 55, + 56, + 58, + 75, + 78, + 80, + 81, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_KINGLER", + "hp": 55, + "atk": 130, + "def": 115, + "speed": 75, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 60, + "expYield": 206, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_HYPER_CUTTER", + "ABILITY_SHELL_ARMOR" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 1, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 46, + 54, + 55, + 56, + 58, + 68, + 75, + 78, + 80, + 81, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_VOLTORB", + "hp": 40, + "atk": 30, + "def": 50, + "speed": 100, + "spatk": 55, + "spdef": 55, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 190, + "expYield": 103, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_SOUNDPROOF", + "ABILITY_STATIC" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 12, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 32, + 34, + 41, + 42, + 43, + 44, + 46, + 57, + 58, + 64, + 70, + 73, + 74, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_ELECTRODE", + "hp": 60, + "atk": 50, + "def": 70, + "speed": 140, + "spatk": 80, + "spdef": 80, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 60, + "expYield": 150, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_SOUNDPROOF", + "ABILITY_STATIC" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 12, + 15, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 32, + 34, + 41, + 42, + 43, + 44, + 46, + 57, + 58, + 64, + 68, + 70, + 73, + 74, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_EXEGGCUTE", + "hp": 60, + "atk": 40, + "def": 80, + "speed": 40, + "spatk": 60, + "spdef": 45, + "types": [ + "TYPE_GRASS", + "TYPE_PSYCHIC" + ], + "catchRate": 90, + "expYield": 98, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 120, + "color": 9, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 16, + 17, + 19, + 21, + 22, + 27, + 29, + 32, + 33, + 36, + 42, + 43, + 44, + 45, + 46, + 48, + 53, + 58, + 64, + 70, + 75, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_EXEGGUTOR", + "hp": 95, + "atk": 95, + "def": 85, + "speed": 55, + "spatk": 125, + "spdef": 65, + "types": [ + "TYPE_GRASS", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 212, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 16, + 17, + 19, + 21, + 22, + 27, + 29, + 32, + 33, + 36, + 42, + 43, + 44, + 45, + 46, + 48, + 53, + 58, + 64, + 68, + 70, + 75, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_CUBONE", + "hp": 50, + "atk": 50, + "def": 95, + "speed": 35, + "spatk": 40, + "spdef": 50, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 190, + "expYield": 87, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_THICK_CLUB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_LIGHTNING_ROD" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 13, + 14, + 17, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 54, + 56, + 58, + 75, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MAROWAK", + "hp": 60, + "atk": 80, + "def": 110, + "speed": 45, + "spatk": 50, + "spdef": 80, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 75, + "expYield": 124, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_THICK_CLUB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_LIGHTNING_ROD" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 52, + 54, + 56, + 58, + 68, + 71, + 75, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_HITMONLEE", + "hp": 50, + "atk": 120, + "def": 53, + "speed": 87, + "spatk": 35, + "spdef": 110, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 139, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_LIMBER", + "ABILITY_RECKLESS" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 17, + 18, + 21, + 26, + 27, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 71, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_HITMONCHAN", + "hp": 50, + "atk": 105, + "def": 79, + "speed": 76, + "spatk": 35, + "spdef": 110, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 140, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_IRON_FIST" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 17, + 18, + 21, + 26, + 27, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 60, + 71, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_LICKITUNG", + "hp": 90, + "atk": 55, + "def": 75, + "speed": 30, + "spatk": 60, + "spdef": 75, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 127, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_LAGGING_TAIL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_OWN_TEMPO", + "ABILITY_OBLIVIOUS" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 56, + 58, + 68, + 75, + 77, + 78, + 80, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_KOFFING", + "hp": 40, + "atk": 65, + "def": 95, + "speed": 35, + "spatk": 60, + "spdef": 45, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 190, + "expYield": 114, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SMOKE_BALL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 24, + 25, + 27, + 30, + 32, + 34, + 35, + 36, + 38, + 41, + 42, + 43, + 44, + 45, + 46, + 58, + 61, + 64, + 66, + 70, + 74, + 78, + 79, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_WEEZING", + "hp": 65, + "atk": 90, + "def": 120, + "speed": 60, + "spatk": 85, + "spdef": 70, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 60, + "expYield": 173, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SMOKE_BALL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 24, + 25, + 27, + 30, + 32, + 34, + 35, + 36, + 38, + 41, + 42, + 43, + 44, + 45, + 46, + 58, + 61, + 64, + 66, + 68, + 70, + 74, + 78, + 79, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_RHYHORN", + "hp": 80, + "atk": 85, + "def": 95, + "speed": 25, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_GROUND", + "TYPE_ROCK" + ], + "catchRate": 120, + "expYield": 135, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_LIGHTNING_ROD", + "ABILITY_ROCK_HEAD" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 58, + 59, + 66, + 69, + 71, + 75, + 76, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_RHYDON", + "hp": 105, + "atk": 130, + "def": 120, + "speed": 40, + "spatk": 45, + "spdef": 45, + "types": [ + "TYPE_GROUND", + "TYPE_ROCK" + ], + "catchRate": 60, + "expYield": 204, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_LIGHTNING_ROD", + "ABILITY_ROCK_HEAD" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 1, + 5, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 59, + 65, + 66, + 68, + 69, + 71, + 72, + 75, + 76, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_CHANSEY", + "hp": 250, + "atk": 5, + "def": 5, + "speed": 50, + "spatk": 35, + "spdef": 105, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 30, + "expYield": 255, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_OVAL_STONE", + "ITEM_LUCKY_EGG" + ], + "genderRatio": 254, + "eggCycles": 40, + "friendship": 140, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_SERENE_GRACE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 29, + 30, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 48, + 49, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 73, + 76, + 77, + 78, + 80, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_TANGELA", + "hp": 65, + "atk": 55, + "def": 115, + "speed": 60, + "spatk": 100, + "spdef": 40, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 166, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_LEAF_GUARD" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 32, + 33, + 34, + 36, + 42, + 43, + 44, + 45, + 46, + 53, + 58, + 68, + 70, + 75, + 77, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_KANGASKHAN", + "hp": 105, + "atk": 95, + "def": 80, + "speed": 90, + "spatk": 40, + "spdef": 80, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 175, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 254, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_EARLY_BIRD", + "ABILITY_SCRAPPY" + ], + "greatMarshRate": 150, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 60, + 65, + 68, + 72, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_HORSEA", + "hp": 30, + "atk": 40, + "def": 70, + "speed": 60, + "spatk": 70, + "spdef": 25, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 225, + "expYield": 83, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DRAGON_SCALE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_SNIPER" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 59, + 78, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_SEADRA", + "hp": 55, + "atk": 65, + "def": 95, + "speed": 85, + "spatk": 95, + "spdef": 45, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 75, + "expYield": 155, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DRAGON_SCALE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_POISON_POINT", + "ABILITY_SNIPER" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 59, + 68, + 78, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_GOLDEEN", + "hp": 45, + "atk": 67, + "def": 60, + "speed": 63, + "spatk": 35, + "spdef": 50, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 225, + "expYield": 111, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_WATER_VEIL" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 58, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_SEAKING", + "hp": 80, + "atk": 92, + "def": 65, + "speed": 68, + "spatk": 65, + "spdef": 80, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 60, + "expYield": 170, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_WATER_VEIL" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 58, + 68, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_STARYU", + "hp": 30, + "atk": 45, + "def": 55, + "speed": 85, + "spatk": 70, + "spdef": 55, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 225, + "expYield": 106, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_STARDUST", + "ITEM_STAR_PIECE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_ILLUMINATE", + "ABILITY_NATURAL_CURE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 1, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 32, + 33, + 42, + 43, + 44, + 55, + 58, + 67, + 70, + 73, + 74, + 77, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_STARMIE", + "hp": 60, + "atk": 75, + "def": 85, + "speed": 115, + "spatk": 100, + "spdef": 85, + "types": [ + "TYPE_WATER", + "TYPE_PSYCHIC" + ], + "catchRate": 60, + "expYield": 207, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_STARDUST", + "ITEM_STAR_PIECE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_ILLUMINATE", + "ABILITY_NATURAL_CURE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 32, + 33, + 42, + 43, + 44, + 48, + 55, + 58, + 67, + 68, + 70, + 72, + 73, + 74, + 77, + 82, + 83, + 85, + 86, + 87, + 90, + 91, + 92 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_MR_MIME", + "hp": 40, + "atk": 45, + "def": 65, + "speed": 90, + "spatk": 100, + "spdef": 120, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 136, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_LEPPA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_SOUNDPROOF", + "ABILITY_FILTER" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 52, + 53, + 56, + 57, + 58, + 60, + 66, + 67, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_SCYTHER", + "hp": 70, + "atk": 110, + "def": 80, + "speed": 105, + "spatk": 55, + "spdef": 80, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 187, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_TECHNICIAN" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 27, + 31, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 54, + 58, + 62, + 68, + 75, + 78, + 81, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 1, + 5, + 6 + ] + }, + { + "species": "SPECIES_JYNX", + "hp": 65, + "atk": 50, + "def": 35, + "speed": 95, + "spatk": 115, + "spdef": 95, + "types": [ + "TYPE_ICE", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 137, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_ASPEAR_BERRY", + "ITEM_ASPEAR_BERRY" + ], + "genderRatio": 254, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_FOREWARN" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 7, + 10, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 21, + 27, + 29, + 30, + 31, + 32, + 33, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 52, + 53, + 56, + 58, + 60, + 66, + 67, + 68, + 70, + 72, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_ELECTABUZZ", + "hp": 65, + "atk": 83, + "def": 57, + "speed": 105, + "spatk": 95, + "spdef": 85, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 45, + "expYield": 156, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_ELECTIRIZER", + "ITEM_NONE" + ], + "genderRatio": 63, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 1, + "tms": [ + 1, + 6, + 10, + 15, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 29, + 31, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 57, + 58, + 68, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MAGMAR", + "hp": 65, + "atk": 95, + "def": 57, + "speed": 93, + "spatk": 100, + "spdef": 85, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 167, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_MAGMARIZER" + ], + "genderRatio": 63, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_FLAME_BODY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 15, + 17, + 21, + 23, + 27, + 29, + 31, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 46, + 50, + 52, + 56, + 58, + 61, + 68, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_PINSIR", + "hp": 65, + "atk": 125, + "def": 100, + "speed": 85, + "spatk": 55, + "spdef": 70, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 45, + "expYield": 200, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_HYPER_CUTTER", + "ABILITY_MOLD_BREAKER" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 54, + 56, + 58, + 68, + 71, + 75, + 76, + 78, + 80, + 81, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_TAUROS", + "hp": 75, + "atk": 100, + "def": 95, + "speed": 110, + "spatk": 40, + "spdef": 70, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 211, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_ANGER_POINT" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 58, + 66, + 68, + 71, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MAGIKARP", + "hp": 20, + "atk": 10, + "def": 55, + "speed": 80, + "spatk": 15, + "spdef": 20, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 255, + "expYield": 20, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 5, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_NONE" + ], + "greatMarshRate": 90, + "color": 0, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_GYARADOS", + "hp": 95, + "atk": 125, + "def": 79, + "speed": 81, + "spatk": 60, + "spdef": 100, + "types": [ + "TYPE_WATER", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 214, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 5, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_NONE" + ], + "greatMarshRate": 60, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 24, + 25, + 26, + 27, + 32, + 35, + 37, + 38, + 41, + 42, + 43, + 44, + 45, + 55, + 58, + 59, + 66, + 68, + 71, + 72, + 73, + 78, + 79, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_LAPRAS", + "hp": 130, + "atk": 85, + "def": 80, + "speed": 60, + "spatk": 85, + "spdef": 95, + "types": [ + "TYPE_WATER", + "TYPE_ICE" + ], + "catchRate": 45, + "expYield": 219, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_WATER_ABSORB", + "ABILITY_SHELL_ARMOR" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 23, + 24, + 25, + 27, + 29, + 32, + 34, + 42, + 43, + 44, + 45, + 55, + 58, + 59, + 68, + 72, + 78, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_DITTO", + "hp": 48, + "atk": 48, + "def": 48, + "speed": 48, + "spatk": 48, + "spdef": 48, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 35, + "expYield": 61, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_QUICK_POWDER", + "ITEM_METAL_POWDER" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_DITTO", + "EGG_GROUP_DITTO" + ], + "abilities": [ + "ABILITY_LIMBER", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_EEVEE", + "hp": 55, + "atk": 55, + "def": 50, + "speed": 55, + "spatk": 45, + "spdef": 65, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 92, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 35, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_ADAPTABILITY" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 32, + 42, + 43, + 44, + 45, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_VAPOREON", + "hp": 130, + "atk": 65, + "def": 60, + "speed": 65, + "spatk": 110, + "spdef": 95, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 196, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 35, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_WATER_ABSORB", + "ABILITY_WATER_ABSORB" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 68, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_JOLTEON", + "hp": 65, + "atk": 65, + "def": 60, + "speed": 130, + "spatk": 110, + "spdef": 95, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 45, + "expYield": 197, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 35, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_VOLT_ABSORB", + "ABILITY_VOLT_ABSORB" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 57, + 58, + 68, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_FLAREON", + "hp": 65, + "atk": 130, + "def": 60, + "speed": 65, + "spatk": 95, + "spdef": 110, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 198, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 35, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_FLASH_FIRE", + "ABILITY_FLASH_FIRE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 68, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_PORYGON", + "hp": 65, + "atk": 60, + "def": 70, + "speed": 40, + "spatk": 85, + "spdef": 75, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 130, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_TRACE", + "ABILITY_DOWNLOAD" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 40, + 42, + 43, + 44, + 46, + 57, + 58, + 67, + 68, + 70, + 73, + 77, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_OMANYTE", + "hp": 35, + "atk": 40, + "def": 100, + "speed": 35, + "spatk": 90, + "spdef": 55, + "types": [ + "TYPE_ROCK", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 99, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_SHELL_ARMOR" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 46, + 55, + 58, + 69, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 6, + 7 + ] + }, + { + "species": "SPECIES_OMASTAR", + "hp": 70, + "atk": 60, + "def": 125, + "speed": 55, + "spatk": 115, + "spdef": 70, + "types": [ + "TYPE_ROCK", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 199, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_SHELL_ARMOR" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 46, + 55, + 58, + 68, + 69, + 71, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_KABUTO", + "hp": 30, + "atk": 80, + "def": 90, + "speed": 55, + "spatk": 55, + "spdef": 45, + "types": [ + "TYPE_ROCK", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 99, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_BATTLE_ARMOR" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 19, + 21, + 27, + 28, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 46, + 55, + 58, + 69, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 6, + 7 + ] + }, + { + "species": "SPECIES_KABUTOPS", + "hp": 60, + "atk": 115, + "def": 105, + "speed": 80, + "spatk": 65, + "spdef": 70, + "types": [ + "TYPE_ROCK", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 199, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_BATTLE_ARMOR" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 19, + 21, + 27, + 28, + 31, + 32, + 37, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 55, + 58, + 68, + 69, + 71, + 75, + 76, + 78, + 80, + 81, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_AERODACTYL", + "hp": 80, + "atk": 105, + "def": 65, + "speed": 130, + "spatk": 60, + "spdef": 75, + "types": [ + "TYPE_ROCK", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 202, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 35, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_PRESSURE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 32, + 35, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 59, + 66, + 68, + 69, + 71, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 2, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_SNORLAX", + "hp": 160, + "atk": 110, + "def": 65, + "speed": 30, + "spatk": 65, + "spdef": 110, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 25, + "expYield": 154, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_LEFTOVERS", + "ITEM_LEFTOVERS" + ], + "genderRatio": 31, + "eggCycles": 40, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_IMMUNITY", + "ABILITY_THICK_FAT" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 24, + 25, + 26, + 27, + 29, + 30, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 67, + 68, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_ARTICUNO", + "hp": 90, + "atk": 85, + "def": 100, + "speed": 85, + "spatk": 95, + "spdef": 125, + "types": [ + "TYPE_ICE", + "TYPE_FLYING" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 32, + 33, + 37, + 40, + 42, + 43, + 44, + 47, + 51, + 58, + 68, + 72, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5, + 6 + ] + }, + { + "species": "SPECIES_ZAPDOS", + "hp": 90, + "atk": 90, + "def": 85, + "speed": 100, + "spatk": 125, + "spdef": 90, + "types": [ + "TYPE_ELECTRIC", + "TYPE_FLYING" + ], + "catchRate": 3, + "expYield": 216, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 32, + 34, + 37, + 40, + 42, + 43, + 44, + 47, + 51, + 57, + 58, + 68, + 70, + 73, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5, + 6 + ] + }, + { + "species": "SPECIES_MOLTRES", + "hp": 90, + "atk": 100, + "def": 90, + "speed": 90, + "spatk": 125, + "spdef": 85, + "types": [ + "TYPE_FIRE", + "TYPE_FLYING" + ], + "catchRate": 3, + "expYield": 217, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 15, + 17, + 18, + 20, + 21, + 22, + 27, + 32, + 35, + 37, + 38, + 40, + 42, + 43, + 44, + 47, + 50, + 51, + 58, + 61, + 68, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5, + 6 + ] + }, + { + "species": "SPECIES_DRATINI", + "hp": 41, + "atk": 64, + "def": 45, + "speed": 50, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_DRAGON", + "TYPE_DRAGON" + ], + "catchRate": 45, + "expYield": 67, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DRAGON_SCALE" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 58, + 59, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_DRAGONAIR", + "hp": 61, + "atk": 84, + "def": 65, + "speed": 70, + "spatk": 70, + "spdef": 70, + "types": [ + "TYPE_DRAGON", + "TYPE_DRAGON" + ], + "catchRate": 45, + "expYield": 144, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DRAGON_SCALE" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 58, + 59, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_DRAGONITE", + "hp": 91, + "atk": 134, + "def": 95, + "speed": 80, + "spatk": 100, + "spdef": 100, + "types": [ + "TYPE_DRAGON", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 218, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DRAGON_SCALE" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_INNER_FOCUS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 2, + 3, + 5, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 23, + 24, + 25, + 26, + 27, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 47, + 51, + 52, + 56, + 58, + 59, + 68, + 71, + 73, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + }, + { + "species": "SPECIES_MEWTWO", + "hp": 106, + "atk": 110, + "def": 90, + "speed": 130, + "spatk": 154, + "spdef": 90, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 220, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 7, + 8, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 48, + 49, + 52, + 53, + 56, + 57, + 58, + 60, + 61, + 63, + 67, + 68, + 70, + 71, + 72, + 73, + 77, + 80, + 82, + 83, + 84, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MEW", + "hp": 100, + "atk": 100, + "def": 100, + "speed": 100, + "spatk": 100, + "spdef": 100, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 64, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_LUM_BERRY", + "ITEM_LUM_BERRY" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 100, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92 + ], + "hms": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_CHIKORITA", + "hp": 45, + "atk": 49, + "def": 65, + "speed": 45, + "spatk": 49, + "spdef": 65, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 64, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 16, + 17, + 19, + 20, + 21, + 22, + 23, + 27, + 32, + 33, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_BAYLEEF", + "hp": 60, + "atk": 62, + "def": 80, + "speed": 60, + "spatk": 63, + "spdef": 80, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 141, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 16, + 17, + 19, + 20, + 21, + 22, + 23, + 27, + 32, + 33, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_MEGANIUM", + "hp": 80, + "atk": 82, + "def": 100, + "speed": 80, + "spatk": 83, + "spdef": 100, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 208, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 23, + 26, + 27, + 32, + 33, + 42, + 43, + 44, + 45, + 53, + 58, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_CYNDAQUIL", + "hp": 39, + "atk": 52, + "def": 43, + "speed": 65, + "spatk": 60, + "spdef": 50, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 65, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 21, + 27, + 28, + 32, + 35, + 38, + 40, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_QUILAVA", + "hp": 58, + "atk": 64, + "def": 58, + "speed": 80, + "spatk": 80, + "spdef": 65, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 142, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 5, + 6, + 10, + 11, + 17, + 21, + 27, + 28, + 31, + 32, + 35, + 38, + 40, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_TYPHLOSION", + "hp": 78, + "atk": 84, + "def": 78, + "speed": 100, + "spatk": 109, + "spdef": 85, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 209, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 5, + 6, + 10, + 11, + 15, + 17, + 21, + 22, + 26, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 50, + 52, + 56, + 58, + 61, + 65, + 68, + 74, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_TOTODILE", + "hp": 50, + "atk": 65, + "def": 64, + "speed": 43, + "spatk": 44, + "spdef": 48, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 66, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 56, + 58, + 65, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 7 + ] + }, + { + "species": "SPECIES_CROCONAW", + "hp": 65, + "atk": 80, + "def": 80, + "speed": 58, + "spatk": 59, + "spdef": 63, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 143, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 1, + "tms": [ + 1, + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 56, + 58, + 65, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_FERALIGATR", + "hp": 85, + "atk": 105, + "def": 100, + "speed": 78, + "spatk": 79, + "spdef": 83, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 2, + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 59, + 65, + 68, + 72, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_SENTRET", + "hp": 35, + "atk": 46, + "def": 34, + "speed": 20, + "spatk": 35, + "spdef": 45, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 255, + "expYield": 57, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_ORAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_KEEN_EYE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 17, + 18, + 21, + 22, + 23, + 24, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 42, + 43, + 44, + 45, + 46, + 56, + 57, + 58, + 65, + 78, + 82, + 83, + 86, + 87, + 89, + 90 + ], + "hms": [ + 1, + 3 + ] + }, + { + "species": "SPECIES_FURRET", + "hp": 85, + "atk": 76, + "def": 64, + "speed": 90, + "spatk": 45, + "spdef": 55, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 90, + "expYield": 116, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_ORAN_BERRY", + "ITEM_SITRUS_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_KEEN_EYE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 57, + 58, + 65, + 68, + 78, + 82, + 83, + 86, + 87, + 89, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_HOOTHOOT", + "hp": 60, + "atk": 30, + "def": 30, + "speed": 50, + "spatk": 36, + "spdef": 56, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 255, + "expYield": 58, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_INSOMNIA", + "ABILITY_KEEN_EYE" + ], + "greatMarshRate": 90, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 18, + 21, + 27, + 29, + 30, + 32, + 33, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 62, + 67, + 77, + 78, + 82, + 83, + 85, + 87, + 88, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_NOCTOWL", + "hp": 100, + "atk": 50, + "def": 50, + "speed": 70, + "spatk": 76, + "spdef": 96, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 90, + "expYield": 162, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_INSOMNIA", + "ABILITY_KEEN_EYE" + ], + "greatMarshRate": 60, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 27, + 29, + 30, + 32, + 33, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 62, + 67, + 68, + 77, + 78, + 82, + 83, + 85, + 87, + 88, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_LEDYBA", + "hp": 40, + "atk": 20, + "def": 30, + "speed": 55, + "spatk": 40, + "spdef": 80, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 255, + "expYield": 54, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 16, + 17, + 19, + 20, + 21, + 22, + 27, + 28, + 31, + 32, + 33, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 56, + 58, + 60, + 62, + 70, + 75, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_LEDIAN", + "hp": 55, + "atk": 35, + "def": 50, + "speed": 85, + "spatk": 55, + "spdef": 110, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 90, + "expYield": 134, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 27, + 28, + 31, + 32, + 33, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 52, + 56, + 58, + 60, + 62, + 68, + 70, + 75, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SPINARAK", + "hp": 40, + "atk": 60, + "def": 40, + "speed": 30, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_BUG", + "TYPE_POISON" + ], + "catchRate": 255, + "expYield": 54, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_INSOMNIA" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 28, + 29, + 32, + 36, + 42, + 43, + 44, + 45, + 46, + 58, + 70, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_ARIADOS", + "hp": 70, + "atk": 90, + "def": 70, + "speed": 40, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_BUG", + "TYPE_POISON" + ], + "catchRate": 90, + "expYield": 134, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_INSOMNIA" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 28, + 29, + 32, + 36, + 42, + 43, + 44, + 45, + 46, + 58, + 68, + 70, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_CROBAT", + "hp": 85, + "atk": 90, + "def": 80, + "speed": 130, + "spatk": 70, + "spdef": 80, + "types": [ + "TYPE_POISON", + "TYPE_FLYING" + ], + "catchRate": 90, + "expYield": 204, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 3, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_INNER_FOCUS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 19, + 21, + 27, + 30, + 32, + 36, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 49, + 51, + 58, + 66, + 68, + 78, + 79, + 81, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_CHINCHOU", + "hp": 75, + "atk": 38, + "def": 38, + "speed": 67, + "spatk": 56, + "spdef": 56, + "types": [ + "TYPE_WATER", + "TYPE_ELECTRIC" + ], + "catchRate": 190, + "expYield": 90, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DEEPSEASCALE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_VOLT_ABSORB", + "ABILITY_ILLUMINATE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 24, + 25, + 27, + 32, + 34, + 42, + 43, + 44, + 45, + 55, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_LANTURN", + "hp": 125, + "atk": 58, + "def": 58, + "speed": 67, + "spatk": 76, + "spdef": 76, + "types": [ + "TYPE_WATER", + "TYPE_ELECTRIC" + ], + "catchRate": 75, + "expYield": 156, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DEEPSEASCALE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_VOLT_ABSORB", + "ABILITY_ILLUMINATE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 24, + 25, + 27, + 32, + 34, + 42, + 43, + 44, + 45, + 55, + 57, + 58, + 68, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_PICHU", + "hp": 20, + "atk": 40, + "def": 15, + "speed": 60, + "spatk": 35, + "spdef": 35, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 190, + "expYield": 42, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_ORAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 10, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 42, + 43, + 44, + 45, + 56, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_CLEFFA", + "hp": 50, + "atk": 25, + "def": 28, + "speed": 15, + "spatk": 45, + "spdef": 55, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 150, + "expYield": 37, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_LEPPA_BERRY", + "ITEM_MOON_STONE" + ], + "genderRatio": 191, + "eggCycles": 10, + "friendship": 140, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_CUTE_CHARM", + "ABILITY_MAGIC_GUARD" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 27, + 28, + 29, + 30, + 32, + 33, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 56, + 58, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_IGGLYBUFF", + "hp": 90, + "atk": 30, + "def": 15, + "speed": 15, + "spatk": 40, + "spdef": 20, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 170, + "expYield": 39, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 191, + "eggCycles": 10, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_CUTE_CHARM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 1, + "tms": [ + 3, + 6, + 10, + 11, + 16, + 17, + 18, + 20, + 21, + 22, + 27, + 28, + 29, + 30, + 32, + 33, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 56, + 58, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_TOGEPI", + "hp": 35, + "atk": 20, + "def": 65, + "speed": 20, + "spatk": 40, + "spdef": 65, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 190, + "expYield": 74, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 10, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_HUSTLE", + "ABILITY_SERENE_GRACE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 16, + 17, + 18, + 20, + 21, + 22, + 27, + 29, + 30, + 32, + 33, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 56, + 58, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 6 + ] + }, + { + "species": "SPECIES_TOGETIC", + "hp": 55, + "atk": 40, + "def": 85, + "speed": 40, + "spatk": 80, + "spdef": 105, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 75, + "expYield": 114, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 10, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_HUSTLE", + "ABILITY_SERENE_GRACE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 38, + 40, + 42, + 43, + 44, + 45, + 47, + 51, + 56, + 58, + 60, + 62, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 2, + 5, + 6 + ] + }, + { + "species": "SPECIES_NATU", + "hp": 40, + "atk": 50, + "def": 45, + "speed": 70, + "spatk": 70, + "spdef": 45, + "types": [ + "TYPE_PSYCHIC", + "TYPE_FLYING" + ], + "catchRate": 190, + "expYield": 73, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 16, + 17, + 18, + 19, + 21, + 22, + 27, + 29, + 30, + 32, + 33, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 51, + 58, + 62, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 88, + 89, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_XATU", + "hp": 65, + "atk": 75, + "def": 70, + "speed": 95, + "spatk": 95, + "spdef": 70, + "types": [ + "TYPE_PSYCHIC", + "TYPE_FLYING" + ], + "catchRate": 75, + "expYield": 171, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 19, + 21, + 22, + 27, + 29, + 30, + 32, + 33, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 51, + 58, + 62, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 88, + 89, + 90, + 92 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_MAREEP", + "hp": 55, + "atk": 40, + "def": 40, + "speed": 35, + "spatk": 65, + "spdef": 45, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 235, + "expYield": 59, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 42, + 43, + 44, + 45, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_FLAAFFY", + "hp": 70, + "atk": 55, + "def": 55, + "speed": 45, + "spatk": 80, + "spdef": 60, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 120, + "expYield": 117, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 31, + 32, + 34, + 42, + 43, + 44, + 45, + 56, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_AMPHAROS", + "hp": 90, + "atk": 75, + "def": 75, + "speed": 55, + "spatk": 115, + "spdef": 90, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 45, + "expYield": 194, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 15, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 31, + 32, + 34, + 42, + 43, + 44, + 45, + 52, + 56, + 57, + 58, + 68, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_BELLOSSOM", + "hp": 75, + "atk": 80, + "def": 85, + "speed": 50, + "spatk": 90, + "spdef": 100, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 184, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 20, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 56, + 58, + 60, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_MARILL", + "hp": 70, + "atk": 20, + "def": 50, + "speed": 40, + "spatk": 20, + "spdef": 50, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 190, + "expYield": 58, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 10, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_HUGE_POWER" + ], + "greatMarshRate": 60, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 28, + 31, + 32, + 42, + 43, + 44, + 45, + 56, + 58, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_AZUMARILL", + "hp": 100, + "atk": 50, + "def": 80, + "speed": 50, + "spatk": 50, + "spdef": 80, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 75, + "expYield": 153, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 10, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_HUGE_POWER" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 31, + 32, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 68, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_SUDOWOODO", + "hp": 70, + "atk": 100, + "def": 115, + "speed": 30, + "spatk": 30, + "spdef": 65, + "types": [ + "TYPE_ROCK", + "TYPE_ROCK" + ], + "catchRate": 65, + "expYield": 135, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_ROCK_HEAD" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 17, + 21, + 26, + 27, + 28, + 31, + 32, + 37, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 56, + 58, + 64, + 69, + 71, + 76, + 77, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_POLITOED", + "hp": 90, + "atk": 75, + "def": 75, + "speed": 70, + "spatk": 90, + "spdef": 100, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 185, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_KINGS_ROCK" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_WATER_ABSORB", + "ABILITY_DAMP" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 1, + "tms": [ + 1, + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 29, + 31, + 32, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 66, + 68, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_HOPPIP", + "hp": 35, + "atk": 35, + "def": 40, + "speed": 50, + "spatk": 35, + "spdef": 55, + "types": [ + "TYPE_GRASS", + "TYPE_FLYING" + ], + "catchRate": 255, + "expYield": 74, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_LEAF_GUARD" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 53, + 58, + 62, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 89, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_SKIPLOOM", + "hp": 55, + "atk": 45, + "def": 50, + "speed": 80, + "spatk": 45, + "spdef": 65, + "types": [ + "TYPE_GRASS", + "TYPE_FLYING" + ], + "catchRate": 120, + "expYield": 136, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_LEAF_GUARD" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 53, + 58, + 62, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 89, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_JUMPLUFF", + "hp": 75, + "atk": 55, + "def": 70, + "speed": 110, + "spatk": 55, + "spdef": 85, + "types": [ + "TYPE_GRASS", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 176, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 3, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_LEAF_GUARD" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 53, + 58, + 62, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 89, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_AIPOM", + "hp": 55, + "atk": 70, + "def": 55, + "speed": 85, + "spatk": 40, + "spdef": 55, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 94, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_PICKUP" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 30, + 31, + 32, + 34, + 40, + 42, + 43, + 44, + 45, + 46, + 49, + 56, + 58, + 65, + 66, + 73, + 78, + 82, + 83, + 85, + 86, + 87, + 89, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SUNKERN", + "hp": 30, + "atk": 30, + "def": 30, + "speed": 30, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 235, + "expYield": 52, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_COBA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_SOLAR_POWER" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 16, + 17, + 19, + 20, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_SUNFLORA", + "hp": 75, + "atk": 75, + "def": 55, + "speed": 30, + "spatk": 105, + "spdef": 85, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 120, + "expYield": 146, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_SOLAR_POWER" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 58, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_YANMA", + "hp": 65, + "atk": 65, + "def": 45, + "speed": 95, + "spatk": 75, + "spdef": 45, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 75, + "expYield": 147, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_WIDE_LENS" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SPEED_BOOST", + "ABILITY_COMPOUND_EYES" + ], + "greatMarshRate": 120, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 29, + 30, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 62, + 70, + 78, + 82, + 83, + 85, + 87, + 89, + 90 + ], + "hms": [ + 5 + ] + }, + { + "species": "SPECIES_WOOPER", + "hp": 55, + "atk": 45, + "def": 45, + "speed": 15, + "spatk": 25, + "spdef": 25, + "types": [ + "TYPE_WATER", + "TYPE_GROUND" + ], + "catchRate": 255, + "expYield": 52, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_DAMP", + "ABILITY_WATER_ABSORB" + ], + "greatMarshRate": 120, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 32, + 36, + 37, + 42, + 43, + 44, + 45, + 58, + 70, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 6, + 7 + ] + }, + { + "species": "SPECIES_QUAGSIRE", + "hp": 95, + "atk": 85, + "def": 85, + "speed": 35, + "spatk": 65, + "spdef": 65, + "types": [ + "TYPE_WATER", + "TYPE_GROUND" + ], + "catchRate": 90, + "expYield": 137, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_DAMP", + "ABILITY_WATER_ABSORB" + ], + "greatMarshRate": 60, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 36, + 37, + 39, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 68, + 70, + 71, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_ESPEON", + "hp": 65, + "atk": 65, + "def": 60, + "speed": 110, + "spatk": 130, + "spdef": 95, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 197, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 35, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_SYNCHRONIZE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 21, + 23, + 27, + 28, + 29, + 30, + 32, + 33, + 42, + 43, + 44, + 45, + 48, + 58, + 68, + 70, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_UMBREON", + "hp": 95, + "atk": 65, + "def": 110, + "speed": 65, + "spatk": 60, + "spdef": 130, + "types": [ + "TYPE_DARK", + "TYPE_DARK" + ], + "catchRate": 45, + "expYield": 197, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 35, + "friendship": 35, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_SYNCHRONIZE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 29, + 30, + 32, + 41, + 42, + 43, + 44, + 45, + 49, + 58, + 66, + 68, + 70, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_MURKROW", + "hp": 60, + "atk": 85, + "def": 42, + "speed": 91, + "spatk": 85, + "spdef": 42, + "types": [ + "TYPE_DARK", + "TYPE_FLYING" + ], + "catchRate": 30, + "expYield": 107, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_INSOMNIA", + "ABILITY_SUPER_LUCK" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 27, + 29, + 30, + 32, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 49, + 51, + 58, + 63, + 66, + 73, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 88, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_SLOWKING", + "hp": 95, + "atk": 75, + "def": 80, + "speed": 30, + "spatk": 100, + "spdef": 110, + "types": [ + "TYPE_WATER", + "TYPE_PSYCHIC" + ], + "catchRate": 70, + "expYield": 164, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_KINGS_ROCK" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_OWN_TEMPO" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 23, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 48, + 52, + 55, + 56, + 58, + 60, + 67, + 68, + 70, + 72, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_MISDREAVUS", + "hp": 60, + "atk": 60, + "def": 60, + "speed": 85, + "spatk": 85, + "spdef": 85, + "types": [ + "TYPE_GHOST", + "TYPE_GHOST" + ], + "catchRate": 45, + "expYield": 147, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 35, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 57, + 58, + 61, + 63, + 66, + 70, + 73, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_UNOWN", + "hp": 48, + "atk": 72, + "def": 48, + "speed": 48, + "spatk": 72, + "spdef": 48, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 225, + "expYield": 61, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 40, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 1, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_WOBBUFFET", + "hp": 190, + "atk": 33, + "def": 58, + "speed": 33, + "spatk": 33, + "spdef": 58, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 177, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_SHADOW_TAG", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_GIRAFARIG", + "hp": 70, + "atk": 80, + "def": 65, + "speed": 85, + "spatk": 90, + "spdef": 65, + "types": [ + "TYPE_NORMAL", + "TYPE_PSYCHIC" + ], + "catchRate": 60, + "expYield": 149, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_PERSIM_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_INNER_FOCUS", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 29, + 30, + 32, + 33, + 34, + 42, + 43, + 44, + 45, + 46, + 48, + 53, + 57, + 58, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_PINECO", + "hp": 50, + "atk": 65, + "def": 90, + "speed": 15, + "spatk": 35, + "spdef": 35, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 190, + "expYield": 60, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 16, + 17, + 19, + 21, + 22, + 26, + 27, + 28, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 64, + 66, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_FORRETRESS", + "hp": 75, + "atk": 90, + "def": 140, + "speed": 40, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_BUG", + "TYPE_STEEL" + ], + "catchRate": 75, + "expYield": 118, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 16, + 17, + 19, + 21, + 22, + 26, + 27, + 28, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 64, + 66, + 68, + 69, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_DUNSPARCE", + "hp": 100, + "atk": 70, + "def": 70, + "speed": 45, + "spatk": 65, + "spdef": 65, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 190, + "expYield": 125, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SERENE_GRACE", + "ABILITY_RUN_AWAY" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30, + 32, + 34, + 35, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 51, + 57, + 58, + 73, + 74, + 76, + 77, + 78, + 80, + 82, + 83, + 84, + 85, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_GLIGAR", + "hp": 65, + "atk": 75, + "def": 105, + "speed": 85, + "spatk": 35, + "spdef": 65, + "types": [ + "TYPE_GROUND", + "TYPE_FLYING" + ], + "catchRate": 60, + "expYield": 108, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_HYPER_CUTTER", + "ABILITY_SAND_VEIL" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 36, + 37, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 54, + 56, + 58, + 66, + 69, + 71, + 75, + 76, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 87, + 89, + 90 + ], + "hms": [ + 1, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_STEELIX", + "hp": 75, + "atk": 85, + "def": 200, + "speed": 30, + "spatk": 55, + "spdef": 65, + "types": [ + "TYPE_STEEL", + "TYPE_GROUND" + ], + "catchRate": 25, + "expYield": 196, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METAL_COAT" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_STURDY" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 15, + 17, + 21, + 23, + 26, + 27, + 28, + 32, + 37, + 39, + 41, + 42, + 43, + 44, + 45, + 58, + 59, + 64, + 66, + 68, + 69, + 71, + 74, + 76, + 77, + 78, + 79, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_SNUBBULL", + "hp": 60, + "atk": 80, + "def": 50, + "speed": 30, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 190, + "expYield": 63, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 191, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_RUN_AWAY" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 8, + 10, + 11, + 12, + 17, + 18, + 21, + 22, + 24, + 25, + 26, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 36, + 38, + 41, + 42, + 43, + 44, + 45, + 46, + 50, + 56, + 58, + 66, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_GRANBULL", + "hp": 90, + "atk": 120, + "def": 75, + "speed": 45, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 75, + "expYield": 178, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 191, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_QUICK_FEET" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 8, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 36, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 50, + 52, + 56, + 58, + 66, + 68, + 71, + 73, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_QWILFISH", + "hp": 65, + "atk": 95, + "def": 75, + "speed": 85, + "spatk": 55, + "spdef": 55, + "types": [ + "TYPE_WATER", + "TYPE_POISON" + ], + "catchRate": 45, + "expYield": 100, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_POISON_POINT", + "ABILITY_SWIFT_SWIM" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 12, + 13, + 14, + 17, + 18, + 21, + 27, + 30, + 32, + 34, + 36, + 42, + 43, + 44, + 45, + 55, + 58, + 64, + 66, + 73, + 74, + 78, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_SCIZOR", + "hp": 70, + "atk": 130, + "def": 100, + "speed": 65, + "spatk": 55, + "spdef": 80, + "types": [ + "TYPE_BUG", + "TYPE_STEEL" + ], + "catchRate": 25, + "expYield": 200, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_TECHNICIAN" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 27, + 31, + 32, + 37, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 54, + 56, + 58, + 62, + 68, + 75, + 78, + 81, + 82, + 83, + 87, + 89, + 90, + 91 + ], + "hms": [ + 1, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_SHUCKLE", + "hp": 20, + "atk": 10, + "def": 230, + "speed": 5, + "spatk": 10, + "spdef": 230, + "types": [ + "TYPE_BUG", + "TYPE_ROCK" + ], + "catchRate": 190, + "expYield": 80, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_ORAN_BERRY", + "ITEM_ORAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_GLUTTONY" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 20, + 21, + 26, + 27, + 28, + 32, + 36, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 69, + 70, + 71, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_HERACROSS", + "hp": 80, + "atk": 125, + "def": 75, + "speed": 85, + "spatk": 40, + "spdef": 95, + "types": [ + "TYPE_BUG", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 200, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_GUTS" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 65, + 68, + 71, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SNEASEL", + "hp": 55, + "atk": 95, + "def": 55, + "speed": 115, + "spatk": 35, + "spdef": 75, + "types": [ + "TYPE_DARK", + "TYPE_ICE" + ], + "catchRate": 60, + "expYield": 132, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_GRIP_CLAW", + "ITEM_QUICK_CLAW" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_INNER_FOCUS", + "ABILITY_KEEN_EYE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 1, + "tms": [ + 1, + 4, + 6, + 7, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 31, + 32, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 54, + 56, + 58, + 63, + 65, + 66, + 72, + 75, + 77, + 78, + 79, + 81, + 82, + 83, + 84, + 85, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_TEDDIURSA", + "hp": 60, + "atk": 80, + "def": 50, + "speed": 40, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 120, + "expYield": 124, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_PICKUP", + "ABILITY_QUICK_FEET" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 1, + "tms": [ + 1, + 5, + 6, + 8, + 10, + 11, + 12, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 56, + 58, + 65, + 66, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_URSARING", + "hp": 90, + "atk": 130, + "def": 75, + "speed": 55, + "spatk": 75, + "spdef": 75, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 60, + "expYield": 189, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_GUTS", + "ABILITY_QUICK_FEET" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 5, + 6, + 8, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 65, + 66, + 68, + 71, + 72, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_SLUGMA", + "hp": 40, + "atk": 40, + "def": 40, + "speed": 20, + "spatk": 70, + "spdef": 40, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 190, + "expYield": 78, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_MAGMA_ARMOR", + "ABILITY_FLAME_BODY" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 16, + 17, + 21, + 27, + 32, + 33, + 35, + 38, + 39, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 6 + ] + }, + { + "species": "SPECIES_MAGCARGO", + "hp": 50, + "atk": 50, + "def": 120, + "speed": 30, + "spatk": 80, + "spdef": 80, + "types": [ + "TYPE_FIRE", + "TYPE_ROCK" + ], + "catchRate": 75, + "expYield": 154, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_MAGMA_ARMOR", + "ABILITY_FLAME_BODY" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 16, + 17, + 21, + 22, + 26, + 27, + 32, + 33, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 64, + 68, + 69, + 71, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SWINUB", + "hp": 50, + "atk": 50, + "def": 40, + "speed": 50, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_ICE", + "TYPE_GROUND" + ], + "catchRate": 225, + "expYield": 78, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_SNOW_CLOAK" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 5, + 6, + 7, + 10, + 13, + 14, + 16, + 17, + 18, + 21, + 26, + 27, + 28, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_PILOSWINE", + "hp": 100, + "atk": 100, + "def": 80, + "speed": 50, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_ICE", + "TYPE_GROUND" + ], + "catchRate": 75, + "expYield": 160, + "hp_yield": 1, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_SNOW_CLOAK" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 16, + 17, + 18, + 21, + 26, + 27, + 28, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 68, + 71, + 72, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_CORSOLA", + "hp": 55, + "atk": 55, + "def": 85, + "speed": 35, + "spatk": 65, + "spdef": 85, + "types": [ + "TYPE_WATER", + "TYPE_ROCK" + ], + "catchRate": 60, + "expYield": 113, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_HARD_STONE" + ], + "genderRatio": 191, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_HUSTLE", + "ABILITY_NATURAL_CURE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 7, + 10, + 11, + 13, + 14, + 16, + 17, + 18, + 20, + 21, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 45, + 55, + 58, + 64, + 69, + 71, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_REMORAID", + "hp": 35, + "atk": 65, + "def": 35, + "speed": 65, + "spatk": 65, + "spdef": 35, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 190, + "expYield": 78, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_HUSTLE", + "ABILITY_SNIPER" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 6, + 9, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 29, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 46, + 55, + 57, + 58, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_OCTILLERY", + "hp": 75, + "atk": 105, + "def": 75, + "speed": 45, + "spatk": 105, + "spdef": 75, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 75, + "expYield": 164, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_SUCTION_CUPS", + "ABILITY_SNIPER" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 3, + 6, + 9, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 29, + 32, + 35, + 36, + 38, + 42, + 43, + 44, + 45, + 46, + 53, + 55, + 57, + 58, + 66, + 68, + 73, + 78, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_DELIBIRD", + "hp": 45, + "atk": 55, + "def": 45, + "speed": 75, + "spatk": 65, + "spdef": 45, + "types": [ + "TYPE_ICE", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 183, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_VITAL_SPIRIT", + "ABILITY_HUSTLE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 31, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 56, + 58, + 67, + 72, + 78, + 82, + 83, + 87, + 88, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_MANTINE", + "hp": 65, + "atk": 40, + "def": 70, + "speed": 70, + "spatk": 80, + "spdef": 140, + "types": [ + "TYPE_WATER", + "TYPE_FLYING" + ], + "catchRate": 25, + "expYield": 168, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_WATER_ABSORB" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 9, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 55, + 58, + 68, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 5, + 7 + ] + }, + { + "species": "SPECIES_SKARMORY", + "hp": 65, + "atk": 80, + "def": 140, + "speed": 70, + "spatk": 40, + "spdef": 70, + "types": [ + "TYPE_STEEL", + "TYPE_FLYING" + ], + "catchRate": 25, + "expYield": 168, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_STURDY" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 17, + 21, + 27, + 32, + 37, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 66, + 70, + 75, + 76, + 78, + 79, + 80, + 81, + 82, + 83, + 87, + 88, + 90, + 91 + ], + "hms": [ + 1, + 2, + 5, + 6 + ] + }, + { + "species": "SPECIES_HOUNDOUR", + "hp": 45, + "atk": 60, + "def": 30, + "speed": 65, + "spatk": 80, + "spdef": 50, + "types": [ + "TYPE_DARK", + "TYPE_FIRE" + ], + "catchRate": 120, + "expYield": 114, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_EARLY_BIRD", + "ABILITY_FLASH_FIRE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 17, + 21, + 22, + 23, + 27, + 30, + 32, + 35, + 36, + 38, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 50, + 58, + 61, + 63, + 66, + 78, + 79, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 6 + ] + }, + { + "species": "SPECIES_HOUNDOOM", + "hp": 75, + "atk": 90, + "def": 50, + "speed": 95, + "spatk": 110, + "spdef": 80, + "types": [ + "TYPE_DARK", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 204, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_EARLY_BIRD", + "ABILITY_FLASH_FIRE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 15, + 17, + 21, + 22, + 23, + 27, + 30, + 32, + 35, + 36, + 38, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 50, + 58, + 61, + 63, + 66, + 68, + 78, + 79, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_KINGDRA", + "hp": 75, + "atk": 95, + "def": 95, + "speed": 85, + "spatk": 95, + "spdef": 95, + "types": [ + "TYPE_WATER", + "TYPE_DRAGON" + ], + "catchRate": 45, + "expYield": 207, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_DRAGON_SCALE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_SNIPER" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 59, + 68, + 78, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_PHANPY", + "hp": 90, + "atk": 60, + "def": 60, + "speed": 40, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 120, + "expYield": 124, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_PASSHO_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_PICKUP", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 17, + 21, + 23, + 26, + 27, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_DONPHAN", + "hp": 90, + "atk": 120, + "def": 120, + "speed": 50, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 60, + "expYield": 189, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_PASSHO_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 15, + 17, + 21, + 23, + 26, + 27, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 68, + 69, + 71, + 74, + 76, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_PORYGON2", + "hp": 85, + "atk": 80, + "def": 90, + "speed": 60, + "spatk": 105, + "spdef": 95, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 180, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_TRACE", + "ABILITY_DOWNLOAD" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 40, + 42, + 43, + 44, + 46, + 57, + 58, + 67, + 68, + 70, + 73, + 77, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_STANTLER", + "hp": 73, + "atk": 95, + "def": 62, + "speed": 85, + "spatk": 85, + "spdef": 65, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 165, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_FRISK" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 4, + 5, + 6, + 10, + 11, + 16, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 29, + 30, + 32, + 33, + 34, + 42, + 43, + 44, + 45, + 46, + 48, + 53, + 57, + 58, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_SMEARGLE", + "hp": 55, + "atk": 20, + "def": 35, + "speed": 75, + "spatk": 20, + "spdef": 45, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 106, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_OWN_TEMPO", + "ABILITY_TECHNICIAN" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_TYROGUE", + "hp": 35, + "atk": 35, + "def": 35, + "speed": 35, + "spatk": 35, + "spdef": 35, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 75, + "expYield": 91, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_GUTS", + "ABILITY_STEADFAST" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 8, + 10, + 11, + 17, + 18, + 21, + 26, + 27, + 31, + 32, + 42, + 43, + 44, + 45, + 46, + 58, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_HITMONTOP", + "hp": 50, + "atk": 95, + "def": 95, + "speed": 70, + "spatk": 35, + "spdef": 110, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 138, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_TECHNICIAN" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 8, + 10, + 11, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 37, + 40, + 42, + 43, + 44, + 45, + 46, + 58, + 71, + 74, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SMOOCHUM", + "hp": 45, + "atk": 30, + "def": 15, + "speed": 65, + "spatk": 85, + "spdef": 65, + "types": [ + "TYPE_ICE", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 87, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_ASPEAR_BERRY", + "ITEM_ASPEAR_BERRY" + ], + "genderRatio": 254, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_FOREWARN" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 7, + 10, + 13, + 14, + 16, + 17, + 18, + 21, + 27, + 29, + 30, + 32, + 33, + 42, + 43, + 44, + 45, + 46, + 48, + 56, + 58, + 66, + 67, + 70, + 72, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_ELEKID", + "hp": 45, + "atk": 63, + "def": 37, + "speed": 95, + "spatk": 65, + "spdef": 55, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 45, + "expYield": 106, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_ELECTIRIZER", + "ITEM_NONE" + ], + "genderRatio": 63, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 1, + "tms": [ + 1, + 6, + 10, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 31, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 56, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 6 + ] + }, + { + "species": "SPECIES_MAGBY", + "hp": 45, + "atk": 75, + "def": 37, + "speed": 83, + "spatk": 70, + "spdef": 55, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 117, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_MAGMARIZER" + ], + "genderRatio": 63, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_FLAME_BODY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 1, + "tms": [ + 1, + 6, + 10, + 11, + 17, + 21, + 23, + 27, + 29, + 31, + 32, + 35, + 38, + 42, + 43, + 44, + 45, + 46, + 50, + 56, + 58, + 61, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 6 + ] + }, + { + "species": "SPECIES_MILTANK", + "hp": 95, + "atk": 80, + "def": 105, + "speed": 100, + "spatk": 40, + "spdef": 70, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 200, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_MOOMOO_MILK", + "ITEM_MOOMOO_MILK" + ], + "genderRatio": 254, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_SCRAPPY" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 30, + 31, + 32, + 34, + 37, + 39, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 68, + 73, + 74, + 76, + 77, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_BLISSEY", + "hp": 255, + "atk": 10, + "def": 10, + "speed": 55, + "spatk": 75, + "spdef": 135, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 30, + "expYield": 255, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_OVAL_STONE", + "ITEM_LUCKY_EGG" + ], + "genderRatio": 254, + "eggCycles": 40, + "friendship": 140, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_SERENE_GRACE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 29, + 30, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 48, + 49, + 52, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 72, + 73, + 76, + 77, + 78, + 80, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_RAIKOU", + "hp": 90, + "atk": 85, + "def": 75, + "speed": 115, + "spatk": 115, + "spdef": 100, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 3, + "expYield": 216, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 4, + 5, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 33, + 34, + 37, + 42, + 43, + 44, + 57, + 58, + 68, + 70, + 73, + 77, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_ENTEI", + "hp": 115, + "atk": 115, + "def": 85, + "speed": 100, + "spatk": 90, + "spdef": 75, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 3, + "expYield": 217, + "hp_yield": 1, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 4, + 5, + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 22, + 23, + 27, + 28, + 30, + 32, + 33, + 35, + 37, + 38, + 42, + 43, + 44, + 50, + 58, + 61, + 68, + 70, + 71, + 77, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_SUICUNE", + "hp": 100, + "atk": 75, + "def": 115, + "speed": 85, + "spatk": 90, + "spdef": 115, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 4, + 5, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 32, + 33, + 37, + 42, + 43, + 44, + 55, + 58, + 68, + 72, + 77, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_LARVITAR", + "hp": 50, + "atk": 64, + "def": 50, + "speed": 41, + "spatk": 45, + "spdef": 50, + "types": [ + "TYPE_ROCK", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 67, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_GUTS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 37, + 39, + 41, + 42, + 43, + 44, + 45, + 58, + 66, + 69, + 71, + 76, + 78, + 79, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 6 + ] + }, + { + "species": "SPECIES_PUPITAR", + "hp": 70, + "atk": 84, + "def": 70, + "speed": 51, + "spatk": 65, + "spdef": 70, + "types": [ + "TYPE_ROCK", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 144, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 37, + 39, + 41, + 42, + 43, + 44, + 45, + 58, + 66, + 69, + 71, + 76, + 78, + 79, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 6 + ] + }, + { + "species": "SPECIES_TYRANITAR", + "hp": 100, + "atk": 134, + "def": 110, + "speed": 61, + "spatk": 95, + "spdef": 100, + "types": [ + "TYPE_ROCK", + "TYPE_DARK" + ], + "catchRate": 45, + "expYield": 218, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_SAND_STREAM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 1, + 2, + 3, + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 59, + 65, + 66, + 68, + 69, + 71, + 72, + 73, + 76, + 78, + 79, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_LUGIA", + "hp": 106, + "atk": 90, + "def": 130, + "speed": 110, + "spatk": 90, + "spdef": 154, + "types": [ + "TYPE_PSYCHIC", + "TYPE_FLYING" + ], + "catchRate": 3, + "expYield": 220, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 3, + 4, + 5, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 23, + 24, + 25, + 26, + 27, + 29, + 30, + 32, + 33, + 34, + 37, + 40, + 42, + 43, + 44, + 47, + 48, + 51, + 55, + 57, + 58, + 59, + 68, + 70, + 72, + 73, + 77, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 2, + 3, + 4, + 5, + 6, + 7 + ] + }, + { + "species": "SPECIES_HO_OH", + "hp": 106, + "atk": 130, + "def": 90, + "speed": 90, + "spatk": 110, + "spdef": 154, + "types": [ + "TYPE_FIRE", + "TYPE_FLYING" + ], + "catchRate": 3, + "expYield": 220, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_SACRED_ASH", + "ITEM_SACRED_ASH" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 4, + 5, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 24, + 25, + 26, + 27, + 29, + 30, + 32, + 33, + 34, + 35, + 37, + 38, + 40, + 42, + 43, + 44, + 47, + 50, + 51, + 57, + 58, + 61, + 68, + 70, + 73, + 77, + 82, + 83, + 85, + 87, + 88, + 90 + ], + "hms": [ + 2, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_CELEBI", + "hp": 100, + "atk": 100, + "def": 100, + "speed": 100, + "spatk": 100, + "spdef": 100, + "types": [ + "TYPE_PSYCHIC", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 64, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_LUM_BERRY", + "ITEM_LUM_BERRY" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 100, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 27, + 29, + 30, + 32, + 33, + 34, + 37, + 40, + 42, + 43, + 44, + 48, + 53, + 56, + 57, + 58, + 62, + 68, + 70, + 73, + 75, + 76, + 77, + 82, + 83, + 85, + 86, + 87, + 89, + 90, + 92 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_TREECKO", + "hp": 40, + "atk": 45, + "def": 35, + "speed": 70, + "spatk": 65, + "spdef": 55, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 65, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 1, + 6, + 9, + 10, + 11, + 17, + 19, + 20, + 21, + 22, + 23, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 53, + 56, + 58, + 60, + 70, + 75, + 78, + 80, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_GROVYLE", + "hp": 50, + "atk": 65, + "def": 45, + "speed": 95, + "spatk": 85, + "spdef": 65, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 141, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 1, + 6, + 9, + 10, + 11, + 17, + 19, + 20, + 21, + 22, + 23, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 53, + 54, + 56, + 58, + 60, + 70, + 75, + 78, + 80, + 81, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SCEPTILE", + "hp": 70, + "atk": 85, + "def": 65, + "speed": 120, + "spatk": 105, + "spdef": 85, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 208, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 3, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 1, + 2, + 5, + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 20, + 21, + 22, + 23, + 26, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 52, + 53, + 54, + 56, + 58, + 59, + 60, + 68, + 70, + 75, + 78, + 80, + 81, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_TORCHIC", + "hp": 45, + "atk": 60, + "def": 40, + "speed": 45, + "spatk": 70, + "spdef": 50, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 65, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 21, + 27, + 28, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 65, + 75, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_COMBUSKEN", + "hp": 60, + "atk": 85, + "def": 60, + "speed": 55, + "spatk": 85, + "spdef": 60, + "types": [ + "TYPE_FIRE", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 142, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 17, + 21, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 50, + 52, + 56, + 58, + 61, + 65, + 75, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_BLAZIKEN", + "hp": 80, + "atk": 120, + "def": 70, + "speed": 80, + "spatk": 110, + "spdef": 70, + "types": [ + "TYPE_FIRE", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 209, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 5, + 6, + 8, + 10, + 11, + 15, + 17, + 21, + 22, + 26, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 50, + 52, + 56, + 58, + 61, + 65, + 68, + 71, + 75, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MUDKIP", + "hp": 50, + "atk": 70, + "def": 50, + "speed": 40, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 65, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 28, + 32, + 39, + 42, + 43, + 44, + 45, + 58, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_MARSHTOMP", + "hp": 70, + "atk": 85, + "def": 70, + "speed": 50, + "spatk": 60, + "spdef": 70, + "types": [ + "TYPE_WATER", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 143, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 56, + 58, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_SWAMPERT", + "hp": 100, + "atk": 110, + "def": 90, + "speed": 60, + "spatk": 85, + "spdef": 90, + "types": [ + "TYPE_WATER", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 68, + 71, + 72, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_POOCHYENA", + "hp": 35, + "atk": 55, + "def": 35, + "speed": 35, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_DARK", + "TYPE_DARK" + ], + "catchRate": 255, + "expYield": 55, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_PECHA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_QUICK_FEET" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 32, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 63, + 66, + 78, + 79, + 82, + 83, + 87, + 90 + ], + "hms": [ + 6 + ] + }, + { + "species": "SPECIES_MIGHTYENA", + "hp": 70, + "atk": 90, + "def": 70, + "speed": 70, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_DARK", + "TYPE_DARK" + ], + "catchRate": 127, + "expYield": 128, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_PECHA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_QUICK_FEET" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 32, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 63, + 66, + 68, + 78, + 79, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_ZIGZAGOON", + "hp": 38, + "atk": 30, + "def": 41, + "speed": 60, + "spatk": 30, + "spdef": 41, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 255, + "expYield": 60, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_ORAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_PICKUP", + "ABILITY_GLUTTONY" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 56, + 57, + 58, + 73, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 3, + 6 + ] + }, + { + "species": "SPECIES_LINOONE", + "hp": 78, + "atk": 70, + "def": 61, + "speed": 100, + "spatk": 50, + "spdef": 61, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 90, + "expYield": 128, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_ORAN_BERRY", + "ITEM_SITRUS_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_PICKUP", + "ABILITY_GLUTTONY" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 56, + 57, + 58, + 65, + 68, + 73, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_WURMPLE", + "hp": 45, + "atk": 45, + "def": 35, + "speed": 20, + "spatk": 20, + "spdef": 30, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 255, + "expYield": 54, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHIELD_DUST", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_SILCOON", + "hp": 50, + "atk": 35, + "def": 55, + "speed": 15, + "spatk": 25, + "spdef": 25, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 120, + "expYield": 72, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_BEAUTIFLY", + "hp": 60, + "atk": 70, + "def": 50, + "speed": 65, + "spatk": 90, + "spdef": 50, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 161, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SHED_SHELL" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 19, + 20, + 21, + 22, + 27, + 29, + 30, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 53, + 58, + 62, + 68, + 70, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 5 + ] + }, + { + "species": "SPECIES_CASCOON", + "hp": 50, + "atk": 35, + "def": 55, + "speed": 15, + "spatk": 25, + "spdef": 25, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 120, + "expYield": 72, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_DUSTOX", + "hp": 60, + "atk": 50, + "def": 70, + "speed": 65, + "spatk": 50, + "spdef": 90, + "types": [ + "TYPE_BUG", + "TYPE_POISON" + ], + "catchRate": 45, + "expYield": 161, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_SHED_SHELL" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHIELD_DUST", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 16, + 17, + 19, + 21, + 22, + 27, + 29, + 30, + 32, + 36, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 53, + 58, + 62, + 68, + 70, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 5 + ] + }, + { + "species": "SPECIES_LOTAD", + "hp": 40, + "atk": 30, + "def": 30, + "speed": 30, + "spatk": 40, + "spdef": 50, + "types": [ + "TYPE_WATER", + "TYPE_GRASS" + ], + "catchRate": 255, + "expYield": 74, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_RAIN_DISH" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 9, + 10, + 11, + 13, + 14, + 17, + 18, + 19, + 21, + 22, + 27, + 32, + 42, + 43, + 44, + 45, + 46, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 3 + ] + }, + { + "species": "SPECIES_LOMBRE", + "hp": 60, + "atk": 50, + "def": 50, + "speed": 50, + "spatk": 60, + "spdef": 70, + "types": [ + "TYPE_WATER", + "TYPE_GRASS" + ], + "catchRate": 120, + "expYield": 141, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_RAIN_DISH" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 9, + 10, + 11, + 13, + 14, + 17, + 18, + 19, + 21, + 22, + 27, + 31, + 32, + 42, + 43, + 44, + 45, + 46, + 53, + 56, + 58, + 60, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_LUDICOLO", + "hp": 80, + "atk": 70, + "def": 70, + "speed": 70, + "spatk": 90, + "spdef": 100, + "types": [ + "TYPE_WATER", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 181, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_RAIN_DISH" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 9, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 19, + 21, + 22, + 27, + 31, + 32, + 42, + 43, + 44, + 45, + 46, + 52, + 53, + 56, + 58, + 60, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_SEEDOT", + "hp": 40, + "atk": 40, + "def": 50, + "speed": 30, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 255, + "expYield": 74, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 28, + 30, + 32, + 42, + 43, + 44, + 45, + 53, + 58, + 64, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 6 + ] + }, + { + "species": "SPECIES_NUZLEAF", + "hp": 70, + "atk": 70, + "def": 40, + "speed": 60, + "spatk": 60, + "spdef": 40, + "types": [ + "TYPE_GRASS", + "TYPE_DARK" + ], + "catchRate": 120, + "expYield": 141, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 28, + 30, + 31, + 32, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 53, + 56, + 58, + 63, + 64, + 66, + 70, + 75, + 77, + 78, + 79, + 80, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SHIFTRY", + "hp": 90, + "atk": 100, + "def": 60, + "speed": 80, + "spatk": 90, + "spdef": 60, + "types": [ + "TYPE_GRASS", + "TYPE_DARK" + ], + "catchRate": 45, + "expYield": 181, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_EARLY_BIRD" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 28, + 30, + 31, + 32, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 52, + 53, + 56, + 58, + 62, + 63, + 64, + 66, + 68, + 70, + 75, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_TAILLOW", + "hp": 40, + "atk": 55, + "def": 30, + "speed": 85, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 200, + "expYield": 59, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHARTI_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_GUTS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_SWELLOW", + "hp": 60, + "atk": 85, + "def": 60, + "speed": 125, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 162, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHARTI_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_GUTS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 68, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_WINGULL", + "hp": 40, + "atk": 30, + "def": 30, + "speed": 85, + "spatk": 55, + "spdef": 30, + "types": [ + "TYPE_WATER", + "TYPE_FLYING" + ], + "catchRate": 190, + "expYield": 64, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 32, + 34, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 55, + 58, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_PELIPPER", + "hp": 60, + "atk": 50, + "def": 100, + "speed": 65, + "spatk": 85, + "spdef": 70, + "types": [ + "TYPE_WATER", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 164, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 32, + 34, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 55, + 56, + 58, + 66, + 68, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 3, + 5 + ] + }, + { + "species": "SPECIES_RALTS", + "hp": 28, + "atk": 25, + "def": 25, + "speed": 40, + "spatk": 45, + "spdef": 35, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 235, + "expYield": 70, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_TRACE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 16, + 17, + 18, + 20, + 21, + 24, + 27, + 29, + 30, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 56, + 57, + 58, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_KIRLIA", + "hp": 38, + "atk": 35, + "def": 35, + "speed": 50, + "spatk": 65, + "spdef": 55, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 120, + "expYield": 140, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_TRACE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 16, + 17, + 18, + 20, + 21, + 24, + 27, + 29, + 30, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 56, + 57, + 58, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_GARDEVOIR", + "hp": 68, + "atk": 65, + "def": 65, + "speed": 80, + "spatk": 125, + "spdef": 115, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 208, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_SYNCHRONIZE", + "ABILITY_TRACE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 20, + 21, + 24, + 27, + 29, + 30, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 52, + 53, + 56, + 57, + 58, + 67, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_SURSKIT", + "hp": 40, + "atk": 30, + "def": 32, + "speed": 65, + "spatk": 50, + "spdef": 52, + "types": [ + "TYPE_BUG", + "TYPE_WATER" + ], + "catchRate": 200, + "expYield": 63, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 19, + 21, + 22, + 27, + 30, + 32, + 42, + 43, + 44, + 45, + 46, + 58, + 70, + 77, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_MASQUERAIN", + "hp": 70, + "atk": 60, + "def": 62, + "speed": 60, + "spatk": 80, + "spdef": 82, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 75, + "expYield": 128, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_SILVERPOWDER" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 19, + 21, + 22, + 27, + 30, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 53, + 58, + 62, + 68, + 70, + 77, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 5 + ] + }, + { + "species": "SPECIES_SHROOMISH", + "hp": 60, + "atk": 40, + "def": 60, + "speed": 35, + "spatk": 40, + "spdef": 60, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 255, + "expYield": 65, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_KEBIA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_EFFECT_SPORE", + "ABILITY_POISON_HEAL" + ], + "greatMarshRate": 120, + "color": 5, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 20, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 49, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_BRELOOM", + "hp": 60, + "atk": 130, + "def": 80, + "speed": 70, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_GRASS", + "TYPE_FIGHTING" + ], + "catchRate": 90, + "expYield": 165, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_KEBIA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_EFFECT_SPORE", + "ABILITY_POISON_HEAL" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 9, + 10, + 11, + 15, + 17, + 19, + 20, + 21, + 22, + 23, + 27, + 31, + 32, + 36, + 39, + 42, + 43, + 44, + 45, + 49, + 52, + 53, + 56, + 58, + 60, + 68, + 70, + 71, + 75, + 78, + 80, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SLAKOTH", + "hp": 60, + "atk": 60, + "def": 60, + "speed": 30, + "spatk": 35, + "spdef": 35, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 255, + "expYield": 83, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_TRUANT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 8, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 22, + 24, + 25, + 27, + 30, + 31, + 32, + 34, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 56, + 58, + 65, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_VIGOROTH", + "hp": 80, + "atk": 80, + "def": 80, + "speed": 90, + "spatk": 55, + "spdef": 55, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 120, + "expYield": 126, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_VITAL_SPIRIT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 8, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 21, + 22, + 24, + 25, + 26, + 27, + 30, + 31, + 32, + 34, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 65, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_SLAKING", + "hp": 150, + "atk": 160, + "def": 100, + "speed": 100, + "spatk": 95, + "spdef": 65, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 210, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_TRUANT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 8, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 24, + 25, + 26, + 27, + 30, + 31, + 32, + 34, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 65, + 68, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_NINCADA", + "hp": 31, + "atk": 45, + "def": 90, + "speed": 40, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_BUG", + "TYPE_GROUND" + ], + "catchRate": 255, + "expYield": 65, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_COMPOUND_EYES", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 28, + 30, + 32, + 37, + 40, + 42, + 43, + 44, + 54, + 58, + 70, + 81, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_NINJASK", + "hp": 61, + "atk": 90, + "def": 45, + "speed": 160, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 120, + "expYield": 155, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SPEED_BOOST", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 28, + 30, + 32, + 37, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 54, + 58, + 62, + 68, + 70, + 75, + 78, + 81, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 1, + 5 + ] + }, + { + "species": "SPECIES_SHEDINJA", + "hp": 1, + "atk": 90, + "def": 45, + "speed": 40, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_BUG", + "TYPE_GHOST" + ], + "catchRate": 45, + "expYield": 95, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 15, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_WONDER_GUARD", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 28, + 30, + 32, + 37, + 40, + 42, + 43, + 44, + 46, + 54, + 58, + 61, + 65, + 68, + 70, + 81, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_WHISMUR", + "hp": 64, + "atk": 51, + "def": 23, + "speed": 28, + "spatk": 51, + "spdef": 23, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 190, + "expYield": 68, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHESTO_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SOUNDPROOF", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 22, + 27, + 30, + 32, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 56, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_LOUDRED", + "hp": 84, + "atk": 71, + "def": 43, + "speed": 48, + "spatk": 71, + "spdef": 43, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 120, + "expYield": 126, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHESTO_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SOUNDPROOF", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 21, + 22, + 26, + 27, + 30, + 31, + 32, + 34, + 35, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 50, + 56, + 58, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_EXPLOUD", + "hp": 104, + "atk": 91, + "def": 63, + "speed": 68, + "spatk": 91, + "spdef": 63, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 184, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHESTO_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SOUNDPROOF", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 26, + 27, + 30, + 31, + 32, + 34, + 35, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 50, + 52, + 56, + 58, + 68, + 72, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MAKUHITA", + "hp": 72, + "atk": 60, + "def": 30, + "speed": 25, + "spatk": 20, + "spdef": 30, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 180, + "expYield": 87, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_GUTS" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_HARIYAMA", + "hp": 144, + "atk": 120, + "def": 60, + "speed": 50, + "spatk": 40, + "spdef": 60, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 200, + "expYield": 184, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_KINGS_ROCK" + ], + "genderRatio": 63, + "eggCycles": 20, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_GUTS" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 52, + 55, + 56, + 58, + 66, + 68, + 71, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_AZURILL", + "hp": 50, + "atk": 20, + "def": 40, + "speed": 20, + "spatk": 20, + "spdef": 40, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 150, + "expYield": 33, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 191, + "eggCycles": 10, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_HUGE_POWER" + ], + "greatMarshRate": 120, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 32, + 42, + 43, + 44, + 45, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_NOSEPASS", + "hp": 30, + "atk": 45, + "def": 135, + "speed": 30, + "spatk": 45, + "spdef": 90, + "types": [ + "TYPE_ROCK", + "TYPE_ROCK" + ], + "catchRate": 255, + "expYield": 108, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_HARD_STONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_MAGNET_PULL" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 21, + 24, + 25, + 26, + 27, + 32, + 34, + 37, + 39, + 41, + 42, + 43, + 44, + 45, + 58, + 64, + 69, + 71, + 73, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SKITTY", + "hp": 50, + "atk": 45, + "def": 45, + "speed": 50, + "spatk": 35, + "spdef": 35, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 255, + "expYield": 65, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_LEPPA_BERRY" + ], + "genderRatio": 191, + "eggCycles": 15, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_CUTE_CHARM", + "ABILITY_NORMALIZE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 57, + 58, + 66, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_DELCATTY", + "hp": 70, + "atk": 65, + "def": 65, + "speed": 70, + "spatk": 55, + "spdef": 55, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 60, + "expYield": 138, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_LEPPA_BERRY" + ], + "genderRatio": 191, + "eggCycles": 15, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_CUTE_CHARM", + "ABILITY_NORMALIZE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 57, + 58, + 66, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SABLEYE", + "hp": 50, + "atk": 75, + "def": 75, + "speed": 50, + "spatk": 65, + "spdef": 65, + "types": [ + "TYPE_DARK", + "TYPE_GHOST" + ], + "catchRate": 45, + "expYield": 98, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 35, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_STALL" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 27, + 28, + 29, + 30, + 31, + 32, + 34, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 56, + 58, + 61, + 63, + 65, + 66, + 70, + 77, + 78, + 79, + 82, + 83, + 84, + 85, + 87, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_MAWILE", + "hp": 50, + "atk": 85, + "def": 85, + "speed": 50, + "spatk": 55, + "spdef": 55, + "types": [ + "TYPE_STEEL", + "TYPE_STEEL" + ], + "catchRate": 45, + "expYield": 98, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_OCCA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_HYPER_CUTTER", + "ABILITY_INTIMIDATE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 12, + 13, + 15, + 17, + 18, + 21, + 22, + 27, + 30, + 31, + 32, + 35, + 36, + 37, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 52, + 56, + 57, + 58, + 63, + 66, + 68, + 75, + 78, + 79, + 80, + 82, + 83, + 86, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_ARON", + "hp": 50, + "atk": 70, + "def": 100, + "speed": 30, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_STEEL", + "TYPE_ROCK" + ], + "catchRate": 180, + "expYield": 96, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_HARD_STONE" + ], + "genderRatio": 127, + "eggCycles": 35, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_ROCK_HEAD" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 32, + 34, + 37, + 39, + 40, + 42, + 43, + 44, + 45, + 58, + 65, + 69, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_LAIRON", + "hp": 60, + "atk": 90, + "def": 140, + "speed": 40, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_STEEL", + "TYPE_ROCK" + ], + "catchRate": 90, + "expYield": 152, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_HARD_STONE" + ], + "genderRatio": 127, + "eggCycles": 35, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_ROCK_HEAD" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 32, + 34, + 37, + 39, + 40, + 42, + 43, + 44, + 45, + 58, + 65, + 69, + 71, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_AGGRON", + "hp": 70, + "atk": 110, + "def": 180, + "speed": 50, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_STEEL", + "TYPE_ROCK" + ], + "catchRate": 45, + "expYield": 205, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 3, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_HARD_STONE" + ], + "genderRatio": 127, + "eggCycles": 35, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_ROCK_HEAD" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 1, + 2, + 3, + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 59, + 65, + 66, + 68, + 69, + 71, + 72, + 73, + 76, + 78, + 79, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MEDITITE", + "hp": 30, + "atk": 40, + "def": 55, + "speed": 60, + "spatk": 40, + "spdef": 55, + "types": [ + "TYPE_FIGHTING", + "TYPE_PSYCHIC" + ], + "catchRate": 180, + "expYield": 91, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_PURE_POWER", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 8, + 10, + 11, + 16, + 17, + 18, + 21, + 27, + 29, + 30, + 31, + 32, + 33, + 39, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 60, + 67, + 70, + 77, + 78, + 80, + 82, + 83, + 84, + 85, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_MEDICHAM", + "hp": 60, + "atk": 60, + "def": 75, + "speed": 80, + "spatk": 60, + "spdef": 75, + "types": [ + "TYPE_FIGHTING", + "TYPE_PSYCHIC" + ], + "catchRate": 90, + "expYield": 153, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_PURE_POWER", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 8, + 10, + 11, + 15, + 16, + 17, + 18, + 21, + 27, + 29, + 30, + 31, + 32, + 33, + 39, + 42, + 43, + 44, + 45, + 52, + 53, + 56, + 58, + 60, + 67, + 68, + 70, + 77, + 78, + 80, + 82, + 83, + 84, + 85, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_ELECTRIKE", + "hp": 40, + "atk": 45, + "def": 40, + "speed": 65, + "spatk": 65, + "spdef": 40, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 120, + "expYield": 104, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_LIGHTNING_ROD" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 35, + 42, + 43, + 44, + 45, + 46, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_MANECTRIC", + "hp": 70, + "atk": 75, + "def": 60, + "speed": 105, + "spatk": 105, + "spdef": 60, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 45, + "expYield": 168, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_STATIC", + "ABILITY_LIGHTNING_ROD" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 15, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 35, + 42, + 43, + 44, + 45, + 46, + 50, + 57, + 58, + 68, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_PLUSLE", + "hp": 60, + "atk": 50, + "def": 40, + "speed": 95, + "spatk": 85, + "spdef": 75, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 200, + "expYield": 120, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_PLUS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 42, + 43, + 44, + 45, + 56, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_MINUN", + "hp": 60, + "atk": 40, + "def": 50, + "speed": 95, + "spatk": 75, + "spdef": 85, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 200, + "expYield": 120, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_MINUS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 42, + 43, + 44, + 45, + 56, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_VOLBEAT", + "hp": 65, + "atk": 73, + "def": 55, + "speed": 85, + "spatk": 47, + "spdef": 75, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 150, + "expYield": 146, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 15, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_ILLUMINATE", + "ABILITY_SWARM" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 16, + 17, + 18, + 19, + 21, + 22, + 24, + 25, + 27, + 30, + 31, + 32, + 34, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 56, + 57, + 58, + 62, + 70, + 73, + 77, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_ILLUMISE", + "hp": 65, + "atk": 47, + "def": 55, + "speed": 85, + "spatk": 73, + "spdef": 75, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 150, + "expYield": 146, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 254, + "eggCycles": 15, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_TINTED_LENS" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 16, + 17, + 18, + 19, + 21, + 22, + 24, + 25, + 27, + 30, + 31, + 32, + 34, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 56, + 57, + 58, + 62, + 70, + 73, + 77, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_ROSELIA", + "hp": 50, + "atk": 60, + "def": 45, + "speed": 65, + "spatk": 100, + "spdef": 80, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 150, + "expYield": 152, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_POISON_POINT" + ], + "greatMarshRate": 60, + "color": 3, + "flip": 1, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 18, + 19, + 21, + 22, + 27, + 30, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 77, + 78, + 82, + 83, + 84, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_GULPIN", + "hp": 70, + "atk": 43, + "def": 53, + "speed": 40, + "spatk": 43, + "spdef": 53, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 225, + "expYield": 75, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_BIG_PEARL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LIQUID_OOZE", + "ABILITY_STICKY_HOLD" + ], + "greatMarshRate": 120, + "color": 3, + "flip": 0, + "tms": [ + 3, + 6, + 9, + 10, + 11, + 13, + 17, + 18, + 19, + 21, + 22, + 27, + 30, + 32, + 34, + 36, + 42, + 43, + 44, + 45, + 49, + 58, + 64, + 78, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SWALOT", + "hp": 100, + "atk": 73, + "def": 83, + "speed": 55, + "spatk": 73, + "spdef": 83, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 75, + "expYield": 168, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_BIG_PEARL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LIQUID_OOZE", + "ABILITY_STICKY_HOLD" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 6, + 9, + 10, + 11, + 13, + 15, + 17, + 18, + 19, + 21, + 22, + 26, + 27, + 30, + 32, + 34, + 36, + 42, + 43, + 44, + 45, + 49, + 58, + 64, + 68, + 78, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_CARVANHA", + "hp": 45, + "atk": 90, + "def": 20, + "speed": 65, + "spatk": 65, + "spdef": 20, + "types": [ + "TYPE_WATER", + "TYPE_DARK" + ], + "catchRate": 225, + "expYield": 88, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DEEPSEATOOTH" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_ROUGH_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 90, + "color": 0, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 12, + 13, + 14, + 17, + 18, + 21, + 27, + 32, + 41, + 42, + 43, + 44, + 45, + 46, + 55, + 58, + 66, + 78, + 79, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_SHARPEDO", + "hp": 70, + "atk": 120, + "def": 40, + "speed": 95, + "spatk": 95, + "spdef": 40, + "types": [ + "TYPE_WATER", + "TYPE_DARK" + ], + "catchRate": 60, + "expYield": 175, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DEEPSEATOOTH" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_ROUGH_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 32, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 55, + 58, + 66, + 68, + 72, + 78, + 79, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_WAILMER", + "hp": 130, + "atk": 70, + "def": 35, + "speed": 60, + "spatk": 70, + "spdef": 35, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 125, + "expYield": 137, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_WATER_VEIL", + "ABILITY_OBLIVIOUS" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 26, + 27, + 32, + 39, + 42, + 43, + 44, + 45, + 55, + 58, + 72, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_WAILORD", + "hp": 170, + "atk": 90, + "def": 45, + "speed": 60, + "spatk": 90, + "spdef": 45, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 60, + "expYield": 206, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_WATER_VEIL", + "ABILITY_OBLIVIOUS" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 32, + 39, + 42, + 43, + 44, + 45, + 55, + 58, + 68, + 72, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_NUMEL", + "hp": 60, + "atk": 60, + "def": 40, + "speed": 35, + "spatk": 65, + "spdef": 45, + "types": [ + "TYPE_FIRE", + "TYPE_GROUND" + ], + "catchRate": 255, + "expYield": 88, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_RAWST_BERRY", + "ITEM_RAWST_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_SIMPLE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 21, + 26, + 27, + 28, + 32, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_CAMERUPT", + "hp": 70, + "atk": 100, + "def": 70, + "speed": 40, + "spatk": 105, + "spdef": 75, + "types": [ + "TYPE_FIRE", + "TYPE_GROUND" + ], + "catchRate": 150, + "expYield": 175, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_RAWST_BERRY", + "ITEM_RAWST_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_MAGMA_ARMOR", + "ABILITY_SOLID_ROCK" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 15, + 17, + 21, + 22, + 26, + 27, + 28, + 32, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 64, + 68, + 69, + 71, + 76, + 78, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_TORKOAL", + "hp": 70, + "atk": 85, + "def": 140, + "speed": 20, + "spatk": 85, + "spdef": 70, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 90, + "expYield": 161, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_WHITE_SMOKE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 21, + 22, + 23, + 26, + 27, + 32, + 35, + 36, + 38, + 39, + 42, + 43, + 44, + 45, + 50, + 58, + 61, + 64, + 68, + 71, + 74, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SPOINK", + "hp": 60, + "atk": 25, + "def": 35, + "speed": 60, + "spatk": 70, + "spdef": 80, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 255, + "expYield": 89, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_TANGA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_OWN_TEMPO" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 16, + 17, + 18, + 21, + 23, + 27, + 29, + 30, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 57, + 58, + 66, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_GRUMPIG", + "hp": 80, + "atk": 45, + "def": 65, + "speed": 80, + "spatk": 90, + "spdef": 110, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 60, + "expYield": 164, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_TANGA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_OWN_TEMPO" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 21, + 23, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 52, + 53, + 56, + 57, + 58, + 60, + 66, + 67, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_SPINDA", + "hp": 60, + "atk": 60, + "def": 60, + "speed": 60, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 255, + "expYield": 85, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHESTO_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_OWN_TEMPO", + "ABILITY_TANGLED_FEET" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 1, + "tms": [ + 1, + 3, + 4, + 6, + 10, + 11, + 17, + 18, + 20, + 21, + 27, + 28, + 29, + 30, + 31, + 32, + 34, + 39, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 56, + 58, + 60, + 67, + 70, + 77, + 78, + 80, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_TRAPINCH", + "hp": 45, + "atk": 100, + "def": 45, + "speed": 10, + "spatk": 45, + "spdef": 45, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 255, + "expYield": 73, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SOFT_SAND" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_HYPER_CUTTER", + "ABILITY_ARENA_TRAP" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 26, + 27, + 28, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_VIBRAVA", + "hp": 50, + "atk": 70, + "def": 50, + "speed": 70, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_GROUND", + "TYPE_DRAGON" + ], + "catchRate": 120, + "expYield": 126, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_LEVITATE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 26, + 27, + 28, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 47, + 51, + 58, + 59, + 62, + 78, + 80, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 2, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_FLYGON", + "hp": 80, + "atk": 100, + "def": 80, + "speed": 100, + "spatk": 80, + "spdef": 80, + "types": [ + "TYPE_GROUND", + "TYPE_DRAGON" + ], + "catchRate": 45, + "expYield": 197, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_LEVITATE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 2, + 6, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 23, + 26, + 27, + 28, + 32, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 47, + 51, + 58, + 59, + 62, + 68, + 71, + 78, + 80, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 2, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_CACNEA", + "hp": 50, + "atk": 85, + "def": 40, + "speed": 35, + "spatk": 85, + "spdef": 40, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 190, + "expYield": 97, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_STICKY_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_SAND_VEIL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 1, + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 31, + 32, + 37, + 42, + 43, + 44, + 45, + 53, + 56, + 58, + 60, + 66, + 70, + 75, + 78, + 79, + 82, + 83, + 84, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_CACTURNE", + "hp": 70, + "atk": 115, + "def": 60, + "speed": 55, + "spatk": 115, + "spdef": 60, + "types": [ + "TYPE_GRASS", + "TYPE_DARK" + ], + "catchRate": 60, + "expYield": 177, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_STICKY_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_SAND_VEIL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 1, + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 31, + 32, + 37, + 42, + 43, + 44, + 45, + 52, + 53, + 56, + 58, + 60, + 63, + 66, + 68, + 70, + 75, + 78, + 79, + 82, + 83, + 84, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4 + ] + }, + { + "species": "SPECIES_SWABLU", + "hp": 45, + "atk": 40, + "def": 60, + "speed": 50, + "spatk": 40, + "spdef": 75, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 255, + "expYield": 74, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 13, + 17, + 18, + 20, + 21, + 22, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 59, + 77, + 78, + 82, + 83, + 85, + 87, + 88, + 90 + ], + "hms": [ + 2 + ] + }, + { + "species": "SPECIES_ALTARIA", + "hp": 75, + "atk": 70, + "def": 90, + "speed": 80, + "spatk": 70, + "spdef": 105, + "types": [ + "TYPE_DRAGON", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 188, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 10, + 11, + 13, + 15, + 17, + 18, + 20, + 21, + 22, + 23, + 26, + 27, + 32, + 35, + 38, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 59, + 68, + 77, + 78, + 82, + 83, + 85, + 87, + 88, + 90 + ], + "hms": [ + 2, + 6 + ] + }, + { + "species": "SPECIES_ZANGOOSE", + "hp": 73, + "atk": 115, + "def": 60, + "speed": 90, + "spatk": 60, + "spdef": 60, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 90, + "expYield": 165, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_QUICK_CLAW" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_IMMUNITY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 1, + "tms": [ + 1, + 3, + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 19, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 52, + 54, + 56, + 58, + 63, + 65, + 66, + 75, + 78, + 80, + 81, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_SEVIPER", + "hp": 73, + "atk": 100, + "def": 60, + "speed": 65, + "spatk": 100, + "spdef": 60, + "types": [ + "TYPE_POISON", + "TYPE_POISON" + ], + "catchRate": 90, + "expYield": 165, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 1, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 18, + 19, + 21, + 23, + 26, + 27, + 28, + 32, + 35, + 36, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 66, + 78, + 79, + 81, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_LUNATONE", + "hp": 70, + "atk": 55, + "def": 65, + "speed": 70, + "spatk": 95, + "spdef": 85, + "types": [ + "TYPE_ROCK", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 150, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_MOON_STONE" + ], + "genderRatio": 255, + "eggCycles": 25, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 26, + 27, + 29, + 30, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 48, + 57, + 58, + 63, + 64, + 67, + 68, + 69, + 70, + 71, + 74, + 76, + 77, + 80, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_SOLROCK", + "hp": 70, + "atk": 95, + "def": 85, + "speed": 70, + "spatk": 55, + "spdef": 65, + "types": [ + "TYPE_ROCK", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 150, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SUN_STONE" + ], + "genderRatio": 255, + "eggCycles": 25, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 15, + 16, + 17, + 20, + 21, + 22, + 26, + 27, + 29, + 30, + 32, + 33, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 48, + 50, + 57, + 58, + 61, + 63, + 64, + 67, + 68, + 69, + 70, + 71, + 74, + 76, + 77, + 80, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_BARBOACH", + "hp": 50, + "atk": 48, + "def": 43, + "speed": 60, + "spatk": 46, + "spdef": 41, + "types": [ + "TYPE_WATER", + "TYPE_GROUND" + ], + "catchRate": 190, + "expYield": 92, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_ANTICIPATION" + ], + "greatMarshRate": 120, + "color": 7, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 26, + 27, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_WHISCASH", + "hp": 110, + "atk": 78, + "def": 73, + "speed": 60, + "spatk": 76, + "spdef": 71, + "types": [ + "TYPE_WATER", + "TYPE_GROUND" + ], + "catchRate": 75, + "expYield": 158, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_ANTICIPATION" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 68, + 71, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_CORPHISH", + "hp": 43, + "atk": 80, + "def": 65, + "speed": 35, + "spatk": 50, + "spdef": 35, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 205, + "expYield": 111, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_HYPER_CUTTER", + "ABILITY_SHELL_ARMOR" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 12, + 13, + 14, + 17, + 18, + 21, + 27, + 28, + 31, + 32, + 36, + 39, + 40, + 42, + 43, + 44, + 45, + 54, + 56, + 58, + 66, + 75, + 78, + 80, + 81, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_CRAWDAUNT", + "hp": 63, + "atk": 120, + "def": 85, + "speed": 55, + "spatk": 90, + "spdef": 55, + "types": [ + "TYPE_WATER", + "TYPE_DARK" + ], + "catchRate": 155, + "expYield": 161, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_HYPER_CUTTER", + "ABILITY_SHELL_ARMOR" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 28, + 31, + 32, + 36, + 39, + 40, + 42, + 43, + 44, + 45, + 54, + 56, + 58, + 66, + 68, + 72, + 75, + 78, + 79, + 80, + 81, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_BALTOY", + "hp": 40, + "atk": 40, + "def": 55, + "speed": 55, + "spatk": 40, + "spdef": 70, + "types": [ + "TYPE_GROUND", + "TYPE_PSYCHIC" + ], + "catchRate": 255, + "expYield": 58, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 13, + 16, + 17, + 18, + 20, + 21, + 22, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 48, + 57, + 58, + 64, + 67, + 69, + 70, + 74, + 76, + 77, + 80, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_CLAYDOL", + "hp": 60, + "atk": 70, + "def": 105, + "speed": 75, + "spatk": 70, + "spdef": 120, + "types": [ + "TYPE_GROUND", + "TYPE_PSYCHIC" + ], + "catchRate": 90, + "expYield": 189, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 13, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 48, + 57, + 58, + 64, + 67, + 68, + 69, + 70, + 71, + 74, + 76, + 77, + 80, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_LILEEP", + "hp": 66, + "atk": 41, + "def": 77, + "speed": 23, + "spatk": 61, + "spdef": 87, + "types": [ + "TYPE_ROCK", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 99, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_BIG_ROOT" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_SUCTION_CUPS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 37, + 39, + 42, + 43, + 44, + 45, + 53, + 58, + 69, + 70, + 75, + 76, + 78, + 80, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_CRADILY", + "hp": 86, + "atk": 81, + "def": 97, + "speed": 43, + "spatk": 81, + "spdef": 107, + "types": [ + "TYPE_ROCK", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 199, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_BIG_ROOT" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_SUCTION_CUPS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 26, + 27, + 32, + 36, + 37, + 39, + 42, + 43, + 44, + 45, + 53, + 58, + 68, + 69, + 70, + 71, + 75, + 76, + 78, + 80, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_ANORITH", + "hp": 45, + "atk": 95, + "def": 50, + "speed": 75, + "spatk": 40, + "spdef": 50, + "types": [ + "TYPE_ROCK", + "TYPE_BUG" + ], + "catchRate": 45, + "expYield": 99, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_BATTLE_ARMOR", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 17, + 21, + 27, + 28, + 31, + 32, + 37, + 39, + 40, + 42, + 43, + 44, + 45, + 54, + 58, + 69, + 75, + 76, + 78, + 80, + 81, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_ARMALDO", + "hp": 75, + "atk": 125, + "def": 100, + "speed": 45, + "spatk": 70, + "spdef": 80, + "types": [ + "TYPE_ROCK", + "TYPE_BUG" + ], + "catchRate": 45, + "expYield": 199, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_3", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_BATTLE_ARMOR", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 15, + 17, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 37, + 39, + 40, + 42, + 43, + 44, + 45, + 54, + 58, + 68, + 69, + 71, + 75, + 76, + 78, + 80, + 81, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_FEEBAS", + "hp": 20, + "atk": 15, + "def": 20, + "speed": 80, + "spatk": 10, + "spdef": 55, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 255, + "expYield": 61, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_MILOTIC", + "hp": 95, + "atk": 60, + "def": 79, + "speed": 81, + "spatk": 100, + "spdef": 125, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 60, + "expYield": 213, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_MARVEL_SCALE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 23, + 27, + 32, + 42, + 43, + 44, + 45, + 58, + 59, + 68, + 72, + 77, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_CASTFORM", + "hp": 70, + "atk": 70, + "def": 70, + "speed": 70, + "spatk": 70, + "spdef": 70, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 145, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_MYSTIC_WATER", + "ITEM_MYSTIC_WATER" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_FORECAST", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 22, + 24, + 25, + 27, + 30, + 32, + 34, + 35, + 37, + 38, + 42, + 43, + 44, + 45, + 46, + 53, + 58, + 70, + 72, + 73, + 77, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_KECLEON", + "hp": 60, + "atk": 90, + "def": 70, + "speed": 40, + "spatk": 60, + "spdef": 120, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 200, + "expYield": 132, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_PERSIM_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_COLOR_CHANGE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 56, + 57, + 58, + 60, + 65, + 67, + 70, + 73, + 76, + 77, + 78, + 80, + 82, + 83, + 86, + 87, + 90, + 92 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SHUPPET", + "hp": 44, + "atk": 75, + "def": 35, + "speed": 45, + "spatk": 63, + "spdef": 33, + "types": [ + "TYPE_GHOST", + "TYPE_GHOST" + ], + "catchRate": 225, + "expYield": 97, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SPELL_TAG" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 35, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_INSOMNIA", + "ABILITY_FRISK" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 57, + 58, + 61, + 63, + 66, + 70, + 73, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_BANETTE", + "hp": 64, + "atk": 115, + "def": 65, + "speed": 65, + "spatk": 83, + "spdef": 63, + "types": [ + "TYPE_GHOST", + "TYPE_GHOST" + ], + "catchRate": 45, + "expYield": 179, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SPELL_TAG" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 35, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_INSOMNIA", + "ABILITY_FRISK" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 56, + 57, + 58, + 61, + 63, + 65, + 66, + 68, + 70, + 73, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_DUSKULL", + "hp": 20, + "atk": 40, + "def": 90, + "speed": 25, + "spatk": 30, + "spdef": 90, + "types": [ + "TYPE_GHOST", + "TYPE_GHOST" + ], + "catchRate": 190, + "expYield": 97, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_KASIB_BERRY" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 35, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 21, + 27, + 29, + 30, + 32, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 56, + 57, + 58, + 61, + 63, + 66, + 70, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_DUSCLOPS", + "hp": 40, + "atk": 70, + "def": 130, + "speed": 25, + "spatk": 60, + "spdef": 130, + "types": [ + "TYPE_GHOST", + "TYPE_GHOST" + ], + "catchRate": 90, + "expYield": 179, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_KASIB_BERRY" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 35, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 29, + 30, + 31, + 32, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 56, + 57, + 58, + 61, + 63, + 66, + 68, + 70, + 77, + 78, + 79, + 80, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_TROPIUS", + "hp": 99, + "atk": 68, + "def": 83, + "speed": 51, + "spatk": 72, + "spdef": 87, + "types": [ + "TYPE_GRASS", + "TYPE_FLYING" + ], + "catchRate": 200, + "expYield": 169, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_SOLAR_POWER" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 5, + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 20, + 21, + 22, + 26, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 47, + 51, + 53, + 58, + 62, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 2, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_CHIMECHO", + "hp": 65, + "atk": 50, + "def": 70, + "speed": 65, + "spatk": 95, + "spdef": 80, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 45, + "expYield": 147, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_COLBUR_BERRY" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 16, + 17, + 18, + 20, + 21, + 27, + 29, + 30, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 48, + 49, + 53, + 57, + 58, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_ABSOL", + "hp": 65, + "atk": 130, + "def": 60, + "speed": 75, + "spatk": 75, + "spdef": 60, + "types": [ + "TYPE_DARK", + "TYPE_DARK" + ], + "catchRate": 30, + "expYield": 174, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 35, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_SUPER_LUCK" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 1, + "tms": [ + 3, + 4, + 6, + 7, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 30, + 32, + 34, + 35, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 54, + 57, + 58, + 61, + 65, + 66, + 68, + 70, + 71, + 73, + 75, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_WYNAUT", + "hp": 95, + "atk": 23, + "def": 48, + "speed": 23, + "spatk": 23, + "spdef": 48, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 125, + "expYield": 44, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_SHADOW_TAG", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_SNORUNT", + "hp": 50, + "atk": 50, + "def": 50, + "speed": 50, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_ICE", + "TYPE_ICE" + ], + "catchRate": 190, + "expYield": 74, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_BABIRI_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_INNER_FOCUS", + "ABILITY_ICE_BODY" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 16, + 17, + 18, + 20, + 21, + 27, + 30, + 32, + 42, + 43, + 44, + 45, + 58, + 70, + 72, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_GLALIE", + "hp": 80, + "atk": 80, + "def": 80, + "speed": 80, + "spatk": 80, + "spdef": 80, + "types": [ + "TYPE_ICE", + "TYPE_ICE" + ], + "catchRate": 75, + "expYield": 187, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_BABIRI_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_INNER_FOCUS", + "ABILITY_ICE_BODY" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 26, + 27, + 30, + 32, + 41, + 42, + 43, + 44, + 45, + 58, + 64, + 66, + 68, + 70, + 72, + 74, + 78, + 79, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_SPHEAL", + "hp": 70, + "atk": 40, + "def": 50, + "speed": 25, + "spatk": 55, + "spdef": 50, + "types": [ + "TYPE_ICE", + "TYPE_WATER" + ], + "catchRate": 255, + "expYield": 75, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_ICE_BODY" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 26, + 27, + 32, + 39, + 42, + 43, + 44, + 45, + 55, + 58, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_SEALEO", + "hp": 90, + "atk": 60, + "def": 70, + "speed": 45, + "spatk": 75, + "spdef": 70, + "types": [ + "TYPE_ICE", + "TYPE_WATER" + ], + "catchRate": 120, + "expYield": 128, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_ICE_BODY" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 26, + 27, + 32, + 39, + 42, + 43, + 44, + 45, + 55, + 58, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_WALREIN", + "hp": 110, + "atk": 80, + "def": 90, + "speed": 65, + "spatk": 95, + "spdef": 90, + "types": [ + "TYPE_ICE", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 192, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_ICE_BODY" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 32, + 39, + 42, + 43, + 44, + 45, + 55, + 58, + 68, + 72, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_CLAMPERL", + "hp": 35, + "atk": 64, + "def": 85, + "speed": 32, + "spatk": 74, + "spdef": 55, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 255, + "expYield": 142, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_BIG_PEARL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_SHELL_ARMOR", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_HUNTAIL", + "hp": 55, + "atk": 104, + "def": 105, + "speed": 52, + "spatk": 94, + "spdef": 75, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 60, + "expYield": 178, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DEEPSEATOOTH" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 27, + 32, + 39, + 42, + 43, + 44, + 45, + 49, + 55, + 58, + 68, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_GOREBYSS", + "hp": 55, + "atk": 84, + "def": 105, + "speed": 52, + "spatk": 114, + "spdef": 75, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 60, + "expYield": 178, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DEEPSEASCALE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_1" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 27, + 29, + 30, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 68, + 77, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_RELICANTH", + "hp": 100, + "atk": 90, + "def": 130, + "speed": 55, + "spatk": 45, + "spdef": 65, + "types": [ + "TYPE_WATER", + "TYPE_ROCK" + ], + "catchRate": 25, + "expYield": 198, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DEEPSEASCALE" + ], + "genderRatio": 31, + "eggCycles": 40, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_ROCK_HEAD" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 26, + 27, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 55, + 58, + 68, + 69, + 71, + 76, + 77, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 6, + 7 + ] + }, + { + "species": "SPECIES_LUVDISC", + "hp": 43, + "atk": 30, + "def": 55, + "speed": 97, + "spatk": 40, + "spdef": 65, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 225, + "expYield": 110, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_HEART_SCALE", + "ITEM_NONE" + ], + "genderRatio": 191, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 20, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 77, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_BAGON", + "hp": 45, + "atk": 75, + "def": 60, + "speed": 50, + "spatk": 40, + "spdef": 30, + "types": [ + "TYPE_DRAGON", + "TYPE_DRAGON" + ], + "catchRate": 45, + "expYield": 89, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DRAGON_FANG" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_DRAGON", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 10, + 11, + 17, + 18, + 21, + 27, + 31, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 58, + 59, + 65, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SHELGON", + "hp": 65, + "atk": 95, + "def": 100, + "speed": 50, + "spatk": 60, + "spdef": 50, + "types": [ + "TYPE_DRAGON", + "TYPE_DRAGON" + ], + "catchRate": 45, + "expYield": 144, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DRAGON_FANG" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_DRAGON", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_ROCK_HEAD", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 10, + 11, + 17, + 18, + 21, + 27, + 31, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 58, + 59, + 65, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SALAMENCE", + "hp": 95, + "atk": 135, + "def": 80, + "speed": 100, + "spatk": 110, + "spdef": 80, + "types": [ + "TYPE_DRAGON", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 218, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_DRAGON_FANG" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_DRAGON", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 31, + 32, + 35, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 47, + 51, + 58, + 59, + 65, + 68, + 71, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 2, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_BELDUM", + "hp": 40, + "atk": 55, + "def": 80, + "speed": 30, + "spatk": 35, + "spdef": 60, + "types": [ + "TYPE_STEEL", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 103, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METAL_COAT" + ], + "genderRatio": 255, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_CLEAR_BODY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_METANG", + "hp": 60, + "atk": 75, + "def": 100, + "speed": 50, + "spatk": 55, + "spdef": 80, + "types": [ + "TYPE_STEEL", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 153, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METAL_COAT" + ], + "genderRatio": 255, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_CLEAR_BODY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 21, + 26, + 27, + 29, + 30, + 31, + 32, + 33, + 36, + 37, + 39, + 40, + 42, + 43, + 44, + 58, + 64, + 69, + 70, + 74, + 76, + 77, + 80, + 82, + 83, + 86, + 87, + 90, + 91 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_METAGROSS", + "hp": 80, + "atk": 135, + "def": 130, + "speed": 70, + "spatk": 95, + "spdef": 90, + "types": [ + "TYPE_STEEL", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 3, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METAL_COAT" + ], + "genderRatio": 255, + "eggCycles": 40, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_CLEAR_BODY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 21, + 26, + 27, + 29, + 30, + 31, + 32, + 33, + 36, + 37, + 39, + 40, + 42, + 43, + 44, + 58, + 64, + 68, + 69, + 70, + 74, + 76, + 77, + 80, + 82, + 83, + 86, + 87, + 90, + 91 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_REGIROCK", + "hp": 80, + "atk": 100, + "def": 200, + "speed": 50, + "spatk": 50, + "spdef": 100, + "types": [ + "TYPE_ROCK", + "TYPE_ROCK" + ], + "catchRate": 3, + "expYield": 217, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 3, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_CLEAR_BODY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 15, + 17, + 20, + 21, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 34, + 37, + 39, + 42, + 43, + 44, + 52, + 56, + 57, + 58, + 60, + 64, + 68, + 69, + 71, + 73, + 76, + 77, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_REGICE", + "hp": 80, + "atk": 50, + "def": 100, + "speed": 50, + "spatk": 100, + "spdef": 200, + "types": [ + "TYPE_ICE", + "TYPE_ICE" + ], + "catchRate": 3, + "expYield": 216, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_CLEAR_BODY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 24, + 25, + 26, + 27, + 31, + 32, + 34, + 39, + 42, + 43, + 44, + 52, + 56, + 57, + 58, + 64, + 68, + 69, + 72, + 73, + 77, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_REGISTEEL", + "hp": 80, + "atk": 75, + "def": 150, + "speed": 50, + "spatk": 75, + "spdef": 150, + "types": [ + "TYPE_STEEL", + "TYPE_STEEL" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_CLEAR_BODY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 15, + 17, + 18, + 20, + 21, + 24, + 25, + 26, + 27, + 31, + 32, + 34, + 37, + 39, + 40, + 42, + 43, + 44, + 52, + 56, + 57, + 58, + 64, + 65, + 68, + 69, + 73, + 76, + 77, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_LATIAS", + "hp": 80, + "atk": 80, + "def": 90, + "speed": 110, + "spatk": 110, + "spdef": 130, + "types": [ + "TYPE_DRAGON", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 211, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 254, + "eggCycles": 120, + "friendship": 90, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 2, + 3, + 4, + 5, + 6, + 10, + 11, + 13, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 26, + 27, + 29, + 30, + 32, + 33, + 34, + 37, + 40, + 42, + 43, + 44, + 45, + 47, + 51, + 53, + 57, + 58, + 59, + 65, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 1, + 2, + 3, + 5, + 7 + ] + }, + { + "species": "SPECIES_LATIOS", + "hp": 80, + "atk": 90, + "def": 80, + "speed": 110, + "spatk": 130, + "spdef": 110, + "types": [ + "TYPE_DRAGON", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 211, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 120, + "friendship": 90, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 2, + 3, + 4, + 5, + 6, + 10, + 11, + 13, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 26, + 27, + 29, + 30, + 32, + 33, + 34, + 37, + 40, + 42, + 43, + 44, + 45, + 47, + 51, + 53, + 57, + 58, + 59, + 65, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [ + 1, + 2, + 3, + 5, + 7 + ] + }, + { + "species": "SPECIES_KYOGRE", + "hp": 100, + "atk": 100, + "def": 90, + "speed": 90, + "spatk": 150, + "spdef": 140, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 5, + "expYield": 218, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_DRIZZLE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 4, + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 24, + 25, + 26, + 27, + 31, + 32, + 34, + 39, + 42, + 43, + 44, + 55, + 58, + 68, + 72, + 73, + 77, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_GROUDON", + "hp": 100, + "atk": 150, + "def": 140, + "speed": 90, + "spatk": 100, + "spdef": 90, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 5, + "expYield": 218, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_DROUGHT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 8, + 10, + 11, + 15, + 17, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 50, + 52, + 56, + 58, + 59, + 65, + 68, + 69, + 71, + 73, + 75, + 76, + 77, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_RAYQUAZA", + "hp": 105, + "atk": 150, + "def": 90, + "speed": 95, + "spatk": 150, + "spdef": 90, + "types": [ + "TYPE_DRAGON", + "TYPE_FLYING" + ], + "catchRate": 3, + "expYield": 220, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_AIR_LOCK", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 2, + 3, + 5, + 6, + 8, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 50, + 52, + 53, + 56, + 58, + 59, + 65, + 68, + 71, + 72, + 73, + 74, + 75, + 77, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 2, + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_JIRACHI", + "hp": 100, + "atk": 100, + "def": 100, + "speed": 100, + "spatk": 100, + "spdef": 100, + "types": [ + "TYPE_STEEL", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_STAR_PIECE", + "ITEM_STAR_PIECE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 100, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_SERENE_GRACE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 20, + 21, + 24, + 25, + 27, + 29, + 30, + 32, + 33, + 34, + 37, + 40, + 42, + 43, + 44, + 48, + 53, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 73, + 76, + 77, + 82, + 83, + 85, + 86, + 87, + 89, + 90, + 91, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_DEOXYS", + "hp": 50, + "atk": 150, + "def": 50, + "speed": 150, + "spatk": 150, + "spdef": 50, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 39, + 40, + 41, + 42, + 43, + 44, + 48, + 49, + 52, + 53, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 72, + 73, + 76, + 77, + 80, + 82, + 83, + 84, + 85, + 86, + 87, + 90, + 91, + 92 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_TURTWIG", + "hp": 55, + "atk": 68, + "def": 64, + "speed": 31, + "spatk": 45, + "spdef": 55, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 64, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 16, + 17, + 19, + 20, + 21, + 22, + 23, + 27, + 32, + 33, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 76, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_GROTLE", + "hp": 75, + "atk": 89, + "def": 85, + "speed": 36, + "spatk": 55, + "spdef": 65, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 141, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 16, + 17, + 19, + 20, + 21, + 22, + 23, + 27, + 32, + 33, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 76, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_TORTERRA", + "hp": 95, + "atk": 109, + "def": 105, + "speed": 56, + "spatk": 75, + "spdef": 85, + "types": [ + "TYPE_GRASS", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 208, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_OVERGROW", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 1, + "tms": [ + 5, + 6, + 9, + 10, + 11, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 23, + 26, + 27, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 45, + 53, + 58, + 68, + 69, + 70, + 71, + 75, + 76, + 78, + 80, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_CHIMCHAR", + "hp": 44, + "atk": 58, + "def": 44, + "speed": 61, + "spatk": 58, + "spdef": 44, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 45, + "expYield": 65, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 1, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 12, + 17, + 21, + 23, + 27, + 28, + 31, + 32, + 35, + 38, + 40, + 41, + 42, + 43, + 44, + 45, + 50, + 56, + 58, + 61, + 65, + 75, + 76, + 78, + 82, + 83, + 86, + 87, + 89, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MONFERNO", + "hp": 64, + "atk": 78, + "def": 52, + "speed": 81, + "spatk": 78, + "spdef": 52, + "types": [ + "TYPE_FIRE", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 142, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 1, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 12, + 17, + 21, + 23, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 50, + 52, + 56, + 58, + 61, + 65, + 75, + 76, + 78, + 80, + 82, + 83, + 84, + 86, + 87, + 89, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_INFERNAPE", + "hp": 76, + "atk": 104, + "def": 71, + "speed": 108, + "spatk": 104, + "spdef": 71, + "types": [ + "TYPE_FIRE", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 209, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_BLAZE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 4, + 5, + 6, + 8, + 10, + 11, + 12, + 15, + 17, + 21, + 22, + 23, + 26, + 27, + 28, + 31, + 32, + 35, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 50, + 52, + 56, + 58, + 61, + 65, + 68, + 71, + 75, + 76, + 78, + 80, + 82, + 83, + 84, + 86, + 87, + 89, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_PIPLUP", + "hp": 53, + "atk": 51, + "def": 53, + "speed": 40, + "spatk": 61, + "spdef": 56, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 66, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 55, + 56, + 58, + 76, + 78, + 82, + 83, + 86, + 87, + 88, + 90 + ], + "hms": [ + 1, + 3, + 5, + 7 + ] + }, + { + "species": "SPECIES_PRINPLUP", + "hp": 64, + "atk": 66, + "def": 68, + "speed": 50, + "spatk": 81, + "spdef": 76, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 45, + "expYield": 143, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 55, + 56, + 58, + 65, + 76, + 78, + 82, + 83, + 86, + 87, + 88, + 90 + ], + "hms": [ + 1, + 3, + 4, + 5, + 6, + 7 + ] + }, + { + "species": "SPECIES_EMPOLEON", + "hp": 84, + "atk": 86, + "def": 88, + "speed": 60, + "spatk": 111, + "spdef": 101, + "types": [ + "TYPE_WATER", + "TYPE_STEEL" + ], + "catchRate": 45, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_TORRENT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 31, + 32, + 39, + 40, + 42, + 43, + 44, + 45, + 47, + 55, + 56, + 58, + 65, + 68, + 72, + 75, + 76, + 78, + 80, + 82, + 83, + 86, + 87, + 88, + 90, + 91 + ], + "hms": [ + 1, + 3, + 4, + 5, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_STARLY", + "hp": 40, + "atk": 55, + "def": 30, + "speed": 60, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 255, + "expYield": 56, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_YACHE_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_NONE" + ], + "greatMarshRate": 90, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_STARAVIA", + "hp": 55, + "atk": 75, + "def": 50, + "speed": 80, + "spatk": 40, + "spdef": 40, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 120, + "expYield": 113, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_YACHE_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_NONE" + ], + "greatMarshRate": 60, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_STARAPTOR", + "hp": 85, + "atk": 120, + "def": 70, + "speed": 100, + "spatk": 50, + "spdef": 50, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 172, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_YACHE_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_INTIMIDATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 68, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_BIDOOF", + "hp": 59, + "atk": 45, + "def": 40, + "speed": 31, + "spatk": 35, + "spdef": 40, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 255, + "expYield": 58, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SIMPLE", + "ABILITY_UNAWARE" + ], + "greatMarshRate": 90, + "color": 5, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 57, + 58, + 73, + 76, + 78, + 82, + 83, + 86, + 87, + 88, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_BIBAREL", + "hp": 79, + "atk": 85, + "def": 60, + "speed": 71, + "spatk": 55, + "spdef": 60, + "types": [ + "TYPE_NORMAL", + "TYPE_WATER" + ], + "catchRate": 127, + "expYield": 116, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_ORAN_BERRY", + "ITEM_SITRUS_BERRY" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SIMPLE", + "ABILITY_UNAWARE" + ], + "greatMarshRate": 60, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 56, + 57, + 58, + 68, + 73, + 76, + 78, + 82, + 83, + 86, + 87, + 88, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_KRICKETOT", + "hp": 37, + "atk": 25, + "def": 41, + "speed": 25, + "spatk": 25, + "spdef": 41, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 255, + "expYield": 54, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METRONOME" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_KRICKETUNE", + "hp": 77, + "atk": 85, + "def": 51, + "speed": 65, + "spatk": 55, + "spdef": 51, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 45, + "expYield": 159, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METRONOME" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 27, + 31, + 32, + 40, + 42, + 43, + 44, + 45, + 54, + 58, + 62, + 68, + 70, + 75, + 78, + 81, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_SHINX", + "hp": 45, + "atk": 65, + "def": 34, + "speed": 45, + "spatk": 40, + "spdef": 34, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 235, + "expYield": 60, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RIVALRY", + "ABILITY_INTIMIDATE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_LUXIO", + "hp": 60, + "atk": 85, + "def": 49, + "speed": 60, + "spatk": 60, + "spdef": 49, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 120, + "expYield": 117, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 100, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RIVALRY", + "ABILITY_INTIMIDATE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_LUXRAY", + "hp": 80, + "atk": 120, + "def": 79, + "speed": 70, + "spatk": 95, + "spdef": 79, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 45, + "expYield": 194, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_RIVALRY", + "ABILITY_INTIMIDATE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 15, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 57, + 58, + 68, + 70, + 73, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4 + ] + }, + { + "species": "SPECIES_BUDEW", + "hp": 40, + "atk": 30, + "def": 35, + "speed": 55, + "spatk": 50, + "spdef": 70, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 255, + "expYield": 68, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_POISON_POINT" + ], + "greatMarshRate": 120, + "color": 3, + "flip": 1, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 18, + 19, + 21, + 22, + 27, + 30, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 77, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_ROSERADE", + "hp": 60, + "atk": 70, + "def": 55, + "speed": 90, + "spatk": 125, + "spdef": 105, + "types": [ + "TYPE_GRASS", + "TYPE_POISON" + ], + "catchRate": 75, + "expYield": 204, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_POISON_POINT" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 1, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 18, + 19, + 21, + 22, + 27, + 30, + 32, + 36, + 42, + 43, + 44, + 45, + 53, + 58, + 68, + 70, + 75, + 77, + 78, + 82, + 83, + 84, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_CRANIDOS", + "hp": 67, + "atk": 125, + "def": 40, + "speed": 58, + "spatk": 30, + "spdef": 30, + "types": [ + "TYPE_ROCK", + "TYPE_ROCK" + ], + "catchRate": 45, + "expYield": 99, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_MOLD_BREAKER", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 56, + 58, + 59, + 66, + 69, + 71, + 75, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_RAMPARDOS", + "hp": 97, + "atk": 165, + "def": 60, + "speed": 58, + "spatk": 65, + "spdef": 50, + "types": [ + "TYPE_ROCK", + "TYPE_ROCK" + ], + "catchRate": 45, + "expYield": 199, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_MOLD_BREAKER", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 5, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 59, + 66, + 68, + 69, + 71, + 72, + 75, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_SHIELDON", + "hp": 30, + "atk": 42, + "def": 118, + "speed": 30, + "spatk": 42, + "spdef": 88, + "types": [ + "TYPE_ROCK", + "TYPE_STEEL" + ], + "catchRate": 45, + "expYield": 99, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 32, + 34, + 35, + 37, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 58, + 69, + 71, + 76, + 78, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_BASTIODON", + "hp": 60, + "atk": 52, + "def": 168, + "speed": 30, + "spatk": 47, + "spdef": 138, + "types": [ + "TYPE_ROCK", + "TYPE_STEEL" + ], + "catchRate": 45, + "expYield": 199, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 30, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 32, + 34, + 35, + 37, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 58, + 68, + 69, + 71, + 72, + 76, + 78, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_BURMY", + "hp": 40, + "atk": 29, + "def": 45, + "speed": 36, + "spatk": 29, + "spdef": 45, + "types": [ + "TYPE_BUG", + "TYPE_BUG" + ], + "catchRate": 120, + "expYield": 61, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SHED_SKIN", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_WORMADAM", + "hp": 60, + "atk": 59, + "def": 85, + "speed": 36, + "spatk": 79, + "spdef": 105, + "types": [ + "TYPE_BUG", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 159, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_SILVERPOWDER" + ], + "genderRatio": 254, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_ANTICIPATION", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 27, + 29, + 30, + 32, + 42, + 43, + 44, + 45, + 46, + 48, + 53, + 58, + 68, + 70, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_MOTHIM", + "hp": 70, + "atk": 94, + "def": 50, + "speed": 66, + "spatk": 94, + "spdef": 50, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 159, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SILVERPOWDER" + ], + "genderRatio": 0, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SWARM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 19, + 20, + 21, + 22, + 27, + 29, + 30, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 48, + 51, + 53, + 58, + 62, + 68, + 70, + 77, + 78, + 82, + 83, + 85, + 87, + 89, + 90 + ], + "hms": [ + 5 + ] + }, + { + "species": "SPECIES_COMBEE", + "hp": 30, + "atk": 30, + "def": 42, + "speed": 70, + "spatk": 30, + "spdef": 42, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 120, + "expYield": 63, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_HONEY", + "ITEM_HONEY" + ], + "genderRatio": 31, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_HONEY_GATHER", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_VESPIQUEN", + "hp": 70, + "atk": 80, + "def": 102, + "speed": 40, + "spatk": 80, + "spdef": 102, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 45, + "expYield": 188, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 254, + "eggCycles": 15, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 27, + 32, + 36, + 40, + 42, + 43, + 44, + 45, + 46, + 51, + 56, + 58, + 62, + 68, + 70, + 78, + 81, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 1, + 5 + ] + }, + { + "species": "SPECIES_PACHIRISU", + "hp": 60, + "atk": 45, + "def": 70, + "speed": 95, + "spatk": 45, + "spdef": 90, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 200, + "expYield": 120, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 10, + "friendship": 100, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_PICKUP" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 6, + 10, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 32, + 34, + 42, + 43, + 44, + 45, + 56, + 57, + 58, + 70, + 73, + 78, + 82, + 83, + 86, + 87, + 89, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_BUIZEL", + "hp": 55, + "atk": 65, + "def": 35, + "speed": 85, + "spatk": 60, + "spdef": 30, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 190, + "expYield": 75, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_WACAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 8, + 10, + 13, + 14, + 17, + 18, + 21, + 23, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 55, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_FLOATZEL", + "hp": 85, + "atk": 105, + "def": 55, + "speed": 115, + "spatk": 85, + "spdef": 50, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 75, + "expYield": 178, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_WACAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 5, + 6, + 7, + 8, + 10, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 31, + 32, + 39, + 41, + 42, + 43, + 44, + 45, + 52, + 55, + 58, + 66, + 68, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_CHERUBI", + "hp": 45, + "atk": 35, + "def": 45, + "speed": 35, + "spatk": 62, + "spdef": 53, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 190, + "expYield": 68, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_MIRACLE_SEED" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 17, + 19, + 20, + 21, + 22, + 27, + 32, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_CHERRIM", + "hp": 70, + "atk": 60, + "def": 70, + "speed": 85, + "spatk": 87, + "spdef": 78, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 75, + "expYield": 133, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_MIRACLE_SEED" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_FLOWER_GIFT", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 20, + 21, + 22, + 27, + 32, + 42, + 43, + 44, + 45, + 53, + 58, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_SHELLOS", + "hp": 76, + "atk": 48, + "def": 48, + "speed": 34, + "spatk": 57, + "spdef": 62, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 190, + "expYield": 73, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_STICKY_HOLD", + "ABILITY_STORM_DRAIN" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3 + ] + }, + { + "species": "SPECIES_GASTRODON", + "hp": 111, + "atk": 83, + "def": 68, + "speed": 39, + "spatk": 92, + "spdef": 82, + "types": [ + "TYPE_WATER", + "TYPE_GROUND" + ], + "catchRate": 75, + "expYield": 176, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_STICKY_HOLD", + "ABILITY_STORM_DRAIN" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 32, + 36, + 37, + 39, + 42, + 43, + 44, + 45, + 55, + 58, + 68, + 70, + 71, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 7 + ] + }, + { + "species": "SPECIES_AMBIPOM", + "hp": 75, + "atk": 100, + "def": 66, + "speed": 115, + "spatk": 60, + "spdef": 66, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 45, + "expYield": 186, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 100, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_TECHNICIAN", + "ABILITY_PICKUP" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 30, + 31, + 32, + 34, + 40, + 42, + 43, + 44, + 45, + 46, + 49, + 56, + 58, + 65, + 66, + 68, + 73, + 78, + 82, + 83, + 85, + 86, + 87, + 89, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_DRIFLOON", + "hp": 90, + "atk": 50, + "def": 34, + "speed": 70, + "spatk": 60, + "spdef": 44, + "types": [ + "TYPE_GHOST", + "TYPE_FLYING" + ], + "catchRate": 125, + "expYield": 127, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 30, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_AFTERMATH", + "ABILITY_UNBURDEN" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 48, + 57, + 58, + 61, + 62, + 63, + 64, + 66, + 67, + 70, + 73, + 74, + 77, + 78, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 1, + 5 + ] + }, + { + "species": "SPECIES_DRIFBLIM", + "hp": 150, + "atk": 80, + "def": 44, + "speed": 80, + "spatk": 90, + "spdef": 54, + "types": [ + "TYPE_GHOST", + "TYPE_FLYING" + ], + "catchRate": 60, + "expYield": 204, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 30, + "friendship": 70, + "growthRate": 2, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_AFTERMATH", + "ABILITY_UNBURDEN" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 46, + 48, + 57, + 58, + 61, + 62, + 63, + 64, + 66, + 67, + 68, + 70, + 73, + 74, + 77, + 78, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 1, + 2, + 5 + ] + }, + { + "species": "SPECIES_BUNEARY", + "hp": 55, + "atk": 66, + "def": 44, + "speed": 85, + "spatk": 44, + "spdef": 56, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 190, + "expYield": 84, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHOPLE_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 0, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_RUN_AWAY", + "ABILITY_KLUTZ" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 17, + 18, + 21, + 22, + 23, + 24, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 56, + 57, + 58, + 60, + 73, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 6 + ] + }, + { + "species": "SPECIES_LOPUNNY", + "hp": 65, + "atk": 76, + "def": 84, + "speed": 105, + "spatk": 54, + "spdef": 96, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 60, + "expYield": 178, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHOPLE_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 140, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_CUTE_CHARM", + "ABILITY_KLUTZ" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 42, + 43, + 44, + 45, + 52, + 56, + 57, + 58, + 60, + 68, + 73, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_MISMAGIUS", + "hp": 60, + "atk": 60, + "def": 60, + "speed": 105, + "spatk": 105, + "spdef": 105, + "types": [ + "TYPE_GHOST", + "TYPE_GHOST" + ], + "catchRate": 45, + "expYield": 187, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 35, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 53, + 57, + 58, + 61, + 63, + 66, + 68, + 70, + 73, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_HONCHKROW", + "hp": 100, + "atk": 125, + "def": 52, + "speed": 71, + "spatk": 105, + "spdef": 52, + "types": [ + "TYPE_DARK", + "TYPE_FLYING" + ], + "catchRate": 30, + "expYield": 187, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_INSOMNIA", + "ABILITY_SUPER_LUCK" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 27, + 29, + 30, + 32, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 49, + 51, + 58, + 63, + 66, + 68, + 73, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 88, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_GLAMEOW", + "hp": 49, + "atk": 55, + "def": 42, + "speed": 85, + "spatk": 42, + "spdef": 37, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 190, + "expYield": 71, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHERI_BERRY" + ], + "genderRatio": 191, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_LIMBER", + "ABILITY_OWN_TEMPO" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 65, + 66, + 70, + 77, + 78, + 82, + 83, + 85, + 87, + 89, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_PURUGLY", + "hp": 71, + "atk": 82, + "def": 64, + "speed": 112, + "spatk": 64, + "spdef": 59, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 75, + "expYield": 183, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_CHERI_BERRY" + ], + "genderRatio": 191, + "eggCycles": 20, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_THICK_FAT", + "ABILITY_OWN_TEMPO" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 27, + 28, + 30, + 32, + 34, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 65, + 66, + 68, + 70, + 77, + 78, + 82, + 83, + 85, + 87, + 89, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_CHINGLING", + "hp": 45, + "atk": 30, + "def": 50, + "speed": 45, + "spatk": 65, + "spdef": 50, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 120, + "expYield": 74, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_COLBUR_BERRY" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 12, + 16, + 17, + 18, + 20, + 21, + 27, + 29, + 30, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 48, + 49, + 57, + 58, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_STUNKY", + "hp": 63, + "atk": 63, + "def": 47, + "speed": 74, + "spatk": 41, + "spdef": 41, + "types": [ + "TYPE_POISON", + "TYPE_DARK" + ], + "catchRate": 225, + "expYield": 79, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_PECHA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_STENCH", + "ABILITY_AFTERMATH" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 32, + 35, + 36, + 38, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 64, + 65, + 66, + 78, + 79, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 5, + 6 + ] + }, + { + "species": "SPECIES_SKUNTANK", + "hp": 103, + "atk": 93, + "def": 67, + "speed": 84, + "spatk": 71, + "spdef": 61, + "types": [ + "TYPE_POISON", + "TYPE_DARK" + ], + "catchRate": 60, + "expYield": 209, + "hp_yield": 2, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_PECHA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_STENCH", + "ABILITY_AFTERMATH" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 32, + 35, + 36, + 38, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 64, + 65, + 66, + 68, + 78, + 79, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_BRONZOR", + "hp": 57, + "atk": 24, + "def": 86, + "speed": 23, + "spatk": 24, + "spdef": 86, + "types": [ + "TYPE_STEEL", + "TYPE_PSYCHIC" + ], + "catchRate": 255, + "expYield": 72, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METAL_COAT" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_HEATPROOF" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 16, + 17, + 18, + 20, + 21, + 22, + 26, + 27, + 29, + 30, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 48, + 57, + 58, + 66, + 67, + 69, + 70, + 74, + 76, + 77, + 80, + 82, + 83, + 85, + 86, + 87, + 90, + 91, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_BRONZONG", + "hp": 67, + "atk": 89, + "def": 116, + "speed": 33, + "spatk": 79, + "spdef": 116, + "types": [ + "TYPE_STEEL", + "TYPE_PSYCHIC" + ], + "catchRate": 90, + "expYield": 188, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_METAL_COAT" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_HEATPROOF" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 26, + 27, + 29, + 30, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 48, + 57, + 58, + 64, + 66, + 67, + 68, + 69, + 70, + 74, + 76, + 77, + 80, + 82, + 83, + 85, + 86, + 87, + 90, + 91, + 92 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_BONSLY", + "hp": 50, + "atk": 80, + "def": 95, + "speed": 10, + "spatk": 10, + "spdef": 45, + "types": [ + "TYPE_ROCK", + "TYPE_ROCK" + ], + "catchRate": 255, + "expYield": 68, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_ROCK_HEAD" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 17, + 21, + 27, + 28, + 31, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 46, + 58, + 64, + 69, + 76, + 77, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_MIME_JR", + "hp": 20, + "atk": 25, + "def": 45, + "speed": 60, + "spatk": 70, + "spdef": 90, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 145, + "expYield": 78, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_LEPPA_BERRY" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_SOUNDPROOF", + "ABILITY_FILTER" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 56, + 57, + 58, + 60, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_HAPPINY", + "hp": 100, + "atk": 5, + "def": 5, + "speed": 30, + "spatk": 15, + "spdef": 65, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 130, + "expYield": 255, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_OVAL_STONE", + "ITEM_LUCKY_PUNCH" + ], + "genderRatio": 254, + "eggCycles": 40, + "friendship": 140, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_SERENE_GRACE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 11, + 16, + 17, + 18, + 20, + 21, + 22, + 27, + 29, + 30, + 32, + 34, + 35, + 38, + 42, + 43, + 44, + 45, + 56, + 58, + 60, + 67, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_CHATOT", + "hp": 76, + "atk": 65, + "def": 45, + "speed": 91, + "spatk": 92, + "spdef": 42, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 30, + "expYield": 107, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METRONOME" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FLYING" + ], + "abilities": [ + "ABILITY_KEEN_EYE", + "ABILITY_TANGLED_FEET" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 27, + 32, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 78, + 82, + 83, + 87, + 88, + 89, + 90 + ], + "hms": [ + 2, + 5 + ] + }, + { + "species": "SPECIES_SPIRITOMB", + "hp": 50, + "atk": 92, + "def": 108, + "speed": 35, + "spatk": 92, + "spdef": 108, + "types": [ + "TYPE_GHOST", + "TYPE_DARK" + ], + "catchRate": 100, + "expYield": 168, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 30, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 27, + 29, + 30, + 32, + 34, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 58, + 61, + 62, + 63, + 68, + 70, + 77, + 78, + 79, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_GIBLE", + "hp": 58, + "atk": 70, + "def": 45, + "speed": 42, + "spatk": 40, + "spdef": 45, + "types": [ + "TYPE_DRAGON", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 67, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_HABAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SAND_VEIL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 10, + 11, + 17, + 18, + 21, + 26, + 27, + 28, + 32, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 58, + 59, + 65, + 71, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_GABITE", + "hp": 68, + "atk": 90, + "def": 65, + "speed": 82, + "spatk": 50, + "spdef": 55, + "types": [ + "TYPE_DRAGON", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 144, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_HABAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SAND_VEIL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 10, + 11, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 32, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 58, + 59, + 65, + 71, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_GARCHOMP", + "hp": 108, + "atk": 130, + "def": 95, + "speed": 102, + "spatk": 80, + "spdef": 85, + "types": [ + "TYPE_DRAGON", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 218, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_HABAN_BERRY" + ], + "genderRatio": 127, + "eggCycles": 40, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_DRAGON" + ], + "abilities": [ + "ABILITY_SAND_VEIL", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 10, + 11, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 45, + 54, + 56, + 58, + 59, + 65, + 68, + 71, + 75, + 76, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MUNCHLAX", + "hp": 135, + "atk": 85, + "def": 40, + "speed": 5, + "spatk": 40, + "spdef": 85, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 50, + "expYield": 94, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_LEFTOVERS", + "ITEM_LEFTOVERS" + ], + "genderRatio": 31, + "eggCycles": 40, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PICKUP", + "ABILITY_THICK_FAT" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 17, + 18, + 21, + 22, + 24, + 25, + 26, + 27, + 29, + 30, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 56, + 58, + 67, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_RIOLU", + "hp": 40, + "atk": 70, + "def": 40, + "speed": 60, + "spatk": 35, + "spdef": 40, + "types": [ + "TYPE_FIGHTING", + "TYPE_FIGHTING" + ], + "catchRate": 75, + "expYield": 72, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 25, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_STEADFAST", + "ABILITY_INNER_FOCUS" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 5, + 6, + 8, + 10, + 11, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 60, + 65, + 66, + 75, + 78, + 80, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_LUCARIO", + "hp": 70, + "atk": 110, + "def": 70, + "speed": 90, + "spatk": 115, + "spdef": 70, + "types": [ + "TYPE_FIGHTING", + "TYPE_STEEL" + ], + "catchRate": 45, + "expYield": 204, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 25, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_STEADFAST", + "ABILITY_INNER_FOCUS" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 5, + 6, + 8, + 10, + 11, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 52, + 56, + 58, + 59, + 60, + 65, + 66, + 68, + 71, + 75, + 78, + 79, + 80, + 82, + 83, + 84, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_HIPPOPOTAS", + "hp": 68, + "atk": 72, + "def": 78, + "speed": 32, + "spatk": 38, + "spdef": 42, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 140, + "expYield": 95, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 30, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SAND_STREAM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 17, + 21, + 23, + 26, + 27, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_HIPPOWDON", + "hp": 108, + "atk": 112, + "def": 118, + "speed": 47, + "spatk": 68, + "spdef": 72, + "types": [ + "TYPE_GROUND", + "TYPE_GROUND" + ], + "catchRate": 60, + "expYield": 198, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 30, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SAND_STREAM", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 10, + 11, + 15, + 17, + 21, + 23, + 26, + 27, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 68, + 71, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_SKORUPI", + "hp": 40, + "atk": 50, + "def": 90, + "speed": 65, + "spatk": 30, + "spdef": 55, + "types": [ + "TYPE_POISON", + "TYPE_BUG" + ], + "catchRate": 120, + "expYield": 114, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_BATTLE_ARMOR", + "ABILITY_SNIPER" + ], + "greatMarshRate": 120, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 31, + 32, + 36, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 54, + 56, + 58, + 66, + 70, + 75, + 78, + 79, + 81, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_DRAPION", + "hp": 70, + "atk": 90, + "def": 110, + "speed": 95, + "spatk": 60, + "spdef": 75, + "types": [ + "TYPE_POISON", + "TYPE_DARK" + ], + "catchRate": 45, + "expYield": 204, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_POISON_BARB" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_WATER_3" + ], + "abilities": [ + "ABILITY_BATTLE_ARMOR", + "ABILITY_SNIPER" + ], + "greatMarshRate": 60, + "color": 6, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 30, + 31, + 32, + 36, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 54, + 56, + 58, + 66, + 68, + 70, + 75, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_CROAGUNK", + "hp": 48, + "atk": 61, + "def": 40, + "speed": 50, + "spatk": 61, + "spdef": 40, + "types": [ + "TYPE_POISON", + "TYPE_FIGHTING" + ], + "catchRate": 140, + "expYield": 83, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_BLACK_SLUDGE" + ], + "genderRatio": 127, + "eggCycles": 10, + "friendship": 100, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_ANTICIPATION", + "ABILITY_DRY_SKIN" + ], + "greatMarshRate": 150, + "color": 1, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 12, + 17, + 18, + 21, + 26, + 27, + 28, + 30, + 31, + 32, + 36, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 52, + 56, + 58, + 63, + 66, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_TOXICROAK", + "hp": 83, + "atk": 106, + "def": 65, + "speed": 85, + "spatk": 86, + "spdef": 65, + "types": [ + "TYPE_POISON", + "TYPE_FIGHTING" + ], + "catchRate": 75, + "expYield": 181, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_BLACK_SLUDGE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_ANTICIPATION", + "ABILITY_DRY_SKIN" + ], + "greatMarshRate": 120, + "color": 1, + "flip": 0, + "tms": [ + 1, + 6, + 8, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 26, + 27, + 28, + 30, + 31, + 32, + 36, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 52, + 56, + 58, + 63, + 66, + 68, + 71, + 75, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_CARNIVINE", + "hp": 74, + "atk": 100, + "def": 72, + "speed": 46, + "spatk": 90, + "spdef": 72, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 200, + "expYield": 164, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 60, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 32, + 36, + 42, + 43, + 44, + 45, + 46, + 53, + 56, + 58, + 66, + 68, + 70, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 1 + ] + }, + { + "species": "SPECIES_FINNEON", + "hp": 49, + "atk": 49, + "def": 56, + "speed": 66, + "spatk": 49, + "spdef": 61, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 190, + "expYield": 90, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_RINDO_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_STORM_DRAIN" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 20, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 62, + 66, + 70, + 77, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 3, + 5, + 7 + ] + }, + { + "species": "SPECIES_LUMINEON", + "hp": 69, + "atk": 69, + "def": 76, + "speed": 91, + "spatk": 69, + "spdef": 86, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 75, + "expYield": 156, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_RINDO_BERRY" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 1, + "eggGroups": [ + "EGG_GROUP_WATER_2", + "EGG_GROUP_WATER_2" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_STORM_DRAIN" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 27, + 32, + 42, + 43, + 44, + 45, + 55, + 58, + 62, + 66, + 68, + 70, + 77, + 78, + 82, + 83, + 87, + 89, + 90 + ], + "hms": [ + 3, + 5, + 7 + ] + }, + { + "species": "SPECIES_MANTYKE", + "hp": 45, + "atk": 20, + "def": 50, + "speed": 50, + "spatk": 60, + "spdef": 120, + "types": [ + "TYPE_WATER", + "TYPE_FLYING" + ], + "catchRate": 25, + "expYield": 108, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_SWIFT_SWIM", + "ABILITY_WATER_ABSORB" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 21, + 26, + 27, + 32, + 40, + 42, + 43, + 44, + 45, + 58, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_SNOVER", + "hp": 60, + "atk": 62, + "def": 50, + "speed": 40, + "spatk": 62, + "spdef": 60, + "types": [ + "TYPE_GRASS", + "TYPE_ICE" + ], + "catchRate": 120, + "expYield": 131, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NEVERMELTICE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_SNOW_WARNING", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 9, + 10, + 13, + 14, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 27, + 30, + 32, + 42, + 43, + 44, + 45, + 53, + 58, + 70, + 72, + 75, + 78, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_ABOMASNOW", + "hp": 90, + "atk": 92, + "def": 75, + "speed": 60, + "spatk": 92, + "spdef": 85, + "types": [ + "TYPE_GRASS", + "TYPE_ICE" + ], + "catchRate": 60, + "expYield": 214, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NEVERMELTICE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_SNOW_WARNING", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 7, + 9, + 10, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 26, + 27, + 30, + 31, + 32, + 39, + 42, + 43, + 44, + 45, + 52, + 53, + 56, + 58, + 68, + 70, + 72, + 75, + 78, + 80, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_WEAVILE", + "hp": 70, + "atk": 120, + "def": 65, + "speed": 125, + "spatk": 45, + "spdef": 85, + "types": [ + "TYPE_DARK", + "TYPE_ICE" + ], + "catchRate": 45, + "expYield": 199, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_GRIP_CLAW", + "ITEM_QUICK_CLAW" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 35, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_PRESSURE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 7, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 31, + 32, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 52, + 54, + 56, + 58, + 63, + 65, + 66, + 68, + 72, + 75, + 77, + 78, + 79, + 81, + 82, + 83, + 84, + 85, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_MAGNEZONE", + "hp": 70, + "atk": 70, + "def": 115, + "speed": 60, + "spatk": 130, + "spdef": 90, + "types": [ + "TYPE_ELECTRIC", + "TYPE_STEEL" + ], + "catchRate": 30, + "expYield": 211, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_METAL_COAT" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_MAGNET_PULL", + "ABILITY_STURDY" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 32, + 33, + 34, + 42, + 43, + 44, + 57, + 58, + 64, + 67, + 68, + 70, + 73, + 74, + 77, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [] + }, + { + "species": "SPECIES_LICKILICKY", + "hp": 110, + "atk": 85, + "def": 95, + "speed": 50, + "spatk": 80, + "spdef": 95, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 30, + "expYield": 193, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_LAGGING_TAIL" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_MONSTER" + ], + "abilities": [ + "ABILITY_OWN_TEMPO", + "ABILITY_OBLIVIOUS" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 30, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 64, + 68, + 74, + 75, + 77, + 78, + 80, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_RHYPERIOR", + "hp": 115, + "atk": 140, + "def": 130, + "speed": 40, + "spatk": 55, + "spdef": 55, + "types": [ + "TYPE_GROUND", + "TYPE_ROCK" + ], + "catchRate": 30, + "expYield": 217, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_MONSTER", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_LIGHTNING_ROD", + "ABILITY_SOLID_ROCK" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 1, + 5, + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 58, + 59, + 65, + 66, + 68, + 69, + 71, + 72, + 75, + 76, + 78, + 80, + 82, + 83, + 84, + 87, + 90, + 91 + ], + "hms": [ + 1, + 3, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_TANGROWTH", + "hp": 100, + "atk": 100, + "def": 125, + "speed": 50, + "spatk": 110, + "spdef": 50, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 30, + "expYield": 211, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_GRASS", + "EGG_GROUP_GRASS" + ], + "abilities": [ + "ABILITY_CHLOROPHYLL", + "ABILITY_LEAF_GUARD" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 26, + 27, + 31, + 32, + 33, + 34, + 36, + 39, + 40, + 42, + 43, + 44, + 45, + 46, + 52, + 53, + 56, + 58, + 66, + 68, + 70, + 75, + 77, + 78, + 80, + 82, + 83, + 84, + 86, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_ELECTIVIRE", + "hp": 75, + "atk": 123, + "def": 67, + "speed": 95, + "spatk": 95, + "spdef": 85, + "types": [ + "TYPE_ELECTRIC", + "TYPE_ELECTRIC" + ], + "catchRate": 30, + "expYield": 199, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_ELECTIRIZER", + "ITEM_NONE" + ], + "genderRatio": 63, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_MOTOR_DRIVE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 12, + 15, + 16, + 17, + 18, + 21, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 31, + 32, + 34, + 35, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 52, + 56, + 57, + 58, + 68, + 70, + 73, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_MAGMORTAR", + "hp": 75, + "atk": 95, + "def": 67, + "speed": 83, + "spatk": 125, + "spdef": 95, + "types": [ + "TYPE_FIRE", + "TYPE_FIRE" + ], + "catchRate": 30, + "expYield": 199, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_MAGMARIZER" + ], + "genderRatio": 63, + "eggCycles": 25, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_HUMAN_LIKE", + "EGG_GROUP_HUMAN_LIKE" + ], + "abilities": [ + "ABILITY_FLAME_BODY", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 1, + "tms": [ + 1, + 6, + 10, + 11, + 12, + 15, + 17, + 21, + 22, + 23, + 24, + 26, + 27, + 29, + 31, + 32, + 35, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 50, + 52, + 56, + 58, + 61, + 68, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_TOGEKISS", + "hp": 85, + "atk": 50, + "def": 95, + "speed": 80, + "spatk": 120, + "spdef": 115, + "types": [ + "TYPE_NORMAL", + "TYPE_FLYING" + ], + "catchRate": 30, + "expYield": 220, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 10, + "friendship": 70, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_FLYING", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_HUSTLE", + "ABILITY_SERENE_GRACE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 1, + "tms": [ + 1, + 3, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 38, + 40, + 42, + 43, + 44, + 45, + 47, + 51, + 56, + 58, + 60, + 62, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 88, + 90 + ], + "hms": [ + 2, + 5, + 6 + ] + }, + { + "species": "SPECIES_YANMEGA", + "hp": 86, + "atk": 76, + "def": 86, + "speed": 95, + "spatk": 116, + "spdef": 56, + "types": [ + "TYPE_BUG", + "TYPE_FLYING" + ], + "catchRate": 30, + "expYield": 198, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_WIDE_LENS" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_SPEED_BOOST", + "ABILITY_TINTED_LENS" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 19, + 21, + 22, + 27, + 29, + 30, + 32, + 40, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 58, + 62, + 68, + 70, + 77, + 78, + 82, + 83, + 85, + 87, + 89, + 90 + ], + "hms": [ + 5 + ] + }, + { + "species": "SPECIES_LEAFEON", + "hp": 65, + "atk": 110, + "def": 130, + "speed": 95, + "spatk": 60, + "spdef": 65, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 196, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 35, + "friendship": 35, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_LEAF_GUARD", + "ABILITY_LEAF_GUARD" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 5, + 6, + 9, + 10, + 11, + 15, + 17, + 18, + 19, + 21, + 22, + 23, + 27, + 28, + 30, + 32, + 40, + 42, + 43, + 44, + 45, + 53, + 58, + 68, + 70, + 75, + 78, + 81, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_GLACEON", + "hp": 65, + "atk": 60, + "def": 110, + "speed": 65, + "spatk": 130, + "spdef": 95, + "types": [ + "TYPE_ICE", + "TYPE_ICE" + ], + "catchRate": 45, + "expYield": 196, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 31, + "eggCycles": 35, + "friendship": 35, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_SNOW_CLOAK", + "ABILITY_SNOW_CLOAK" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 5, + 6, + 7, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 23, + 27, + 28, + 30, + 32, + 42, + 43, + 44, + 45, + 58, + 68, + 72, + 78, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_GLISCOR", + "hp": 75, + "atk": 95, + "def": 125, + "speed": 95, + "spatk": 45, + "spdef": 75, + "types": [ + "TYPE_GROUND", + "TYPE_FLYING" + ], + "catchRate": 30, + "expYield": 192, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_HYPER_CUTTER", + "ABILITY_SAND_VEIL" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 15, + 17, + 18, + 21, + 23, + 26, + 27, + 28, + 31, + 32, + 36, + 37, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 51, + 54, + 56, + 58, + 66, + 68, + 69, + 71, + 75, + 76, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 87, + 89, + 90 + ], + "hms": [ + 1, + 4, + 5, + 6 + ] + }, + { + "species": "SPECIES_MAMOSWINE", + "hp": 110, + "atk": 130, + "def": 80, + "speed": 80, + "spatk": 70, + "spdef": 60, + "types": [ + "TYPE_ICE", + "TYPE_GROUND" + ], + "catchRate": 50, + "expYield": 207, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_FIELD", + "EGG_GROUP_FIELD" + ], + "abilities": [ + "ABILITY_OBLIVIOUS", + "ABILITY_SNOW_CLOAK" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 5, + 6, + 7, + 10, + 13, + 14, + 15, + 16, + 17, + 18, + 21, + 26, + 27, + 28, + 32, + 33, + 37, + 39, + 42, + 43, + 44, + 45, + 58, + 68, + 71, + 72, + 76, + 78, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_PORYGON_Z", + "hp": 85, + "atk": 80, + "def": 70, + "speed": 90, + "spatk": 135, + "spdef": 75, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 30, + "expYield": 185, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_ADAPTABILITY", + "ABILITY_DOWNLOAD" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 21, + 22, + 23, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 40, + 42, + 43, + 44, + 46, + 57, + 58, + 63, + 67, + 68, + 70, + 73, + 77, + 79, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_GALLADE", + "hp": 68, + "atk": 125, + "def": 65, + "speed": 80, + "spatk": 65, + "spdef": 115, + "types": [ + "TYPE_PSYCHIC", + "TYPE_FIGHTING" + ], + "catchRate": 45, + "expYield": 208, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 0, + "eggCycles": 20, + "friendship": 35, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_STEADFAST", + "ABILITY_STEADFAST" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 8, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 20, + 21, + 24, + 26, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 52, + 54, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 71, + 73, + 75, + 77, + 78, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_PROBOPASS", + "hp": 60, + "atk": 55, + "def": 145, + "speed": 40, + "spatk": 75, + "spdef": 150, + "types": [ + "TYPE_ROCK", + "TYPE_STEEL" + ], + "catchRate": 60, + "expYield": 198, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_HARD_STONE" + ], + "genderRatio": 127, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_MINERAL", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_STURDY", + "ABILITY_MAGNET_PULL" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 12, + 15, + 17, + 21, + 24, + 25, + 26, + 27, + 32, + 34, + 37, + 39, + 41, + 42, + 43, + 44, + 45, + 58, + 64, + 68, + 69, + 71, + 73, + 76, + 78, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_DUSKNOIR", + "hp": 45, + "atk": 100, + "def": 135, + "speed": 45, + "spatk": 65, + "spdef": 135, + "types": [ + "TYPE_GHOST", + "TYPE_GHOST" + ], + "catchRate": 45, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 2, + "items": [ + "ITEM_NONE", + "ITEM_KASIB_BERRY" + ], + "genderRatio": 127, + "eggCycles": 25, + "friendship": 35, + "growthRate": 4, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 26, + 27, + 29, + 30, + 31, + 32, + 39, + 41, + 42, + 43, + 44, + 45, + 46, + 48, + 49, + 52, + 56, + 57, + 58, + 61, + 63, + 66, + 68, + 70, + 77, + 78, + 79, + 80, + 82, + 83, + 85, + 87, + 90, + 92 + ], + "hms": [ + 4, + 6 + ] + }, + { + "species": "SPECIES_FROSLASS", + "hp": 70, + "atk": 80, + "def": 70, + "speed": 110, + "spatk": 80, + "spdef": 70, + "types": [ + "TYPE_ICE", + "TYPE_GHOST" + ], + "catchRate": 75, + "expYield": 187, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 2, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_BABIRI_BERRY" + ], + "genderRatio": 254, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_FAIRY", + "EGG_GROUP_MINERAL" + ], + "abilities": [ + "ABILITY_SNOW_CLOAK", + "ABILITY_SNOW_CLOAK" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 24, + 25, + 27, + 29, + 30, + 32, + 34, + 41, + 42, + 43, + 44, + 45, + 49, + 56, + 58, + 63, + 66, + 68, + 70, + 72, + 73, + 77, + 78, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_ROTOM", + "hp": 50, + "atk": 50, + "def": 77, + "speed": 91, + "spatk": 95, + "spdef": 77, + "types": [ + "TYPE_ELECTRIC", + "TYPE_GHOST" + ], + "catchRate": 45, + "expYield": 132, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 20, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_AMORPHOUS", + "EGG_GROUP_AMORPHOUS" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 16, + 17, + 18, + 21, + 24, + 25, + 27, + 30, + 32, + 33, + 34, + 42, + 43, + 44, + 46, + 49, + 57, + 58, + 61, + 70, + 73, + 77, + 79, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_UXIE", + "hp": 75, + "atk": 75, + "def": 130, + "speed": 95, + "spatk": 75, + "spdef": 130, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 140, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 10, + 11, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 27, + 29, + 30, + 32, + 33, + 34, + 37, + 42, + 43, + 44, + 48, + 53, + 56, + 57, + 58, + 67, + 68, + 70, + 73, + 76, + 77, + 82, + 83, + 85, + 86, + 87, + 89, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_MESPRIT", + "hp": 80, + "atk": 105, + "def": 105, + "speed": 80, + "spatk": 105, + "spdef": 105, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 1, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 140, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 9, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 23, + 24, + 25, + 27, + 29, + 30, + 32, + 33, + 34, + 37, + 42, + 43, + 44, + 48, + 53, + 56, + 57, + 58, + 67, + 68, + 70, + 73, + 76, + 77, + 82, + 83, + 85, + 86, + 87, + 89, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_AZELF", + "hp": 75, + "atk": 125, + "def": 70, + "speed": 115, + "spatk": 125, + "spdef": 70, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 80, + "friendship": 140, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 10, + 11, + 12, + 15, + 16, + 17, + 18, + 20, + 21, + 23, + 24, + 25, + 27, + 29, + 30, + 32, + 33, + 34, + 35, + 37, + 38, + 41, + 42, + 43, + 44, + 48, + 53, + 56, + 57, + 58, + 64, + 66, + 67, + 68, + 70, + 73, + 76, + 77, + 82, + 83, + 85, + 86, + 87, + 89, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_DIALGA", + "hp": 100, + "atk": 120, + "def": 120, + "speed": 90, + "spatk": 150, + "spdef": 100, + "types": [ + "TYPE_STEEL", + "TYPE_DRAGON" + ], + "catchRate": 30, + "expYield": 220, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 2, + 5, + 6, + 8, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 23, + 24, + 25, + 26, + 27, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 50, + 58, + 59, + 65, + 68, + 70, + 71, + 73, + 76, + 77, + 80, + 82, + 83, + 87, + 90, + 91, + 92 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_PALKIA", + "hp": 90, + "atk": 120, + "def": 100, + "speed": 100, + "spatk": 150, + "spdef": 120, + "types": [ + "TYPE_WATER", + "TYPE_DRAGON" + ], + "catchRate": 30, + "expYield": 220, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 6, + "flip": 0, + "tms": [ + 1, + 2, + 3, + 5, + 6, + 7, + 8, + 10, + 11, + 13, + 14, + 15, + 17, + 18, + 20, + 21, + 24, + 25, + 26, + 27, + 31, + 32, + 34, + 35, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 52, + 55, + 56, + 58, + 59, + 65, + 68, + 71, + 72, + 73, + 77, + 80, + 82, + 83, + 87, + 90, + 92 + ], + "hms": [ + 1, + 3, + 4, + 6 + ] + }, + { + "species": "SPECIES_HEATRAN", + "hp": 91, + "atk": 90, + "def": 106, + "speed": 77, + "spatk": 130, + "spdef": 106, + "types": [ + "TYPE_FIRE", + "TYPE_STEEL" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 3, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 127, + "eggCycles": 10, + "friendship": 100, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_FLASH_FIRE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 5, + "flip": 0, + "tms": [ + 5, + 6, + 10, + 11, + 12, + 15, + 17, + 21, + 22, + 26, + 27, + 28, + 32, + 35, + 38, + 39, + 41, + 42, + 43, + 44, + 45, + 50, + 58, + 59, + 61, + 64, + 66, + 68, + 71, + 76, + 78, + 79, + 80, + 82, + 83, + 87, + 90, + 91 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_REGIGIGAS", + "hp": 110, + "atk": 160, + "def": 110, + "speed": 100, + "spatk": 80, + "spdef": 110, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 3, + "expYield": 220, + "hp_yield": 0, + "atk_yield": 3, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_SLOW_START", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 8, + "flip": 0, + "tms": [ + 1, + 6, + 10, + 11, + 15, + 18, + 20, + 21, + 24, + 25, + 26, + 27, + 31, + 32, + 34, + 39, + 40, + 42, + 43, + 52, + 56, + 58, + 60, + 68, + 69, + 71, + 72, + 73, + 77, + 80, + 82, + 83, + 87, + 90 + ], + "hms": [ + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_GIRATINA", + "hp": 150, + "atk": 100, + "def": 120, + "speed": 90, + "spatk": 100, + "spdef": 120, + "types": [ + "TYPE_GHOST", + "TYPE_DRAGON" + ], + "catchRate": 3, + "expYield": 220, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 2, + 4, + 5, + 6, + 10, + 11, + 15, + 17, + 18, + 20, + 21, + 23, + 24, + 25, + 26, + 27, + 29, + 30, + 32, + 34, + 40, + 42, + 43, + 44, + 47, + 53, + 57, + 58, + 59, + 61, + 62, + 65, + 66, + 68, + 71, + 73, + 77, + 79, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [ + 1, + 2, + 4, + 5, + 6, + 8 + ] + }, + { + "species": "SPECIES_CRESSELIA", + "hp": 120, + "atk": 70, + "def": 120, + "speed": 85, + "spatk": 75, + "spdef": 130, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 3, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 254, + "eggCycles": 120, + "friendship": 100, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_LEVITATE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 2, + "flip": 0, + "tms": [ + 4, + 6, + 10, + 11, + 13, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 27, + 29, + 30, + 32, + 33, + 42, + 43, + 44, + 45, + 48, + 53, + 57, + 58, + 67, + 68, + 70, + 73, + 77, + 78, + 82, + 83, + 85, + 86, + 87, + 90, + 92 + ], + "hms": [] + }, + { + "species": "SPECIES_PHIONE", + "hp": 80, + "atk": 80, + "def": 80, + "speed": 80, + "spatk": 80, + "spdef": 80, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 30, + "expYield": 165, + "hp_yield": 1, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 40, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_HYDRATION", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 6, + 7, + 10, + 13, + 14, + 17, + 18, + 20, + 21, + 27, + 32, + 42, + 43, + 44, + 55, + 56, + 58, + 77, + 82, + 83, + 86, + 87, + 89, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_MANAPHY", + "hp": 100, + "atk": 100, + "def": 100, + "speed": 100, + "spatk": 100, + "spdef": 100, + "types": [ + "TYPE_WATER", + "TYPE_WATER" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 10, + "friendship": 70, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_WATER_1", + "EGG_GROUP_FAIRY" + ], + "abilities": [ + "ABILITY_HYDRATION", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 1, + "flip": 0, + "tms": [ + 3, + 4, + 6, + 7, + 10, + 13, + 14, + 15, + 16, + 17, + 18, + 20, + 21, + 27, + 29, + 30, + 32, + 33, + 42, + 43, + 44, + 48, + 53, + 55, + 56, + 58, + 68, + 70, + 77, + 82, + 83, + 86, + 87, + 89, + 90 + ], + "hms": [ + 3, + 7 + ] + }, + { + "species": "SPECIES_DARKRAI", + "hp": 70, + "atk": 90, + "def": 90, + "speed": 125, + "spatk": 135, + "spdef": 90, + "types": [ + "TYPE_DARK", + "TYPE_DARK" + ], + "catchRate": 3, + "expYield": 210, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 1, + "spatk_yield": 2, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_BAD_DREAMS", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 4, + "flip": 0, + "tms": [ + 1, + 4, + 6, + 10, + 11, + 12, + 13, + 14, + 15, + 17, + 18, + 21, + 24, + 25, + 27, + 29, + 30, + 31, + 32, + 34, + 36, + 39, + 40, + 41, + 42, + 43, + 44, + 46, + 49, + 52, + 56, + 57, + 58, + 60, + 61, + 63, + 65, + 66, + 68, + 70, + 73, + 75, + 77, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 87, + 90 + ], + "hms": [ + 1, + 4, + 6, + 8 + ] + }, + { + "species": "SPECIES_SHAYMIN", + "hp": 100, + "atk": 100, + "def": 100, + "speed": 100, + "spatk": 100, + "spdef": 100, + "types": [ + "TYPE_GRASS", + "TYPE_GRASS" + ], + "catchRate": 45, + "expYield": 64, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_LUM_BERRY", + "ITEM_LUM_BERRY" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 100, + "growthRate": 3, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_NATURAL_CURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 3, + "flip": 0, + "tms": [ + 6, + 9, + 10, + 11, + 15, + 17, + 19, + 20, + 21, + 22, + 27, + 29, + 32, + 42, + 43, + 44, + 53, + 58, + 68, + 70, + 75, + 77, + 82, + 83, + 86, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_ARCEUS", + "hp": 120, + "atk": 120, + "def": 120, + "speed": 120, + "spatk": 120, + "spdef": 120, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 3, + "expYield": 255, + "hp_yield": 3, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_MULTITYPE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 2, + 3, + 4, + 5, + 6, + 7, + 9, + 10, + 11, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 42, + 43, + 44, + 50, + 52, + 53, + 55, + 57, + 58, + 59, + 61, + 62, + 65, + 66, + 67, + 68, + 70, + 71, + 72, + 73, + 75, + 76, + 77, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 90, + 91, + 92 + ], + "hms": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ] + }, + { + "species": "SPECIES_EGG", + "hp": 10, + "atk": 10, + "def": 10, + "speed": 10, + "spatk": 10, + "spdef": 10, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 3, + "expYield": 255, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_NONE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 10, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_MANAPHY_EGG", + "hp": 10, + "atk": 10, + "def": 10, + "speed": 10, + "spatk": 10, + "spdef": 10, + "types": [ + "TYPE_NORMAL", + "TYPE_NORMAL" + ], + "catchRate": 3, + "expYield": 255, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_NONE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 10, + "flip": 0, + "tms": [], + "hms": [] + }, + { + "species": "SPECIES_DEOXYS_ATK", + "hp": 50, + "atk": 180, + "def": 20, + "speed": 150, + "spatk": 180, + "spdef": 20, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 0, + "atk_yield": 2, + "def_yield": 0, + "speed_yield": 0, + "spatk_yield": 1, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 39, + 40, + 41, + 42, + 43, + 44, + 48, + 49, + 52, + 53, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 72, + 73, + 76, + 77, + 80, + 82, + 83, + 84, + 85, + 86, + 87, + 90, + 91, + 92 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_DEOXYS_DEF", + "hp": 50, + "atk": 70, + "def": 160, + "speed": 90, + "spatk": 70, + "spdef": 160, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 39, + 40, + 41, + 42, + 43, + 44, + 48, + 49, + 52, + 53, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 72, + 73, + 76, + 77, + 80, + 82, + 83, + 84, + 85, + 86, + 87, + 90, + 91, + 92 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_DEOXYS_SPD", + "hp": 50, + "atk": 95, + "def": 90, + "speed": 180, + "spatk": 95, + "spdef": 90, + "types": [ + "TYPE_PSYCHIC", + "TYPE_PSYCHIC" + ], + "catchRate": 3, + "expYield": 215, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 0, + "speed_yield": 3, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_NONE" + ], + "genderRatio": 255, + "eggCycles": 120, + "friendship": 0, + "growthRate": 5, + "eggGroups": [ + "EGG_GROUP_UNDISCOVERED", + "EGG_GROUP_UNDISCOVERED" + ], + "abilities": [ + "ABILITY_PRESSURE", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 0, + "flip": 0, + "tms": [ + 1, + 3, + 4, + 6, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 20, + 21, + 22, + 24, + 25, + 27, + 29, + 30, + 31, + 32, + 33, + 34, + 39, + 40, + 41, + 42, + 43, + 44, + 48, + 49, + 52, + 53, + 56, + 57, + 58, + 60, + 67, + 68, + 70, + 72, + 73, + 76, + 77, + 80, + 82, + 83, + 84, + 85, + 86, + 87, + 90, + 91, + 92 + ], + "hms": [ + 1, + 4, + 6 + ] + }, + { + "species": "SPECIES_WORMADAM_SANDY", + "hp": 60, + "atk": 79, + "def": 105, + "speed": 36, + "spatk": 59, + "spdef": 85, + "types": [ + "TYPE_BUG", + "TYPE_GROUND" + ], + "catchRate": 45, + "expYield": 159, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 2, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 0, + "items": [ + "ITEM_NONE", + "ITEM_SILVERPOWDER" + ], + "genderRatio": 254, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_ANTICIPATION", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 20, + 21, + 26, + 27, + 28, + 29, + 30, + 32, + 37, + 39, + 42, + 43, + 44, + 45, + 46, + 48, + 58, + 68, + 70, + 77, + 78, + 82, + 83, + 85, + 87, + 90 + ], + "hms": [] + }, + { + "species": "SPECIES_WORMADAM_TRASH", + "hp": 60, + "atk": 69, + "def": 95, + "speed": 36, + "spatk": 69, + "spdef": 95, + "types": [ + "TYPE_BUG", + "TYPE_STEEL" + ], + "catchRate": 45, + "expYield": 159, + "hp_yield": 0, + "atk_yield": 0, + "def_yield": 1, + "speed_yield": 0, + "spatk_yield": 0, + "spdef_yield": 1, + "items": [ + "ITEM_NONE", + "ITEM_SILVERPOWDER" + ], + "genderRatio": 254, + "eggCycles": 15, + "friendship": 70, + "growthRate": 0, + "eggGroups": [ + "EGG_GROUP_BUG", + "EGG_GROUP_BUG" + ], + "abilities": [ + "ABILITY_ANTICIPATION", + "ABILITY_NONE" + ], + "greatMarshRate": 0, + "color": 7, + "flip": 0, + "tms": [ + 6, + 10, + 11, + 15, + 17, + 18, + 20, + 21, + 27, + 29, + 30, + 32, + 42, + 43, + 44, + 45, + 46, + 48, + 58, + 68, + 70, + 74, + 76, + 77, + 78, + 82, + 83, + 85, + 87, + 90, + 91 + ], + "hms": [] + } + ] +}
\ No newline at end of file diff --git a/files/poketool/personal/personal.json.txt b/files/poketool/personal/personal.json.txt new file mode 100644 index 00000000..c8af78ac --- /dev/null +++ b/files/poketool/personal/personal.json.txt @@ -0,0 +1,57 @@ +{{ doNotModifyHeader }} + +#include "global.h" +#include "pokemon.h" +#include "constants/pokemon.h" +#include "constants/moves.h" +#include "constants/abilities.h" +#include "constants/items.h" + +u32 __size = sizeof(struct BaseStats); + +const struct BaseStats __data[] = { +## for mon in baseStats + // {{ mon.species }} + { + // Stats + {{ mon.hp }}, + {{ mon.atk }}, + {{ mon.def }}, + {{ mon.speed }}, + {{ mon.spatk }}, + {{ mon.spdef }}, + // Types + { {{ mon.types.0 }}, {{ mon.types.1 }} }, + {{ mon.catchRate }}, // Catch rate + {{ mon.expYield }}, // Experience yield + // EV yield + {{ mon.hp_yield }}, + {{ mon.atk_yield }}, + {{ mon.def_yield }}, + {{ mon.speed_yield }}, + {{ mon.spatk_yield }}, + {{ mon.spdef_yield }}, + 0, // bit padding + // Items + {{ mon.items.0 }}, + {{ mon.items.1 }}, + {{ mon.genderRatio }}, // Gender ratio + {{ mon.eggCycles }}, // Egg cycles + {{ mon.friendship }}, // Friendship + {{ mon.growthRate }}, // Growth rate + // Egg groups + { {{ mon.eggGroups.0 }}, {{ mon.eggGroups.1 }} }, + // Abilities + { {{ mon.abilities.0 }}, {{ mon.abilities.1 }} }, + {{ mon.greatMarshRate }}, // Great Marsh flee rate? + {{ mon.color }}, // Color + {{ mon.flip }}, // Flip + {0, 0}, // Padding + // TM/HM + {{ setVarInt("tms", 0) }}{% for i in range(32) %}{% if add(i, 1) in mon.tms %}{{ setBit("tms", i) }}{% endif %}{%endfor %}{{ getVarHex("tms") }}, + {{ setVarInt("tms", 0) }}{% for i in range(32) %}{% if add(i, 33) in mon.tms %}{{ setBit("tms", i) }}{% endif %}{%endfor %}{{ getVarHex("tms") }}, + {{ setVarInt("tms", 0) }}{% for i in range(28) %}{% if add(i, 65) in mon.tms %}{{ setBit("tms", i) }}{% endif %}{%endfor %}{% for i in range(4) %}{% if add(i, 1) in mon.hms %}{{ setBit("tms", add(i, 28)) }}{% endif %}{%endfor %}{{ getVarHex("tms") }}, + {{ setVarInt("tms", 0) }}{% for i in range(4) %}{% if add(i, 5) in mon.hms %}{{ setBit("tms", i) }}{% endif %}{%endfor %}{{ getVarHex("tms") }}, + }, +## endfor +}; diff --git a/files/poketool/personal/personal/narc_0000.bin b/files/poketool/personal/personal/narc_0000.bin Binary files differdeleted file mode 100644 index 8f69e9e9..00000000 --- a/files/poketool/personal/personal/narc_0000.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0001.bin b/files/poketool/personal/personal/narc_0001.bin Binary files differdeleted file mode 100644 index 94c6c058..00000000 --- a/files/poketool/personal/personal/narc_0001.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0002.bin b/files/poketool/personal/personal/narc_0002.bin Binary files differdeleted file mode 100644 index c92cfe19..00000000 --- a/files/poketool/personal/personal/narc_0002.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0003.bin b/files/poketool/personal/personal/narc_0003.bin Binary files differdeleted file mode 100644 index e0a66ccf..00000000 --- a/files/poketool/personal/personal/narc_0003.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0004.bin b/files/poketool/personal/personal/narc_0004.bin Binary files differdeleted file mode 100644 index 8edaf519..00000000 --- a/files/poketool/personal/personal/narc_0004.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0005.bin b/files/poketool/personal/personal/narc_0005.bin Binary files differdeleted file mode 100644 index 52409e4b..00000000 --- a/files/poketool/personal/personal/narc_0005.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0006.bin b/files/poketool/personal/personal/narc_0006.bin Binary files differdeleted file mode 100644 index 673416d5..00000000 --- a/files/poketool/personal/personal/narc_0006.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0007.bin b/files/poketool/personal/personal/narc_0007.bin Binary files differdeleted file mode 100644 index 2b6a6ba2..00000000 --- a/files/poketool/personal/personal/narc_0007.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0008.bin b/files/poketool/personal/personal/narc_0008.bin Binary files differdeleted file mode 100644 index 4c5b84c7..00000000 --- a/files/poketool/personal/personal/narc_0008.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0009.bin b/files/poketool/personal/personal/narc_0009.bin Binary files differdeleted file mode 100644 index 2691e018..00000000 --- a/files/poketool/personal/personal/narc_0009.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0010.bin b/files/poketool/personal/personal/narc_0010.bin Binary files differdeleted file mode 100644 index 37497a26..00000000 --- a/files/poketool/personal/personal/narc_0010.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0011.bin b/files/poketool/personal/personal/narc_0011.bin Binary files differdeleted file mode 100644 index a424fd34..00000000 --- a/files/poketool/personal/personal/narc_0011.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0012.bin b/files/poketool/personal/personal/narc_0012.bin Binary files differdeleted file mode 100644 index cb9bd556..00000000 --- a/files/poketool/personal/personal/narc_0012.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0013.bin b/files/poketool/personal/personal/narc_0013.bin Binary files differdeleted file mode 100644 index 51030efc..00000000 --- a/files/poketool/personal/personal/narc_0013.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0014.bin b/files/poketool/personal/personal/narc_0014.bin Binary files differdeleted file mode 100644 index 02402430..00000000 --- a/files/poketool/personal/personal/narc_0014.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0015.bin b/files/poketool/personal/personal/narc_0015.bin Binary files differdeleted file mode 100644 index 03169a7e..00000000 --- a/files/poketool/personal/personal/narc_0015.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0016.bin b/files/poketool/personal/personal/narc_0016.bin Binary files differdeleted file mode 100644 index c9a23863..00000000 --- a/files/poketool/personal/personal/narc_0016.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0017.bin b/files/poketool/personal/personal/narc_0017.bin Binary files differdeleted file mode 100644 index b22aa5e3..00000000 --- a/files/poketool/personal/personal/narc_0017.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0018.bin b/files/poketool/personal/personal/narc_0018.bin Binary files differdeleted file mode 100644 index 2505e842..00000000 --- a/files/poketool/personal/personal/narc_0018.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0019.bin b/files/poketool/personal/personal/narc_0019.bin Binary files differdeleted file mode 100644 index 57f15b1d..00000000 --- a/files/poketool/personal/personal/narc_0019.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0020.bin b/files/poketool/personal/personal/narc_0020.bin Binary files differdeleted file mode 100644 index e93202e7..00000000 --- a/files/poketool/personal/personal/narc_0020.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0021.bin b/files/poketool/personal/personal/narc_0021.bin Binary files differdeleted file mode 100644 index 28b55a7b..00000000 --- a/files/poketool/personal/personal/narc_0021.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0022.bin b/files/poketool/personal/personal/narc_0022.bin Binary files differdeleted file mode 100644 index 9b67a9c3..00000000 --- a/files/poketool/personal/personal/narc_0022.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0023.bin b/files/poketool/personal/personal/narc_0023.bin Binary files differdeleted file mode 100644 index 28f2f18e..00000000 --- a/files/poketool/personal/personal/narc_0023.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0024.bin b/files/poketool/personal/personal/narc_0024.bin Binary files differdeleted file mode 100644 index 6c23b38c..00000000 --- a/files/poketool/personal/personal/narc_0024.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0025.bin b/files/poketool/personal/personal/narc_0025.bin Binary files differdeleted file mode 100644 index c00ebea6..00000000 --- a/files/poketool/personal/personal/narc_0025.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0026.bin b/files/poketool/personal/personal/narc_0026.bin Binary files differdeleted file mode 100644 index ad4a98d0..00000000 --- a/files/poketool/personal/personal/narc_0026.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0027.bin b/files/poketool/personal/personal/narc_0027.bin Binary files differdeleted file mode 100644 index c38a7cd0..00000000 --- a/files/poketool/personal/personal/narc_0027.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0028.bin b/files/poketool/personal/personal/narc_0028.bin Binary files differdeleted file mode 100644 index d515fb75..00000000 --- a/files/poketool/personal/personal/narc_0028.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0029.bin b/files/poketool/personal/personal/narc_0029.bin Binary files differdeleted file mode 100644 index e22ece94..00000000 --- a/files/poketool/personal/personal/narc_0029.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0030.bin b/files/poketool/personal/personal/narc_0030.bin Binary files differdeleted file mode 100644 index a96fdeb9..00000000 --- a/files/poketool/personal/personal/narc_0030.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0031.bin b/files/poketool/personal/personal/narc_0031.bin Binary files differdeleted file mode 100644 index a4a48cbe..00000000 --- a/files/poketool/personal/personal/narc_0031.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0032.bin b/files/poketool/personal/personal/narc_0032.bin Binary files differdeleted file mode 100644 index 43aafa96..00000000 --- a/files/poketool/personal/personal/narc_0032.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0033.bin b/files/poketool/personal/personal/narc_0033.bin Binary files differdeleted file mode 100644 index 0fb5166c..00000000 --- a/files/poketool/personal/personal/narc_0033.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0034.bin b/files/poketool/personal/personal/narc_0034.bin Binary files differdeleted file mode 100644 index 5fa783a5..00000000 --- a/files/poketool/personal/personal/narc_0034.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0035.bin b/files/poketool/personal/personal/narc_0035.bin Binary files differdeleted file mode 100644 index 7152d291..00000000 --- a/files/poketool/personal/personal/narc_0035.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0036.bin b/files/poketool/personal/personal/narc_0036.bin Binary files differdeleted file mode 100644 index 4e1181ce..00000000 --- a/files/poketool/personal/personal/narc_0036.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0037.bin b/files/poketool/personal/personal/narc_0037.bin Binary files differdeleted file mode 100644 index 2403e499..00000000 --- a/files/poketool/personal/personal/narc_0037.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0038.bin b/files/poketool/personal/personal/narc_0038.bin Binary files differdeleted file mode 100644 index 1106e313..00000000 --- a/files/poketool/personal/personal/narc_0038.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0039.bin b/files/poketool/personal/personal/narc_0039.bin Binary files differdeleted file mode 100644 index 5be09812..00000000 --- a/files/poketool/personal/personal/narc_0039.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0040.bin b/files/poketool/personal/personal/narc_0040.bin Binary files differdeleted file mode 100644 index 0a90b88a..00000000 --- a/files/poketool/personal/personal/narc_0040.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0041.bin b/files/poketool/personal/personal/narc_0041.bin Binary files differdeleted file mode 100644 index bbb7c9f4..00000000 --- a/files/poketool/personal/personal/narc_0041.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0042.bin b/files/poketool/personal/personal/narc_0042.bin Binary files differdeleted file mode 100644 index 47020a33..00000000 --- a/files/poketool/personal/personal/narc_0042.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0043.bin b/files/poketool/personal/personal/narc_0043.bin Binary files differdeleted file mode 100644 index 985c37bc..00000000 --- a/files/poketool/personal/personal/narc_0043.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0044.bin b/files/poketool/personal/personal/narc_0044.bin Binary files differdeleted file mode 100644 index 3c37a1c7..00000000 --- a/files/poketool/personal/personal/narc_0044.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0045.bin b/files/poketool/personal/personal/narc_0045.bin Binary files differdeleted file mode 100644 index 1e64f6f4..00000000 --- a/files/poketool/personal/personal/narc_0045.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0046.bin b/files/poketool/personal/personal/narc_0046.bin Binary files differdeleted file mode 100644 index fb6b18c7..00000000 --- a/files/poketool/personal/personal/narc_0046.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0047.bin b/files/poketool/personal/personal/narc_0047.bin Binary files differdeleted file mode 100644 index 7fb3ae64..00000000 --- a/files/poketool/personal/personal/narc_0047.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0048.bin b/files/poketool/personal/personal/narc_0048.bin Binary files differdeleted file mode 100644 index 1b1d83ca..00000000 --- a/files/poketool/personal/personal/narc_0048.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0049.bin b/files/poketool/personal/personal/narc_0049.bin Binary files differdeleted file mode 100644 index 3e43a23c..00000000 --- a/files/poketool/personal/personal/narc_0049.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0050.bin b/files/poketool/personal/personal/narc_0050.bin Binary files differdeleted file mode 100644 index 84fabb0f..00000000 --- a/files/poketool/personal/personal/narc_0050.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0051.bin b/files/poketool/personal/personal/narc_0051.bin Binary files differdeleted file mode 100644 index c1e6b05b..00000000 --- a/files/poketool/personal/personal/narc_0051.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0052.bin b/files/poketool/personal/personal/narc_0052.bin Binary files differdeleted file mode 100644 index 355d6bf8..00000000 --- a/files/poketool/personal/personal/narc_0052.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0053.bin b/files/poketool/personal/personal/narc_0053.bin Binary files differdeleted file mode 100644 index d87003f2..00000000 --- a/files/poketool/personal/personal/narc_0053.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0054.bin b/files/poketool/personal/personal/narc_0054.bin Binary files differdeleted file mode 100644 index 6895812e..00000000 --- a/files/poketool/personal/personal/narc_0054.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0055.bin b/files/poketool/personal/personal/narc_0055.bin Binary files differdeleted file mode 100644 index 5fe6acf9..00000000 --- a/files/poketool/personal/personal/narc_0055.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0056.bin b/files/poketool/personal/personal/narc_0056.bin Binary files differdeleted file mode 100644 index 8a9b8c39..00000000 --- a/files/poketool/personal/personal/narc_0056.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0057.bin b/files/poketool/personal/personal/narc_0057.bin Binary files differdeleted file mode 100644 index 6733afd1..00000000 --- a/files/poketool/personal/personal/narc_0057.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0058.bin b/files/poketool/personal/personal/narc_0058.bin Binary files differdeleted file mode 100644 index c0038452..00000000 --- a/files/poketool/personal/personal/narc_0058.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0059.bin b/files/poketool/personal/personal/narc_0059.bin Binary files differdeleted file mode 100644 index 49786bf0..00000000 --- a/files/poketool/personal/personal/narc_0059.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0060.bin b/files/poketool/personal/personal/narc_0060.bin Binary files differdeleted file mode 100644 index ad066e78..00000000 --- a/files/poketool/personal/personal/narc_0060.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0061.bin b/files/poketool/personal/personal/narc_0061.bin Binary files differdeleted file mode 100644 index 0ccc490d..00000000 --- a/files/poketool/personal/personal/narc_0061.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0062.bin b/files/poketool/personal/personal/narc_0062.bin Binary files differdeleted file mode 100644 index 22dca8fa..00000000 --- a/files/poketool/personal/personal/narc_0062.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0063.bin b/files/poketool/personal/personal/narc_0063.bin Binary files differdeleted file mode 100644 index 0b979494..00000000 --- a/files/poketool/personal/personal/narc_0063.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0064.bin b/files/poketool/personal/personal/narc_0064.bin Binary files differdeleted file mode 100644 index c4a99839..00000000 --- a/files/poketool/personal/personal/narc_0064.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0065.bin b/files/poketool/personal/personal/narc_0065.bin Binary files differdeleted file mode 100644 index dc86d077..00000000 --- a/files/poketool/personal/personal/narc_0065.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0066.bin b/files/poketool/personal/personal/narc_0066.bin Binary files differdeleted file mode 100644 index f48b3ce3..00000000 --- a/files/poketool/personal/personal/narc_0066.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0067.bin b/files/poketool/personal/personal/narc_0067.bin Binary files differdeleted file mode 100644 index e360f2a4..00000000 --- a/files/poketool/personal/personal/narc_0067.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0068.bin b/files/poketool/personal/personal/narc_0068.bin Binary files differdeleted file mode 100644 index 4a193713..00000000 --- a/files/poketool/personal/personal/narc_0068.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0069.bin b/files/poketool/personal/personal/narc_0069.bin Binary files differdeleted file mode 100644 index 192e244f..00000000 --- a/files/poketool/personal/personal/narc_0069.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0070.bin b/files/poketool/personal/personal/narc_0070.bin Binary files differdeleted file mode 100644 index e7b28276..00000000 --- a/files/poketool/personal/personal/narc_0070.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0071.bin b/files/poketool/personal/personal/narc_0071.bin Binary files differdeleted file mode 100644 index 31ea6225..00000000 --- a/files/poketool/personal/personal/narc_0071.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0072.bin b/files/poketool/personal/personal/narc_0072.bin Binary files differdeleted file mode 100644 index d6e682c7..00000000 --- a/files/poketool/personal/personal/narc_0072.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0073.bin b/files/poketool/personal/personal/narc_0073.bin Binary files differdeleted file mode 100644 index 493fc101..00000000 --- a/files/poketool/personal/personal/narc_0073.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0074.bin b/files/poketool/personal/personal/narc_0074.bin Binary files differdeleted file mode 100644 index 6683f32e..00000000 --- a/files/poketool/personal/personal/narc_0074.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0075.bin b/files/poketool/personal/personal/narc_0075.bin Binary files differdeleted file mode 100644 index 131b844c..00000000 --- a/files/poketool/personal/personal/narc_0075.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0076.bin b/files/poketool/personal/personal/narc_0076.bin Binary files differdeleted file mode 100644 index 300fb0b3..00000000 --- a/files/poketool/personal/personal/narc_0076.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0077.bin b/files/poketool/personal/personal/narc_0077.bin Binary files differdeleted file mode 100644 index a42ed312..00000000 --- a/files/poketool/personal/personal/narc_0077.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0078.bin b/files/poketool/personal/personal/narc_0078.bin Binary files differdeleted file mode 100644 index 17908402..00000000 --- a/files/poketool/personal/personal/narc_0078.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0079.bin b/files/poketool/personal/personal/narc_0079.bin Binary files differdeleted file mode 100644 index bde76d1a..00000000 --- a/files/poketool/personal/personal/narc_0079.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0080.bin b/files/poketool/personal/personal/narc_0080.bin Binary files differdeleted file mode 100644 index 831f999c..00000000 --- a/files/poketool/personal/personal/narc_0080.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0081.bin b/files/poketool/personal/personal/narc_0081.bin Binary files differdeleted file mode 100644 index fdc86323..00000000 --- a/files/poketool/personal/personal/narc_0081.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0082.bin b/files/poketool/personal/personal/narc_0082.bin Binary files differdeleted file mode 100644 index 9a06fbe2..00000000 --- a/files/poketool/personal/personal/narc_0082.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0083.bin b/files/poketool/personal/personal/narc_0083.bin Binary files differdeleted file mode 100644 index 456d3b9c..00000000 --- a/files/poketool/personal/personal/narc_0083.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0084.bin b/files/poketool/personal/personal/narc_0084.bin Binary files differdeleted file mode 100644 index 4408a71c..00000000 --- a/files/poketool/personal/personal/narc_0084.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0085.bin b/files/poketool/personal/personal/narc_0085.bin Binary files differdeleted file mode 100644 index 8a607781..00000000 --- a/files/poketool/personal/personal/narc_0085.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0086.bin b/files/poketool/personal/personal/narc_0086.bin Binary files differdeleted file mode 100644 index 849d210f..00000000 --- a/files/poketool/personal/personal/narc_0086.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0087.bin b/files/poketool/personal/personal/narc_0087.bin Binary files differdeleted file mode 100644 index 0e0d2d73..00000000 --- a/files/poketool/personal/personal/narc_0087.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0088.bin b/files/poketool/personal/personal/narc_0088.bin Binary files differdeleted file mode 100644 index 086f0f79..00000000 --- a/files/poketool/personal/personal/narc_0088.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0089.bin b/files/poketool/personal/personal/narc_0089.bin Binary files differdeleted file mode 100644 index 7ab97510..00000000 --- a/files/poketool/personal/personal/narc_0089.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0090.bin b/files/poketool/personal/personal/narc_0090.bin Binary files differdeleted file mode 100644 index 23ae0ebe..00000000 --- a/files/poketool/personal/personal/narc_0090.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0091.bin b/files/poketool/personal/personal/narc_0091.bin Binary files differdeleted file mode 100644 index 91126415..00000000 --- a/files/poketool/personal/personal/narc_0091.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0092.bin b/files/poketool/personal/personal/narc_0092.bin Binary files differdeleted file mode 100644 index f55c14e0..00000000 --- a/files/poketool/personal/personal/narc_0092.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0093.bin b/files/poketool/personal/personal/narc_0093.bin Binary files differdeleted file mode 100644 index d82a68e0..00000000 --- a/files/poketool/personal/personal/narc_0093.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0094.bin b/files/poketool/personal/personal/narc_0094.bin Binary files differdeleted file mode 100644 index 79964d2e..00000000 --- a/files/poketool/personal/personal/narc_0094.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0095.bin b/files/poketool/personal/personal/narc_0095.bin Binary files differdeleted file mode 100644 index 7794e6df..00000000 --- a/files/poketool/personal/personal/narc_0095.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0096.bin b/files/poketool/personal/personal/narc_0096.bin Binary files differdeleted file mode 100644 index 0b137d01..00000000 --- a/files/poketool/personal/personal/narc_0096.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0097.bin b/files/poketool/personal/personal/narc_0097.bin Binary files differdeleted file mode 100644 index e8930b7f..00000000 --- a/files/poketool/personal/personal/narc_0097.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0098.bin b/files/poketool/personal/personal/narc_0098.bin Binary files differdeleted file mode 100644 index cfc555c3..00000000 --- a/files/poketool/personal/personal/narc_0098.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0099.bin b/files/poketool/personal/personal/narc_0099.bin Binary files differdeleted file mode 100644 index 2d909980..00000000 --- a/files/poketool/personal/personal/narc_0099.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0100.bin b/files/poketool/personal/personal/narc_0100.bin Binary files differdeleted file mode 100644 index c85f3cab..00000000 --- a/files/poketool/personal/personal/narc_0100.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0101.bin b/files/poketool/personal/personal/narc_0101.bin Binary files differdeleted file mode 100644 index fb02166c..00000000 --- a/files/poketool/personal/personal/narc_0101.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0102.bin b/files/poketool/personal/personal/narc_0102.bin Binary files differdeleted file mode 100644 index 564a695a..00000000 --- a/files/poketool/personal/personal/narc_0102.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0103.bin b/files/poketool/personal/personal/narc_0103.bin Binary files differdeleted file mode 100644 index 6202ada7..00000000 --- a/files/poketool/personal/personal/narc_0103.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0104.bin b/files/poketool/personal/personal/narc_0104.bin Binary files differdeleted file mode 100644 index c68cd52b..00000000 --- a/files/poketool/personal/personal/narc_0104.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0105.bin b/files/poketool/personal/personal/narc_0105.bin Binary files differdeleted file mode 100644 index 2da3f7a8..00000000 --- a/files/poketool/personal/personal/narc_0105.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0106.bin b/files/poketool/personal/personal/narc_0106.bin Binary files differdeleted file mode 100644 index 782c9674..00000000 --- a/files/poketool/personal/personal/narc_0106.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0107.bin b/files/poketool/personal/personal/narc_0107.bin Binary files differdeleted file mode 100644 index 4a47958e..00000000 --- a/files/poketool/personal/personal/narc_0107.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0108.bin b/files/poketool/personal/personal/narc_0108.bin Binary files differdeleted file mode 100644 index c3fd63fb..00000000 --- a/files/poketool/personal/personal/narc_0108.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0109.bin b/files/poketool/personal/personal/narc_0109.bin Binary files differdeleted file mode 100644 index 8679489d..00000000 --- a/files/poketool/personal/personal/narc_0109.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0110.bin b/files/poketool/personal/personal/narc_0110.bin Binary files differdeleted file mode 100644 index ebea9855..00000000 --- a/files/poketool/personal/personal/narc_0110.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0111.bin b/files/poketool/personal/personal/narc_0111.bin Binary files differdeleted file mode 100644 index 632bf35f..00000000 --- a/files/poketool/personal/personal/narc_0111.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0112.bin b/files/poketool/personal/personal/narc_0112.bin Binary files differdeleted file mode 100644 index a9cd4d94..00000000 --- a/files/poketool/personal/personal/narc_0112.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0113.bin b/files/poketool/personal/personal/narc_0113.bin Binary files differdeleted file mode 100644 index 713b77d7..00000000 --- a/files/poketool/personal/personal/narc_0113.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0114.bin b/files/poketool/personal/personal/narc_0114.bin Binary files differdeleted file mode 100644 index 9c597231..00000000 --- a/files/poketool/personal/personal/narc_0114.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0115.bin b/files/poketool/personal/personal/narc_0115.bin Binary files differdeleted file mode 100644 index 87468ff6..00000000 --- a/files/poketool/personal/personal/narc_0115.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0116.bin b/files/poketool/personal/personal/narc_0116.bin Binary files differdeleted file mode 100644 index f5642cdc..00000000 --- a/files/poketool/personal/personal/narc_0116.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0117.bin b/files/poketool/personal/personal/narc_0117.bin Binary files differdeleted file mode 100644 index 234effdc..00000000 --- a/files/poketool/personal/personal/narc_0117.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0118.bin b/files/poketool/personal/personal/narc_0118.bin Binary files differdeleted file mode 100644 index 4e0eb294..00000000 --- a/files/poketool/personal/personal/narc_0118.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0119.bin b/files/poketool/personal/personal/narc_0119.bin Binary files differdeleted file mode 100644 index 5773752e..00000000 --- a/files/poketool/personal/personal/narc_0119.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0120.bin b/files/poketool/personal/personal/narc_0120.bin Binary files differdeleted file mode 100644 index e770fac2..00000000 --- a/files/poketool/personal/personal/narc_0120.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0121.bin b/files/poketool/personal/personal/narc_0121.bin Binary files differdeleted file mode 100644 index 156ec57a..00000000 --- a/files/poketool/personal/personal/narc_0121.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0122.bin b/files/poketool/personal/personal/narc_0122.bin Binary files differdeleted file mode 100644 index eb764118..00000000 --- a/files/poketool/personal/personal/narc_0122.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0123.bin b/files/poketool/personal/personal/narc_0123.bin Binary files differdeleted file mode 100644 index e1f4e5f4..00000000 --- a/files/poketool/personal/personal/narc_0123.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0124.bin b/files/poketool/personal/personal/narc_0124.bin Binary files differdeleted file mode 100644 index 35bf2780..00000000 --- a/files/poketool/personal/personal/narc_0124.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0125.bin b/files/poketool/personal/personal/narc_0125.bin Binary files differdeleted file mode 100644 index c98eb8c2..00000000 --- a/files/poketool/personal/personal/narc_0125.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0126.bin b/files/poketool/personal/personal/narc_0126.bin Binary files differdeleted file mode 100644 index 430427e0..00000000 --- a/files/poketool/personal/personal/narc_0126.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0127.bin b/files/poketool/personal/personal/narc_0127.bin Binary files differdeleted file mode 100644 index 1c6e9274..00000000 --- a/files/poketool/personal/personal/narc_0127.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0128.bin b/files/poketool/personal/personal/narc_0128.bin Binary files differdeleted file mode 100644 index b2fb7daa..00000000 --- a/files/poketool/personal/personal/narc_0128.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0129.bin b/files/poketool/personal/personal/narc_0129.bin Binary files differdeleted file mode 100644 index 2f9f0c84..00000000 --- a/files/poketool/personal/personal/narc_0129.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0130.bin b/files/poketool/personal/personal/narc_0130.bin Binary files differdeleted file mode 100644 index b49e600d..00000000 --- a/files/poketool/personal/personal/narc_0130.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0131.bin b/files/poketool/personal/personal/narc_0131.bin Binary files differdeleted file mode 100644 index 0a673dd5..00000000 --- a/files/poketool/personal/personal/narc_0131.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0132.bin b/files/poketool/personal/personal/narc_0132.bin Binary files differdeleted file mode 100644 index 3e209a98..00000000 --- a/files/poketool/personal/personal/narc_0132.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0133.bin b/files/poketool/personal/personal/narc_0133.bin Binary files differdeleted file mode 100644 index e829110a..00000000 --- a/files/poketool/personal/personal/narc_0133.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0134.bin b/files/poketool/personal/personal/narc_0134.bin Binary files differdeleted file mode 100644 index 8ad9bd53..00000000 --- a/files/poketool/personal/personal/narc_0134.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0135.bin b/files/poketool/personal/personal/narc_0135.bin Binary files differdeleted file mode 100644 index 05451a0e..00000000 --- a/files/poketool/personal/personal/narc_0135.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0136.bin b/files/poketool/personal/personal/narc_0136.bin Binary files differdeleted file mode 100644 index 51d50ef0..00000000 --- a/files/poketool/personal/personal/narc_0136.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0137.bin b/files/poketool/personal/personal/narc_0137.bin Binary files differdeleted file mode 100644 index 953115c6..00000000 --- a/files/poketool/personal/personal/narc_0137.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0138.bin b/files/poketool/personal/personal/narc_0138.bin Binary files differdeleted file mode 100644 index ddd7be9b..00000000 --- a/files/poketool/personal/personal/narc_0138.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0139.bin b/files/poketool/personal/personal/narc_0139.bin Binary files differdeleted file mode 100644 index 0cab220f..00000000 --- a/files/poketool/personal/personal/narc_0139.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0140.bin b/files/poketool/personal/personal/narc_0140.bin Binary files differdeleted file mode 100644 index b49ae131..00000000 --- a/files/poketool/personal/personal/narc_0140.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0141.bin b/files/poketool/personal/personal/narc_0141.bin Binary files differdeleted file mode 100644 index bcda0191..00000000 --- a/files/poketool/personal/personal/narc_0141.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0142.bin b/files/poketool/personal/personal/narc_0142.bin Binary files differdeleted file mode 100644 index 61e114d2..00000000 --- a/files/poketool/personal/personal/narc_0142.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0143.bin b/files/poketool/personal/personal/narc_0143.bin Binary files differdeleted file mode 100644 index c24dd499..00000000 --- a/files/poketool/personal/personal/narc_0143.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0144.bin b/files/poketool/personal/personal/narc_0144.bin Binary files differdeleted file mode 100644 index b15009a3..00000000 --- a/files/poketool/personal/personal/narc_0144.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0145.bin b/files/poketool/personal/personal/narc_0145.bin Binary files differdeleted file mode 100644 index 4e670979..00000000 --- a/files/poketool/personal/personal/narc_0145.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0146.bin b/files/poketool/personal/personal/narc_0146.bin Binary files differdeleted file mode 100644 index 2a0cd005..00000000 --- a/files/poketool/personal/personal/narc_0146.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0147.bin b/files/poketool/personal/personal/narc_0147.bin Binary files differdeleted file mode 100644 index f87b5171..00000000 --- a/files/poketool/personal/personal/narc_0147.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0148.bin b/files/poketool/personal/personal/narc_0148.bin Binary files differdeleted file mode 100644 index 7d100ce6..00000000 --- a/files/poketool/personal/personal/narc_0148.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0149.bin b/files/poketool/personal/personal/narc_0149.bin Binary files differdeleted file mode 100644 index ad1492a4..00000000 --- a/files/poketool/personal/personal/narc_0149.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0150.bin b/files/poketool/personal/personal/narc_0150.bin Binary files differdeleted file mode 100644 index 369fc684..00000000 --- a/files/poketool/personal/personal/narc_0150.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0151.bin b/files/poketool/personal/personal/narc_0151.bin Binary files differdeleted file mode 100644 index 966f957f..00000000 --- a/files/poketool/personal/personal/narc_0151.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0152.bin b/files/poketool/personal/personal/narc_0152.bin Binary files differdeleted file mode 100644 index c41f2df5..00000000 --- a/files/poketool/personal/personal/narc_0152.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0153.bin b/files/poketool/personal/personal/narc_0153.bin Binary files differdeleted file mode 100644 index 34bedd7c..00000000 --- a/files/poketool/personal/personal/narc_0153.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0154.bin b/files/poketool/personal/personal/narc_0154.bin Binary files differdeleted file mode 100644 index 2463337f..00000000 --- a/files/poketool/personal/personal/narc_0154.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0155.bin b/files/poketool/personal/personal/narc_0155.bin Binary files differdeleted file mode 100644 index 0fa9471a..00000000 --- a/files/poketool/personal/personal/narc_0155.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0156.bin b/files/poketool/personal/personal/narc_0156.bin Binary files differdeleted file mode 100644 index 506d9883..00000000 --- a/files/poketool/personal/personal/narc_0156.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0157.bin b/files/poketool/personal/personal/narc_0157.bin Binary files differdeleted file mode 100644 index 72623141..00000000 --- a/files/poketool/personal/personal/narc_0157.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0158.bin b/files/poketool/personal/personal/narc_0158.bin Binary files differdeleted file mode 100644 index 95fbf575..00000000 --- a/files/poketool/personal/personal/narc_0158.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0159.bin b/files/poketool/personal/personal/narc_0159.bin Binary files differdeleted file mode 100644 index 109e1a2d..00000000 --- a/files/poketool/personal/personal/narc_0159.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0160.bin b/files/poketool/personal/personal/narc_0160.bin Binary files differdeleted file mode 100644 index 440027ed..00000000 --- a/files/poketool/personal/personal/narc_0160.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0161.bin b/files/poketool/personal/personal/narc_0161.bin Binary files differdeleted file mode 100644 index 776150c3..00000000 --- a/files/poketool/personal/personal/narc_0161.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0162.bin b/files/poketool/personal/personal/narc_0162.bin Binary files differdeleted file mode 100644 index a257544c..00000000 --- a/files/poketool/personal/personal/narc_0162.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0163.bin b/files/poketool/personal/personal/narc_0163.bin Binary files differdeleted file mode 100644 index de69f019..00000000 --- a/files/poketool/personal/personal/narc_0163.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0164.bin b/files/poketool/personal/personal/narc_0164.bin Binary files differdeleted file mode 100644 index bfeb5b0c..00000000 --- a/files/poketool/personal/personal/narc_0164.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0165.bin b/files/poketool/personal/personal/narc_0165.bin Binary files differdeleted file mode 100644 index b87a4ad2..00000000 --- a/files/poketool/personal/personal/narc_0165.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0166.bin b/files/poketool/personal/personal/narc_0166.bin Binary files differdeleted file mode 100644 index 9094369c..00000000 --- a/files/poketool/personal/personal/narc_0166.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0167.bin b/files/poketool/personal/personal/narc_0167.bin Binary files differdeleted file mode 100644 index e068fc41..00000000 --- a/files/poketool/personal/personal/narc_0167.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0168.bin b/files/poketool/personal/personal/narc_0168.bin Binary files differdeleted file mode 100644 index 1f1f315c..00000000 --- a/files/poketool/personal/personal/narc_0168.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0169.bin b/files/poketool/personal/personal/narc_0169.bin Binary files differdeleted file mode 100644 index 9f08b079..00000000 --- a/files/poketool/personal/personal/narc_0169.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0170.bin b/files/poketool/personal/personal/narc_0170.bin Binary files differdeleted file mode 100644 index 1be99846..00000000 --- a/files/poketool/personal/personal/narc_0170.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0171.bin b/files/poketool/personal/personal/narc_0171.bin Binary files differdeleted file mode 100644 index c9953001..00000000 --- a/files/poketool/personal/personal/narc_0171.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0172.bin b/files/poketool/personal/personal/narc_0172.bin Binary files differdeleted file mode 100644 index 90c3592d..00000000 --- a/files/poketool/personal/personal/narc_0172.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0173.bin b/files/poketool/personal/personal/narc_0173.bin Binary files differdeleted file mode 100644 index 861c9fd3..00000000 --- a/files/poketool/personal/personal/narc_0173.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0174.bin b/files/poketool/personal/personal/narc_0174.bin Binary files differdeleted file mode 100644 index ca5eccda..00000000 --- a/files/poketool/personal/personal/narc_0174.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0175.bin b/files/poketool/personal/personal/narc_0175.bin Binary files differdeleted file mode 100644 index 9f30bf06..00000000 --- a/files/poketool/personal/personal/narc_0175.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0176.bin b/files/poketool/personal/personal/narc_0176.bin Binary files differdeleted file mode 100644 index cca3e81b..00000000 --- a/files/poketool/personal/personal/narc_0176.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0177.bin b/files/poketool/personal/personal/narc_0177.bin Binary files differdeleted file mode 100644 index 161f288e..00000000 --- a/files/poketool/personal/personal/narc_0177.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0178.bin b/files/poketool/personal/personal/narc_0178.bin Binary files differdeleted file mode 100644 index 3087c3dd..00000000 --- a/files/poketool/personal/personal/narc_0178.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0179.bin b/files/poketool/personal/personal/narc_0179.bin Binary files differdeleted file mode 100644 index 4c2c5cec..00000000 --- a/files/poketool/personal/personal/narc_0179.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0180.bin b/files/poketool/personal/personal/narc_0180.bin Binary files differdeleted file mode 100644 index dc84d11b..00000000 --- a/files/poketool/personal/personal/narc_0180.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0181.bin b/files/poketool/personal/personal/narc_0181.bin Binary files differdeleted file mode 100644 index c8b12d66..00000000 --- a/files/poketool/personal/personal/narc_0181.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0182.bin b/files/poketool/personal/personal/narc_0182.bin Binary files differdeleted file mode 100644 index e0a7454f..00000000 --- a/files/poketool/personal/personal/narc_0182.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0183.bin b/files/poketool/personal/personal/narc_0183.bin Binary files differdeleted file mode 100644 index c2e1fd40..00000000 --- a/files/poketool/personal/personal/narc_0183.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0184.bin b/files/poketool/personal/personal/narc_0184.bin Binary files differdeleted file mode 100644 index 9925f1d1..00000000 --- a/files/poketool/personal/personal/narc_0184.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0185.bin b/files/poketool/personal/personal/narc_0185.bin Binary files differdeleted file mode 100644 index 173a3c6c..00000000 --- a/files/poketool/personal/personal/narc_0185.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0186.bin b/files/poketool/personal/personal/narc_0186.bin Binary files differdeleted file mode 100644 index 09d4fe24..00000000 --- a/files/poketool/personal/personal/narc_0186.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0187.bin b/files/poketool/personal/personal/narc_0187.bin Binary files differdeleted file mode 100644 index 77e60a15..00000000 --- a/files/poketool/personal/personal/narc_0187.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0188.bin b/files/poketool/personal/personal/narc_0188.bin Binary files differdeleted file mode 100644 index ca8f0639..00000000 --- a/files/poketool/personal/personal/narc_0188.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0189.bin b/files/poketool/personal/personal/narc_0189.bin Binary files differdeleted file mode 100644 index 62df8e9e..00000000 --- a/files/poketool/personal/personal/narc_0189.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0190.bin b/files/poketool/personal/personal/narc_0190.bin Binary files differdeleted file mode 100644 index 9fd652ab..00000000 --- a/files/poketool/personal/personal/narc_0190.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0191.bin b/files/poketool/personal/personal/narc_0191.bin Binary files differdeleted file mode 100644 index e42cdcd1..00000000 --- a/files/poketool/personal/personal/narc_0191.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0192.bin b/files/poketool/personal/personal/narc_0192.bin Binary files differdeleted file mode 100644 index 58189e56..00000000 --- a/files/poketool/personal/personal/narc_0192.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0193.bin b/files/poketool/personal/personal/narc_0193.bin Binary files differdeleted file mode 100644 index fdd7a398..00000000 --- a/files/poketool/personal/personal/narc_0193.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0194.bin b/files/poketool/personal/personal/narc_0194.bin Binary files differdeleted file mode 100644 index 9560d8a4..00000000 --- a/files/poketool/personal/personal/narc_0194.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0195.bin b/files/poketool/personal/personal/narc_0195.bin Binary files differdeleted file mode 100644 index b874255a..00000000 --- a/files/poketool/personal/personal/narc_0195.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0196.bin b/files/poketool/personal/personal/narc_0196.bin Binary files differdeleted file mode 100644 index f4b1b7e4..00000000 --- a/files/poketool/personal/personal/narc_0196.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0197.bin b/files/poketool/personal/personal/narc_0197.bin Binary files differdeleted file mode 100644 index d9990de9..00000000 --- a/files/poketool/personal/personal/narc_0197.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0198.bin b/files/poketool/personal/personal/narc_0198.bin Binary files differdeleted file mode 100644 index 464a9014..00000000 --- a/files/poketool/personal/personal/narc_0198.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0199.bin b/files/poketool/personal/personal/narc_0199.bin Binary files differdeleted file mode 100644 index c1261cf1..00000000 --- a/files/poketool/personal/personal/narc_0199.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0200.bin b/files/poketool/personal/personal/narc_0200.bin Binary files differdeleted file mode 100644 index 60e63ab7..00000000 --- a/files/poketool/personal/personal/narc_0200.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0201.bin b/files/poketool/personal/personal/narc_0201.bin Binary files differdeleted file mode 100644 index 4ea77739..00000000 --- a/files/poketool/personal/personal/narc_0201.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0202.bin b/files/poketool/personal/personal/narc_0202.bin Binary files differdeleted file mode 100644 index f6e598db..00000000 --- a/files/poketool/personal/personal/narc_0202.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0203.bin b/files/poketool/personal/personal/narc_0203.bin Binary files differdeleted file mode 100644 index 108b779b..00000000 --- a/files/poketool/personal/personal/narc_0203.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0204.bin b/files/poketool/personal/personal/narc_0204.bin Binary files differdeleted file mode 100644 index ffd5588b..00000000 --- a/files/poketool/personal/personal/narc_0204.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0205.bin b/files/poketool/personal/personal/narc_0205.bin Binary files differdeleted file mode 100644 index 46317c84..00000000 --- a/files/poketool/personal/personal/narc_0205.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0206.bin b/files/poketool/personal/personal/narc_0206.bin Binary files differdeleted file mode 100644 index 1a2196c6..00000000 --- a/files/poketool/personal/personal/narc_0206.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0207.bin b/files/poketool/personal/personal/narc_0207.bin Binary files differdeleted file mode 100644 index 1e7733b0..00000000 --- a/files/poketool/personal/personal/narc_0207.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0208.bin b/files/poketool/personal/personal/narc_0208.bin Binary files differdeleted file mode 100644 index 9957823c..00000000 --- a/files/poketool/personal/personal/narc_0208.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0209.bin b/files/poketool/personal/personal/narc_0209.bin Binary files differdeleted file mode 100644 index 888dc360..00000000 --- a/files/poketool/personal/personal/narc_0209.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0210.bin b/files/poketool/personal/personal/narc_0210.bin Binary files differdeleted file mode 100644 index 4eb77f01..00000000 --- a/files/poketool/personal/personal/narc_0210.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0211.bin b/files/poketool/personal/personal/narc_0211.bin Binary files differdeleted file mode 100644 index 486a2123..00000000 --- a/files/poketool/personal/personal/narc_0211.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0212.bin b/files/poketool/personal/personal/narc_0212.bin Binary files differdeleted file mode 100644 index 6ca58d78..00000000 --- a/files/poketool/personal/personal/narc_0212.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0213.bin b/files/poketool/personal/personal/narc_0213.bin Binary files differdeleted file mode 100644 index 2feeb821..00000000 --- a/files/poketool/personal/personal/narc_0213.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0214.bin b/files/poketool/personal/personal/narc_0214.bin Binary files differdeleted file mode 100644 index d5b5e0f8..00000000 --- a/files/poketool/personal/personal/narc_0214.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0215.bin b/files/poketool/personal/personal/narc_0215.bin Binary files differdeleted file mode 100644 index 1d491cb2..00000000 --- a/files/poketool/personal/personal/narc_0215.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0216.bin b/files/poketool/personal/personal/narc_0216.bin Binary files differdeleted file mode 100644 index 7526f249..00000000 --- a/files/poketool/personal/personal/narc_0216.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0217.bin b/files/poketool/personal/personal/narc_0217.bin Binary files differdeleted file mode 100644 index 5e3e3d9c..00000000 --- a/files/poketool/personal/personal/narc_0217.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0218.bin b/files/poketool/personal/personal/narc_0218.bin Binary files differdeleted file mode 100644 index 96c5cdcc..00000000 --- a/files/poketool/personal/personal/narc_0218.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0219.bin b/files/poketool/personal/personal/narc_0219.bin Binary files differdeleted file mode 100644 index 1938b3cf..00000000 --- a/files/poketool/personal/personal/narc_0219.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0220.bin b/files/poketool/personal/personal/narc_0220.bin Binary files differdeleted file mode 100644 index 4dbe19c4..00000000 --- a/files/poketool/personal/personal/narc_0220.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0221.bin b/files/poketool/personal/personal/narc_0221.bin Binary files differdeleted file mode 100644 index 982c2659..00000000 --- a/files/poketool/personal/personal/narc_0221.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0222.bin b/files/poketool/personal/personal/narc_0222.bin Binary files differdeleted file mode 100644 index 651ac43c..00000000 --- a/files/poketool/personal/personal/narc_0222.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0223.bin b/files/poketool/personal/personal/narc_0223.bin Binary files differdeleted file mode 100644 index 9848c7f6..00000000 --- a/files/poketool/personal/personal/narc_0223.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0224.bin b/files/poketool/personal/personal/narc_0224.bin Binary files differdeleted file mode 100644 index 84415ad5..00000000 --- a/files/poketool/personal/personal/narc_0224.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0225.bin b/files/poketool/personal/personal/narc_0225.bin Binary files differdeleted file mode 100644 index e7707191..00000000 --- a/files/poketool/personal/personal/narc_0225.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0226.bin b/files/poketool/personal/personal/narc_0226.bin Binary files differdeleted file mode 100644 index 67c22100..00000000 --- a/files/poketool/personal/personal/narc_0226.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0227.bin b/files/poketool/personal/personal/narc_0227.bin Binary files differdeleted file mode 100644 index a2bdc91a..00000000 --- a/files/poketool/personal/personal/narc_0227.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0228.bin b/files/poketool/personal/personal/narc_0228.bin Binary files differdeleted file mode 100644 index 49aa82ff..00000000 --- a/files/poketool/personal/personal/narc_0228.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0229.bin b/files/poketool/personal/personal/narc_0229.bin Binary files differdeleted file mode 100644 index 7a03737b..00000000 --- a/files/poketool/personal/personal/narc_0229.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0230.bin b/files/poketool/personal/personal/narc_0230.bin Binary files differdeleted file mode 100644 index 775840b4..00000000 --- a/files/poketool/personal/personal/narc_0230.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0231.bin b/files/poketool/personal/personal/narc_0231.bin Binary files differdeleted file mode 100644 index 3ff1f938..00000000 --- a/files/poketool/personal/personal/narc_0231.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0232.bin b/files/poketool/personal/personal/narc_0232.bin Binary files differdeleted file mode 100644 index f041815d..00000000 --- a/files/poketool/personal/personal/narc_0232.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0233.bin b/files/poketool/personal/personal/narc_0233.bin Binary files differdeleted file mode 100644 index b816c3b7..00000000 --- a/files/poketool/personal/personal/narc_0233.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0234.bin b/files/poketool/personal/personal/narc_0234.bin Binary files differdeleted file mode 100644 index 900fc8b2..00000000 --- a/files/poketool/personal/personal/narc_0234.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0235.bin b/files/poketool/personal/personal/narc_0235.bin Binary files differdeleted file mode 100644 index 180fafb6..00000000 --- a/files/poketool/personal/personal/narc_0235.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0236.bin b/files/poketool/personal/personal/narc_0236.bin Binary files differdeleted file mode 100644 index 929b455f..00000000 --- a/files/poketool/personal/personal/narc_0236.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0237.bin b/files/poketool/personal/personal/narc_0237.bin Binary files differdeleted file mode 100644 index 1044ddd8..00000000 --- a/files/poketool/personal/personal/narc_0237.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0238.bin b/files/poketool/personal/personal/narc_0238.bin Binary files differdeleted file mode 100644 index 0d1adad3..00000000 --- a/files/poketool/personal/personal/narc_0238.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0239.bin b/files/poketool/personal/personal/narc_0239.bin Binary files differdeleted file mode 100644 index 34ffd67a..00000000 --- a/files/poketool/personal/personal/narc_0239.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0240.bin b/files/poketool/personal/personal/narc_0240.bin Binary files differdeleted file mode 100644 index 75fb33ff..00000000 --- a/files/poketool/personal/personal/narc_0240.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0241.bin b/files/poketool/personal/personal/narc_0241.bin Binary files differdeleted file mode 100644 index 92a6495f..00000000 --- a/files/poketool/personal/personal/narc_0241.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0242.bin b/files/poketool/personal/personal/narc_0242.bin Binary files differdeleted file mode 100644 index 8137fee5..00000000 --- a/files/poketool/personal/personal/narc_0242.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0243.bin b/files/poketool/personal/personal/narc_0243.bin Binary files differdeleted file mode 100644 index 20ef259f..00000000 --- a/files/poketool/personal/personal/narc_0243.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0244.bin b/files/poketool/personal/personal/narc_0244.bin Binary files differdeleted file mode 100644 index f0b1f95d..00000000 --- a/files/poketool/personal/personal/narc_0244.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0245.bin b/files/poketool/personal/personal/narc_0245.bin Binary files differdeleted file mode 100644 index 1df4bee4..00000000 --- a/files/poketool/personal/personal/narc_0245.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0246.bin b/files/poketool/personal/personal/narc_0246.bin Binary files differdeleted file mode 100644 index 360f81d5..00000000 --- a/files/poketool/personal/personal/narc_0246.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0247.bin b/files/poketool/personal/personal/narc_0247.bin Binary files differdeleted file mode 100644 index 615357e8..00000000 --- a/files/poketool/personal/personal/narc_0247.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0248.bin b/files/poketool/personal/personal/narc_0248.bin Binary files differdeleted file mode 100644 index 07e76e95..00000000 --- a/files/poketool/personal/personal/narc_0248.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0249.bin b/files/poketool/personal/personal/narc_0249.bin Binary files differdeleted file mode 100644 index e7a68579..00000000 --- a/files/poketool/personal/personal/narc_0249.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0250.bin b/files/poketool/personal/personal/narc_0250.bin Binary files differdeleted file mode 100644 index 525b1d84..00000000 --- a/files/poketool/personal/personal/narc_0250.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0251.bin b/files/poketool/personal/personal/narc_0251.bin Binary files differdeleted file mode 100644 index c17de282..00000000 --- a/files/poketool/personal/personal/narc_0251.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0252.bin b/files/poketool/personal/personal/narc_0252.bin Binary files differdeleted file mode 100644 index 491cb74e..00000000 --- a/files/poketool/personal/personal/narc_0252.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0253.bin b/files/poketool/personal/personal/narc_0253.bin Binary files differdeleted file mode 100644 index a51e76a0..00000000 --- a/files/poketool/personal/personal/narc_0253.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0254.bin b/files/poketool/personal/personal/narc_0254.bin Binary files differdeleted file mode 100644 index 5d1fab0d..00000000 --- a/files/poketool/personal/personal/narc_0254.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0255.bin b/files/poketool/personal/personal/narc_0255.bin Binary files differdeleted file mode 100644 index bc559a8d..00000000 --- a/files/poketool/personal/personal/narc_0255.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0256.bin b/files/poketool/personal/personal/narc_0256.bin Binary files differdeleted file mode 100644 index b8092044..00000000 --- a/files/poketool/personal/personal/narc_0256.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0257.bin b/files/poketool/personal/personal/narc_0257.bin Binary files differdeleted file mode 100644 index f78a8610..00000000 --- a/files/poketool/personal/personal/narc_0257.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0258.bin b/files/poketool/personal/personal/narc_0258.bin Binary files differdeleted file mode 100644 index 7ae149b1..00000000 --- a/files/poketool/personal/personal/narc_0258.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0259.bin b/files/poketool/personal/personal/narc_0259.bin Binary files differdeleted file mode 100644 index 70038651..00000000 --- a/files/poketool/personal/personal/narc_0259.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0260.bin b/files/poketool/personal/personal/narc_0260.bin Binary files differdeleted file mode 100644 index 866556d7..00000000 --- a/files/poketool/personal/personal/narc_0260.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0261.bin b/files/poketool/personal/personal/narc_0261.bin Binary files differdeleted file mode 100644 index 43cfec09..00000000 --- a/files/poketool/personal/personal/narc_0261.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0262.bin b/files/poketool/personal/personal/narc_0262.bin Binary files differdeleted file mode 100644 index d32885a6..00000000 --- a/files/poketool/personal/personal/narc_0262.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0263.bin b/files/poketool/personal/personal/narc_0263.bin Binary files differdeleted file mode 100644 index f9472ca2..00000000 --- a/files/poketool/personal/personal/narc_0263.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0264.bin b/files/poketool/personal/personal/narc_0264.bin Binary files differdeleted file mode 100644 index 025e4630..00000000 --- a/files/poketool/personal/personal/narc_0264.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0265.bin b/files/poketool/personal/personal/narc_0265.bin Binary files differdeleted file mode 100644 index 47d2a725..00000000 --- a/files/poketool/personal/personal/narc_0265.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0266.bin b/files/poketool/personal/personal/narc_0266.bin Binary files differdeleted file mode 100644 index df98f019..00000000 --- a/files/poketool/personal/personal/narc_0266.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0267.bin b/files/poketool/personal/personal/narc_0267.bin Binary files differdeleted file mode 100644 index 549cf14d..00000000 --- a/files/poketool/personal/personal/narc_0267.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0268.bin b/files/poketool/personal/personal/narc_0268.bin Binary files differdeleted file mode 100644 index 308d5e2c..00000000 --- a/files/poketool/personal/personal/narc_0268.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0269.bin b/files/poketool/personal/personal/narc_0269.bin Binary files differdeleted file mode 100644 index 5c196ccd..00000000 --- a/files/poketool/personal/personal/narc_0269.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0270.bin b/files/poketool/personal/personal/narc_0270.bin Binary files differdeleted file mode 100644 index e46d34c3..00000000 --- a/files/poketool/personal/personal/narc_0270.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0271.bin b/files/poketool/personal/personal/narc_0271.bin Binary files differdeleted file mode 100644 index ced5dfbc..00000000 --- a/files/poketool/personal/personal/narc_0271.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0272.bin b/files/poketool/personal/personal/narc_0272.bin Binary files differdeleted file mode 100644 index ecd22f8f..00000000 --- a/files/poketool/personal/personal/narc_0272.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0273.bin b/files/poketool/personal/personal/narc_0273.bin Binary files differdeleted file mode 100644 index 503c65c8..00000000 --- a/files/poketool/personal/personal/narc_0273.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0274.bin b/files/poketool/personal/personal/narc_0274.bin Binary files differdeleted file mode 100644 index 7d0786c1..00000000 --- a/files/poketool/personal/personal/narc_0274.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0275.bin b/files/poketool/personal/personal/narc_0275.bin Binary files differdeleted file mode 100644 index 1dba9671..00000000 --- a/files/poketool/personal/personal/narc_0275.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0276.bin b/files/poketool/personal/personal/narc_0276.bin Binary files differdeleted file mode 100644 index a2170c15..00000000 --- a/files/poketool/personal/personal/narc_0276.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0277.bin b/files/poketool/personal/personal/narc_0277.bin Binary files differdeleted file mode 100644 index fafd9899..00000000 --- a/files/poketool/personal/personal/narc_0277.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0278.bin b/files/poketool/personal/personal/narc_0278.bin Binary files differdeleted file mode 100644 index 2ad5612c..00000000 --- a/files/poketool/personal/personal/narc_0278.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0279.bin b/files/poketool/personal/personal/narc_0279.bin Binary files differdeleted file mode 100644 index c5e98a76..00000000 --- a/files/poketool/personal/personal/narc_0279.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0280.bin b/files/poketool/personal/personal/narc_0280.bin Binary files differdeleted file mode 100644 index d463ff7d..00000000 --- a/files/poketool/personal/personal/narc_0280.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0281.bin b/files/poketool/personal/personal/narc_0281.bin Binary files differdeleted file mode 100644 index bf5caa22..00000000 --- a/files/poketool/personal/personal/narc_0281.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0282.bin b/files/poketool/personal/personal/narc_0282.bin Binary files differdeleted file mode 100644 index 01c9a07b..00000000 --- a/files/poketool/personal/personal/narc_0282.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0283.bin b/files/poketool/personal/personal/narc_0283.bin Binary files differdeleted file mode 100644 index 76f0e8a9..00000000 --- a/files/poketool/personal/personal/narc_0283.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0284.bin b/files/poketool/personal/personal/narc_0284.bin Binary files differdeleted file mode 100644 index fb7fe6eb..00000000 --- a/files/poketool/personal/personal/narc_0284.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0285.bin b/files/poketool/personal/personal/narc_0285.bin Binary files differdeleted file mode 100644 index 14feccc5..00000000 --- a/files/poketool/personal/personal/narc_0285.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0286.bin b/files/poketool/personal/personal/narc_0286.bin Binary files differdeleted file mode 100644 index fb30edf0..00000000 --- a/files/poketool/personal/personal/narc_0286.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0287.bin b/files/poketool/personal/personal/narc_0287.bin Binary files differdeleted file mode 100644 index 6d66d97c..00000000 --- a/files/poketool/personal/personal/narc_0287.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0288.bin b/files/poketool/personal/personal/narc_0288.bin Binary files differdeleted file mode 100644 index 5c7801eb..00000000 --- a/files/poketool/personal/personal/narc_0288.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0289.bin b/files/poketool/personal/personal/narc_0289.bin Binary files differdeleted file mode 100644 index c74c6f03..00000000 --- a/files/poketool/personal/personal/narc_0289.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0290.bin b/files/poketool/personal/personal/narc_0290.bin Binary files differdeleted file mode 100644 index 549b461e..00000000 --- a/files/poketool/personal/personal/narc_0290.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0291.bin b/files/poketool/personal/personal/narc_0291.bin Binary files differdeleted file mode 100644 index 4a21d1f1..00000000 --- a/files/poketool/personal/personal/narc_0291.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0292.bin b/files/poketool/personal/personal/narc_0292.bin Binary files differdeleted file mode 100644 index 6ab488e0..00000000 --- a/files/poketool/personal/personal/narc_0292.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0293.bin b/files/poketool/personal/personal/narc_0293.bin Binary files differdeleted file mode 100644 index 30680a39..00000000 --- a/files/poketool/personal/personal/narc_0293.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0294.bin b/files/poketool/personal/personal/narc_0294.bin Binary files differdeleted file mode 100644 index 4f20560d..00000000 --- a/files/poketool/personal/personal/narc_0294.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0295.bin b/files/poketool/personal/personal/narc_0295.bin Binary files differdeleted file mode 100644 index 9cadfa96..00000000 --- a/files/poketool/personal/personal/narc_0295.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0296.bin b/files/poketool/personal/personal/narc_0296.bin Binary files differdeleted file mode 100644 index 355b7fb1..00000000 --- a/files/poketool/personal/personal/narc_0296.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0297.bin b/files/poketool/personal/personal/narc_0297.bin Binary files differdeleted file mode 100644 index 8f8dc90f..00000000 --- a/files/poketool/personal/personal/narc_0297.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0298.bin b/files/poketool/personal/personal/narc_0298.bin Binary files differdeleted file mode 100644 index f3b09812..00000000 --- a/files/poketool/personal/personal/narc_0298.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0299.bin b/files/poketool/personal/personal/narc_0299.bin Binary files differdeleted file mode 100644 index ad932208..00000000 --- a/files/poketool/personal/personal/narc_0299.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0300.bin b/files/poketool/personal/personal/narc_0300.bin Binary files differdeleted file mode 100644 index de24cbc3..00000000 --- a/files/poketool/personal/personal/narc_0300.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0301.bin b/files/poketool/personal/personal/narc_0301.bin Binary files differdeleted file mode 100644 index e8fddad0..00000000 --- a/files/poketool/personal/personal/narc_0301.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0302.bin b/files/poketool/personal/personal/narc_0302.bin Binary files differdeleted file mode 100644 index 5dc8f03f..00000000 --- a/files/poketool/personal/personal/narc_0302.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0303.bin b/files/poketool/personal/personal/narc_0303.bin Binary files differdeleted file mode 100644 index 89afd55b..00000000 --- a/files/poketool/personal/personal/narc_0303.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0304.bin b/files/poketool/personal/personal/narc_0304.bin Binary files differdeleted file mode 100644 index 0fe0952b..00000000 --- a/files/poketool/personal/personal/narc_0304.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0305.bin b/files/poketool/personal/personal/narc_0305.bin Binary files differdeleted file mode 100644 index fa7b17a6..00000000 --- a/files/poketool/personal/personal/narc_0305.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0306.bin b/files/poketool/personal/personal/narc_0306.bin Binary files differdeleted file mode 100644 index 8b24be01..00000000 --- a/files/poketool/personal/personal/narc_0306.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0307.bin b/files/poketool/personal/personal/narc_0307.bin Binary files differdeleted file mode 100644 index 129d76ea..00000000 --- a/files/poketool/personal/personal/narc_0307.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0308.bin b/files/poketool/personal/personal/narc_0308.bin Binary files differdeleted file mode 100644 index 119be19b..00000000 --- a/files/poketool/personal/personal/narc_0308.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0309.bin b/files/poketool/personal/personal/narc_0309.bin Binary files differdeleted file mode 100644 index ec6c3f36..00000000 --- a/files/poketool/personal/personal/narc_0309.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0310.bin b/files/poketool/personal/personal/narc_0310.bin Binary files differdeleted file mode 100644 index cef8fc8b..00000000 --- a/files/poketool/personal/personal/narc_0310.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0311.bin b/files/poketool/personal/personal/narc_0311.bin Binary files differdeleted file mode 100644 index 0fc0fdb0..00000000 --- a/files/poketool/personal/personal/narc_0311.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0312.bin b/files/poketool/personal/personal/narc_0312.bin Binary files differdeleted file mode 100644 index 5eb029a9..00000000 --- a/files/poketool/personal/personal/narc_0312.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0313.bin b/files/poketool/personal/personal/narc_0313.bin Binary files differdeleted file mode 100644 index 8e3f103c..00000000 --- a/files/poketool/personal/personal/narc_0313.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0314.bin b/files/poketool/personal/personal/narc_0314.bin Binary files differdeleted file mode 100644 index b676fae7..00000000 --- a/files/poketool/personal/personal/narc_0314.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0315.bin b/files/poketool/personal/personal/narc_0315.bin Binary files differdeleted file mode 100644 index 17b7b0bf..00000000 --- a/files/poketool/personal/personal/narc_0315.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0316.bin b/files/poketool/personal/personal/narc_0316.bin Binary files differdeleted file mode 100644 index ae329d6a..00000000 --- a/files/poketool/personal/personal/narc_0316.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0317.bin b/files/poketool/personal/personal/narc_0317.bin Binary files differdeleted file mode 100644 index f481ebe8..00000000 --- a/files/poketool/personal/personal/narc_0317.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0318.bin b/files/poketool/personal/personal/narc_0318.bin Binary files differdeleted file mode 100644 index 0891f072..00000000 --- a/files/poketool/personal/personal/narc_0318.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0319.bin b/files/poketool/personal/personal/narc_0319.bin Binary files differdeleted file mode 100644 index dca667d0..00000000 --- a/files/poketool/personal/personal/narc_0319.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0320.bin b/files/poketool/personal/personal/narc_0320.bin Binary files differdeleted file mode 100644 index 1e0a2ebf..00000000 --- a/files/poketool/personal/personal/narc_0320.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0321.bin b/files/poketool/personal/personal/narc_0321.bin Binary files differdeleted file mode 100644 index 2310b5cc..00000000 --- a/files/poketool/personal/personal/narc_0321.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0322.bin b/files/poketool/personal/personal/narc_0322.bin Binary files differdeleted file mode 100644 index 0ecd6c03..00000000 --- a/files/poketool/personal/personal/narc_0322.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0323.bin b/files/poketool/personal/personal/narc_0323.bin Binary files differdeleted file mode 100644 index 7cba3a04..00000000 --- a/files/poketool/personal/personal/narc_0323.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0324.bin b/files/poketool/personal/personal/narc_0324.bin Binary files differdeleted file mode 100644 index f821ffc7..00000000 --- a/files/poketool/personal/personal/narc_0324.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0325.bin b/files/poketool/personal/personal/narc_0325.bin Binary files differdeleted file mode 100644 index f5ad285b..00000000 --- a/files/poketool/personal/personal/narc_0325.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0326.bin b/files/poketool/personal/personal/narc_0326.bin Binary files differdeleted file mode 100644 index 58df1ba8..00000000 --- a/files/poketool/personal/personal/narc_0326.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0327.bin b/files/poketool/personal/personal/narc_0327.bin Binary files differdeleted file mode 100644 index 3671b61b..00000000 --- a/files/poketool/personal/personal/narc_0327.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0328.bin b/files/poketool/personal/personal/narc_0328.bin Binary files differdeleted file mode 100644 index 7323260e..00000000 --- a/files/poketool/personal/personal/narc_0328.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0329.bin b/files/poketool/personal/personal/narc_0329.bin Binary files differdeleted file mode 100644 index 4bb4d4ea..00000000 --- a/files/poketool/personal/personal/narc_0329.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0330.bin b/files/poketool/personal/personal/narc_0330.bin Binary files differdeleted file mode 100644 index f1816aa4..00000000 --- a/files/poketool/personal/personal/narc_0330.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0331.bin b/files/poketool/personal/personal/narc_0331.bin Binary files differdeleted file mode 100644 index 11e2f132..00000000 --- a/files/poketool/personal/personal/narc_0331.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0332.bin b/files/poketool/personal/personal/narc_0332.bin Binary files differdeleted file mode 100644 index 20ab3a95..00000000 --- a/files/poketool/personal/personal/narc_0332.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0333.bin b/files/poketool/personal/personal/narc_0333.bin Binary files differdeleted file mode 100644 index 3edccf86..00000000 --- a/files/poketool/personal/personal/narc_0333.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0334.bin b/files/poketool/personal/personal/narc_0334.bin Binary files differdeleted file mode 100644 index 77b3f34f..00000000 --- a/files/poketool/personal/personal/narc_0334.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0335.bin b/files/poketool/personal/personal/narc_0335.bin Binary files differdeleted file mode 100644 index eaae117f..00000000 --- a/files/poketool/personal/personal/narc_0335.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0336.bin b/files/poketool/personal/personal/narc_0336.bin Binary files differdeleted file mode 100644 index 8ee2cf3d..00000000 --- a/files/poketool/personal/personal/narc_0336.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0337.bin b/files/poketool/personal/personal/narc_0337.bin Binary files differdeleted file mode 100644 index 3c7986ce..00000000 --- a/files/poketool/personal/personal/narc_0337.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0338.bin b/files/poketool/personal/personal/narc_0338.bin Binary files differdeleted file mode 100644 index 5e9f60b2..00000000 --- a/files/poketool/personal/personal/narc_0338.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0339.bin b/files/poketool/personal/personal/narc_0339.bin Binary files differdeleted file mode 100644 index 762e8675..00000000 --- a/files/poketool/personal/personal/narc_0339.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0340.bin b/files/poketool/personal/personal/narc_0340.bin Binary files differdeleted file mode 100644 index ec14ab20..00000000 --- a/files/poketool/personal/personal/narc_0340.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0341.bin b/files/poketool/personal/personal/narc_0341.bin Binary files differdeleted file mode 100644 index 3b524195..00000000 --- a/files/poketool/personal/personal/narc_0341.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0342.bin b/files/poketool/personal/personal/narc_0342.bin Binary files differdeleted file mode 100644 index a1dc02df..00000000 --- a/files/poketool/personal/personal/narc_0342.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0343.bin b/files/poketool/personal/personal/narc_0343.bin Binary files differdeleted file mode 100644 index 077e6f35..00000000 --- a/files/poketool/personal/personal/narc_0343.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0344.bin b/files/poketool/personal/personal/narc_0344.bin Binary files differdeleted file mode 100644 index 4caf6153..00000000 --- a/files/poketool/personal/personal/narc_0344.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0345.bin b/files/poketool/personal/personal/narc_0345.bin Binary files differdeleted file mode 100644 index 0e0f98c5..00000000 --- a/files/poketool/personal/personal/narc_0345.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0346.bin b/files/poketool/personal/personal/narc_0346.bin Binary files differdeleted file mode 100644 index 8572115f..00000000 --- a/files/poketool/personal/personal/narc_0346.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0347.bin b/files/poketool/personal/personal/narc_0347.bin Binary files differdeleted file mode 100644 index a28c37be..00000000 --- a/files/poketool/personal/personal/narc_0347.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0348.bin b/files/poketool/personal/personal/narc_0348.bin Binary files differdeleted file mode 100644 index af1943e5..00000000 --- a/files/poketool/personal/personal/narc_0348.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0349.bin b/files/poketool/personal/personal/narc_0349.bin Binary files differdeleted file mode 100644 index 62600bb5..00000000 --- a/files/poketool/personal/personal/narc_0349.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0350.bin b/files/poketool/personal/personal/narc_0350.bin Binary files differdeleted file mode 100644 index 42fde59a..00000000 --- a/files/poketool/personal/personal/narc_0350.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0351.bin b/files/poketool/personal/personal/narc_0351.bin Binary files differdeleted file mode 100644 index a7ee220c..00000000 --- a/files/poketool/personal/personal/narc_0351.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0352.bin b/files/poketool/personal/personal/narc_0352.bin Binary files differdeleted file mode 100644 index ab06841f..00000000 --- a/files/poketool/personal/personal/narc_0352.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0353.bin b/files/poketool/personal/personal/narc_0353.bin Binary files differdeleted file mode 100644 index 95c5431b..00000000 --- a/files/poketool/personal/personal/narc_0353.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0354.bin b/files/poketool/personal/personal/narc_0354.bin Binary files differdeleted file mode 100644 index ced6106f..00000000 --- a/files/poketool/personal/personal/narc_0354.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0355.bin b/files/poketool/personal/personal/narc_0355.bin Binary files differdeleted file mode 100644 index d012e188..00000000 --- a/files/poketool/personal/personal/narc_0355.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0356.bin b/files/poketool/personal/personal/narc_0356.bin Binary files differdeleted file mode 100644 index 02859174..00000000 --- a/files/poketool/personal/personal/narc_0356.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0357.bin b/files/poketool/personal/personal/narc_0357.bin Binary files differdeleted file mode 100644 index 0639cecf..00000000 --- a/files/poketool/personal/personal/narc_0357.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0358.bin b/files/poketool/personal/personal/narc_0358.bin Binary files differdeleted file mode 100644 index 8b454a3b..00000000 --- a/files/poketool/personal/personal/narc_0358.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0359.bin b/files/poketool/personal/personal/narc_0359.bin Binary files differdeleted file mode 100644 index e2d6466a..00000000 --- a/files/poketool/personal/personal/narc_0359.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0360.bin b/files/poketool/personal/personal/narc_0360.bin Binary files differdeleted file mode 100644 index 2883c82e..00000000 --- a/files/poketool/personal/personal/narc_0360.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0361.bin b/files/poketool/personal/personal/narc_0361.bin Binary files differdeleted file mode 100644 index 78152246..00000000 --- a/files/poketool/personal/personal/narc_0361.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0362.bin b/files/poketool/personal/personal/narc_0362.bin Binary files differdeleted file mode 100644 index 328df151..00000000 --- a/files/poketool/personal/personal/narc_0362.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0363.bin b/files/poketool/personal/personal/narc_0363.bin Binary files differdeleted file mode 100644 index bcac12f5..00000000 --- a/files/poketool/personal/personal/narc_0363.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0364.bin b/files/poketool/personal/personal/narc_0364.bin Binary files differdeleted file mode 100644 index 1704550b..00000000 --- a/files/poketool/personal/personal/narc_0364.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0365.bin b/files/poketool/personal/personal/narc_0365.bin Binary files differdeleted file mode 100644 index 34b5676a..00000000 --- a/files/poketool/personal/personal/narc_0365.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0366.bin b/files/poketool/personal/personal/narc_0366.bin Binary files differdeleted file mode 100644 index ab54ee76..00000000 --- a/files/poketool/personal/personal/narc_0366.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0367.bin b/files/poketool/personal/personal/narc_0367.bin Binary files differdeleted file mode 100644 index 6f1f812c..00000000 --- a/files/poketool/personal/personal/narc_0367.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0368.bin b/files/poketool/personal/personal/narc_0368.bin Binary files differdeleted file mode 100644 index d2af8df6..00000000 --- a/files/poketool/personal/personal/narc_0368.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0369.bin b/files/poketool/personal/personal/narc_0369.bin Binary files differdeleted file mode 100644 index a99f1098..00000000 --- a/files/poketool/personal/personal/narc_0369.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0370.bin b/files/poketool/personal/personal/narc_0370.bin Binary files differdeleted file mode 100644 index c0ef9410..00000000 --- a/files/poketool/personal/personal/narc_0370.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0371.bin b/files/poketool/personal/personal/narc_0371.bin Binary files differdeleted file mode 100644 index 8ef0519a..00000000 --- a/files/poketool/personal/personal/narc_0371.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0372.bin b/files/poketool/personal/personal/narc_0372.bin Binary files differdeleted file mode 100644 index d8e29f13..00000000 --- a/files/poketool/personal/personal/narc_0372.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0373.bin b/files/poketool/personal/personal/narc_0373.bin Binary files differdeleted file mode 100644 index 1479e0bd..00000000 --- a/files/poketool/personal/personal/narc_0373.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0374.bin b/files/poketool/personal/personal/narc_0374.bin Binary files differdeleted file mode 100644 index 2c74d378..00000000 --- a/files/poketool/personal/personal/narc_0374.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0375.bin b/files/poketool/personal/personal/narc_0375.bin Binary files differdeleted file mode 100644 index 43ca859a..00000000 --- a/files/poketool/personal/personal/narc_0375.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0376.bin b/files/poketool/personal/personal/narc_0376.bin Binary files differdeleted file mode 100644 index b207869e..00000000 --- a/files/poketool/personal/personal/narc_0376.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0377.bin b/files/poketool/personal/personal/narc_0377.bin Binary files differdeleted file mode 100644 index 122bc3f1..00000000 --- a/files/poketool/personal/personal/narc_0377.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0378.bin b/files/poketool/personal/personal/narc_0378.bin Binary files differdeleted file mode 100644 index 84f7a5a1..00000000 --- a/files/poketool/personal/personal/narc_0378.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0379.bin b/files/poketool/personal/personal/narc_0379.bin Binary files differdeleted file mode 100644 index 9d08053d..00000000 --- a/files/poketool/personal/personal/narc_0379.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0380.bin b/files/poketool/personal/personal/narc_0380.bin Binary files differdeleted file mode 100644 index ee0cce7c..00000000 --- a/files/poketool/personal/personal/narc_0380.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0381.bin b/files/poketool/personal/personal/narc_0381.bin Binary files differdeleted file mode 100644 index 463febf8..00000000 --- a/files/poketool/personal/personal/narc_0381.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0382.bin b/files/poketool/personal/personal/narc_0382.bin Binary files differdeleted file mode 100644 index a26e2da3..00000000 --- a/files/poketool/personal/personal/narc_0382.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0383.bin b/files/poketool/personal/personal/narc_0383.bin Binary files differdeleted file mode 100644 index 4327fb24..00000000 --- a/files/poketool/personal/personal/narc_0383.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0384.bin b/files/poketool/personal/personal/narc_0384.bin Binary files differdeleted file mode 100644 index 5dbedb7c..00000000 --- a/files/poketool/personal/personal/narc_0384.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0385.bin b/files/poketool/personal/personal/narc_0385.bin Binary files differdeleted file mode 100644 index ee724fe6..00000000 --- a/files/poketool/personal/personal/narc_0385.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0386.bin b/files/poketool/personal/personal/narc_0386.bin Binary files differdeleted file mode 100644 index dd17f815..00000000 --- a/files/poketool/personal/personal/narc_0386.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0387.bin b/files/poketool/personal/personal/narc_0387.bin Binary files differdeleted file mode 100644 index 97cb50f4..00000000 --- a/files/poketool/personal/personal/narc_0387.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0388.bin b/files/poketool/personal/personal/narc_0388.bin Binary files differdeleted file mode 100644 index 2bd70dc8..00000000 --- a/files/poketool/personal/personal/narc_0388.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0389.bin b/files/poketool/personal/personal/narc_0389.bin Binary files differdeleted file mode 100644 index b206e268..00000000 --- a/files/poketool/personal/personal/narc_0389.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0390.bin b/files/poketool/personal/personal/narc_0390.bin Binary files differdeleted file mode 100644 index 005d9b11..00000000 --- a/files/poketool/personal/personal/narc_0390.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0391.bin b/files/poketool/personal/personal/narc_0391.bin Binary files differdeleted file mode 100644 index 7a31829c..00000000 --- a/files/poketool/personal/personal/narc_0391.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0392.bin b/files/poketool/personal/personal/narc_0392.bin Binary files differdeleted file mode 100644 index a020b144..00000000 --- a/files/poketool/personal/personal/narc_0392.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0393.bin b/files/poketool/personal/personal/narc_0393.bin Binary files differdeleted file mode 100644 index f9b40c24..00000000 --- a/files/poketool/personal/personal/narc_0393.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0394.bin b/files/poketool/personal/personal/narc_0394.bin Binary files differdeleted file mode 100644 index 70fe69c5..00000000 --- a/files/poketool/personal/personal/narc_0394.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0395.bin b/files/poketool/personal/personal/narc_0395.bin Binary files differdeleted file mode 100644 index 26bdba06..00000000 --- a/files/poketool/personal/personal/narc_0395.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0396.bin b/files/poketool/personal/personal/narc_0396.bin Binary files differdeleted file mode 100644 index 62133578..00000000 --- a/files/poketool/personal/personal/narc_0396.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0397.bin b/files/poketool/personal/personal/narc_0397.bin Binary files differdeleted file mode 100644 index 0df7d9a2..00000000 --- a/files/poketool/personal/personal/narc_0397.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0398.bin b/files/poketool/personal/personal/narc_0398.bin Binary files differdeleted file mode 100644 index 1c1b731b..00000000 --- a/files/poketool/personal/personal/narc_0398.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0399.bin b/files/poketool/personal/personal/narc_0399.bin Binary files differdeleted file mode 100644 index 9df45271..00000000 --- a/files/poketool/personal/personal/narc_0399.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0400.bin b/files/poketool/personal/personal/narc_0400.bin Binary files differdeleted file mode 100644 index 1d70a73b..00000000 --- a/files/poketool/personal/personal/narc_0400.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0401.bin b/files/poketool/personal/personal/narc_0401.bin Binary files differdeleted file mode 100644 index 2ae9dc5e..00000000 --- a/files/poketool/personal/personal/narc_0401.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0402.bin b/files/poketool/personal/personal/narc_0402.bin Binary files differdeleted file mode 100644 index 373621cf..00000000 --- a/files/poketool/personal/personal/narc_0402.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0403.bin b/files/poketool/personal/personal/narc_0403.bin Binary files differdeleted file mode 100644 index a30624a6..00000000 --- a/files/poketool/personal/personal/narc_0403.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0404.bin b/files/poketool/personal/personal/narc_0404.bin Binary files differdeleted file mode 100644 index af532005..00000000 --- a/files/poketool/personal/personal/narc_0404.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0405.bin b/files/poketool/personal/personal/narc_0405.bin Binary files differdeleted file mode 100644 index cc055a0a..00000000 --- a/files/poketool/personal/personal/narc_0405.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0406.bin b/files/poketool/personal/personal/narc_0406.bin Binary files differdeleted file mode 100644 index 8ea89ada..00000000 --- a/files/poketool/personal/personal/narc_0406.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0407.bin b/files/poketool/personal/personal/narc_0407.bin Binary files differdeleted file mode 100644 index 3614b590..00000000 --- a/files/poketool/personal/personal/narc_0407.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0408.bin b/files/poketool/personal/personal/narc_0408.bin Binary files differdeleted file mode 100644 index c80d78c9..00000000 --- a/files/poketool/personal/personal/narc_0408.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0409.bin b/files/poketool/personal/personal/narc_0409.bin Binary files differdeleted file mode 100644 index 0a744147..00000000 --- a/files/poketool/personal/personal/narc_0409.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0410.bin b/files/poketool/personal/personal/narc_0410.bin Binary files differdeleted file mode 100644 index 147a8595..00000000 --- a/files/poketool/personal/personal/narc_0410.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0411.bin b/files/poketool/personal/personal/narc_0411.bin Binary files differdeleted file mode 100644 index f42a47f4..00000000 --- a/files/poketool/personal/personal/narc_0411.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0412.bin b/files/poketool/personal/personal/narc_0412.bin Binary files differdeleted file mode 100644 index 08a73530..00000000 --- a/files/poketool/personal/personal/narc_0412.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0413.bin b/files/poketool/personal/personal/narc_0413.bin Binary files differdeleted file mode 100644 index 0e03dd14..00000000 --- a/files/poketool/personal/personal/narc_0413.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0414.bin b/files/poketool/personal/personal/narc_0414.bin Binary files differdeleted file mode 100644 index 09278b74..00000000 --- a/files/poketool/personal/personal/narc_0414.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0415.bin b/files/poketool/personal/personal/narc_0415.bin Binary files differdeleted file mode 100644 index 1b0a2562..00000000 --- a/files/poketool/personal/personal/narc_0415.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0416.bin b/files/poketool/personal/personal/narc_0416.bin Binary files differdeleted file mode 100644 index 06d17184..00000000 --- a/files/poketool/personal/personal/narc_0416.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0417.bin b/files/poketool/personal/personal/narc_0417.bin Binary files differdeleted file mode 100644 index 810afa0b..00000000 --- a/files/poketool/personal/personal/narc_0417.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0418.bin b/files/poketool/personal/personal/narc_0418.bin Binary files differdeleted file mode 100644 index cc02626f..00000000 --- a/files/poketool/personal/personal/narc_0418.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0419.bin b/files/poketool/personal/personal/narc_0419.bin Binary files differdeleted file mode 100644 index d8675e25..00000000 --- a/files/poketool/personal/personal/narc_0419.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0420.bin b/files/poketool/personal/personal/narc_0420.bin Binary files differdeleted file mode 100644 index 9de836f7..00000000 --- a/files/poketool/personal/personal/narc_0420.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0421.bin b/files/poketool/personal/personal/narc_0421.bin Binary files differdeleted file mode 100644 index 0376703b..00000000 --- a/files/poketool/personal/personal/narc_0421.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0422.bin b/files/poketool/personal/personal/narc_0422.bin Binary files differdeleted file mode 100644 index a3e27edd..00000000 --- a/files/poketool/personal/personal/narc_0422.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0423.bin b/files/poketool/personal/personal/narc_0423.bin Binary files differdeleted file mode 100644 index 6eeccf86..00000000 --- a/files/poketool/personal/personal/narc_0423.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0424.bin b/files/poketool/personal/personal/narc_0424.bin Binary files differdeleted file mode 100644 index bb856f28..00000000 --- a/files/poketool/personal/personal/narc_0424.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0425.bin b/files/poketool/personal/personal/narc_0425.bin Binary files differdeleted file mode 100644 index 1d482a0f..00000000 --- a/files/poketool/personal/personal/narc_0425.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0426.bin b/files/poketool/personal/personal/narc_0426.bin Binary files differdeleted file mode 100644 index 417d134d..00000000 --- a/files/poketool/personal/personal/narc_0426.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0427.bin b/files/poketool/personal/personal/narc_0427.bin Binary files differdeleted file mode 100644 index 0afb1be3..00000000 --- a/files/poketool/personal/personal/narc_0427.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0428.bin b/files/poketool/personal/personal/narc_0428.bin Binary files differdeleted file mode 100644 index 3501c3e5..00000000 --- a/files/poketool/personal/personal/narc_0428.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0429.bin b/files/poketool/personal/personal/narc_0429.bin Binary files differdeleted file mode 100644 index 32dbda05..00000000 --- a/files/poketool/personal/personal/narc_0429.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0430.bin b/files/poketool/personal/personal/narc_0430.bin Binary files differdeleted file mode 100644 index 4aa8515f..00000000 --- a/files/poketool/personal/personal/narc_0430.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0431.bin b/files/poketool/personal/personal/narc_0431.bin Binary files differdeleted file mode 100644 index 192fb623..00000000 --- a/files/poketool/personal/personal/narc_0431.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0432.bin b/files/poketool/personal/personal/narc_0432.bin Binary files differdeleted file mode 100644 index 47600951..00000000 --- a/files/poketool/personal/personal/narc_0432.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0433.bin b/files/poketool/personal/personal/narc_0433.bin Binary files differdeleted file mode 100644 index 11f6e908..00000000 --- a/files/poketool/personal/personal/narc_0433.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0434.bin b/files/poketool/personal/personal/narc_0434.bin Binary files differdeleted file mode 100644 index a59d92b5..00000000 --- a/files/poketool/personal/personal/narc_0434.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0435.bin b/files/poketool/personal/personal/narc_0435.bin Binary files differdeleted file mode 100644 index 2a982eb1..00000000 --- a/files/poketool/personal/personal/narc_0435.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0436.bin b/files/poketool/personal/personal/narc_0436.bin Binary files differdeleted file mode 100644 index af763155..00000000 --- a/files/poketool/personal/personal/narc_0436.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0437.bin b/files/poketool/personal/personal/narc_0437.bin Binary files differdeleted file mode 100644 index af068d91..00000000 --- a/files/poketool/personal/personal/narc_0437.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0438.bin b/files/poketool/personal/personal/narc_0438.bin Binary files differdeleted file mode 100644 index 456ba6ba..00000000 --- a/files/poketool/personal/personal/narc_0438.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0439.bin b/files/poketool/personal/personal/narc_0439.bin Binary files differdeleted file mode 100644 index 481170cc..00000000 --- a/files/poketool/personal/personal/narc_0439.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0440.bin b/files/poketool/personal/personal/narc_0440.bin Binary files differdeleted file mode 100644 index 602618f8..00000000 --- a/files/poketool/personal/personal/narc_0440.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0441.bin b/files/poketool/personal/personal/narc_0441.bin Binary files differdeleted file mode 100644 index a263ae54..00000000 --- a/files/poketool/personal/personal/narc_0441.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0442.bin b/files/poketool/personal/personal/narc_0442.bin Binary files differdeleted file mode 100644 index 6b670699..00000000 --- a/files/poketool/personal/personal/narc_0442.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0443.bin b/files/poketool/personal/personal/narc_0443.bin Binary files differdeleted file mode 100644 index a4517fa1..00000000 --- a/files/poketool/personal/personal/narc_0443.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0444.bin b/files/poketool/personal/personal/narc_0444.bin Binary files differdeleted file mode 100644 index 99f4fc5e..00000000 --- a/files/poketool/personal/personal/narc_0444.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0445.bin b/files/poketool/personal/personal/narc_0445.bin Binary files differdeleted file mode 100644 index 6e7cf68f..00000000 --- a/files/poketool/personal/personal/narc_0445.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0446.bin b/files/poketool/personal/personal/narc_0446.bin Binary files differdeleted file mode 100644 index f4c66a43..00000000 --- a/files/poketool/personal/personal/narc_0446.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0447.bin b/files/poketool/personal/personal/narc_0447.bin Binary files differdeleted file mode 100644 index 5d7d6ff5..00000000 --- a/files/poketool/personal/personal/narc_0447.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0448.bin b/files/poketool/personal/personal/narc_0448.bin Binary files differdeleted file mode 100644 index 073dfdf0..00000000 --- a/files/poketool/personal/personal/narc_0448.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0449.bin b/files/poketool/personal/personal/narc_0449.bin Binary files differdeleted file mode 100644 index 199ff2fb..00000000 --- a/files/poketool/personal/personal/narc_0449.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0450.bin b/files/poketool/personal/personal/narc_0450.bin Binary files differdeleted file mode 100644 index 7f006d66..00000000 --- a/files/poketool/personal/personal/narc_0450.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0451.bin b/files/poketool/personal/personal/narc_0451.bin Binary files differdeleted file mode 100644 index ca5f466b..00000000 --- a/files/poketool/personal/personal/narc_0451.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0452.bin b/files/poketool/personal/personal/narc_0452.bin Binary files differdeleted file mode 100644 index e1b2af09..00000000 --- a/files/poketool/personal/personal/narc_0452.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0453.bin b/files/poketool/personal/personal/narc_0453.bin Binary files differdeleted file mode 100644 index 435e7f88..00000000 --- a/files/poketool/personal/personal/narc_0453.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0454.bin b/files/poketool/personal/personal/narc_0454.bin Binary files differdeleted file mode 100644 index b0f6a59d..00000000 --- a/files/poketool/personal/personal/narc_0454.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0455.bin b/files/poketool/personal/personal/narc_0455.bin Binary files differdeleted file mode 100644 index f0c65092..00000000 --- a/files/poketool/personal/personal/narc_0455.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0456.bin b/files/poketool/personal/personal/narc_0456.bin Binary files differdeleted file mode 100644 index d18ada91..00000000 --- a/files/poketool/personal/personal/narc_0456.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0457.bin b/files/poketool/personal/personal/narc_0457.bin Binary files differdeleted file mode 100644 index ad9b4b46..00000000 --- a/files/poketool/personal/personal/narc_0457.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0458.bin b/files/poketool/personal/personal/narc_0458.bin Binary files differdeleted file mode 100644 index 0f574341..00000000 --- a/files/poketool/personal/personal/narc_0458.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0459.bin b/files/poketool/personal/personal/narc_0459.bin Binary files differdeleted file mode 100644 index 457b150f..00000000 --- a/files/poketool/personal/personal/narc_0459.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0460.bin b/files/poketool/personal/personal/narc_0460.bin Binary files differdeleted file mode 100644 index 55674bde..00000000 --- a/files/poketool/personal/personal/narc_0460.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0461.bin b/files/poketool/personal/personal/narc_0461.bin Binary files differdeleted file mode 100644 index ba5d49de..00000000 --- a/files/poketool/personal/personal/narc_0461.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0462.bin b/files/poketool/personal/personal/narc_0462.bin Binary files differdeleted file mode 100644 index 273afac2..00000000 --- a/files/poketool/personal/personal/narc_0462.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0463.bin b/files/poketool/personal/personal/narc_0463.bin Binary files differdeleted file mode 100644 index 9c96fe10..00000000 --- a/files/poketool/personal/personal/narc_0463.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0464.bin b/files/poketool/personal/personal/narc_0464.bin Binary files differdeleted file mode 100644 index c41f7ded..00000000 --- a/files/poketool/personal/personal/narc_0464.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0465.bin b/files/poketool/personal/personal/narc_0465.bin Binary files differdeleted file mode 100644 index 4d7fdd07..00000000 --- a/files/poketool/personal/personal/narc_0465.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0466.bin b/files/poketool/personal/personal/narc_0466.bin Binary files differdeleted file mode 100644 index 9c0b680a..00000000 --- a/files/poketool/personal/personal/narc_0466.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0467.bin b/files/poketool/personal/personal/narc_0467.bin Binary files differdeleted file mode 100644 index cb23f85a..00000000 --- a/files/poketool/personal/personal/narc_0467.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0468.bin b/files/poketool/personal/personal/narc_0468.bin Binary files differdeleted file mode 100644 index dca0cf37..00000000 --- a/files/poketool/personal/personal/narc_0468.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0469.bin b/files/poketool/personal/personal/narc_0469.bin Binary files differdeleted file mode 100644 index 6b51a4af..00000000 --- a/files/poketool/personal/personal/narc_0469.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0470.bin b/files/poketool/personal/personal/narc_0470.bin Binary files differdeleted file mode 100644 index c0bcfef6..00000000 --- a/files/poketool/personal/personal/narc_0470.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0471.bin b/files/poketool/personal/personal/narc_0471.bin Binary files differdeleted file mode 100644 index 59dc3984..00000000 --- a/files/poketool/personal/personal/narc_0471.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0472.bin b/files/poketool/personal/personal/narc_0472.bin Binary files differdeleted file mode 100644 index 51df258e..00000000 --- a/files/poketool/personal/personal/narc_0472.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0473.bin b/files/poketool/personal/personal/narc_0473.bin Binary files differdeleted file mode 100644 index c68e1e48..00000000 --- a/files/poketool/personal/personal/narc_0473.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0474.bin b/files/poketool/personal/personal/narc_0474.bin Binary files differdeleted file mode 100644 index 483347dc..00000000 --- a/files/poketool/personal/personal/narc_0474.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0475.bin b/files/poketool/personal/personal/narc_0475.bin Binary files differdeleted file mode 100644 index 79390b9a..00000000 --- a/files/poketool/personal/personal/narc_0475.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0476.bin b/files/poketool/personal/personal/narc_0476.bin Binary files differdeleted file mode 100644 index 2bdcde49..00000000 --- a/files/poketool/personal/personal/narc_0476.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0477.bin b/files/poketool/personal/personal/narc_0477.bin Binary files differdeleted file mode 100644 index 713c6c5d..00000000 --- a/files/poketool/personal/personal/narc_0477.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0478.bin b/files/poketool/personal/personal/narc_0478.bin Binary files differdeleted file mode 100644 index 1730aa54..00000000 --- a/files/poketool/personal/personal/narc_0478.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0479.bin b/files/poketool/personal/personal/narc_0479.bin Binary files differdeleted file mode 100644 index e880001b..00000000 --- a/files/poketool/personal/personal/narc_0479.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0480.bin b/files/poketool/personal/personal/narc_0480.bin Binary files differdeleted file mode 100644 index c54cd125..00000000 --- a/files/poketool/personal/personal/narc_0480.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0481.bin b/files/poketool/personal/personal/narc_0481.bin Binary files differdeleted file mode 100644 index 48cc45cb..00000000 --- a/files/poketool/personal/personal/narc_0481.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0482.bin b/files/poketool/personal/personal/narc_0482.bin Binary files differdeleted file mode 100644 index 0da4b12d..00000000 --- a/files/poketool/personal/personal/narc_0482.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0483.bin b/files/poketool/personal/personal/narc_0483.bin Binary files differdeleted file mode 100644 index c85e67ea..00000000 --- a/files/poketool/personal/personal/narc_0483.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0484.bin b/files/poketool/personal/personal/narc_0484.bin Binary files differdeleted file mode 100644 index caa36111..00000000 --- a/files/poketool/personal/personal/narc_0484.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0485.bin b/files/poketool/personal/personal/narc_0485.bin Binary files differdeleted file mode 100644 index 4842975e..00000000 --- a/files/poketool/personal/personal/narc_0485.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0486.bin b/files/poketool/personal/personal/narc_0486.bin Binary files differdeleted file mode 100644 index 519fbfe2..00000000 --- a/files/poketool/personal/personal/narc_0486.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0487.bin b/files/poketool/personal/personal/narc_0487.bin Binary files differdeleted file mode 100644 index 9a8f0a07..00000000 --- a/files/poketool/personal/personal/narc_0487.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0488.bin b/files/poketool/personal/personal/narc_0488.bin Binary files differdeleted file mode 100644 index 583d6f5a..00000000 --- a/files/poketool/personal/personal/narc_0488.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0489.bin b/files/poketool/personal/personal/narc_0489.bin Binary files differdeleted file mode 100644 index ceb887da..00000000 --- a/files/poketool/personal/personal/narc_0489.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0490.bin b/files/poketool/personal/personal/narc_0490.bin Binary files differdeleted file mode 100644 index b71096d6..00000000 --- a/files/poketool/personal/personal/narc_0490.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0491.bin b/files/poketool/personal/personal/narc_0491.bin Binary files differdeleted file mode 100644 index ada17971..00000000 --- a/files/poketool/personal/personal/narc_0491.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0492.bin b/files/poketool/personal/personal/narc_0492.bin Binary files differdeleted file mode 100644 index e2578551..00000000 --- a/files/poketool/personal/personal/narc_0492.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0493.bin b/files/poketool/personal/personal/narc_0493.bin Binary files differdeleted file mode 100644 index 4855c891..00000000 --- a/files/poketool/personal/personal/narc_0493.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0494.bin b/files/poketool/personal/personal/narc_0494.bin Binary files differdeleted file mode 100644 index c54a383d..00000000 --- a/files/poketool/personal/personal/narc_0494.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0495.bin b/files/poketool/personal/personal/narc_0495.bin Binary files differdeleted file mode 100644 index c54a383d..00000000 --- a/files/poketool/personal/personal/narc_0495.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0496.bin b/files/poketool/personal/personal/narc_0496.bin Binary files differdeleted file mode 100644 index 6feafeb2..00000000 --- a/files/poketool/personal/personal/narc_0496.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0497.bin b/files/poketool/personal/personal/narc_0497.bin Binary files differdeleted file mode 100644 index ad9d4209..00000000 --- a/files/poketool/personal/personal/narc_0497.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0498.bin b/files/poketool/personal/personal/narc_0498.bin Binary files differdeleted file mode 100644 index 556ec429..00000000 --- a/files/poketool/personal/personal/narc_0498.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0499.bin b/files/poketool/personal/personal/narc_0499.bin Binary files differdeleted file mode 100644 index 53f74e55..00000000 --- a/files/poketool/personal/personal/narc_0499.bin +++ /dev/null diff --git a/files/poketool/personal/personal/narc_0500.bin b/files/poketool/personal/personal/narc_0500.bin Binary files differdeleted file mode 100644 index 98f26ef1..00000000 --- a/files/poketool/personal/personal/narc_0500.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl.json b/files/poketool/personal/wotbl.json new file mode 100644 index 00000000..c14aeb3b --- /dev/null +++ b/files/poketool/personal/wotbl.json @@ -0,0 +1,28896 @@ +{ + "wotbl": [ + { + "species": "NONE", + "moves": [] + }, + { + "species": "BULBASAUR", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 3 + }, + { + "move": "LEECH_SEED", + "level": 7 + }, + { + "move": "VINE_WHIP", + "level": 9 + }, + { + "move": "POISON_POWDER", + "level": 13 + }, + { + "move": "SLEEP_POWDER", + "level": 13 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "RAZOR_LEAF", + "level": 19 + }, + { + "move": "SWEET_SCENT", + "level": 21 + }, + { + "move": "GROWTH", + "level": 25 + }, + { + "move": "DOUBLE_EDGE", + "level": 27 + }, + { + "move": "WORRY_SEED", + "level": 31 + }, + { + "move": "SYNTHESIS", + "level": 33 + }, + { + "move": "SEED_BOMB", + "level": 37 + } + ] + }, + { + "species": "IVYSAUR", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "LEECH_SEED", + "level": 1 + }, + { + "move": "GROWL", + "level": 3 + }, + { + "move": "LEECH_SEED", + "level": 7 + }, + { + "move": "VINE_WHIP", + "level": 9 + }, + { + "move": "POISON_POWDER", + "level": 13 + }, + { + "move": "SLEEP_POWDER", + "level": 13 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "RAZOR_LEAF", + "level": 20 + }, + { + "move": "SWEET_SCENT", + "level": 23 + }, + { + "move": "GROWTH", + "level": 28 + }, + { + "move": "DOUBLE_EDGE", + "level": 31 + }, + { + "move": "WORRY_SEED", + "level": 36 + }, + { + "move": "SYNTHESIS", + "level": 39 + }, + { + "move": "SOLAR_BEAM", + "level": 44 + } + ] + }, + { + "species": "VENUSAUR", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "LEECH_SEED", + "level": 1 + }, + { + "move": "VINE_WHIP", + "level": 1 + }, + { + "move": "GROWL", + "level": 3 + }, + { + "move": "LEECH_SEED", + "level": 7 + }, + { + "move": "VINE_WHIP", + "level": 9 + }, + { + "move": "POISON_POWDER", + "level": 13 + }, + { + "move": "SLEEP_POWDER", + "level": 13 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "RAZOR_LEAF", + "level": 20 + }, + { + "move": "SWEET_SCENT", + "level": 23 + }, + { + "move": "GROWTH", + "level": 28 + }, + { + "move": "DOUBLE_EDGE", + "level": 31 + }, + { + "move": "PETAL_DANCE", + "level": 32 + }, + { + "move": "WORRY_SEED", + "level": 39 + }, + { + "move": "SYNTHESIS", + "level": 45 + }, + { + "move": "SOLAR_BEAM", + "level": 53 + } + ] + }, + { + "species": "CHARMANDER", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "EMBER", + "level": 7 + }, + { + "move": "SMOKESCREEN", + "level": 10 + }, + { + "move": "DRAGON_RAGE", + "level": 16 + }, + { + "move": "SCARY_FACE", + "level": 19 + }, + { + "move": "FIRE_FANG", + "level": 25 + }, + { + "move": "SLASH", + "level": 28 + }, + { + "move": "FLAMETHROWER", + "level": 34 + }, + { + "move": "FIRE_SPIN", + "level": 37 + } + ] + }, + { + "species": "CHARMELEON", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "EMBER", + "level": 7 + }, + { + "move": "SMOKESCREEN", + "level": 10 + }, + { + "move": "DRAGON_RAGE", + "level": 17 + }, + { + "move": "SCARY_FACE", + "level": 21 + }, + { + "move": "FIRE_FANG", + "level": 28 + }, + { + "move": "SLASH", + "level": 32 + }, + { + "move": "FLAMETHROWER", + "level": 39 + }, + { + "move": "FIRE_SPIN", + "level": 43 + } + ] + }, + { + "species": "CHARIZARD", + "moves": [ + { + "move": "DRAGON_CLAW", + "level": 1 + }, + { + "move": "SHADOW_CLAW", + "level": 1 + }, + { + "move": "AIR_SLASH", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 1 + }, + { + "move": "EMBER", + "level": 7 + }, + { + "move": "SMOKESCREEN", + "level": 10 + }, + { + "move": "DRAGON_RAGE", + "level": 17 + }, + { + "move": "SCARY_FACE", + "level": 21 + }, + { + "move": "FIRE_FANG", + "level": 28 + }, + { + "move": "SLASH", + "level": 32 + }, + { + "move": "WING_ATTACK", + "level": 36 + }, + { + "move": "FLAMETHROWER", + "level": 42 + }, + { + "move": "FIRE_SPIN", + "level": 49 + }, + { + "move": "HEAT_WAVE", + "level": 59 + }, + { + "move": "FLARE_BLITZ", + "level": 66 + } + ] + }, + { + "species": "SQUIRTLE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 4 + }, + { + "move": "BUBBLE", + "level": 7 + }, + { + "move": "WITHDRAW", + "level": 10 + }, + { + "move": "WATER_GUN", + "level": 13 + }, + { + "move": "BITE", + "level": 16 + }, + { + "move": "RAPID_SPIN", + "level": 19 + }, + { + "move": "PROTECT", + "level": 22 + }, + { + "move": "WATER_PULSE", + "level": 25 + }, + { + "move": "AQUA_TAIL", + "level": 28 + }, + { + "move": "SKULL_BASH", + "level": 31 + }, + { + "move": "RAIN_DANCE", + "level": 34 + }, + { + "move": "HYDRO_PUMP", + "level": 37 + } + ] + }, + { + "species": "WARTORTLE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 4 + }, + { + "move": "BUBBLE", + "level": 7 + }, + { + "move": "WITHDRAW", + "level": 10 + }, + { + "move": "WATER_GUN", + "level": 13 + }, + { + "move": "BITE", + "level": 16 + }, + { + "move": "RAPID_SPIN", + "level": 20 + }, + { + "move": "PROTECT", + "level": 24 + }, + { + "move": "WATER_PULSE", + "level": 28 + }, + { + "move": "AQUA_TAIL", + "level": 32 + }, + { + "move": "SKULL_BASH", + "level": 36 + }, + { + "move": "RAIN_DANCE", + "level": 40 + }, + { + "move": "HYDRO_PUMP", + "level": 44 + } + ] + }, + { + "species": "BLASTOISE", + "moves": [ + { + "move": "FLASH_CANNON", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 4 + }, + { + "move": "BUBBLE", + "level": 7 + }, + { + "move": "WITHDRAW", + "level": 10 + }, + { + "move": "WATER_GUN", + "level": 13 + }, + { + "move": "BITE", + "level": 16 + }, + { + "move": "RAPID_SPIN", + "level": 20 + }, + { + "move": "PROTECT", + "level": 24 + }, + { + "move": "WATER_PULSE", + "level": 28 + }, + { + "move": "AQUA_TAIL", + "level": 32 + }, + { + "move": "SKULL_BASH", + "level": 39 + }, + { + "move": "RAIN_DANCE", + "level": 46 + }, + { + "move": "HYDRO_PUMP", + "level": 53 + } + ] + }, + { + "species": "CATERPIE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "STRING_SHOT", + "level": 1 + } + ] + }, + { + "species": "METAPOD", + "moves": [ + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "HARDEN", + "level": 7 + } + ] + }, + { + "species": "BUTTERFREE", + "moves": [ + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 10 + }, + { + "move": "POISON_POWDER", + "level": 12 + }, + { + "move": "STUN_SPORE", + "level": 12 + }, + { + "move": "SLEEP_POWDER", + "level": 12 + }, + { + "move": "GUST", + "level": 16 + }, + { + "move": "SUPERSONIC", + "level": 18 + }, + { + "move": "WHIRLWIND", + "level": 22 + }, + { + "move": "PSYBEAM", + "level": 24 + }, + { + "move": "SILVER_WIND", + "level": 28 + }, + { + "move": "TAILWIND", + "level": 30 + }, + { + "move": "SAFEGUARD", + "level": 34 + }, + { + "move": "CAPTIVATE", + "level": 36 + }, + { + "move": "BUG_BUZZ", + "level": 40 + } + ] + }, + { + "species": "WEEDLE", + "moves": [ + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "STRING_SHOT", + "level": 1 + } + ] + }, + { + "species": "KAKUNA", + "moves": [ + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "HARDEN", + "level": 7 + } + ] + }, + { + "species": "BEEDRILL", + "moves": [ + { + "move": "FURY_ATTACK", + "level": 1 + }, + { + "move": "FURY_ATTACK", + "level": 10 + }, + { + "move": "FOCUS_ENERGY", + "level": 13 + }, + { + "move": "TWINEEDLE", + "level": 16 + }, + { + "move": "RAGE", + "level": 19 + }, + { + "move": "PURSUIT", + "level": 22 + }, + { + "move": "TOXIC_SPIKES", + "level": 25 + }, + { + "move": "PIN_MISSILE", + "level": 28 + }, + { + "move": "AGILITY", + "level": 31 + }, + { + "move": "ASSURANCE", + "level": 34 + }, + { + "move": "POISON_JAB", + "level": 37 + }, + { + "move": "ENDEAVOR", + "level": 40 + } + ] + }, + { + "species": "PIDGEY", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 5 + }, + { + "move": "GUST", + "level": 9 + }, + { + "move": "QUICK_ATTACK", + "level": 13 + }, + { + "move": "WHIRLWIND", + "level": 17 + }, + { + "move": "TWISTER", + "level": 21 + }, + { + "move": "FEATHER_DANCE", + "level": 25 + }, + { + "move": "AGILITY", + "level": 29 + }, + { + "move": "WING_ATTACK", + "level": 33 + }, + { + "move": "ROOST", + "level": 37 + }, + { + "move": "TAILWIND", + "level": 41 + }, + { + "move": "MIRROR_MOVE", + "level": 45 + }, + { + "move": "AIR_SLASH", + "level": 49 + } + ] + }, + { + "species": "PIDGEOTTO", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "GUST", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 5 + }, + { + "move": "GUST", + "level": 9 + }, + { + "move": "QUICK_ATTACK", + "level": 13 + }, + { + "move": "WHIRLWIND", + "level": 17 + }, + { + "move": "TWISTER", + "level": 22 + }, + { + "move": "FEATHER_DANCE", + "level": 27 + }, + { + "move": "AGILITY", + "level": 32 + }, + { + "move": "WING_ATTACK", + "level": 37 + }, + { + "move": "ROOST", + "level": 42 + }, + { + "move": "TAILWIND", + "level": 47 + }, + { + "move": "MIRROR_MOVE", + "level": 52 + }, + { + "move": "AIR_SLASH", + "level": 57 + } + ] + }, + { + "species": "PIDGEOT", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "GUST", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 5 + }, + { + "move": "GUST", + "level": 9 + }, + { + "move": "QUICK_ATTACK", + "level": 13 + }, + { + "move": "WHIRLWIND", + "level": 17 + }, + { + "move": "TWISTER", + "level": 22 + }, + { + "move": "FEATHER_DANCE", + "level": 27 + }, + { + "move": "AGILITY", + "level": 32 + }, + { + "move": "WING_ATTACK", + "level": 38 + }, + { + "move": "ROOST", + "level": 44 + }, + { + "move": "TAILWIND", + "level": 50 + }, + { + "move": "MIRROR_MOVE", + "level": 56 + }, + { + "move": "AIR_SLASH", + "level": 62 + } + ] + }, + { + "species": "RATTATA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 4 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "BITE", + "level": 10 + }, + { + "move": "PURSUIT", + "level": 13 + }, + { + "move": "HYPER_FANG", + "level": 16 + }, + { + "move": "SUCKER_PUNCH", + "level": 19 + }, + { + "move": "CRUNCH", + "level": 22 + }, + { + "move": "ASSURANCE", + "level": 25 + }, + { + "move": "SUPER_FANG", + "level": 28 + }, + { + "move": "DOUBLE_EDGE", + "level": 31 + }, + { + "move": "ENDEAVOR", + "level": 34 + } + ] + }, + { + "species": "RATICATE", + "moves": [ + { + "move": "SWORDS_DANCE", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 4 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "BITE", + "level": 10 + }, + { + "move": "PURSUIT", + "level": 13 + }, + { + "move": "HYPER_FANG", + "level": 16 + }, + { + "move": "SUCKER_PUNCH", + "level": 19 + }, + { + "move": "SCARY_FACE", + "level": 20 + }, + { + "move": "CRUNCH", + "level": 24 + }, + { + "move": "ASSURANCE", + "level": 29 + }, + { + "move": "SUPER_FANG", + "level": 34 + }, + { + "move": "DOUBLE_EDGE", + "level": 39 + }, + { + "move": "ENDEAVOR", + "level": 44 + } + ] + }, + { + "species": "SPEAROW", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "LEER", + "level": 5 + }, + { + "move": "FURY_ATTACK", + "level": 9 + }, + { + "move": "PURSUIT", + "level": 13 + }, + { + "move": "AERIAL_ACE", + "level": 17 + }, + { + "move": "MIRROR_MOVE", + "level": 21 + }, + { + "move": "AGILITY", + "level": 25 + }, + { + "move": "ASSURANCE", + "level": 29 + }, + { + "move": "ROOST", + "level": 33 + }, + { + "move": "DRILL_PECK", + "level": 37 + } + ] + }, + { + "species": "FEAROW", + "moves": [ + { + "move": "PLUCK", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FURY_ATTACK", + "level": 1 + }, + { + "move": "LEER", + "level": 5 + }, + { + "move": "FURY_ATTACK", + "level": 9 + }, + { + "move": "PURSUIT", + "level": 13 + }, + { + "move": "AERIAL_ACE", + "level": 17 + }, + { + "move": "MIRROR_MOVE", + "level": 23 + }, + { + "move": "AGILITY", + "level": 29 + }, + { + "move": "ASSURANCE", + "level": 35 + }, + { + "move": "ROOST", + "level": 41 + }, + { + "move": "DRILL_PECK", + "level": 47 + } + ] + }, + { + "species": "EKANS", + "moves": [ + { + "move": "WRAP", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 4 + }, + { + "move": "BITE", + "level": 9 + }, + { + "move": "GLARE", + "level": 12 + }, + { + "move": "SCREECH", + "level": 17 + }, + { + "move": "ACID", + "level": 20 + }, + { + "move": "STOCKPILE", + "level": 25 + }, + { + "move": "SWALLOW", + "level": 25 + }, + { + "move": "SPIT_UP", + "level": 25 + }, + { + "move": "MUD_BOMB", + "level": 28 + }, + { + "move": "GASTRO_ACID", + "level": 33 + }, + { + "move": "HAZE", + "level": 36 + }, + { + "move": "GUNK_SHOT", + "level": 41 + } + ] + }, + { + "species": "ARBOK", + "moves": [ + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "WRAP", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 4 + }, + { + "move": "BITE", + "level": 9 + }, + { + "move": "GLARE", + "level": 12 + }, + { + "move": "SCREECH", + "level": 17 + }, + { + "move": "ACID", + "level": 20 + }, + { + "move": "CRUNCH", + "level": 22 + }, + { + "move": "STOCKPILE", + "level": 28 + }, + { + "move": "SWALLOW", + "level": 28 + }, + { + "move": "SPIT_UP", + "level": 28 + }, + { + "move": "MUD_BOMB", + "level": 34 + }, + { + "move": "GASTRO_ACID", + "level": 42 + }, + { + "move": "HAZE", + "level": 48 + }, + { + "move": "GUNK_SHOT", + "level": 56 + } + ] + }, + { + "species": "PIKACHU", + "moves": [ + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 5 + }, + { + "move": "THUNDER_WAVE", + "level": 10 + }, + { + "move": "QUICK_ATTACK", + "level": 13 + }, + { + "move": "DOUBLE_TEAM", + "level": 18 + }, + { + "move": "SLAM", + "level": 21 + }, + { + "move": "THUNDERBOLT", + "level": 26 + }, + { + "move": "FEINT", + "level": 29 + }, + { + "move": "AGILITY", + "level": 34 + }, + { + "move": "DISCHARGE", + "level": 37 + }, + { + "move": "LIGHT_SCREEN", + "level": 42 + }, + { + "move": "THUNDER", + "level": 45 + } + ] + }, + { + "species": "RAICHU", + "moves": [ + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "THUNDERBOLT", + "level": 1 + } + ] + }, + { + "species": "SANDSHREW", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 3 + }, + { + "move": "SAND_ATTACK", + "level": 7 + }, + { + "move": "POISON_STING", + "level": 9 + }, + { + "move": "RAPID_SPIN", + "level": 13 + }, + { + "move": "SWIFT", + "level": 15 + }, + { + "move": "FURY_SWIPES", + "level": 19 + }, + { + "move": "ROLLOUT", + "level": 21 + }, + { + "move": "FURY_CUTTER", + "level": 25 + }, + { + "move": "SAND_TOMB", + "level": 27 + }, + { + "move": "SLASH", + "level": 31 + }, + { + "move": "GYRO_BALL", + "level": 33 + }, + { + "move": "SANDSTORM", + "level": 37 + } + ] + }, + { + "species": "SANDSLASH", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 3 + }, + { + "move": "SAND_ATTACK", + "level": 7 + }, + { + "move": "POISON_STING", + "level": 9 + }, + { + "move": "RAPID_SPIN", + "level": 13 + }, + { + "move": "SWIFT", + "level": 15 + }, + { + "move": "FURY_SWIPES", + "level": 19 + }, + { + "move": "ROLLOUT", + "level": 21 + }, + { + "move": "CRUSH_CLAW", + "level": 22 + }, + { + "move": "FURY_CUTTER", + "level": 28 + }, + { + "move": "SAND_TOMB", + "level": 33 + }, + { + "move": "SLASH", + "level": 40 + }, + { + "move": "GYRO_BALL", + "level": 45 + }, + { + "move": "SANDSTORM", + "level": 52 + } + ] + }, + { + "species": "NIDORAN_F", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 7 + }, + { + "move": "DOUBLE_KICK", + "level": 9 + }, + { + "move": "POISON_STING", + "level": 13 + }, + { + "move": "FURY_SWIPES", + "level": 19 + }, + { + "move": "BITE", + "level": 21 + }, + { + "move": "HELPING_HAND", + "level": 25 + }, + { + "move": "TOXIC_SPIKES", + "level": 31 + }, + { + "move": "FLATTER", + "level": 33 + }, + { + "move": "CRUNCH", + "level": 37 + }, + { + "move": "CAPTIVATE", + "level": 43 + }, + { + "move": "POISON_FANG", + "level": 45 + } + ] + }, + { + "species": "NIDORINA", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 7 + }, + { + "move": "DOUBLE_KICK", + "level": 9 + }, + { + "move": "POISON_STING", + "level": 13 + }, + { + "move": "FURY_SWIPES", + "level": 20 + }, + { + "move": "BITE", + "level": 23 + }, + { + "move": "HELPING_HAND", + "level": 28 + }, + { + "move": "TOXIC_SPIKES", + "level": 35 + }, + { + "move": "FLATTER", + "level": 38 + }, + { + "move": "CRUNCH", + "level": 43 + }, + { + "move": "CAPTIVATE", + "level": 50 + }, + { + "move": "POISON_FANG", + "level": 58 + } + ] + }, + { + "species": "NIDOQUEEN", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "DOUBLE_KICK", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "BODY_SLAM", + "level": 23 + }, + { + "move": "EARTH_POWER", + "level": 43 + }, + { + "move": "SUPERPOWER", + "level": 58 + } + ] + }, + { + "species": "NIDORAN_M", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "DOUBLE_KICK", + "level": 9 + }, + { + "move": "POISON_STING", + "level": 13 + }, + { + "move": "FURY_ATTACK", + "level": 19 + }, + { + "move": "HORN_ATTACK", + "level": 21 + }, + { + "move": "HELPING_HAND", + "level": 25 + }, + { + "move": "TOXIC_SPIKES", + "level": 31 + }, + { + "move": "FLATTER", + "level": 33 + }, + { + "move": "POISON_JAB", + "level": 37 + }, + { + "move": "CAPTIVATE", + "level": 43 + }, + { + "move": "HORN_DRILL", + "level": 45 + } + ] + }, + { + "species": "NIDORINO", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "DOUBLE_KICK", + "level": 9 + }, + { + "move": "POISON_STING", + "level": 13 + }, + { + "move": "FURY_ATTACK", + "level": 20 + }, + { + "move": "HORN_ATTACK", + "level": 23 + }, + { + "move": "HELPING_HAND", + "level": 28 + }, + { + "move": "TOXIC_SPIKES", + "level": 35 + }, + { + "move": "FLATTER", + "level": 38 + }, + { + "move": "POISON_JAB", + "level": 43 + }, + { + "move": "CAPTIVATE", + "level": 50 + }, + { + "move": "HORN_DRILL", + "level": 58 + } + ] + }, + { + "species": "NIDOKING", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "DOUBLE_KICK", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "THRASH", + "level": 23 + }, + { + "move": "EARTH_POWER", + "level": 43 + }, + { + "move": "MEGAHORN", + "level": 58 + } + ] + }, + { + "species": "CLEFAIRY", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "ENCORE", + "level": 4 + }, + { + "move": "SING", + "level": 7 + }, + { + "move": "DOUBLE_SLAP", + "level": 10 + }, + { + "move": "DEFENSE_CURL", + "level": 13 + }, + { + "move": "FOLLOW_ME", + "level": 16 + }, + { + "move": "MINIMIZE", + "level": 19 + }, + { + "move": "WAKE_UP_SLAP", + "level": 22 + }, + { + "move": "COSMIC_POWER", + "level": 25 + }, + { + "move": "LUCKY_CHANT", + "level": 28 + }, + { + "move": "METRONOME", + "level": 31 + }, + { + "move": "GRAVITY", + "level": 34 + }, + { + "move": "MOONLIGHT", + "level": 37 + }, + { + "move": "LIGHT_SCREEN", + "level": 40 + }, + { + "move": "METEOR_MASH", + "level": 43 + }, + { + "move": "HEALING_WISH", + "level": 46 + } + ] + }, + { + "species": "CLEFABLE", + "moves": [ + { + "move": "SING", + "level": 1 + }, + { + "move": "DOUBLE_SLAP", + "level": 1 + }, + { + "move": "MINIMIZE", + "level": 1 + }, + { + "move": "METRONOME", + "level": 1 + } + ] + }, + { + "species": "VULPIX", + "moves": [ + { + "move": "EMBER", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 4 + }, + { + "move": "ROAR", + "level": 7 + }, + { + "move": "QUICK_ATTACK", + "level": 11 + }, + { + "move": "WILL_O_WISP", + "level": 14 + }, + { + "move": "CONFUSE_RAY", + "level": 17 + }, + { + "move": "IMPRISON", + "level": 21 + }, + { + "move": "FLAMETHROWER", + "level": 24 + }, + { + "move": "SAFEGUARD", + "level": 27 + }, + { + "move": "PAYBACK", + "level": 31 + }, + { + "move": "FIRE_SPIN", + "level": 34 + }, + { + "move": "CAPTIVATE", + "level": 37 + }, + { + "move": "GRUDGE", + "level": 41 + }, + { + "move": "EXTRASENSORY", + "level": 44 + }, + { + "move": "FIRE_BLAST", + "level": 47 + } + ] + }, + { + "species": "NINETALES", + "moves": [ + { + "move": "NASTY_PLOT", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "CONFUSE_RAY", + "level": 1 + }, + { + "move": "SAFEGUARD", + "level": 1 + } + ] + }, + { + "species": "JIGGLYPUFF", + "moves": [ + { + "move": "SING", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 5 + }, + { + "move": "POUND", + "level": 9 + }, + { + "move": "DISABLE", + "level": 13 + }, + { + "move": "ROLLOUT", + "level": 17 + }, + { + "move": "DOUBLE_SLAP", + "level": 21 + }, + { + "move": "REST", + "level": 25 + }, + { + "move": "BODY_SLAM", + "level": 29 + }, + { + "move": "GYRO_BALL", + "level": 33 + }, + { + "move": "WAKE_UP_SLAP", + "level": 37 + }, + { + "move": "MIMIC", + "level": 41 + }, + { + "move": "HYPER_VOICE", + "level": 45 + }, + { + "move": "DOUBLE_EDGE", + "level": 49 + } + ] + }, + { + "species": "WIGGLYTUFF", + "moves": [ + { + "move": "SING", + "level": 1 + }, + { + "move": "DISABLE", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "DOUBLE_SLAP", + "level": 1 + } + ] + }, + { + "species": "ZUBAT", + "moves": [ + { + "move": "LEECH_LIFE", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 5 + }, + { + "move": "ASTONISH", + "level": 9 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "WING_ATTACK", + "level": 17 + }, + { + "move": "CONFUSE_RAY", + "level": 21 + }, + { + "move": "AIR_CUTTER", + "level": 25 + }, + { + "move": "MEAN_LOOK", + "level": 29 + }, + { + "move": "POISON_FANG", + "level": 33 + }, + { + "move": "HAZE", + "level": 37 + }, + { + "move": "AIR_SLASH", + "level": 41 + } + ] + }, + { + "species": "GOLBAT", + "moves": [ + { + "move": "SCREECH", + "level": 1 + }, + { + "move": "LEECH_LIFE", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 5 + }, + { + "move": "ASTONISH", + "level": 9 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "WING_ATTACK", + "level": 17 + }, + { + "move": "CONFUSE_RAY", + "level": 21 + }, + { + "move": "AIR_CUTTER", + "level": 27 + }, + { + "move": "MEAN_LOOK", + "level": 33 + }, + { + "move": "POISON_FANG", + "level": 39 + }, + { + "move": "HAZE", + "level": 45 + }, + { + "move": "AIR_SLASH", + "level": 51 + } + ] + }, + { + "species": "ODDISH", + "moves": [ + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "SWEET_SCENT", + "level": 5 + }, + { + "move": "ACID", + "level": 9 + }, + { + "move": "POISON_POWDER", + "level": 13 + }, + { + "move": "STUN_SPORE", + "level": 15 + }, + { + "move": "SLEEP_POWDER", + "level": 17 + }, + { + "move": "MEGA_DRAIN", + "level": 21 + }, + { + "move": "LUCKY_CHANT", + "level": 25 + }, + { + "move": "NATURAL_GIFT", + "level": 29 + }, + { + "move": "MOONLIGHT", + "level": 33 + }, + { + "move": "GIGA_DRAIN", + "level": 37 + }, + { + "move": "PETAL_DANCE", + "level": 41 + } + ] + }, + { + "species": "GLOOM", + "moves": [ + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "SWEET_SCENT", + "level": 1 + }, + { + "move": "ACID", + "level": 1 + }, + { + "move": "SWEET_SCENT", + "level": 5 + }, + { + "move": "ACID", + "level": 9 + }, + { + "move": "POISON_POWDER", + "level": 13 + }, + { + "move": "STUN_SPORE", + "level": 15 + }, + { + "move": "SLEEP_POWDER", + "level": 17 + }, + { + "move": "MEGA_DRAIN", + "level": 23 + }, + { + "move": "LUCKY_CHANT", + "level": 29 + }, + { + "move": "NATURAL_GIFT", + "level": 35 + }, + { + "move": "MOONLIGHT", + "level": 41 + }, + { + "move": "GIGA_DRAIN", + "level": 47 + }, + { + "move": "PETAL_DANCE", + "level": 53 + } + ] + }, + { + "species": "VILEPLUME", + "moves": [ + { + "move": "MEGA_DRAIN", + "level": 1 + }, + { + "move": "AROMATHERAPY", + "level": 1 + }, + { + "move": "STUN_SPORE", + "level": 1 + }, + { + "move": "POISON_POWDER", + "level": 1 + }, + { + "move": "PETAL_DANCE", + "level": 53 + }, + { + "move": "SOLAR_BEAM", + "level": 65 + } + ] + }, + { + "species": "PARAS", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "STUN_SPORE", + "level": 6 + }, + { + "move": "POISON_POWDER", + "level": 6 + }, + { + "move": "LEECH_LIFE", + "level": 11 + }, + { + "move": "SPORE", + "level": 17 + }, + { + "move": "SLASH", + "level": 22 + }, + { + "move": "GROWTH", + "level": 27 + }, + { + "move": "GIGA_DRAIN", + "level": 33 + }, + { + "move": "AROMATHERAPY", + "level": 38 + }, + { + "move": "X_SCISSOR", + "level": 43 + } + ] + }, + { + "species": "PARASECT", + "moves": [ + { + "move": "CROSS_POISON", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "STUN_SPORE", + "level": 1 + }, + { + "move": "POISON_POWDER", + "level": 1 + }, + { + "move": "LEECH_LIFE", + "level": 1 + }, + { + "move": "STUN_SPORE", + "level": 6 + }, + { + "move": "POISON_POWDER", + "level": 6 + }, + { + "move": "LEECH_LIFE", + "level": 11 + }, + { + "move": "SPORE", + "level": 17 + }, + { + "move": "SLASH", + "level": 22 + }, + { + "move": "GROWTH", + "level": 30 + }, + { + "move": "GIGA_DRAIN", + "level": 39 + }, + { + "move": "AROMATHERAPY", + "level": 47 + }, + { + "move": "X_SCISSOR", + "level": 55 + } + ] + }, + { + "species": "VENONAT", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DISABLE", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 5 + }, + { + "move": "CONFUSION", + "level": 11 + }, + { + "move": "POISON_POWDER", + "level": 13 + }, + { + "move": "LEECH_LIFE", + "level": 17 + }, + { + "move": "STUN_SPORE", + "level": 23 + }, + { + "move": "PSYBEAM", + "level": 25 + }, + { + "move": "SLEEP_POWDER", + "level": 29 + }, + { + "move": "SIGNAL_BEAM", + "level": 35 + }, + { + "move": "ZEN_HEADBUTT", + "level": 37 + }, + { + "move": "POISON_FANG", + "level": 41 + }, + { + "move": "PSYCHIC", + "level": 47 + } + ] + }, + { + "species": "VENOMOTH", + "moves": [ + { + "move": "SILVER_WIND", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DISABLE", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 5 + }, + { + "move": "CONFUSION", + "level": 11 + }, + { + "move": "POISON_POWDER", + "level": 13 + }, + { + "move": "LEECH_LIFE", + "level": 17 + }, + { + "move": "STUN_SPORE", + "level": 23 + }, + { + "move": "PSYBEAM", + "level": 25 + }, + { + "move": "SLEEP_POWDER", + "level": 29 + }, + { + "move": "GUST", + "level": 31 + }, + { + "move": "SIGNAL_BEAM", + "level": 37 + }, + { + "move": "ZEN_HEADBUTT", + "level": 41 + }, + { + "move": "POISON_FANG", + "level": 47 + }, + { + "move": "PSYCHIC", + "level": 55 + }, + { + "move": "BUG_BUZZ", + "level": 59 + } + ] + }, + { + "species": "DIGLETT", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "GROWL", + "level": 4 + }, + { + "move": "ASTONISH", + "level": 7 + }, + { + "move": "MAGNITUDE", + "level": 12 + }, + { + "move": "MUD_SLAP", + "level": 15 + }, + { + "move": "DIG", + "level": 18 + }, + { + "move": "SUCKER_PUNCH", + "level": 23 + }, + { + "move": "EARTH_POWER", + "level": 26 + }, + { + "move": "MUD_BOMB", + "level": 29 + }, + { + "move": "SLASH", + "level": 34 + }, + { + "move": "EARTHQUAKE", + "level": 37 + }, + { + "move": "FISSURE", + "level": 40 + } + ] + }, + { + "species": "DUGTRIO", + "moves": [ + { + "move": "NIGHT_SLASH", + "level": 1 + }, + { + "move": "TRI_ATTACK", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "GROWL", + "level": 4 + }, + { + "move": "ASTONISH", + "level": 7 + }, + { + "move": "MAGNITUDE", + "level": 12 + }, + { + "move": "MUD_SLAP", + "level": 15 + }, + { + "move": "DIG", + "level": 18 + }, + { + "move": "SUCKER_PUNCH", + "level": 23 + }, + { + "move": "SAND_TOMB", + "level": 26 + }, + { + "move": "EARTH_POWER", + "level": 28 + }, + { + "move": "MUD_BOMB", + "level": 33 + }, + { + "move": "SLASH", + "level": 40 + }, + { + "move": "EARTHQUAKE", + "level": 45 + }, + { + "move": "FISSURE", + "level": 50 + } + ] + }, + { + "species": "MEOWTH", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "BITE", + "level": 6 + }, + { + "move": "FAKE_OUT", + "level": 9 + }, + { + "move": "FURY_SWIPES", + "level": 14 + }, + { + "move": "SCREECH", + "level": 17 + }, + { + "move": "FEINT_ATTACK", + "level": 22 + }, + { + "move": "TAUNT", + "level": 25 + }, + { + "move": "PAY_DAY", + "level": 30 + }, + { + "move": "SLASH", + "level": 33 + }, + { + "move": "NASTY_PLOT", + "level": 38 + }, + { + "move": "ASSURANCE", + "level": 41 + }, + { + "move": "CAPTIVATE", + "level": 46 + }, + { + "move": "NIGHT_SLASH", + "level": 49 + } + ] + }, + { + "species": "PERSIAN", + "moves": [ + { + "move": "SWITCHEROO", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "FAKE_OUT", + "level": 1 + }, + { + "move": "BITE", + "level": 6 + }, + { + "move": "FAKE_OUT", + "level": 9 + }, + { + "move": "FURY_SWIPES", + "level": 14 + }, + { + "move": "SCREECH", + "level": 17 + }, + { + "move": "FEINT_ATTACK", + "level": 22 + }, + { + "move": "TAUNT", + "level": 25 + }, + { + "move": "POWER_GEM", + "level": 32 + }, + { + "move": "SLASH", + "level": 37 + }, + { + "move": "NASTY_PLOT", + "level": 44 + }, + { + "move": "ASSURANCE", + "level": 49 + }, + { + "move": "CAPTIVATE", + "level": 56 + }, + { + "move": "NIGHT_SLASH", + "level": 61 + } + ] + }, + { + "species": "PSYDUCK", + "moves": [ + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 5 + }, + { + "move": "WATER_GUN", + "level": 9 + }, + { + "move": "DISABLE", + "level": 14 + }, + { + "move": "CONFUSION", + "level": 18 + }, + { + "move": "WATER_PULSE", + "level": 22 + }, + { + "move": "FURY_SWIPES", + "level": 27 + }, + { + "move": "SCREECH", + "level": 31 + }, + { + "move": "PSYCH_UP", + "level": 35 + }, + { + "move": "ZEN_HEADBUTT", + "level": 40 + }, + { + "move": "AMNESIA", + "level": 44 + }, + { + "move": "HYDRO_PUMP", + "level": 48 + } + ] + }, + { + "species": "GOLDUCK", + "moves": [ + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 5 + }, + { + "move": "WATER_GUN", + "level": 9 + }, + { + "move": "DISABLE", + "level": 14 + }, + { + "move": "CONFUSION", + "level": 18 + }, + { + "move": "WATER_PULSE", + "level": 22 + }, + { + "move": "FURY_SWIPES", + "level": 27 + }, + { + "move": "SCREECH", + "level": 31 + }, + { + "move": "PSYCH_UP", + "level": 37 + }, + { + "move": "ZEN_HEADBUTT", + "level": 44 + }, + { + "move": "AMNESIA", + "level": 50 + }, + { + "move": "HYDRO_PUMP", + "level": 56 + } + ] + }, + { + "species": "MANKEY", + "moves": [ + { + "move": "COVET", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LOW_KICK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "FURY_SWIPES", + "level": 9 + }, + { + "move": "KARATE_CHOP", + "level": 13 + }, + { + "move": "SEISMIC_TOSS", + "level": 17 + }, + { + "move": "SCREECH", + "level": 21 + }, + { + "move": "ASSURANCE", + "level": 25 + }, + { + "move": "SWAGGER", + "level": 33 + }, + { + "move": "CROSS_CHOP", + "level": 37 + }, + { + "move": "THRASH", + "level": 41 + }, + { + "move": "PUNISHMENT", + "level": 45 + }, + { + "move": "CLOSE_COMBAT", + "level": 49 + } + ] + }, + { + "species": "PRIMEAPE", + "moves": [ + { + "move": "FLING", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LOW_KICK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "FURY_SWIPES", + "level": 9 + }, + { + "move": "KARATE_CHOP", + "level": 13 + }, + { + "move": "SEISMIC_TOSS", + "level": 17 + }, + { + "move": "SCREECH", + "level": 21 + }, + { + "move": "ASSURANCE", + "level": 25 + }, + { + "move": "RAGE", + "level": 28 + }, + { + "move": "SWAGGER", + "level": 35 + }, + { + "move": "CROSS_CHOP", + "level": 41 + }, + { + "move": "THRASH", + "level": 47 + }, + { + "move": "PUNISHMENT", + "level": 53 + }, + { + "move": "CLOSE_COMBAT", + "level": 59 + } + ] + }, + { + "species": "GROWLITHE", + "moves": [ + { + "move": "BITE", + "level": 1 + }, + { + "move": "ROAR", + "level": 1 + }, + { + "move": "EMBER", + "level": 6 + }, + { + "move": "LEER", + "level": 9 + }, + { + "move": "ODOR_SLEUTH", + "level": 14 + }, + { + "move": "HELPING_HAND", + "level": 17 + }, + { + "move": "FLAME_WHEEL", + "level": 20 + }, + { + "move": "REVERSAL", + "level": 25 + }, + { + "move": "FIRE_FANG", + "level": 28 + }, + { + "move": "TAKE_DOWN", + "level": 31 + }, + { + "move": "FLAMETHROWER", + "level": 34 + }, + { + "move": "AGILITY", + "level": 39 + }, + { + "move": "CRUNCH", + "level": 42 + }, + { + "move": "HEAT_WAVE", + "level": 45 + }, + { + "move": "FLARE_BLITZ", + "level": 48 + } + ] + }, + { + "species": "ARCANINE", + "moves": [ + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "ROAR", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "ODOR_SLEUTH", + "level": 1 + }, + { + "move": "EXTREME_SPEED", + "level": 39 + } + ] + }, + { + "species": "POLIWAG", + "moves": [ + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 5 + }, + { + "move": "HYPNOSIS", + "level": 8 + }, + { + "move": "WATER_GUN", + "level": 11 + }, + { + "move": "DOUBLE_SLAP", + "level": 15 + }, + { + "move": "RAIN_DANCE", + "level": 18 + }, + { + "move": "BODY_SLAM", + "level": 21 + }, + { + "move": "BUBBLE_BEAM", + "level": 25 + }, + { + "move": "MUD_SHOT", + "level": 28 + }, + { + "move": "BELLY_DRUM", + "level": 31 + }, + { + "move": "WAKE_UP_SLAP", + "level": 35 + }, + { + "move": "HYDRO_PUMP", + "level": 38 + }, + { + "move": "MUD_BOMB", + "level": 41 + } + ] + }, + { + "species": "POLIWHIRL", + "moves": [ + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 5 + }, + { + "move": "HYPNOSIS", + "level": 8 + }, + { + "move": "WATER_GUN", + "level": 11 + }, + { + "move": "DOUBLE_SLAP", + "level": 15 + }, + { + "move": "RAIN_DANCE", + "level": 18 + }, + { + "move": "BODY_SLAM", + "level": 21 + }, + { + "move": "BUBBLE_BEAM", + "level": 27 + }, + { + "move": "MUD_SHOT", + "level": 32 + }, + { + "move": "BELLY_DRUM", + "level": 37 + }, + { + "move": "WAKE_UP_SLAP", + "level": 43 + }, + { + "move": "HYDRO_PUMP", + "level": 48 + }, + { + "move": "MUD_BOMB", + "level": 53 + } + ] + }, + { + "species": "POLIWRATH", + "moves": [ + { + "move": "BUBBLE_BEAM", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "DOUBLE_SLAP", + "level": 1 + }, + { + "move": "SUBMISSION", + "level": 1 + }, + { + "move": "DYNAMIC_PUNCH", + "level": 43 + }, + { + "move": "MIND_READER", + "level": 53 + } + ] + }, + { + "species": "ABRA", + "moves": [ + { + "move": "TELEPORT", + "level": 1 + } + ] + }, + { + "species": "KADABRA", + "moves": [ + { + "move": "TELEPORT", + "level": 1 + }, + { + "move": "KINESIS", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 16 + }, + { + "move": "DISABLE", + "level": 18 + }, + { + "move": "MIRACLE_EYE", + "level": 22 + }, + { + "move": "PSYBEAM", + "level": 24 + }, + { + "move": "REFLECT", + "level": 28 + }, + { + "move": "RECOVER", + "level": 30 + }, + { + "move": "PSYCHO_CUT", + "level": 34 + }, + { + "move": "ROLE_PLAY", + "level": 36 + }, + { + "move": "PSYCHIC", + "level": 40 + }, + { + "move": "FUTURE_SIGHT", + "level": 42 + }, + { + "move": "TRICK", + "level": 46 + } + ] + }, + { + "species": "ALAKAZAM", + "moves": [ + { + "move": "TELEPORT", + "level": 1 + }, + { + "move": "KINESIS", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 16 + }, + { + "move": "DISABLE", + "level": 18 + }, + { + "move": "MIRACLE_EYE", + "level": 22 + }, + { + "move": "PSYBEAM", + "level": 24 + }, + { + "move": "REFLECT", + "level": 28 + }, + { + "move": "RECOVER", + "level": 30 + }, + { + "move": "PSYCHO_CUT", + "level": 34 + }, + { + "move": "CALM_MIND", + "level": 36 + }, + { + "move": "PSYCHIC", + "level": 40 + }, + { + "move": "FUTURE_SIGHT", + "level": 42 + }, + { + "move": "TRICK", + "level": 46 + } + ] + }, + { + "species": "MACHOP", + "moves": [ + { + "move": "LOW_KICK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "KARATE_CHOP", + "level": 10 + }, + { + "move": "FORESIGHT", + "level": 13 + }, + { + "move": "SEISMIC_TOSS", + "level": 19 + }, + { + "move": "REVENGE", + "level": 22 + }, + { + "move": "VITAL_THROW", + "level": 25 + }, + { + "move": "SUBMISSION", + "level": 31 + }, + { + "move": "WAKE_UP_SLAP", + "level": 34 + }, + { + "move": "CROSS_CHOP", + "level": 37 + }, + { + "move": "SCARY_FACE", + "level": 43 + }, + { + "move": "DYNAMIC_PUNCH", + "level": 46 + } + ] + }, + { + "species": "MACHOKE", + "moves": [ + { + "move": "LOW_KICK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "KARATE_CHOP", + "level": 10 + }, + { + "move": "FORESIGHT", + "level": 13 + }, + { + "move": "SEISMIC_TOSS", + "level": 19 + }, + { + "move": "REVENGE", + "level": 22 + }, + { + "move": "VITAL_THROW", + "level": 25 + }, + { + "move": "SUBMISSION", + "level": 32 + }, + { + "move": "WAKE_UP_SLAP", + "level": 36 + }, + { + "move": "CROSS_CHOP", + "level": 40 + }, + { + "move": "SCARY_FACE", + "level": 44 + }, + { + "move": "DYNAMIC_PUNCH", + "level": 51 + } + ] + }, + { + "species": "MACHAMP", + "moves": [ + { + "move": "LOW_KICK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "KARATE_CHOP", + "level": 10 + }, + { + "move": "FORESIGHT", + "level": 13 + }, + { + "move": "SEISMIC_TOSS", + "level": 19 + }, + { + "move": "REVENGE", + "level": 22 + }, + { + "move": "VITAL_THROW", + "level": 25 + }, + { + "move": "SUBMISSION", + "level": 32 + }, + { + "move": "WAKE_UP_SLAP", + "level": 36 + }, + { + "move": "CROSS_CHOP", + "level": 40 + }, + { + "move": "SCARY_FACE", + "level": 44 + }, + { + "move": "DYNAMIC_PUNCH", + "level": 51 + } + ] + }, + { + "species": "BELLSPROUT", + "moves": [ + { + "move": "VINE_WHIP", + "level": 1 + }, + { + "move": "GROWTH", + "level": 7 + }, + { + "move": "WRAP", + "level": 11 + }, + { + "move": "SLEEP_POWDER", + "level": 13 + }, + { + "move": "POISON_POWDER", + "level": 15 + }, + { + "move": "STUN_SPORE", + "level": 17 + }, + { + "move": "ACID", + "level": 23 + }, + { + "move": "KNOCK_OFF", + "level": 27 + }, + { + "move": "SWEET_SCENT", + "level": 29 + }, + { + "move": "GASTRO_ACID", + "level": 35 + }, + { + "move": "RAZOR_LEAF", + "level": 39 + }, + { + "move": "SLAM", + "level": 41 + }, + { + "move": "WRING_OUT", + "level": 47 + } + ] + }, + { + "species": "WEEPINBELL", + "moves": [ + { + "move": "VINE_WHIP", + "level": 1 + }, + { + "move": "GROWTH", + "level": 1 + }, + { + "move": "WRAP", + "level": 1 + }, + { + "move": "GROWTH", + "level": 7 + }, + { + "move": "WRAP", + "level": 11 + }, + { + "move": "SLEEP_POWDER", + "level": 13 + }, + { + "move": "POISON_POWDER", + "level": 15 + }, + { + "move": "STUN_SPORE", + "level": 17 + }, + { + "move": "ACID", + "level": 23 + }, + { + "move": "KNOCK_OFF", + "level": 27 + }, + { + "move": "SWEET_SCENT", + "level": 29 + }, + { + "move": "GASTRO_ACID", + "level": 35 + }, + { + "move": "RAZOR_LEAF", + "level": 39 + }, + { + "move": "SLAM", + "level": 41 + }, + { + "move": "WRING_OUT", + "level": 47 + } + ] + }, + { + "species": "VICTREEBEL", + "moves": [ + { + "move": "STOCKPILE", + "level": 1 + }, + { + "move": "SWALLOW", + "level": 1 + }, + { + "move": "SPIT_UP", + "level": 1 + }, + { + "move": "VINE_WHIP", + "level": 1 + }, + { + "move": "SLEEP_POWDER", + "level": 1 + }, + { + "move": "SWEET_SCENT", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 1 + }, + { + "move": "LEAF_STORM", + "level": 47 + } + ] + }, + { + "species": "TENTACOOL", + "moves": [ + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 5 + }, + { + "move": "CONSTRICT", + "level": 8 + }, + { + "move": "ACID", + "level": 12 + }, + { + "move": "TOXIC_SPIKES", + "level": 15 + }, + { + "move": "BUBBLE_BEAM", + "level": 19 + }, + { + "move": "WRAP", + "level": 22 + }, + { + "move": "BARRIER", + "level": 26 + }, + { + "move": "WATER_PULSE", + "level": 29 + }, + { + "move": "POISON_JAB", + "level": 33 + }, + { + "move": "SCREECH", + "level": 36 + }, + { + "move": "HYDRO_PUMP", + "level": 40 + }, + { + "move": "WRING_OUT", + "level": 43 + } + ] + }, + { + "species": "TENTACRUEL", + "moves": [ + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 5 + }, + { + "move": "CONSTRICT", + "level": 8 + }, + { + "move": "ACID", + "level": 12 + }, + { + "move": "TOXIC_SPIKES", + "level": 15 + }, + { + "move": "BUBBLE_BEAM", + "level": 19 + }, + { + "move": "WRAP", + "level": 22 + }, + { + "move": "BARRIER", + "level": 26 + }, + { + "move": "WATER_PULSE", + "level": 29 + }, + { + "move": "POISON_JAB", + "level": 36 + }, + { + "move": "SCREECH", + "level": 42 + }, + { + "move": "HYDRO_PUMP", + "level": 49 + }, + { + "move": "WRING_OUT", + "level": 55 + } + ] + }, + { + "species": "GEODUDE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 4 + }, + { + "move": "ROCK_POLISH", + "level": 8 + }, + { + "move": "ROCK_THROW", + "level": 11 + }, + { + "move": "MAGNITUDE", + "level": 15 + }, + { + "move": "SELF_DESTRUCT", + "level": 18 + }, + { + "move": "ROLLOUT", + "level": 22 + }, + { + "move": "ROCK_BLAST", + "level": 25 + }, + { + "move": "EARTHQUAKE", + "level": 29 + }, + { + "move": "EXPLOSION", + "level": 32 + }, + { + "move": "DOUBLE_EDGE", + "level": 36 + }, + { + "move": "STONE_EDGE", + "level": 39 + } + ] + }, + { + "species": "GRAVELER", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "ROCK_POLISH", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 4 + }, + { + "move": "ROCK_POLISH", + "level": 8 + }, + { + "move": "ROCK_THROW", + "level": 11 + }, + { + "move": "MAGNITUDE", + "level": 15 + }, + { + "move": "SELF_DESTRUCT", + "level": 18 + }, + { + "move": "ROLLOUT", + "level": 22 + }, + { + "move": "ROCK_BLAST", + "level": 27 + }, + { + "move": "EARTHQUAKE", + "level": 33 + }, + { + "move": "EXPLOSION", + "level": 38 + }, + { + "move": "DOUBLE_EDGE", + "level": 44 + }, + { + "move": "STONE_EDGE", + "level": 49 + } + ] + }, + { + "species": "GOLEM", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "ROCK_POLISH", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 4 + }, + { + "move": "ROCK_POLISH", + "level": 8 + }, + { + "move": "ROCK_THROW", + "level": 11 + }, + { + "move": "MAGNITUDE", + "level": 15 + }, + { + "move": "SELF_DESTRUCT", + "level": 18 + }, + { + "move": "ROLLOUT", + "level": 22 + }, + { + "move": "ROCK_BLAST", + "level": 27 + }, + { + "move": "EARTHQUAKE", + "level": 33 + }, + { + "move": "EXPLOSION", + "level": 38 + }, + { + "move": "DOUBLE_EDGE", + "level": 44 + }, + { + "move": "STONE_EDGE", + "level": 49 + } + ] + }, + { + "species": "PONYTA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 7 + }, + { + "move": "TAIL_WHIP", + "level": 10 + }, + { + "move": "EMBER", + "level": 16 + }, + { + "move": "STOMP", + "level": 19 + }, + { + "move": "FIRE_SPIN", + "level": 25 + }, + { + "move": "TAKE_DOWN", + "level": 28 + }, + { + "move": "AGILITY", + "level": 34 + }, + { + "move": "FIRE_BLAST", + "level": 38 + }, + { + "move": "BOUNCE", + "level": 44 + }, + { + "move": "FLARE_BLITZ", + "level": 48 + } + ] + }, + { + "species": "RAPIDASH", + "moves": [ + { + "move": "POISON_JAB", + "level": 1 + }, + { + "move": "MEGAHORN", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "GROWL", + "level": 7 + }, + { + "move": "TAIL_WHIP", + "level": 10 + }, + { + "move": "EMBER", + "level": 16 + }, + { + "move": "STOMP", + "level": 19 + }, + { + "move": "FIRE_SPIN", + "level": 25 + }, + { + "move": "TAKE_DOWN", + "level": 28 + }, + { + "move": "AGILITY", + "level": 34 + }, + { + "move": "FIRE_BLAST", + "level": 38 + }, + { + "move": "FURY_ATTACK", + "level": 40 + }, + { + "move": "BOUNCE", + "level": 49 + }, + { + "move": "FLARE_BLITZ", + "level": 58 + } + ] + }, + { + "species": "SLOWPOKE", + "moves": [ + { + "move": "CURSE", + "level": 1 + }, + { + "move": "YAWN", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 6 + }, + { + "move": "WATER_GUN", + "level": 11 + }, + { + "move": "CONFUSION", + "level": 15 + }, + { + "move": "DISABLE", + "level": 20 + }, + { + "move": "HEADBUTT", + "level": 25 + }, + { + "move": "WATER_PULSE", + "level": 29 + }, + { + "move": "ZEN_HEADBUTT", + "level": 34 + }, + { + "move": "SLACK_OFF", + "level": 39 + }, + { + "move": "AMNESIA", + "level": 43 + }, + { + "move": "PSYCHIC", + "level": 48 + }, + { + "move": "RAIN_DANCE", + "level": 53 + }, + { + "move": "PSYCH_UP", + "level": 57 + } + ] + }, + { + "species": "SLOWBRO", + "moves": [ + { + "move": "CURSE", + "level": 1 + }, + { + "move": "YAWN", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "GROWL", + "level": 6 + }, + { + "move": "WATER_GUN", + "level": 11 + }, + { + "move": "CONFUSION", + "level": 15 + }, + { + "move": "DISABLE", + "level": 20 + }, + { + "move": "HEADBUTT", + "level": 25 + }, + { + "move": "WATER_PULSE", + "level": 29 + }, + { + "move": "ZEN_HEADBUTT", + "level": 34 + }, + { + "move": "WITHDRAW", + "level": 37 + }, + { + "move": "SLACK_OFF", + "level": 41 + }, + { + "move": "AMNESIA", + "level": 47 + }, + { + "move": "PSYCHIC", + "level": 54 + }, + { + "move": "RAIN_DANCE", + "level": 61 + }, + { + "move": "PSYCH_UP", + "level": 67 + } + ] + }, + { + "species": "MAGNEMITE", + "moves": [ + { + "move": "METAL_SOUND", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 6 + }, + { + "move": "SUPERSONIC", + "level": 11 + }, + { + "move": "SONIC_BOOM", + "level": 14 + }, + { + "move": "THUNDER_WAVE", + "level": 17 + }, + { + "move": "SPARK", + "level": 22 + }, + { + "move": "LOCK_ON", + "level": 27 + }, + { + "move": "MAGNET_BOMB", + "level": 30 + }, + { + "move": "SCREECH", + "level": 33 + }, + { + "move": "DISCHARGE", + "level": 38 + }, + { + "move": "MIRROR_SHOT", + "level": 43 + }, + { + "move": "MAGNET_RISE", + "level": 46 + }, + { + "move": "GYRO_BALL", + "level": 49 + }, + { + "move": "ZAP_CANNON", + "level": 54 + } + ] + }, + { + "species": "MAGNETON", + "moves": [ + { + "move": "TRI_ATTACK", + "level": 1 + }, + { + "move": "METAL_SOUND", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 6 + }, + { + "move": "SUPERSONIC", + "level": 11 + }, + { + "move": "SONIC_BOOM", + "level": 14 + }, + { + "move": "THUNDER_WAVE", + "level": 17 + }, + { + "move": "SPARK", + "level": 22 + }, + { + "move": "LOCK_ON", + "level": 27 + }, + { + "move": "MAGNET_BOMB", + "level": 30 + }, + { + "move": "SCREECH", + "level": 34 + }, + { + "move": "DISCHARGE", + "level": 40 + }, + { + "move": "MIRROR_SHOT", + "level": 46 + }, + { + "move": "MAGNET_RISE", + "level": 50 + }, + { + "move": "GYRO_BALL", + "level": 54 + }, + { + "move": "ZAP_CANNON", + "level": 60 + } + ] + }, + { + "species": "FARFETCHD", + "moves": [ + { + "move": "POISON_JAB", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FURY_CUTTER", + "level": 1 + }, + { + "move": "FURY_ATTACK", + "level": 7 + }, + { + "move": "KNOCK_OFF", + "level": 9 + }, + { + "move": "AERIAL_ACE", + "level": 13 + }, + { + "move": "SLASH", + "level": 19 + }, + { + "move": "AIR_CUTTER", + "level": 21 + }, + { + "move": "SWORDS_DANCE", + "level": 25 + }, + { + "move": "AGILITY", + "level": 31 + }, + { + "move": "NIGHT_SLASH", + "level": 33 + }, + { + "move": "AIR_SLASH", + "level": 37 + }, + { + "move": "FALSE_SWIPE", + "level": 43 + } + ] + }, + { + "species": "DODUO", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 5 + }, + { + "move": "RAGE", + "level": 10 + }, + { + "move": "FURY_ATTACK", + "level": 14 + }, + { + "move": "PURSUIT", + "level": 19 + }, + { + "move": "UPROAR", + "level": 23 + }, + { + "move": "ACUPRESSURE", + "level": 28 + }, + { + "move": "DOUBLE_HIT", + "level": 32 + }, + { + "move": "AGILITY", + "level": 37 + }, + { + "move": "DRILL_PECK", + "level": 41 + }, + { + "move": "ENDEAVOR", + "level": 46 + } + ] + }, + { + "species": "DODRIO", + "moves": [ + { + "move": "PLUCK", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "RAGE", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 5 + }, + { + "move": "RAGE", + "level": 10 + }, + { + "move": "FURY_ATTACK", + "level": 14 + }, + { + "move": "PURSUIT", + "level": 19 + }, + { + "move": "UPROAR", + "level": 23 + }, + { + "move": "ACUPRESSURE", + "level": 28 + }, + { + "move": "TRI_ATTACK", + "level": 34 + }, + { + "move": "AGILITY", + "level": 41 + }, + { + "move": "DRILL_PECK", + "level": 47 + }, + { + "move": "ENDEAVOR", + "level": 54 + } + ] + }, + { + "species": "SEEL", + "moves": [ + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "GROWL", + "level": 3 + }, + { + "move": "WATER_SPORT", + "level": 7 + }, + { + "move": "ICY_WIND", + "level": 11 + }, + { + "move": "ENCORE", + "level": 13 + }, + { + "move": "ICE_SHARD", + "level": 17 + }, + { + "move": "REST", + "level": 21 + }, + { + "move": "AQUA_RING", + "level": 23 + }, + { + "move": "AURORA_BEAM", + "level": 27 + }, + { + "move": "AQUA_JET", + "level": 31 + }, + { + "move": "BRINE", + "level": 33 + }, + { + "move": "TAKE_DOWN", + "level": 37 + }, + { + "move": "DIVE", + "level": 41 + }, + { + "move": "AQUA_TAIL", + "level": 43 + }, + { + "move": "ICE_BEAM", + "level": 47 + }, + { + "move": "SAFEGUARD", + "level": 51 + } + ] + }, + { + "species": "DEWGONG", + "moves": [ + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "SIGNAL_BEAM", + "level": 1 + }, + { + "move": "ICY_WIND", + "level": 1 + }, + { + "move": "GROWL", + "level": 3 + }, + { + "move": "SIGNAL_BEAM", + "level": 7 + }, + { + "move": "ICY_WIND", + "level": 11 + }, + { + "move": "ENCORE", + "level": 13 + }, + { + "move": "ICE_SHARD", + "level": 17 + }, + { + "move": "REST", + "level": 21 + }, + { + "move": "AQUA_RING", + "level": 23 + }, + { + "move": "AURORA_BEAM", + "level": 27 + }, + { + "move": "AQUA_JET", + "level": 31 + }, + { + "move": "BRINE", + "level": 33 + }, + { + "move": "SHEER_COLD", + "level": 34 + }, + { + "move": "TAKE_DOWN", + "level": 37 + }, + { + "move": "DIVE", + "level": 41 + }, + { + "move": "AQUA_TAIL", + "level": 43 + }, + { + "move": "ICE_BEAM", + "level": 47 + }, + { + "move": "SAFEGUARD", + "level": 51 + } + ] + }, + { + "species": "GRIMER", + "moves": [ + { + "move": "POISON_GAS", + "level": 1 + }, + { + "move": "POUND", + "level": 1 + }, + { + "move": "HARDEN", + "level": 4 + }, + { + "move": "MUD_SLAP", + "level": 7 + }, + { + "move": "DISABLE", + "level": 12 + }, + { + "move": "MINIMIZE", + "level": 17 + }, + { + "move": "SLUDGE", + "level": 20 + }, + { + "move": "MUD_BOMB", + "level": 23 + }, + { + "move": "FLING", + "level": 28 + }, + { + "move": "SCREECH", + "level": 33 + }, + { + "move": "SLUDGE_BOMB", + "level": 36 + }, + { + "move": "ACID_ARMOR", + "level": 39 + }, + { + "move": "GUNK_SHOT", + "level": 44 + }, + { + "move": "MEMENTO", + "level": 49 + } + ] + }, + { + "species": "MUK", + "moves": [ + { + "move": "POISON_GAS", + "level": 1 + }, + { + "move": "POUND", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "HARDEN", + "level": 4 + }, + { + "move": "MUD_SLAP", + "level": 7 + }, + { + "move": "DISABLE", + "level": 12 + }, + { + "move": "MINIMIZE", + "level": 17 + }, + { + "move": "SLUDGE", + "level": 20 + }, + { + "move": "MUD_BOMB", + "level": 23 + }, + { + "move": "FLING", + "level": 28 + }, + { + "move": "SCREECH", + "level": 33 + }, + { + "move": "SLUDGE_BOMB", + "level": 36 + }, + { + "move": "ACID_ARMOR", + "level": 44 + }, + { + "move": "GUNK_SHOT", + "level": 54 + }, + { + "move": "MEMENTO", + "level": 65 + } + ] + }, + { + "species": "SHELLDER", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 4 + }, + { + "move": "SUPERSONIC", + "level": 8 + }, + { + "move": "ICICLE_SPEAR", + "level": 13 + }, + { + "move": "PROTECT", + "level": 16 + }, + { + "move": "LEER", + "level": 20 + }, + { + "move": "CLAMP", + "level": 25 + }, + { + "move": "ICE_SHARD", + "level": 28 + }, + { + "move": "AURORA_BEAM", + "level": 32 + }, + { + "move": "WHIRLPOOL", + "level": 37 + }, + { + "move": "IRON_DEFENSE", + "level": 40 + }, + { + "move": "BRINE", + "level": 44 + }, + { + "move": "ICE_BEAM", + "level": 49 + } + ] + }, + { + "species": "CLOYSTER", + "moves": [ + { + "move": "TOXIC_SPIKES", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "AURORA_BEAM", + "level": 1 + }, + { + "move": "PROTECT", + "level": 1 + }, + { + "move": "SPIKES", + "level": 28 + }, + { + "move": "SPIKE_CANNON", + "level": 40 + } + ] + }, + { + "species": "GASTLY", + "moves": [ + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "LICK", + "level": 1 + }, + { + "move": "SPITE", + "level": 5 + }, + { + "move": "MEAN_LOOK", + "level": 8 + }, + { + "move": "CURSE", + "level": 12 + }, + { + "move": "NIGHT_SHADE", + "level": 15 + }, + { + "move": "CONFUSE_RAY", + "level": 19 + }, + { + "move": "SUCKER_PUNCH", + "level": 22 + }, + { + "move": "PAYBACK", + "level": 26 + }, + { + "move": "SHADOW_BALL", + "level": 29 + }, + { + "move": "DREAM_EATER", + "level": 33 + }, + { + "move": "DARK_PULSE", + "level": 36 + }, + { + "move": "DESTINY_BOND", + "level": 40 + }, + { + "move": "NIGHTMARE", + "level": 43 + } + ] + }, + { + "species": "HAUNTER", + "moves": [ + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "LICK", + "level": 1 + }, + { + "move": "SPITE", + "level": 1 + }, + { + "move": "SPITE", + "level": 5 + }, + { + "move": "MEAN_LOOK", + "level": 8 + }, + { + "move": "CURSE", + "level": 12 + }, + { + "move": "NIGHT_SHADE", + "level": 15 + }, + { + "move": "CONFUSE_RAY", + "level": 19 + }, + { + "move": "SUCKER_PUNCH", + "level": 22 + }, + { + "move": "SHADOW_PUNCH", + "level": 25 + }, + { + "move": "PAYBACK", + "level": 28 + }, + { + "move": "SHADOW_BALL", + "level": 33 + }, + { + "move": "DREAM_EATER", + "level": 39 + }, + { + "move": "DARK_PULSE", + "level": 44 + }, + { + "move": "DESTINY_BOND", + "level": 50 + }, + { + "move": "NIGHTMARE", + "level": 55 + } + ] + }, + { + "species": "GENGAR", + "moves": [ + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "LICK", + "level": 1 + }, + { + "move": "SPITE", + "level": 1 + }, + { + "move": "SPITE", + "level": 5 + }, + { + "move": "MEAN_LOOK", + "level": 8 + }, + { + "move": "CURSE", + "level": 12 + }, + { + "move": "NIGHT_SHADE", + "level": 15 + }, + { + "move": "CONFUSE_RAY", + "level": 19 + }, + { + "move": "SUCKER_PUNCH", + "level": 22 + }, + { + "move": "SHADOW_PUNCH", + "level": 25 + }, + { + "move": "PAYBACK", + "level": 28 + }, + { + "move": "SHADOW_BALL", + "level": 33 + }, + { + "move": "DREAM_EATER", + "level": 39 + }, + { + "move": "DARK_PULSE", + "level": 44 + }, + { + "move": "DESTINY_BOND", + "level": 50 + }, + { + "move": "NIGHTMARE", + "level": 55 + } + ] + }, + { + "species": "ONIX", + "moves": [ + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "BIND", + "level": 1 + }, + { + "move": "SCREECH", + "level": 6 + }, + { + "move": "ROCK_THROW", + "level": 9 + }, + { + "move": "RAGE", + "level": 14 + }, + { + "move": "ROCK_TOMB", + "level": 17 + }, + { + "move": "SANDSTORM", + "level": 22 + }, + { + "move": "SLAM", + "level": 25 + }, + { + "move": "ROCK_POLISH", + "level": 30 + }, + { + "move": "DRAGON_BREATH", + "level": 33 + }, + { + "move": "IRON_TAIL", + "level": 38 + }, + { + "move": "SAND_TOMB", + "level": 41 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + }, + { + "move": "STONE_EDGE", + "level": 49 + } + ] + }, + { + "species": "DROWZEE", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "DISABLE", + "level": 7 + }, + { + "move": "CONFUSION", + "level": 9 + }, + { + "move": "HEADBUTT", + "level": 15 + }, + { + "move": "POISON_GAS", + "level": 18 + }, + { + "move": "MEDITATE", + "level": 21 + }, + { + "move": "PSYBEAM", + "level": 26 + }, + { + "move": "PSYCH_UP", + "level": 29 + }, + { + "move": "HEADBUTT", + "level": 32 + }, + { + "move": "SWAGGER", + "level": 37 + }, + { + "move": "PSYCHIC", + "level": 40 + }, + { + "move": "NASTY_PLOT", + "level": 43 + }, + { + "move": "ZEN_HEADBUTT", + "level": 50 + }, + { + "move": "FUTURE_SIGHT", + "level": 53 + } + ] + }, + { + "species": "HYPNO", + "moves": [ + { + "move": "NIGHTMARE", + "level": 1 + }, + { + "move": "SWITCHEROO", + "level": 1 + }, + { + "move": "POUND", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "DISABLE", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "DISABLE", + "level": 7 + }, + { + "move": "CONFUSION", + "level": 9 + }, + { + "move": "HEADBUTT", + "level": 15 + }, + { + "move": "POISON_GAS", + "level": 18 + }, + { + "move": "MEDITATE", + "level": 21 + }, + { + "move": "PSYBEAM", + "level": 28 + }, + { + "move": "PSYCH_UP", + "level": 33 + }, + { + "move": "HEADBUTT", + "level": 38 + }, + { + "move": "SWAGGER", + "level": 45 + }, + { + "move": "PSYCHIC", + "level": 50 + }, + { + "move": "NASTY_PLOT", + "level": 55 + }, + { + "move": "ZEN_HEADBUTT", + "level": 64 + }, + { + "move": "FUTURE_SIGHT", + "level": 69 + } + ] + }, + { + "species": "KRABBY", + "moves": [ + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "VISE_GRIP", + "level": 5 + }, + { + "move": "LEER", + "level": 9 + }, + { + "move": "HARDEN", + "level": 11 + }, + { + "move": "BUBBLE_BEAM", + "level": 15 + }, + { + "move": "MUD_SHOT", + "level": 19 + }, + { + "move": "METAL_CLAW", + "level": 21 + }, + { + "move": "STOMP", + "level": 25 + }, + { + "move": "PROTECT", + "level": 29 + }, + { + "move": "GUILLOTINE", + "level": 31 + }, + { + "move": "SLAM", + "level": 35 + }, + { + "move": "BRINE", + "level": 39 + }, + { + "move": "CRABHAMMER", + "level": 41 + }, + { + "move": "FLAIL", + "level": 45 + } + ] + }, + { + "species": "KINGLER", + "moves": [ + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "VISE_GRIP", + "level": 1 + }, + { + "move": "VISE_GRIP", + "level": 5 + }, + { + "move": "LEER", + "level": 9 + }, + { + "move": "HARDEN", + "level": 11 + }, + { + "move": "BUBBLE_BEAM", + "level": 15 + }, + { + "move": "MUD_SHOT", + "level": 19 + }, + { + "move": "METAL_CLAW", + "level": 21 + }, + { + "move": "STOMP", + "level": 25 + }, + { + "move": "PROTECT", + "level": 32 + }, + { + "move": "GUILLOTINE", + "level": 37 + }, + { + "move": "SLAM", + "level": 44 + }, + { + "move": "BRINE", + "level": 51 + }, + { + "move": "CRABHAMMER", + "level": 56 + }, + { + "move": "FLAIL", + "level": 63 + } + ] + }, + { + "species": "VOLTORB", + "moves": [ + { + "move": "CHARGE", + "level": 1 + }, + { + "move": "TACKLE", + "level": 5 + }, + { + "move": "SONIC_BOOM", + "level": 8 + }, + { + "move": "SPARK", + "level": 12 + }, + { + "move": "ROLLOUT", + "level": 15 + }, + { + "move": "SCREECH", + "level": 19 + }, + { + "move": "LIGHT_SCREEN", + "level": 22 + }, + { + "move": "CHARGE_BEAM", + "level": 26 + }, + { + "move": "SELF_DESTRUCT", + "level": 29 + }, + { + "move": "SWIFT", + "level": 33 + }, + { + "move": "MAGNET_RISE", + "level": 36 + }, + { + "move": "GYRO_BALL", + "level": 40 + }, + { + "move": "EXPLOSION", + "level": 43 + }, + { + "move": "MIRROR_COAT", + "level": 47 + } + ] + }, + { + "species": "ELECTRODE", + "moves": [ + { + "move": "CHARGE", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SONIC_BOOM", + "level": 1 + }, + { + "move": "SPARK", + "level": 1 + }, + { + "move": "TACKLE", + "level": 5 + }, + { + "move": "SONIC_BOOM", + "level": 8 + }, + { + "move": "SPARK", + "level": 12 + }, + { + "move": "ROLLOUT", + "level": 15 + }, + { + "move": "SCREECH", + "level": 19 + }, + { + "move": "LIGHT_SCREEN", + "level": 22 + }, + { + "move": "CHARGE_BEAM", + "level": 26 + }, + { + "move": "SELF_DESTRUCT", + "level": 29 + }, + { + "move": "SWIFT", + "level": 35 + }, + { + "move": "MAGNET_RISE", + "level": 40 + }, + { + "move": "GYRO_BALL", + "level": 46 + }, + { + "move": "EXPLOSION", + "level": 51 + }, + { + "move": "MIRROR_COAT", + "level": 57 + } + ] + }, + { + "species": "EXEGGCUTE", + "moves": [ + { + "move": "BARRAGE", + "level": 1 + }, + { + "move": "UPROAR", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "REFLECT", + "level": 7 + }, + { + "move": "LEECH_SEED", + "level": 11 + }, + { + "move": "BULLET_SEED", + "level": 17 + }, + { + "move": "STUN_SPORE", + "level": 19 + }, + { + "move": "POISON_POWDER", + "level": 21 + }, + { + "move": "SLEEP_POWDER", + "level": 23 + }, + { + "move": "CONFUSION", + "level": 27 + }, + { + "move": "WORRY_SEED", + "level": 33 + }, + { + "move": "NATURAL_GIFT", + "level": 37 + }, + { + "move": "SOLAR_BEAM", + "level": 43 + }, + { + "move": "PSYCHIC", + "level": 47 + } + ] + }, + { + "species": "EXEGGUTOR", + "moves": [ + { + "move": "SEED_BOMB", + "level": 1 + }, + { + "move": "BARRAGE", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "STOMP", + "level": 1 + }, + { + "move": "STOMP", + "level": 17 + }, + { + "move": "EGG_BOMB", + "level": 27 + }, + { + "move": "WOOD_HAMMER", + "level": 37 + }, + { + "move": "LEAF_STORM", + "level": 47 + } + ] + }, + { + "species": "CUBONE", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 3 + }, + { + "move": "BONE_CLUB", + "level": 7 + }, + { + "move": "HEADBUTT", + "level": 11 + }, + { + "move": "LEER", + "level": 13 + }, + { + "move": "FOCUS_ENERGY", + "level": 17 + }, + { + "move": "BONEMERANG", + "level": 21 + }, + { + "move": "RAGE", + "level": 23 + }, + { + "move": "FALSE_SWIPE", + "level": 27 + }, + { + "move": "THRASH", + "level": 31 + }, + { + "move": "FLING", + "level": 33 + }, + { + "move": "BONE_RUSH", + "level": 37 + }, + { + "move": "ENDEAVOR", + "level": 41 + }, + { + "move": "DOUBLE_EDGE", + "level": 43 + } + ] + }, + { + "species": "MAROWAK", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "BONE_CLUB", + "level": 1 + }, + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 3 + }, + { + "move": "BONE_CLUB", + "level": 7 + }, + { + "move": "HEADBUTT", + "level": 11 + }, + { + "move": "LEER", + "level": 13 + }, + { + "move": "FOCUS_ENERGY", + "level": 17 + }, + { + "move": "BONEMERANG", + "level": 21 + }, + { + "move": "RAGE", + "level": 23 + }, + { + "move": "FALSE_SWIPE", + "level": 27 + }, + { + "move": "THRASH", + "level": 33 + }, + { + "move": "FLING", + "level": 37 + }, + { + "move": "BONE_RUSH", + "level": 43 + }, + { + "move": "ENDEAVOR", + "level": 49 + }, + { + "move": "DOUBLE_EDGE", + "level": 53 + } + ] + }, + { + "species": "HITMONLEE", + "moves": [ + { + "move": "REVENGE", + "level": 1 + }, + { + "move": "DOUBLE_KICK", + "level": 1 + }, + { + "move": "MEDITATE", + "level": 5 + }, + { + "move": "ROLLING_KICK", + "level": 9 + }, + { + "move": "JUMP_KICK", + "level": 13 + }, + { + "move": "BRICK_BREAK", + "level": 17 + }, + { + "move": "FOCUS_ENERGY", + "level": 21 + }, + { + "move": "FEINT", + "level": 25 + }, + { + "move": "HIGH_JUMP_KICK", + "level": 29 + }, + { + "move": "MIND_READER", + "level": 33 + }, + { + "move": "FORESIGHT", + "level": 37 + }, + { + "move": "BLAZE_KICK", + "level": 41 + }, + { + "move": "ENDURE", + "level": 45 + }, + { + "move": "MEGA_KICK", + "level": 49 + }, + { + "move": "CLOSE_COMBAT", + "level": 53 + }, + { + "move": "REVERSAL", + "level": 57 + } + ] + }, + { + "species": "HITMONCHAN", + "moves": [ + { + "move": "REVENGE", + "level": 1 + }, + { + "move": "COMET_PUNCH", + "level": 1 + }, + { + "move": "AGILITY", + "level": 6 + }, + { + "move": "PURSUIT", + "level": 11 + }, + { + "move": "MACH_PUNCH", + "level": 16 + }, + { + "move": "BULLET_PUNCH", + "level": 16 + }, + { + "move": "FEINT", + "level": 21 + }, + { + "move": "VACUUM_WAVE", + "level": 26 + }, + { + "move": "THUNDER_PUNCH", + "level": 31 + }, + { + "move": "ICE_PUNCH", + "level": 31 + }, + { + "move": "FIRE_PUNCH", + "level": 31 + }, + { + "move": "SKY_UPPERCUT", + "level": 36 + }, + { + "move": "MEGA_PUNCH", + "level": 41 + }, + { + "move": "DETECT", + "level": 46 + }, + { + "move": "COUNTER", + "level": 51 + }, + { + "move": "CLOSE_COMBAT", + "level": 56 + } + ] + }, + { + "species": "LICKITUNG", + "moves": [ + { + "move": "LICK", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 5 + }, + { + "move": "DEFENSE_CURL", + "level": 9 + }, + { + "move": "KNOCK_OFF", + "level": 13 + }, + { + "move": "WRAP", + "level": 17 + }, + { + "move": "STOMP", + "level": 21 + }, + { + "move": "DISABLE", + "level": 25 + }, + { + "move": "SLAM", + "level": 29 + }, + { + "move": "ROLLOUT", + "level": 33 + }, + { + "move": "ME_FIRST", + "level": 37 + }, + { + "move": "REFRESH", + "level": 41 + }, + { + "move": "SCREECH", + "level": 45 + }, + { + "move": "POWER_WHIP", + "level": 49 + }, + { + "move": "WRING_OUT", + "level": 53 + } + ] + }, + { + "species": "KOFFING", + "moves": [ + { + "move": "POISON_GAS", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SMOG", + "level": 6 + }, + { + "move": "SMOKESCREEN", + "level": 10 + }, + { + "move": "ASSURANCE", + "level": 15 + }, + { + "move": "SELF_DESTRUCT", + "level": 19 + }, + { + "move": "SLUDGE", + "level": 24 + }, + { + "move": "HAZE", + "level": 28 + }, + { + "move": "GYRO_BALL", + "level": 33 + }, + { + "move": "EXPLOSION", + "level": 37 + }, + { + "move": "SLUDGE_BOMB", + "level": 42 + }, + { + "move": "DESTINY_BOND", + "level": 46 + }, + { + "move": "MEMENTO", + "level": 51 + } + ] + }, + { + "species": "WEEZING", + "moves": [ + { + "move": "POISON_GAS", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SMOG", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 1 + }, + { + "move": "SMOG", + "level": 6 + }, + { + "move": "SMOKESCREEN", + "level": 10 + }, + { + "move": "ASSURANCE", + "level": 15 + }, + { + "move": "SELF_DESTRUCT", + "level": 19 + }, + { + "move": "SLUDGE", + "level": 24 + }, + { + "move": "HAZE", + "level": 28 + }, + { + "move": "DOUBLE_HIT", + "level": 33 + }, + { + "move": "EXPLOSION", + "level": 40 + }, + { + "move": "SLUDGE_BOMB", + "level": 48 + }, + { + "move": "DESTINY_BOND", + "level": 55 + }, + { + "move": "MEMENTO", + "level": 63 + } + ] + }, + { + "species": "RHYHORN", + "moves": [ + { + "move": "HORN_ATTACK", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "STOMP", + "level": 9 + }, + { + "move": "FURY_ATTACK", + "level": 13 + }, + { + "move": "SCARY_FACE", + "level": 21 + }, + { + "move": "ROCK_BLAST", + "level": 25 + }, + { + "move": "TAKE_DOWN", + "level": 33 + }, + { + "move": "HORN_DRILL", + "level": 37 + }, + { + "move": "STONE_EDGE", + "level": 45 + }, + { + "move": "EARTHQUAKE", + "level": 49 + }, + { + "move": "MEGAHORN", + "level": 57 + } + ] + }, + { + "species": "RHYDON", + "moves": [ + { + "move": "HORN_ATTACK", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "STOMP", + "level": 1 + }, + { + "move": "FURY_ATTACK", + "level": 1 + }, + { + "move": "STOMP", + "level": 9 + }, + { + "move": "FURY_ATTACK", + "level": 13 + }, + { + "move": "SCARY_FACE", + "level": 21 + }, + { + "move": "ROCK_BLAST", + "level": 25 + }, + { + "move": "TAKE_DOWN", + "level": 33 + }, + { + "move": "HORN_DRILL", + "level": 37 + }, + { + "move": "HAMMER_ARM", + "level": 42 + }, + { + "move": "STONE_EDGE", + "level": 45 + }, + { + "move": "EARTHQUAKE", + "level": 49 + }, + { + "move": "MEGAHORN", + "level": 57 + } + ] + }, + { + "species": "CHANSEY", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 5 + }, + { + "move": "REFRESH", + "level": 9 + }, + { + "move": "SOFT_BOILED", + "level": 12 + }, + { + "move": "DOUBLE_SLAP", + "level": 16 + }, + { + "move": "MINIMIZE", + "level": 20 + }, + { + "move": "SING", + "level": 23 + }, + { + "move": "FLING", + "level": 27 + }, + { + "move": "DEFENSE_CURL", + "level": 31 + }, + { + "move": "LIGHT_SCREEN", + "level": 34 + }, + { + "move": "EGG_BOMB", + "level": 38 + }, + { + "move": "HEALING_WISH", + "level": 42 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + } + ] + }, + { + "species": "TANGELA", + "moves": [ + { + "move": "INGRAIN", + "level": 1 + }, + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "SLEEP_POWDER", + "level": 5 + }, + { + "move": "ABSORB", + "level": 8 + }, + { + "move": "GROWTH", + "level": 12 + }, + { + "move": "POISON_POWDER", + "level": 15 + }, + { + "move": "VINE_WHIP", + "level": 19 + }, + { + "move": "BIND", + "level": 22 + }, + { + "move": "MEGA_DRAIN", + "level": 26 + }, + { + "move": "STUN_SPORE", + "level": 29 + }, + { + "move": "ANCIENT_POWER", + "level": 33 + }, + { + "move": "KNOCK_OFF", + "level": 36 + }, + { + "move": "NATURAL_GIFT", + "level": 40 + }, + { + "move": "SLAM", + "level": 43 + }, + { + "move": "TICKLE", + "level": 47 + }, + { + "move": "WRING_OUT", + "level": 50 + }, + { + "move": "POWER_WHIP", + "level": 54 + } + ] + }, + { + "species": "KANGASKHAN", + "moves": [ + { + "move": "COMET_PUNCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FAKE_OUT", + "level": 7 + }, + { + "move": "TAIL_WHIP", + "level": 10 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "MEGA_PUNCH", + "level": 19 + }, + { + "move": "RAGE", + "level": 22 + }, + { + "move": "DIZZY_PUNCH", + "level": 25 + }, + { + "move": "CRUNCH", + "level": 31 + }, + { + "move": "ENDURE", + "level": 34 + }, + { + "move": "OUTRAGE", + "level": 37 + }, + { + "move": "DOUBLE_HIT", + "level": 43 + }, + { + "move": "SUCKER_PUNCH", + "level": 46 + }, + { + "move": "REVERSAL", + "level": 49 + } + ] + }, + { + "species": "HORSEA", + "moves": [ + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 4 + }, + { + "move": "LEER", + "level": 8 + }, + { + "move": "WATER_GUN", + "level": 11 + }, + { + "move": "FOCUS_ENERGY", + "level": 14 + }, + { + "move": "BUBBLE_BEAM", + "level": 18 + }, + { + "move": "AGILITY", + "level": 23 + }, + { + "move": "TWISTER", + "level": 26 + }, + { + "move": "BRINE", + "level": 30 + }, + { + "move": "HYDRO_PUMP", + "level": 35 + }, + { + "move": "DRAGON_DANCE", + "level": 38 + }, + { + "move": "DRAGON_PULSE", + "level": 42 + } + ] + }, + { + "species": "SEADRA", + "moves": [ + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 4 + }, + { + "move": "LEER", + "level": 8 + }, + { + "move": "WATER_GUN", + "level": 11 + }, + { + "move": "FOCUS_ENERGY", + "level": 14 + }, + { + "move": "BUBBLE_BEAM", + "level": 18 + }, + { + "move": "AGILITY", + "level": 23 + }, + { + "move": "TWISTER", + "level": 26 + }, + { + "move": "BRINE", + "level": 30 + }, + { + "move": "HYDRO_PUMP", + "level": 40 + }, + { + "move": "DRAGON_DANCE", + "level": 48 + }, + { + "move": "DRAGON_PULSE", + "level": 57 + } + ] + }, + { + "species": "GOLDEEN", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 7 + }, + { + "move": "HORN_ATTACK", + "level": 11 + }, + { + "move": "WATER_PULSE", + "level": 17 + }, + { + "move": "FLAIL", + "level": 21 + }, + { + "move": "AQUA_RING", + "level": 27 + }, + { + "move": "FURY_ATTACK", + "level": 31 + }, + { + "move": "WATERFALL", + "level": 37 + }, + { + "move": "HORN_DRILL", + "level": 41 + }, + { + "move": "AGILITY", + "level": 47 + }, + { + "move": "MEGAHORN", + "level": 51 + } + ] + }, + { + "species": "SEAKING", + "moves": [ + { + "move": "POISON_JAB", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 7 + }, + { + "move": "HORN_ATTACK", + "level": 11 + }, + { + "move": "WATER_PULSE", + "level": 17 + }, + { + "move": "FLAIL", + "level": 21 + }, + { + "move": "AQUA_RING", + "level": 27 + }, + { + "move": "FURY_ATTACK", + "level": 31 + }, + { + "move": "WATERFALL", + "level": 40 + }, + { + "move": "HORN_DRILL", + "level": 47 + }, + { + "move": "AGILITY", + "level": 56 + }, + { + "move": "MEGAHORN", + "level": 63 + } + ] + }, + { + "species": "STARYU", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 6 + }, + { + "move": "RAPID_SPIN", + "level": 10 + }, + { + "move": "RECOVER", + "level": 15 + }, + { + "move": "CAMOUFLAGE", + "level": 19 + }, + { + "move": "SWIFT", + "level": 24 + }, + { + "move": "BUBBLE_BEAM", + "level": 28 + }, + { + "move": "MINIMIZE", + "level": 33 + }, + { + "move": "GYRO_BALL", + "level": 37 + }, + { + "move": "LIGHT_SCREEN", + "level": 42 + }, + { + "move": "POWER_GEM", + "level": 46 + }, + { + "move": "COSMIC_POWER", + "level": 51 + }, + { + "move": "HYDRO_PUMP", + "level": 55 + } + ] + }, + { + "species": "STARMIE", + "moves": [ + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "RAPID_SPIN", + "level": 1 + }, + { + "move": "RECOVER", + "level": 1 + }, + { + "move": "SWIFT", + "level": 1 + }, + { + "move": "CONFUSE_RAY", + "level": 28 + } + ] + }, + { + "species": "MR_MIME", + "moves": [ + { + "move": "MAGICAL_LEAF", + "level": 1 + }, + { + "move": "POWER_SWAP", + "level": 1 + }, + { + "move": "GUARD_SWAP", + "level": 1 + }, + { + "move": "BARRIER", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "COPYCAT", + "level": 4 + }, + { + "move": "MEDITATE", + "level": 8 + }, + { + "move": "ENCORE", + "level": 11 + }, + { + "move": "DOUBLE_SLAP", + "level": 15 + }, + { + "move": "MIMIC", + "level": 18 + }, + { + "move": "LIGHT_SCREEN", + "level": 22 + }, + { + "move": "REFLECT", + "level": 22 + }, + { + "move": "PSYBEAM", + "level": 25 + }, + { + "move": "SUBSTITUTE", + "level": 29 + }, + { + "move": "RECYCLE", + "level": 32 + }, + { + "move": "TRICK", + "level": 36 + }, + { + "move": "PSYCHIC", + "level": 39 + }, + { + "move": "ROLE_PLAY", + "level": 43 + }, + { + "move": "BATON_PASS", + "level": 46 + }, + { + "move": "SAFEGUARD", + "level": 50 + } + ] + }, + { + "species": "SCYTHER", + "moves": [ + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 5 + }, + { + "move": "PURSUIT", + "level": 9 + }, + { + "move": "FALSE_SWIPE", + "level": 13 + }, + { + "move": "AGILITY", + "level": 17 + }, + { + "move": "WING_ATTACK", + "level": 21 + }, + { + "move": "FURY_CUTTER", + "level": 25 + }, + { + "move": "SLASH", + "level": 29 + }, + { + "move": "RAZOR_WIND", + "level": 33 + }, + { + "move": "DOUBLE_TEAM", + "level": 37 + }, + { + "move": "X_SCISSOR", + "level": 41 + }, + { + "move": "NIGHT_SLASH", + "level": 45 + }, + { + "move": "DOUBLE_HIT", + "level": 49 + }, + { + "move": "AIR_SLASH", + "level": 53 + }, + { + "move": "SWORDS_DANCE", + "level": 57 + } + ] + }, + { + "species": "JYNX", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "LICK", + "level": 1 + }, + { + "move": "LOVELY_KISS", + "level": 1 + }, + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "LICK", + "level": 5 + }, + { + "move": "LOVELY_KISS", + "level": 8 + }, + { + "move": "POWDER_SNOW", + "level": 11 + }, + { + "move": "DOUBLE_SLAP", + "level": 15 + }, + { + "move": "ICE_PUNCH", + "level": 18 + }, + { + "move": "MEAN_LOOK", + "level": 21 + }, + { + "move": "FAKE_TEARS", + "level": 25 + }, + { + "move": "WAKE_UP_SLAP", + "level": 28 + }, + { + "move": "AVALANCHE", + "level": 33 + }, + { + "move": "BODY_SLAM", + "level": 39 + }, + { + "move": "WRING_OUT", + "level": 44 + }, + { + "move": "PERISH_SONG", + "level": 49 + }, + { + "move": "BLIZZARD", + "level": 55 + } + ] + }, + { + "species": "ELECTABUZZ", + "moves": [ + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 7 + }, + { + "move": "LOW_KICK", + "level": 10 + }, + { + "move": "SWIFT", + "level": 16 + }, + { + "move": "SHOCK_WAVE", + "level": 19 + }, + { + "move": "LIGHT_SCREEN", + "level": 25 + }, + { + "move": "THUNDER_PUNCH", + "level": 28 + }, + { + "move": "DISCHARGE", + "level": 37 + }, + { + "move": "THUNDERBOLT", + "level": 43 + }, + { + "move": "SCREECH", + "level": 52 + }, + { + "move": "THUNDER", + "level": 58 + } + ] + }, + { + "species": "MAGMAR", + "moves": [ + { + "move": "SMOG", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "EMBER", + "level": 7 + }, + { + "move": "SMOKESCREEN", + "level": 10 + }, + { + "move": "FEINT_ATTACK", + "level": 16 + }, + { + "move": "FIRE_SPIN", + "level": 19 + }, + { + "move": "CONFUSE_RAY", + "level": 25 + }, + { + "move": "FIRE_PUNCH", + "level": 28 + }, + { + "move": "LAVA_PLUME", + "level": 36 + }, + { + "move": "FLAMETHROWER", + "level": 41 + }, + { + "move": "SUNNY_DAY", + "level": 49 + }, + { + "move": "FIRE_BLAST", + "level": 54 + } + ] + }, + { + "species": "PINSIR", + "moves": [ + { + "move": "VISE_GRIP", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "BIND", + "level": 4 + }, + { + "move": "SEISMIC_TOSS", + "level": 8 + }, + { + "move": "HARDEN", + "level": 13 + }, + { + "move": "REVENGE", + "level": 18 + }, + { + "move": "BRICK_BREAK", + "level": 21 + }, + { + "move": "VITAL_THROW", + "level": 25 + }, + { + "move": "X_SCISSOR", + "level": 30 + }, + { + "move": "THRASH", + "level": 35 + }, + { + "move": "SWORDS_DANCE", + "level": 38 + }, + { + "move": "SUBMISSION", + "level": 42 + }, + { + "move": "GUILLOTINE", + "level": 47 + }, + { + "move": "SUPERPOWER", + "level": 52 + } + ] + }, + { + "species": "TAUROS", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 3 + }, + { + "move": "RAGE", + "level": 5 + }, + { + "move": "HORN_ATTACK", + "level": 8 + }, + { + "move": "SCARY_FACE", + "level": 11 + }, + { + "move": "PURSUIT", + "level": 15 + }, + { + "move": "REST", + "level": 19 + }, + { + "move": "PAYBACK", + "level": 24 + }, + { + "move": "ZEN_HEADBUTT", + "level": 29 + }, + { + "move": "TAKE_DOWN", + "level": 35 + }, + { + "move": "SWAGGER", + "level": 41 + }, + { + "move": "THRASH", + "level": 48 + }, + { + "move": "GIGA_IMPACT", + "level": 55 + } + ] + }, + { + "species": "MAGIKARP", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "TACKLE", + "level": 15 + }, + { + "move": "FLAIL", + "level": 30 + } + ] + }, + { + "species": "GYARADOS", + "moves": [ + { + "move": "THRASH", + "level": 1 + }, + { + "move": "BITE", + "level": 20 + }, + { + "move": "DRAGON_RAGE", + "level": 23 + }, + { + "move": "LEER", + "level": 26 + }, + { + "move": "TWISTER", + "level": 29 + }, + { + "move": "ICE_FANG", + "level": 32 + }, + { + "move": "AQUA_TAIL", + "level": 35 + }, + { + "move": "RAIN_DANCE", + "level": 38 + }, + { + "move": "HYDRO_PUMP", + "level": 41 + }, + { + "move": "DRAGON_DANCE", + "level": 44 + }, + { + "move": "HYPER_BEAM", + "level": 47 + } + ] + }, + { + "species": "LAPRAS", + "moves": [ + { + "move": "SING", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "MIST", + "level": 4 + }, + { + "move": "CONFUSE_RAY", + "level": 7 + }, + { + "move": "ICE_SHARD", + "level": 10 + }, + { + "move": "WATER_PULSE", + "level": 14 + }, + { + "move": "BODY_SLAM", + "level": 18 + }, + { + "move": "RAIN_DANCE", + "level": 22 + }, + { + "move": "PERISH_SONG", + "level": 27 + }, + { + "move": "ICE_BEAM", + "level": 32 + }, + { + "move": "BRINE", + "level": 37 + }, + { + "move": "SAFEGUARD", + "level": 43 + }, + { + "move": "HYDRO_PUMP", + "level": 49 + }, + { + "move": "SHEER_COLD", + "level": 55 + } + ] + }, + { + "species": "DITTO", + "moves": [ + { + "move": "TRANSFORM", + "level": 1 + } + ] + }, + { + "species": "EEVEE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "HELPING_HAND", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 8 + }, + { + "move": "GROWL", + "level": 15 + }, + { + "move": "QUICK_ATTACK", + "level": 22 + }, + { + "move": "BITE", + "level": 29 + }, + { + "move": "BATON_PASS", + "level": 36 + }, + { + "move": "TAKE_DOWN", + "level": 43 + }, + { + "move": "LAST_RESORT", + "level": 50 + }, + { + "move": "TRUMP_CARD", + "level": 57 + } + ] + }, + { + "species": "VAPOREON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "HELPING_HAND", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 8 + }, + { + "move": "WATER_GUN", + "level": 15 + }, + { + "move": "QUICK_ATTACK", + "level": 22 + }, + { + "move": "BITE", + "level": 29 + }, + { + "move": "AURORA_BEAM", + "level": 36 + }, + { + "move": "AQUA_RING", + "level": 43 + }, + { + "move": "LAST_RESORT", + "level": 50 + }, + { + "move": "HAZE", + "level": 57 + }, + { + "move": "ACID_ARMOR", + "level": 64 + }, + { + "move": "HYDRO_PUMP", + "level": 71 + } + ] + }, + { + "species": "JOLTEON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "HELPING_HAND", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 8 + }, + { + "move": "THUNDER_SHOCK", + "level": 15 + }, + { + "move": "QUICK_ATTACK", + "level": 22 + }, + { + "move": "DOUBLE_KICK", + "level": 29 + }, + { + "move": "PIN_MISSILE", + "level": 36 + }, + { + "move": "THUNDER_FANG", + "level": 43 + }, + { + "move": "LAST_RESORT", + "level": 50 + }, + { + "move": "THUNDER_WAVE", + "level": 57 + }, + { + "move": "AGILITY", + "level": 64 + }, + { + "move": "THUNDER", + "level": 71 + } + ] + }, + { + "species": "FLAREON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "HELPING_HAND", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 8 + }, + { + "move": "EMBER", + "level": 15 + }, + { + "move": "QUICK_ATTACK", + "level": 22 + }, + { + "move": "BITE", + "level": 29 + }, + { + "move": "FIRE_SPIN", + "level": 36 + }, + { + "move": "FIRE_FANG", + "level": 43 + }, + { + "move": "LAST_RESORT", + "level": 50 + }, + { + "move": "SMOG", + "level": 57 + }, + { + "move": "SCARY_FACE", + "level": 64 + }, + { + "move": "FIRE_BLAST", + "level": 71 + } + ] + }, + { + "species": "PORYGON", + "moves": [ + { + "move": "CONVERSION_2", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "CONVERSION", + "level": 1 + }, + { + "move": "SHARPEN", + "level": 1 + }, + { + "move": "PSYBEAM", + "level": 7 + }, + { + "move": "AGILITY", + "level": 12 + }, + { + "move": "RECOVER", + "level": 18 + }, + { + "move": "MAGNET_RISE", + "level": 23 + }, + { + "move": "SIGNAL_BEAM", + "level": 29 + }, + { + "move": "RECYCLE", + "level": 34 + }, + { + "move": "DISCHARGE", + "level": 40 + }, + { + "move": "LOCK_ON", + "level": 45 + }, + { + "move": "TRI_ATTACK", + "level": 51 + }, + { + "move": "MAGIC_COAT", + "level": 56 + }, + { + "move": "ZAP_CANNON", + "level": 62 + } + ] + }, + { + "species": "OMANYTE", + "moves": [ + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 1 + }, + { + "move": "BITE", + "level": 7 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "ROLLOUT", + "level": 16 + }, + { + "move": "LEER", + "level": 19 + }, + { + "move": "MUD_SHOT", + "level": 25 + }, + { + "move": "BRINE", + "level": 28 + }, + { + "move": "PROTECT", + "level": 34 + }, + { + "move": "ANCIENT_POWER", + "level": 37 + }, + { + "move": "TICKLE", + "level": 43 + }, + { + "move": "ROCK_BLAST", + "level": 46 + }, + { + "move": "HYDRO_PUMP", + "level": 52 + } + ] + }, + { + "species": "OMASTAR", + "moves": [ + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "BITE", + "level": 7 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "ROLLOUT", + "level": 16 + }, + { + "move": "LEER", + "level": 19 + }, + { + "move": "MUD_SHOT", + "level": 25 + }, + { + "move": "BRINE", + "level": 28 + }, + { + "move": "PROTECT", + "level": 34 + }, + { + "move": "ANCIENT_POWER", + "level": 37 + }, + { + "move": "SPIKE_CANNON", + "level": 40 + }, + { + "move": "TICKLE", + "level": 48 + }, + { + "move": "ROCK_BLAST", + "level": 56 + }, + { + "move": "HYDRO_PUMP", + "level": 67 + } + ] + }, + { + "species": "KABUTO", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "ABSORB", + "level": 6 + }, + { + "move": "LEER", + "level": 11 + }, + { + "move": "MUD_SHOT", + "level": 16 + }, + { + "move": "SAND_ATTACK", + "level": 21 + }, + { + "move": "ENDURE", + "level": 26 + }, + { + "move": "AQUA_JET", + "level": 31 + }, + { + "move": "MEGA_DRAIN", + "level": 36 + }, + { + "move": "METAL_SOUND", + "level": 41 + }, + { + "move": "ANCIENT_POWER", + "level": 46 + }, + { + "move": "WRING_OUT", + "level": 51 + } + ] + }, + { + "species": "KABUTOPS", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "ABSORB", + "level": 6 + }, + { + "move": "LEER", + "level": 11 + }, + { + "move": "MUD_SHOT", + "level": 16 + }, + { + "move": "SAND_ATTACK", + "level": 21 + }, + { + "move": "ENDURE", + "level": 26 + }, + { + "move": "AQUA_JET", + "level": 31 + }, + { + "move": "MEGA_DRAIN", + "level": 36 + }, + { + "move": "SLASH", + "level": 40 + }, + { + "move": "METAL_SOUND", + "level": 45 + }, + { + "move": "ANCIENT_POWER", + "level": 54 + }, + { + "move": "WRING_OUT", + "level": 63 + }, + { + "move": "NIGHT_SLASH", + "level": 72 + } + ] + }, + { + "species": "AERODACTYL", + "moves": [ + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "WING_ATTACK", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 1 + }, + { + "move": "ROAR", + "level": 9 + }, + { + "move": "AGILITY", + "level": 17 + }, + { + "move": "ANCIENT_POWER", + "level": 25 + }, + { + "move": "CRUNCH", + "level": 33 + }, + { + "move": "TAKE_DOWN", + "level": 41 + }, + { + "move": "IRON_HEAD", + "level": 49 + }, + { + "move": "HYPER_BEAM", + "level": 57 + }, + { + "move": "ROCK_SLIDE", + "level": 65 + }, + { + "move": "GIGA_IMPACT", + "level": 73 + } + ] + }, + { + "species": "SNORLAX", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 4 + }, + { + "move": "AMNESIA", + "level": 9 + }, + { + "move": "LICK", + "level": 12 + }, + { + "move": "BELLY_DRUM", + "level": 17 + }, + { + "move": "YAWN", + "level": 20 + }, + { + "move": "REST", + "level": 25 + }, + { + "move": "SNORE", + "level": 28 + }, + { + "move": "SLEEP_TALK", + "level": 28 + }, + { + "move": "BODY_SLAM", + "level": 33 + }, + { + "move": "BLOCK", + "level": 36 + }, + { + "move": "ROLLOUT", + "level": 41 + }, + { + "move": "CRUNCH", + "level": 44 + }, + { + "move": "GIGA_IMPACT", + "level": 49 + } + ] + }, + { + "species": "ARTICUNO", + "moves": [ + { + "move": "GUST", + "level": 1 + }, + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "MIST", + "level": 8 + }, + { + "move": "ICE_SHARD", + "level": 15 + }, + { + "move": "MIND_READER", + "level": 22 + }, + { + "move": "ANCIENT_POWER", + "level": 29 + }, + { + "move": "AGILITY", + "level": 36 + }, + { + "move": "ICE_BEAM", + "level": 43 + }, + { + "move": "REFLECT", + "level": 50 + }, + { + "move": "ROOST", + "level": 57 + }, + { + "move": "TAILWIND", + "level": 64 + }, + { + "move": "BLIZZARD", + "level": 71 + }, + { + "move": "SHEER_COLD", + "level": 78 + }, + { + "move": "HAIL", + "level": 85 + } + ] + }, + { + "species": "ZAPDOS", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 8 + }, + { + "move": "DETECT", + "level": 15 + }, + { + "move": "PLUCK", + "level": 22 + }, + { + "move": "ANCIENT_POWER", + "level": 29 + }, + { + "move": "CHARGE", + "level": 36 + }, + { + "move": "AGILITY", + "level": 43 + }, + { + "move": "DISCHARGE", + "level": 50 + }, + { + "move": "ROOST", + "level": 57 + }, + { + "move": "LIGHT_SCREEN", + "level": 64 + }, + { + "move": "DRILL_PECK", + "level": 71 + }, + { + "move": "THUNDER", + "level": 78 + }, + { + "move": "RAIN_DANCE", + "level": 85 + } + ] + }, + { + "species": "MOLTRES", + "moves": [ + { + "move": "WING_ATTACK", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "FIRE_SPIN", + "level": 8 + }, + { + "move": "AGILITY", + "level": 15 + }, + { + "move": "ENDURE", + "level": 22 + }, + { + "move": "ANCIENT_POWER", + "level": 29 + }, + { + "move": "FLAMETHROWER", + "level": 36 + }, + { + "move": "SAFEGUARD", + "level": 43 + }, + { + "move": "AIR_SLASH", + "level": 50 + }, + { + "move": "ROOST", + "level": 57 + }, + { + "move": "HEAT_WAVE", + "level": 64 + }, + { + "move": "SOLAR_BEAM", + "level": 71 + }, + { + "move": "SKY_ATTACK", + "level": 78 + }, + { + "move": "SUNNY_DAY", + "level": 85 + } + ] + }, + { + "species": "DRATINI", + "moves": [ + { + "move": "WRAP", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 5 + }, + { + "move": "TWISTER", + "level": 11 + }, + { + "move": "DRAGON_RAGE", + "level": 15 + }, + { + "move": "SLAM", + "level": 21 + }, + { + "move": "AGILITY", + "level": 25 + }, + { + "move": "AQUA_TAIL", + "level": 31 + }, + { + "move": "DRAGON_RUSH", + "level": 35 + }, + { + "move": "SAFEGUARD", + "level": 41 + }, + { + "move": "DRAGON_DANCE", + "level": 45 + }, + { + "move": "OUTRAGE", + "level": 51 + }, + { + "move": "HYPER_BEAM", + "level": 55 + } + ] + }, + { + "species": "DRAGONAIR", + "moves": [ + { + "move": "WRAP", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 1 + }, + { + "move": "TWISTER", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 5 + }, + { + "move": "TWISTER", + "level": 11 + }, + { + "move": "DRAGON_RAGE", + "level": 15 + }, + { + "move": "SLAM", + "level": 21 + }, + { + "move": "AGILITY", + "level": 25 + }, + { + "move": "AQUA_TAIL", + "level": 33 + }, + { + "move": "DRAGON_RUSH", + "level": 39 + }, + { + "move": "SAFEGUARD", + "level": 47 + }, + { + "move": "DRAGON_DANCE", + "level": 53 + }, + { + "move": "OUTRAGE", + "level": 61 + }, + { + "move": "HYPER_BEAM", + "level": 67 + } + ] + }, + { + "species": "DRAGONITE", + "moves": [ + { + "move": "FIRE_PUNCH", + "level": 1 + }, + { + "move": "THUNDER_PUNCH", + "level": 1 + }, + { + "move": "ROOST", + "level": 1 + }, + { + "move": "WRAP", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 1 + }, + { + "move": "TWISTER", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 5 + }, + { + "move": "TWISTER", + "level": 11 + }, + { + "move": "DRAGON_RAGE", + "level": 15 + }, + { + "move": "SLAM", + "level": 21 + }, + { + "move": "AGILITY", + "level": 25 + }, + { + "move": "AQUA_TAIL", + "level": 33 + }, + { + "move": "DRAGON_RUSH", + "level": 39 + }, + { + "move": "SAFEGUARD", + "level": 47 + }, + { + "move": "DRAGON_DANCE", + "level": 53 + }, + { + "move": "WING_ATTACK", + "level": 55 + }, + { + "move": "OUTRAGE", + "level": 64 + }, + { + "move": "HYPER_BEAM", + "level": 73 + } + ] + }, + { + "species": "MEWTWO", + "moves": [ + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "DISABLE", + "level": 1 + }, + { + "move": "BARRIER", + "level": 8 + }, + { + "move": "SWIFT", + "level": 15 + }, + { + "move": "FUTURE_SIGHT", + "level": 22 + }, + { + "move": "PSYCH_UP", + "level": 29 + }, + { + "move": "MIRACLE_EYE", + "level": 36 + }, + { + "move": "MIST", + "level": 43 + }, + { + "move": "PSYCHO_CUT", + "level": 50 + }, + { + "move": "AMNESIA", + "level": 57 + }, + { + "move": "POWER_SWAP", + "level": 64 + }, + { + "move": "GUARD_SWAP", + "level": 64 + }, + { + "move": "PSYCHIC", + "level": 71 + }, + { + "move": "ME_FIRST", + "level": 79 + }, + { + "move": "RECOVER", + "level": 86 + }, + { + "move": "SAFEGUARD", + "level": 93 + }, + { + "move": "AURA_SPHERE", + "level": 100 + } + ] + }, + { + "species": "MEW", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "TRANSFORM", + "level": 1 + }, + { + "move": "MEGA_PUNCH", + "level": 10 + }, + { + "move": "METRONOME", + "level": 20 + }, + { + "move": "PSYCHIC", + "level": 30 + }, + { + "move": "BARRIER", + "level": 40 + }, + { + "move": "ANCIENT_POWER", + "level": 50 + }, + { + "move": "AMNESIA", + "level": 60 + }, + { + "move": "ME_FIRST", + "level": 70 + }, + { + "move": "BATON_PASS", + "level": 80 + }, + { + "move": "NASTY_PLOT", + "level": 90 + }, + { + "move": "AURA_SPHERE", + "level": 100 + } + ] + }, + { + "species": "CHIKORITA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 6 + }, + { + "move": "POISON_POWDER", + "level": 9 + }, + { + "move": "SYNTHESIS", + "level": 12 + }, + { + "move": "REFLECT", + "level": 17 + }, + { + "move": "MAGICAL_LEAF", + "level": 20 + }, + { + "move": "NATURAL_GIFT", + "level": 23 + }, + { + "move": "SWEET_SCENT", + "level": 28 + }, + { + "move": "LIGHT_SCREEN", + "level": 31 + }, + { + "move": "BODY_SLAM", + "level": 34 + }, + { + "move": "SAFEGUARD", + "level": 39 + }, + { + "move": "AROMATHERAPY", + "level": 42 + }, + { + "move": "SOLAR_BEAM", + "level": 45 + } + ] + }, + { + "species": "BAYLEEF", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 1 + }, + { + "move": "POISON_POWDER", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 6 + }, + { + "move": "POISON_POWDER", + "level": 9 + }, + { + "move": "SYNTHESIS", + "level": 12 + }, + { + "move": "REFLECT", + "level": 18 + }, + { + "move": "MAGICAL_LEAF", + "level": 22 + }, + { + "move": "NATURAL_GIFT", + "level": 26 + }, + { + "move": "SWEET_SCENT", + "level": 32 + }, + { + "move": "LIGHT_SCREEN", + "level": 36 + }, + { + "move": "BODY_SLAM", + "level": 40 + }, + { + "move": "SAFEGUARD", + "level": 46 + }, + { + "move": "AROMATHERAPY", + "level": 50 + }, + { + "move": "SOLAR_BEAM", + "level": 54 + } + ] + }, + { + "species": "MEGANIUM", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 1 + }, + { + "move": "POISON_POWDER", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 6 + }, + { + "move": "POISON_POWDER", + "level": 9 + }, + { + "move": "SYNTHESIS", + "level": 12 + }, + { + "move": "REFLECT", + "level": 18 + }, + { + "move": "MAGICAL_LEAF", + "level": 22 + }, + { + "move": "NATURAL_GIFT", + "level": 26 + }, + { + "move": "PETAL_DANCE", + "level": 32 + }, + { + "move": "SWEET_SCENT", + "level": 34 + }, + { + "move": "LIGHT_SCREEN", + "level": 40 + }, + { + "move": "BODY_SLAM", + "level": 46 + }, + { + "move": "SAFEGUARD", + "level": 54 + }, + { + "move": "AROMATHERAPY", + "level": 60 + }, + { + "move": "SOLAR_BEAM", + "level": 66 + } + ] + }, + { + "species": "CYNDAQUIL", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 4 + }, + { + "move": "EMBER", + "level": 10 + }, + { + "move": "QUICK_ATTACK", + "level": 13 + }, + { + "move": "FLAME_WHEEL", + "level": 19 + }, + { + "move": "DEFENSE_CURL", + "level": 22 + }, + { + "move": "SWIFT", + "level": 28 + }, + { + "move": "LAVA_PLUME", + "level": 31 + }, + { + "move": "FLAMETHROWER", + "level": 37 + }, + { + "move": "ROLLOUT", + "level": 40 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + }, + { + "move": "ERUPTION", + "level": 49 + } + ] + }, + { + "species": "QUILAVA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 4 + }, + { + "move": "EMBER", + "level": 10 + }, + { + "move": "QUICK_ATTACK", + "level": 13 + }, + { + "move": "FLAME_WHEEL", + "level": 20 + }, + { + "move": "DEFENSE_CURL", + "level": 24 + }, + { + "move": "SWIFT", + "level": 31 + }, + { + "move": "LAVA_PLUME", + "level": 35 + }, + { + "move": "FLAMETHROWER", + "level": 42 + }, + { + "move": "ROLLOUT", + "level": 46 + }, + { + "move": "DOUBLE_EDGE", + "level": 53 + }, + { + "move": "ERUPTION", + "level": 57 + } + ] + }, + { + "species": "TYPHLOSION", + "moves": [ + { + "move": "GYRO_BALL", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 4 + }, + { + "move": "EMBER", + "level": 10 + }, + { + "move": "QUICK_ATTACK", + "level": 13 + }, + { + "move": "FLAME_WHEEL", + "level": 20 + }, + { + "move": "DEFENSE_CURL", + "level": 24 + }, + { + "move": "SWIFT", + "level": 31 + }, + { + "move": "LAVA_PLUME", + "level": 35 + }, + { + "move": "FLAMETHROWER", + "level": 42 + }, + { + "move": "ROLLOUT", + "level": 46 + }, + { + "move": "DOUBLE_EDGE", + "level": 53 + }, + { + "move": "ERUPTION", + "level": 57 + } + ] + }, + { + "species": "TOTODILE", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 6 + }, + { + "move": "RAGE", + "level": 8 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "SCARY_FACE", + "level": 15 + }, + { + "move": "ICE_FANG", + "level": 20 + }, + { + "move": "THRASH", + "level": 22 + }, + { + "move": "CRUNCH", + "level": 27 + }, + { + "move": "SLASH", + "level": 29 + }, + { + "move": "SCREECH", + "level": 34 + }, + { + "move": "AQUA_TAIL", + "level": 36 + }, + { + "move": "SUPERPOWER", + "level": 41 + }, + { + "move": "HYDRO_PUMP", + "level": 43 + } + ] + }, + { + "species": "CROCONAW", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 6 + }, + { + "move": "RAGE", + "level": 8 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "SCARY_FACE", + "level": 15 + }, + { + "move": "ICE_FANG", + "level": 21 + }, + { + "move": "THRASH", + "level": 24 + }, + { + "move": "CRUNCH", + "level": 30 + }, + { + "move": "SLASH", + "level": 33 + }, + { + "move": "SCREECH", + "level": 39 + }, + { + "move": "AQUA_TAIL", + "level": 42 + }, + { + "move": "SUPERPOWER", + "level": 48 + }, + { + "move": "HYDRO_PUMP", + "level": 51 + } + ] + }, + { + "species": "FERALIGATR", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "RAGE", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 6 + }, + { + "move": "RAGE", + "level": 8 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "SCARY_FACE", + "level": 15 + }, + { + "move": "ICE_FANG", + "level": 21 + }, + { + "move": "THRASH", + "level": 24 + }, + { + "move": "AGILITY", + "level": 30 + }, + { + "move": "CRUNCH", + "level": 32 + }, + { + "move": "SLASH", + "level": 37 + }, + { + "move": "SCREECH", + "level": 45 + }, + { + "move": "AQUA_TAIL", + "level": 50 + }, + { + "move": "SUPERPOWER", + "level": 58 + }, + { + "move": "HYDRO_PUMP", + "level": 63 + } + ] + }, + { + "species": "SENTRET", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 4 + }, + { + "move": "QUICK_ATTACK", + "level": 7 + }, + { + "move": "FURY_SWIPES", + "level": 13 + }, + { + "move": "HELPING_HAND", + "level": 16 + }, + { + "move": "FOLLOW_ME", + "level": 19 + }, + { + "move": "SLAM", + "level": 25 + }, + { + "move": "REST", + "level": 28 + }, + { + "move": "SUCKER_PUNCH", + "level": 31 + }, + { + "move": "AMNESIA", + "level": 36 + }, + { + "move": "BATON_PASS", + "level": 39 + }, + { + "move": "ME_FIRST", + "level": 42 + }, + { + "move": "HYPER_VOICE", + "level": 47 + } + ] + }, + { + "species": "FURRET", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 4 + }, + { + "move": "QUICK_ATTACK", + "level": 7 + }, + { + "move": "FURY_SWIPES", + "level": 13 + }, + { + "move": "HELPING_HAND", + "level": 17 + }, + { + "move": "FOLLOW_ME", + "level": 21 + }, + { + "move": "SLAM", + "level": 28 + }, + { + "move": "REST", + "level": 32 + }, + { + "move": "SUCKER_PUNCH", + "level": 36 + }, + { + "move": "AMNESIA", + "level": 42 + }, + { + "move": "BATON_PASS", + "level": 46 + }, + { + "move": "ME_FIRST", + "level": 50 + }, + { + "move": "HYPER_VOICE", + "level": 56 + } + ] + }, + { + "species": "HOOTHOOT", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 5 + }, + { + "move": "HYPNOSIS", + "level": 9 + }, + { + "move": "PECK", + "level": 13 + }, + { + "move": "REFLECT", + "level": 17 + }, + { + "move": "CONFUSION", + "level": 21 + }, + { + "move": "TAKE_DOWN", + "level": 25 + }, + { + "move": "AIR_SLASH", + "level": 29 + }, + { + "move": "ZEN_HEADBUTT", + "level": 33 + }, + { + "move": "EXTRASENSORY", + "level": 37 + }, + { + "move": "PSYCHO_SHIFT", + "level": 41 + }, + { + "move": "ROOST", + "level": 45 + }, + { + "move": "DREAM_EATER", + "level": 49 + } + ] + }, + { + "species": "NOCTOWL", + "moves": [ + { + "move": "SKY_ATTACK", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 5 + }, + { + "move": "HYPNOSIS", + "level": 9 + }, + { + "move": "PECK", + "level": 13 + }, + { + "move": "REFLECT", + "level": 17 + }, + { + "move": "CONFUSION", + "level": 22 + }, + { + "move": "TAKE_DOWN", + "level": 27 + }, + { + "move": "AIR_SLASH", + "level": 32 + }, + { + "move": "ZEN_HEADBUTT", + "level": 37 + }, + { + "move": "EXTRASENSORY", + "level": 42 + }, + { + "move": "PSYCHO_SHIFT", + "level": 47 + }, + { + "move": "ROOST", + "level": 52 + }, + { + "move": "DREAM_EATER", + "level": 57 + } + ] + }, + { + "species": "LEDYBA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 6 + }, + { + "move": "COMET_PUNCH", + "level": 9 + }, + { + "move": "LIGHT_SCREEN", + "level": 14 + }, + { + "move": "REFLECT", + "level": 14 + }, + { + "move": "SAFEGUARD", + "level": 14 + }, + { + "move": "MACH_PUNCH", + "level": 17 + }, + { + "move": "BATON_PASS", + "level": 22 + }, + { + "move": "SILVER_WIND", + "level": 25 + }, + { + "move": "AGILITY", + "level": 30 + }, + { + "move": "SWIFT", + "level": 33 + }, + { + "move": "DOUBLE_EDGE", + "level": 38 + }, + { + "move": "BUG_BUZZ", + "level": 41 + } + ] + }, + { + "species": "LEDIAN", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "COMET_PUNCH", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 6 + }, + { + "move": "COMET_PUNCH", + "level": 9 + }, + { + "move": "LIGHT_SCREEN", + "level": 14 + }, + { + "move": "REFLECT", + "level": 14 + }, + { + "move": "SAFEGUARD", + "level": 14 + }, + { + "move": "MACH_PUNCH", + "level": 17 + }, + { + "move": "BATON_PASS", + "level": 24 + }, + { + "move": "SILVER_WIND", + "level": 29 + }, + { + "move": "AGILITY", + "level": 36 + }, + { + "move": "SWIFT", + "level": 41 + }, + { + "move": "DOUBLE_EDGE", + "level": 48 + }, + { + "move": "BUG_BUZZ", + "level": 53 + } + ] + }, + { + "species": "SPINARAK", + "moves": [ + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "STRING_SHOT", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 5 + }, + { + "move": "CONSTRICT", + "level": 8 + }, + { + "move": "LEECH_LIFE", + "level": 12 + }, + { + "move": "NIGHT_SHADE", + "level": 15 + }, + { + "move": "SHADOW_SNEAK", + "level": 19 + }, + { + "move": "FURY_SWIPES", + "level": 22 + }, + { + "move": "SUCKER_PUNCH", + "level": 26 + }, + { + "move": "SPIDER_WEB", + "level": 29 + }, + { + "move": "AGILITY", + "level": 33 + }, + { + "move": "PIN_MISSILE", + "level": 36 + }, + { + "move": "PSYCHIC", + "level": 40 + }, + { + "move": "POISON_JAB", + "level": 43 + } + ] + }, + { + "species": "ARIADOS", + "moves": [ + { + "move": "BUG_BITE", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "STRING_SHOT", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 1 + }, + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 5 + }, + { + "move": "CONSTRICT", + "level": 8 + }, + { + "move": "LEECH_LIFE", + "level": 12 + }, + { + "move": "NIGHT_SHADE", + "level": 15 + }, + { + "move": "SHADOW_SNEAK", + "level": 19 + }, + { + "move": "FURY_SWIPES", + "level": 23 + }, + { + "move": "SUCKER_PUNCH", + "level": 28 + }, + { + "move": "SPIDER_WEB", + "level": 32 + }, + { + "move": "AGILITY", + "level": 37 + }, + { + "move": "PIN_MISSILE", + "level": 41 + }, + { + "move": "PSYCHIC", + "level": 46 + }, + { + "move": "POISON_JAB", + "level": 50 + } + ] + }, + { + "species": "CROBAT", + "moves": [ + { + "move": "CROSS_POISON", + "level": 1 + }, + { + "move": "SCREECH", + "level": 1 + }, + { + "move": "LEECH_LIFE", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 5 + }, + { + "move": "ASTONISH", + "level": 9 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "WING_ATTACK", + "level": 17 + }, + { + "move": "CONFUSE_RAY", + "level": 21 + }, + { + "move": "AIR_CUTTER", + "level": 27 + }, + { + "move": "MEAN_LOOK", + "level": 33 + }, + { + "move": "POISON_FANG", + "level": 39 + }, + { + "move": "HAZE", + "level": 45 + }, + { + "move": "AIR_SLASH", + "level": 51 + } + ] + }, + { + "species": "CHINCHOU", + "moves": [ + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 6 + }, + { + "move": "FLAIL", + "level": 9 + }, + { + "move": "WATER_GUN", + "level": 12 + }, + { + "move": "CONFUSE_RAY", + "level": 17 + }, + { + "move": "SPARK", + "level": 20 + }, + { + "move": "TAKE_DOWN", + "level": 23 + }, + { + "move": "BUBBLE_BEAM", + "level": 28 + }, + { + "move": "SIGNAL_BEAM", + "level": 31 + }, + { + "move": "DISCHARGE", + "level": 34 + }, + { + "move": "AQUA_RING", + "level": 39 + }, + { + "move": "HYDRO_PUMP", + "level": 42 + }, + { + "move": "CHARGE", + "level": 45 + } + ] + }, + { + "species": "LANTURN", + "moves": [ + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 6 + }, + { + "move": "FLAIL", + "level": 9 + }, + { + "move": "WATER_GUN", + "level": 12 + }, + { + "move": "CONFUSE_RAY", + "level": 17 + }, + { + "move": "SPARK", + "level": 20 + }, + { + "move": "TAKE_DOWN", + "level": 23 + }, + { + "move": "STOCKPILE", + "level": 27 + }, + { + "move": "SWALLOW", + "level": 27 + }, + { + "move": "SPIT_UP", + "level": 27 + }, + { + "move": "BUBBLE_BEAM", + "level": 30 + }, + { + "move": "SIGNAL_BEAM", + "level": 35 + }, + { + "move": "DISCHARGE", + "level": 40 + }, + { + "move": "AQUA_RING", + "level": 47 + }, + { + "move": "HYDRO_PUMP", + "level": 52 + }, + { + "move": "CHARGE", + "level": 57 + } + ] + }, + { + "species": "PICHU", + "moves": [ + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "CHARM", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 5 + }, + { + "move": "THUNDER_WAVE", + "level": 10 + }, + { + "move": "SWEET_KISS", + "level": 13 + }, + { + "move": "NASTY_PLOT", + "level": 18 + } + ] + }, + { + "species": "CLEFFA", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "CHARM", + "level": 1 + }, + { + "move": "ENCORE", + "level": 4 + }, + { + "move": "SING", + "level": 7 + }, + { + "move": "SWEET_KISS", + "level": 10 + }, + { + "move": "COPYCAT", + "level": 13 + }, + { + "move": "MAGICAL_LEAF", + "level": 16 + } + ] + }, + { + "species": "IGGLYBUFF", + "moves": [ + { + "move": "SING", + "level": 1 + }, + { + "move": "CHARM", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 5 + }, + { + "move": "POUND", + "level": 9 + }, + { + "move": "SWEET_KISS", + "level": 13 + }, + { + "move": "COPYCAT", + "level": 17 + } + ] + }, + { + "species": "TOGEPI", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "CHARM", + "level": 1 + }, + { + "move": "METRONOME", + "level": 6 + }, + { + "move": "SWEET_KISS", + "level": 10 + }, + { + "move": "YAWN", + "level": 15 + }, + { + "move": "ENCORE", + "level": 19 + }, + { + "move": "FOLLOW_ME", + "level": 24 + }, + { + "move": "WISH", + "level": 28 + }, + { + "move": "ANCIENT_POWER", + "level": 33 + }, + { + "move": "SAFEGUARD", + "level": 37 + }, + { + "move": "BATON_PASS", + "level": 42 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + }, + { + "move": "LAST_RESORT", + "level": 51 + } + ] + }, + { + "species": "TOGETIC", + "moves": [ + { + "move": "MAGICAL_LEAF", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "CHARM", + "level": 1 + }, + { + "move": "METRONOME", + "level": 1 + }, + { + "move": "SWEET_KISS", + "level": 1 + }, + { + "move": "METRONOME", + "level": 6 + }, + { + "move": "SWEET_KISS", + "level": 10 + }, + { + "move": "YAWN", + "level": 15 + }, + { + "move": "ENCORE", + "level": 19 + }, + { + "move": "FOLLOW_ME", + "level": 24 + }, + { + "move": "WISH", + "level": 28 + }, + { + "move": "ANCIENT_POWER", + "level": 33 + }, + { + "move": "SAFEGUARD", + "level": 37 + }, + { + "move": "BATON_PASS", + "level": 42 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + }, + { + "move": "LAST_RESORT", + "level": 51 + } + ] + }, + { + "species": "NATU", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 6 + }, + { + "move": "TELEPORT", + "level": 9 + }, + { + "move": "LUCKY_CHANT", + "level": 12 + }, + { + "move": "MIRACLE_EYE", + "level": 17 + }, + { + "move": "ME_FIRST", + "level": 20 + }, + { + "move": "CONFUSE_RAY", + "level": 23 + }, + { + "move": "WISH", + "level": 28 + }, + { + "move": "PSYCHO_SHIFT", + "level": 33 + }, + { + "move": "FUTURE_SIGHT", + "level": 36 + }, + { + "move": "OMINOUS_WIND", + "level": 39 + }, + { + "move": "POWER_SWAP", + "level": 44 + }, + { + "move": "GUARD_SWAP", + "level": 44 + }, + { + "move": "PSYCHIC", + "level": 47 + } + ] + }, + { + "species": "XATU", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 6 + }, + { + "move": "TELEPORT", + "level": 9 + }, + { + "move": "LUCKY_CHANT", + "level": 12 + }, + { + "move": "MIRACLE_EYE", + "level": 17 + }, + { + "move": "ME_FIRST", + "level": 20 + }, + { + "move": "CONFUSE_RAY", + "level": 23 + }, + { + "move": "TAILWIND", + "level": 27 + }, + { + "move": "WISH", + "level": 30 + }, + { + "move": "PSYCHO_SHIFT", + "level": 37 + }, + { + "move": "FUTURE_SIGHT", + "level": 42 + }, + { + "move": "OMINOUS_WIND", + "level": 47 + }, + { + "move": "POWER_SWAP", + "level": 54 + }, + { + "move": "GUARD_SWAP", + "level": 54 + }, + { + "move": "PSYCHIC", + "level": 59 + } + ] + }, + { + "species": "MAREEP", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 5 + }, + { + "move": "THUNDER_SHOCK", + "level": 10 + }, + { + "move": "THUNDER_WAVE", + "level": 14 + }, + { + "move": "COTTON_SPORE", + "level": 19 + }, + { + "move": "CHARGE", + "level": 23 + }, + { + "move": "DISCHARGE", + "level": 28 + }, + { + "move": "SIGNAL_BEAM", + "level": 32 + }, + { + "move": "LIGHT_SCREEN", + "level": 37 + }, + { + "move": "POWER_GEM", + "level": 41 + }, + { + "move": "THUNDER", + "level": 46 + } + ] + }, + { + "species": "FLAAFFY", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "GROWL", + "level": 5 + }, + { + "move": "THUNDER_SHOCK", + "level": 10 + }, + { + "move": "THUNDER_WAVE", + "level": 14 + }, + { + "move": "COTTON_SPORE", + "level": 20 + }, + { + "move": "CHARGE", + "level": 25 + }, + { + "move": "DISCHARGE", + "level": 31 + }, + { + "move": "SIGNAL_BEAM", + "level": 36 + }, + { + "move": "LIGHT_SCREEN", + "level": 42 + }, + { + "move": "POWER_GEM", + "level": 47 + }, + { + "move": "THUNDER", + "level": 53 + } + ] + }, + { + "species": "AMPHAROS", + "moves": [ + { + "move": "FIRE_PUNCH", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 1 + }, + { + "move": "GROWL", + "level": 5 + }, + { + "move": "THUNDER_SHOCK", + "level": 10 + }, + { + "move": "THUNDER_WAVE", + "level": 14 + }, + { + "move": "COTTON_SPORE", + "level": 20 + }, + { + "move": "CHARGE", + "level": 25 + }, + { + "move": "THUNDER_PUNCH", + "level": 30 + }, + { + "move": "DISCHARGE", + "level": 34 + }, + { + "move": "SIGNAL_BEAM", + "level": 42 + }, + { + "move": "LIGHT_SCREEN", + "level": 51 + }, + { + "move": "POWER_GEM", + "level": 59 + }, + { + "move": "THUNDER", + "level": 68 + } + ] + }, + { + "species": "BELLOSSOM", + "moves": [ + { + "move": "MEGA_DRAIN", + "level": 1 + }, + { + "move": "SWEET_SCENT", + "level": 1 + }, + { + "move": "STUN_SPORE", + "level": 1 + }, + { + "move": "SUNNY_DAY", + "level": 1 + }, + { + "move": "MAGICAL_LEAF", + "level": 23 + }, + { + "move": "LEAF_STORM", + "level": 53 + } + ] + }, + { + "species": "MARILL", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 2 + }, + { + "move": "TAIL_WHIP", + "level": 7 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "ROLLOUT", + "level": 15 + }, + { + "move": "BUBBLE_BEAM", + "level": 18 + }, + { + "move": "AQUA_RING", + "level": 23 + }, + { + "move": "DOUBLE_EDGE", + "level": 27 + }, + { + "move": "RAIN_DANCE", + "level": 32 + }, + { + "move": "AQUA_TAIL", + "level": 37 + }, + { + "move": "HYDRO_PUMP", + "level": 42 + } + ] + }, + { + "species": "AZUMARILL", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 2 + }, + { + "move": "TAIL_WHIP", + "level": 7 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "ROLLOUT", + "level": 15 + }, + { + "move": "BUBBLE_BEAM", + "level": 20 + }, + { + "move": "AQUA_RING", + "level": 27 + }, + { + "move": "DOUBLE_EDGE", + "level": 33 + }, + { + "move": "RAIN_DANCE", + "level": 40 + }, + { + "move": "AQUA_TAIL", + "level": 47 + }, + { + "move": "HYDRO_PUMP", + "level": 54 + } + ] + }, + { + "species": "SUDOWOODO", + "moves": [ + { + "move": "WOOD_HAMMER", + "level": 1 + }, + { + "move": "COPYCAT", + "level": 1 + }, + { + "move": "FLAIL", + "level": 1 + }, + { + "move": "LOW_KICK", + "level": 1 + }, + { + "move": "ROCK_THROW", + "level": 1 + }, + { + "move": "FLAIL", + "level": 6 + }, + { + "move": "LOW_KICK", + "level": 9 + }, + { + "move": "ROCK_THROW", + "level": 14 + }, + { + "move": "MIMIC", + "level": 17 + }, + { + "move": "BLOCK", + "level": 22 + }, + { + "move": "FEINT_ATTACK", + "level": 25 + }, + { + "move": "ROCK_TOMB", + "level": 30 + }, + { + "move": "ROCK_SLIDE", + "level": 33 + }, + { + "move": "SLAM", + "level": 38 + }, + { + "move": "SUCKER_PUNCH", + "level": 41 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + }, + { + "move": "HAMMER_ARM", + "level": 49 + } + ] + }, + { + "species": "POLITOED", + "moves": [ + { + "move": "BUBBLE_BEAM", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "DOUBLE_SLAP", + "level": 1 + }, + { + "move": "PERISH_SONG", + "level": 1 + }, + { + "move": "BOUNCE", + "level": 43 + }, + { + "move": "SWAGGER", + "level": 53 + } + ] + }, + { + "species": "HOPPIP", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "SYNTHESIS", + "level": 4 + }, + { + "move": "TAIL_WHIP", + "level": 7 + }, + { + "move": "TACKLE", + "level": 10 + }, + { + "move": "POISON_POWDER", + "level": 12 + }, + { + "move": "STUN_SPORE", + "level": 14 + }, + { + "move": "SLEEP_POWDER", + "level": 16 + }, + { + "move": "BULLET_SEED", + "level": 19 + }, + { + "move": "LEECH_SEED", + "level": 22 + }, + { + "move": "MEGA_DRAIN", + "level": 25 + }, + { + "move": "COTTON_SPORE", + "level": 28 + }, + { + "move": "U_TURN", + "level": 31 + }, + { + "move": "WORRY_SEED", + "level": 34 + }, + { + "move": "GIGA_DRAIN", + "level": 37 + }, + { + "move": "BOUNCE", + "level": 40 + }, + { + "move": "MEMENTO", + "level": 43 + } + ] + }, + { + "species": "SKIPLOOM", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "SYNTHESIS", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SYNTHESIS", + "level": 4 + }, + { + "move": "TAIL_WHIP", + "level": 7 + }, + { + "move": "TACKLE", + "level": 10 + }, + { + "move": "POISON_POWDER", + "level": 12 + }, + { + "move": "STUN_SPORE", + "level": 14 + }, + { + "move": "SLEEP_POWDER", + "level": 16 + }, + { + "move": "BULLET_SEED", + "level": 20 + }, + { + "move": "LEECH_SEED", + "level": 24 + }, + { + "move": "MEGA_DRAIN", + "level": 28 + }, + { + "move": "COTTON_SPORE", + "level": 32 + }, + { + "move": "U_TURN", + "level": 36 + }, + { + "move": "WORRY_SEED", + "level": 40 + }, + { + "move": "GIGA_DRAIN", + "level": 44 + }, + { + "move": "BOUNCE", + "level": 48 + }, + { + "move": "MEMENTO", + "level": 52 + } + ] + }, + { + "species": "JUMPLUFF", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "SYNTHESIS", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SYNTHESIS", + "level": 4 + }, + { + "move": "TAIL_WHIP", + "level": 7 + }, + { + "move": "TACKLE", + "level": 10 + }, + { + "move": "POISON_POWDER", + "level": 12 + }, + { + "move": "STUN_SPORE", + "level": 14 + }, + { + "move": "SLEEP_POWDER", + "level": 16 + }, + { + "move": "BULLET_SEED", + "level": 20 + }, + { + "move": "LEECH_SEED", + "level": 24 + }, + { + "move": "MEGA_DRAIN", + "level": 28 + }, + { + "move": "COTTON_SPORE", + "level": 32 + }, + { + "move": "U_TURN", + "level": 36 + }, + { + "move": "WORRY_SEED", + "level": 40 + }, + { + "move": "GIGA_DRAIN", + "level": 44 + }, + { + "move": "BOUNCE", + "level": 48 + }, + { + "move": "MEMENTO", + "level": 52 + } + ] + }, + { + "species": "AIPOM", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 4 + }, + { + "move": "ASTONISH", + "level": 8 + }, + { + "move": "BATON_PASS", + "level": 11 + }, + { + "move": "TICKLE", + "level": 15 + }, + { + "move": "FURY_SWIPES", + "level": 18 + }, + { + "move": "SWIFT", + "level": 22 + }, + { + "move": "SCREECH", + "level": 25 + }, + { + "move": "AGILITY", + "level": 29 + }, + { + "move": "DOUBLE_HIT", + "level": 32 + }, + { + "move": "FLING", + "level": 36 + }, + { + "move": "NASTY_PLOT", + "level": 39 + }, + { + "move": "LAST_RESORT", + "level": 43 + } + ] + }, + { + "species": "SUNKERN", + "moves": [ + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "GROWTH", + "level": 1 + }, + { + "move": "MEGA_DRAIN", + "level": 5 + }, + { + "move": "INGRAIN", + "level": 9 + }, + { + "move": "GRASS_WHISTLE", + "level": 13 + }, + { + "move": "LEECH_SEED", + "level": 17 + }, + { + "move": "ENDEAVOR", + "level": 21 + }, + { + "move": "WORRY_SEED", + "level": 25 + }, + { + "move": "RAZOR_LEAF", + "level": 29 + }, + { + "move": "SYNTHESIS", + "level": 33 + }, + { + "move": "SUNNY_DAY", + "level": 37 + }, + { + "move": "GIGA_DRAIN", + "level": 41 + }, + { + "move": "SEED_BOMB", + "level": 45 + } + ] + }, + { + "species": "SUNFLORA", + "moves": [ + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "POUND", + "level": 1 + }, + { + "move": "GROWTH", + "level": 1 + }, + { + "move": "MEGA_DRAIN", + "level": 5 + }, + { + "move": "INGRAIN", + "level": 9 + }, + { + "move": "GRASS_WHISTLE", + "level": 13 + }, + { + "move": "LEECH_SEED", + "level": 17 + }, + { + "move": "BULLET_SEED", + "level": 21 + }, + { + "move": "WORRY_SEED", + "level": 25 + }, + { + "move": "RAZOR_LEAF", + "level": 29 + }, + { + "move": "PETAL_DANCE", + "level": 33 + }, + { + "move": "SUNNY_DAY", + "level": 37 + }, + { + "move": "SOLAR_BEAM", + "level": 41 + }, + { + "move": "LEAF_STORM", + "level": 43 + } + ] + }, + { + "species": "YANMA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 6 + }, + { + "move": "DOUBLE_TEAM", + "level": 11 + }, + { + "move": "SONIC_BOOM", + "level": 14 + }, + { + "move": "DETECT", + "level": 17 + }, + { + "move": "SUPERSONIC", + "level": 22 + }, + { + "move": "UPROAR", + "level": 27 + }, + { + "move": "PURSUIT", + "level": 30 + }, + { + "move": "ANCIENT_POWER", + "level": 33 + }, + { + "move": "HYPNOSIS", + "level": 38 + }, + { + "move": "WING_ATTACK", + "level": 43 + }, + { + "move": "SCREECH", + "level": 46 + }, + { + "move": "U_TURN", + "level": 49 + }, + { + "move": "AIR_SLASH", + "level": 54 + }, + { + "move": "BUG_BUZZ", + "level": 57 + } + ] + }, + { + "species": "WOOPER", + "moves": [ + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 5 + }, + { + "move": "MUD_SHOT", + "level": 9 + }, + { + "move": "SLAM", + "level": 15 + }, + { + "move": "MUD_BOMB", + "level": 19 + }, + { + "move": "AMNESIA", + "level": 23 + }, + { + "move": "YAWN", + "level": 29 + }, + { + "move": "EARTHQUAKE", + "level": 33 + }, + { + "move": "RAIN_DANCE", + "level": 37 + }, + { + "move": "MIST", + "level": 43 + }, + { + "move": "HAZE", + "level": 43 + }, + { + "move": "MUDDY_WATER", + "level": 47 + } + ] + }, + { + "species": "QUAGSIRE", + "moves": [ + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 5 + }, + { + "move": "MUD_SHOT", + "level": 9 + }, + { + "move": "SLAM", + "level": 15 + }, + { + "move": "MUD_BOMB", + "level": 19 + }, + { + "move": "AMNESIA", + "level": 24 + }, + { + "move": "YAWN", + "level": 31 + }, + { + "move": "EARTHQUAKE", + "level": 36 + }, + { + "move": "RAIN_DANCE", + "level": 41 + }, + { + "move": "MIST", + "level": 48 + }, + { + "move": "HAZE", + "level": 48 + }, + { + "move": "MUDDY_WATER", + "level": 53 + } + ] + }, + { + "species": "ESPEON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "HELPING_HAND", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 8 + }, + { + "move": "CONFUSION", + "level": 15 + }, + { + "move": "QUICK_ATTACK", + "level": 22 + }, + { + "move": "SWIFT", + "level": 29 + }, + { + "move": "PSYBEAM", + "level": 36 + }, + { + "move": "FUTURE_SIGHT", + "level": 43 + }, + { + "move": "LAST_RESORT", + "level": 50 + }, + { + "move": "PSYCH_UP", + "level": 57 + }, + { + "move": "PSYCHIC", + "level": 64 + }, + { + "move": "MORNING_SUN", + "level": 71 + } + ] + }, + { + "species": "UMBREON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "HELPING_HAND", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 8 + }, + { + "move": "PURSUIT", + "level": 15 + }, + { + "move": "QUICK_ATTACK", + "level": 22 + }, + { + "move": "CONFUSE_RAY", + "level": 29 + }, + { + "move": "FEINT_ATTACK", + "level": 36 + }, + { + "move": "ASSURANCE", + "level": 43 + }, + { + "move": "LAST_RESORT", + "level": 50 + }, + { + "move": "MEAN_LOOK", + "level": 57 + }, + { + "move": "SCREECH", + "level": 64 + }, + { + "move": "MOONLIGHT", + "level": 71 + } + ] + }, + { + "species": "MURKROW", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "PURSUIT", + "level": 5 + }, + { + "move": "HAZE", + "level": 11 + }, + { + "move": "WING_ATTACK", + "level": 15 + }, + { + "move": "NIGHT_SHADE", + "level": 21 + }, + { + "move": "ASSURANCE", + "level": 25 + }, + { + "move": "TAUNT", + "level": 31 + }, + { + "move": "FEINT_ATTACK", + "level": 35 + }, + { + "move": "MEAN_LOOK", + "level": 41 + }, + { + "move": "SUCKER_PUNCH", + "level": 45 + } + ] + }, + { + "species": "SLOWKING", + "moves": [ + { + "move": "HIDDEN_POWER", + "level": 1 + }, + { + "move": "CURSE", + "level": 1 + }, + { + "move": "YAWN", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 6 + }, + { + "move": "WATER_GUN", + "level": 11 + }, + { + "move": "CONFUSION", + "level": 15 + }, + { + "move": "DISABLE", + "level": 20 + }, + { + "move": "HEADBUTT", + "level": 25 + }, + { + "move": "WATER_PULSE", + "level": 29 + }, + { + "move": "ZEN_HEADBUTT", + "level": 34 + }, + { + "move": "NASTY_PLOT", + "level": 39 + }, + { + "move": "SWAGGER", + "level": 43 + }, + { + "move": "PSYCHIC", + "level": 48 + }, + { + "move": "TRUMP_CARD", + "level": 53 + }, + { + "move": "PSYCH_UP", + "level": 57 + } + ] + }, + { + "species": "MISDREAVUS", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "PSYWAVE", + "level": 1 + }, + { + "move": "SPITE", + "level": 5 + }, + { + "move": "ASTONISH", + "level": 10 + }, + { + "move": "CONFUSE_RAY", + "level": 14 + }, + { + "move": "MEAN_LOOK", + "level": 19 + }, + { + "move": "PSYBEAM", + "level": 23 + }, + { + "move": "PAIN_SPLIT", + "level": 28 + }, + { + "move": "PAYBACK", + "level": 32 + }, + { + "move": "SHADOW_BALL", + "level": 37 + }, + { + "move": "PERISH_SONG", + "level": 41 + }, + { + "move": "GRUDGE", + "level": 46 + } + ] + }, + { + "species": "UNOWN", + "moves": [ + { + "move": "HIDDEN_POWER", + "level": 1 + } + ] + }, + { + "species": "WOBBUFFET", + "moves": [ + { + "move": "COUNTER", + "level": 1 + }, + { + "move": "MIRROR_COAT", + "level": 1 + }, + { + "move": "SAFEGUARD", + "level": 1 + }, + { + "move": "DESTINY_BOND", + "level": 1 + } + ] + }, + { + "species": "GIRAFARIG", + "moves": [ + { + "move": "POWER_SWAP", + "level": 1 + }, + { + "move": "GUARD_SWAP", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "ODOR_SLEUTH", + "level": 5 + }, + { + "move": "STOMP", + "level": 10 + }, + { + "move": "AGILITY", + "level": 14 + }, + { + "move": "PSYBEAM", + "level": 19 + }, + { + "move": "BATON_PASS", + "level": 23 + }, + { + "move": "ASSURANCE", + "level": 28 + }, + { + "move": "DOUBLE_HIT", + "level": 32 + }, + { + "move": "PSYCHIC", + "level": 37 + }, + { + "move": "ZEN_HEADBUTT", + "level": 41 + }, + { + "move": "CRUNCH", + "level": 46 + } + ] + }, + { + "species": "PINECO", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "PROTECT", + "level": 1 + }, + { + "move": "SELF_DESTRUCT", + "level": 6 + }, + { + "move": "TAKE_DOWN", + "level": 9 + }, + { + "move": "RAPID_SPIN", + "level": 12 + }, + { + "move": "BIDE", + "level": 17 + }, + { + "move": "NATURAL_GIFT", + "level": 20 + }, + { + "move": "SPIKES", + "level": 23 + }, + { + "move": "PAYBACK", + "level": 28 + }, + { + "move": "EXPLOSION", + "level": 31 + }, + { + "move": "IRON_DEFENSE", + "level": 34 + }, + { + "move": "GYRO_BALL", + "level": 39 + }, + { + "move": "DOUBLE_EDGE", + "level": 42 + } + ] + }, + { + "species": "FORRETRESS", + "moves": [ + { + "move": "TOXIC_SPIKES", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "PROTECT", + "level": 1 + }, + { + "move": "SELF_DESTRUCT", + "level": 1 + }, + { + "move": "TAKE_DOWN", + "level": 1 + }, + { + "move": "SELF_DESTRUCT", + "level": 6 + }, + { + "move": "TAKE_DOWN", + "level": 9 + }, + { + "move": "RAPID_SPIN", + "level": 12 + }, + { + "move": "BIDE", + "level": 17 + }, + { + "move": "NATURAL_GIFT", + "level": 20 + }, + { + "move": "SPIKES", + "level": 23 + }, + { + "move": "PAYBACK", + "level": 28 + }, + { + "move": "MIRROR_SHOT", + "level": 31 + }, + { + "move": "EXPLOSION", + "level": 33 + }, + { + "move": "IRON_DEFENSE", + "level": 38 + }, + { + "move": "GYRO_BALL", + "level": 45 + }, + { + "move": "DOUBLE_EDGE", + "level": 50 + }, + { + "move": "MAGNET_RISE", + "level": 57 + }, + { + "move": "ZAP_CANNON", + "level": 62 + } + ] + }, + { + "species": "DUNSPARCE", + "moves": [ + { + "move": "RAGE", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 5 + }, + { + "move": "YAWN", + "level": 9 + }, + { + "move": "GLARE", + "level": 13 + }, + { + "move": "ROLLOUT", + "level": 17 + }, + { + "move": "SPITE", + "level": 21 + }, + { + "move": "PURSUIT", + "level": 25 + }, + { + "move": "SCREECH", + "level": 29 + }, + { + "move": "ROOST", + "level": 33 + }, + { + "move": "TAKE_DOWN", + "level": 37 + }, + { + "move": "ANCIENT_POWER", + "level": 41 + }, + { + "move": "DIG", + "level": 45 + }, + { + "move": "ENDEAVOR", + "level": 49 + }, + { + "move": "FLAIL", + "level": 53 + } + ] + }, + { + "species": "GLIGAR", + "moves": [ + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 5 + }, + { + "move": "HARDEN", + "level": 9 + }, + { + "move": "KNOCK_OFF", + "level": 12 + }, + { + "move": "QUICK_ATTACK", + "level": 16 + }, + { + "move": "FURY_CUTTER", + "level": 20 + }, + { + "move": "FEINT_ATTACK", + "level": 23 + }, + { + "move": "SCREECH", + "level": 27 + }, + { + "move": "SLASH", + "level": 31 + }, + { + "move": "SWORDS_DANCE", + "level": 34 + }, + { + "move": "U_TURN", + "level": 38 + }, + { + "move": "X_SCISSOR", + "level": 42 + }, + { + "move": "GUILLOTINE", + "level": 45 + } + ] + }, + { + "species": "STEELIX", + "moves": [ + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "BIND", + "level": 1 + }, + { + "move": "SCREECH", + "level": 6 + }, + { + "move": "ROCK_THROW", + "level": 9 + }, + { + "move": "RAGE", + "level": 14 + }, + { + "move": "ROCK_TOMB", + "level": 17 + }, + { + "move": "SANDSTORM", + "level": 22 + }, + { + "move": "SLAM", + "level": 25 + }, + { + "move": "ROCK_POLISH", + "level": 30 + }, + { + "move": "DRAGON_BREATH", + "level": 33 + }, + { + "move": "IRON_TAIL", + "level": 38 + }, + { + "move": "CRUNCH", + "level": 41 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + }, + { + "move": "STONE_EDGE", + "level": 49 + } + ] + }, + { + "species": "SNUBBULL", + "moves": [ + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "CHARM", + "level": 1 + }, + { + "move": "BITE", + "level": 7 + }, + { + "move": "LICK", + "level": 13 + }, + { + "move": "HEADBUTT", + "level": 19 + }, + { + "move": "ROAR", + "level": 25 + }, + { + "move": "RAGE", + "level": 31 + }, + { + "move": "TAKE_DOWN", + "level": 37 + }, + { + "move": "PAYBACK", + "level": 43 + }, + { + "move": "CRUNCH", + "level": 49 + } + ] + }, + { + "species": "GRANBULL", + "moves": [ + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "CHARM", + "level": 1 + }, + { + "move": "BITE", + "level": 7 + }, + { + "move": "LICK", + "level": 13 + }, + { + "move": "HEADBUTT", + "level": 19 + }, + { + "move": "ROAR", + "level": 27 + }, + { + "move": "RAGE", + "level": 35 + }, + { + "move": "TAKE_DOWN", + "level": 43 + }, + { + "move": "PAYBACK", + "level": 51 + }, + { + "move": "CRUNCH", + "level": 59 + } + ] + }, + { + "species": "QWILFISH", + "moves": [ + { + "move": "SPIKES", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "HARDEN", + "level": 9 + }, + { + "move": "MINIMIZE", + "level": 9 + }, + { + "move": "WATER_GUN", + "level": 13 + }, + { + "move": "ROLLOUT", + "level": 17 + }, + { + "move": "TOXIC_SPIKES", + "level": 21 + }, + { + "move": "STOCKPILE", + "level": 25 + }, + { + "move": "SPIT_UP", + "level": 25 + }, + { + "move": "REVENGE", + "level": 29 + }, + { + "move": "BRINE", + "level": 33 + }, + { + "move": "PIN_MISSILE", + "level": 37 + }, + { + "move": "TAKE_DOWN", + "level": 41 + }, + { + "move": "AQUA_TAIL", + "level": 45 + }, + { + "move": "POISON_JAB", + "level": 49 + }, + { + "move": "DESTINY_BOND", + "level": 53 + }, + { + "move": "HYDRO_PUMP", + "level": 57 + } + ] + }, + { + "species": "SCIZOR", + "moves": [ + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 5 + }, + { + "move": "PURSUIT", + "level": 9 + }, + { + "move": "FALSE_SWIPE", + "level": 13 + }, + { + "move": "AGILITY", + "level": 17 + }, + { + "move": "METAL_CLAW", + "level": 21 + }, + { + "move": "FURY_CUTTER", + "level": 25 + }, + { + "move": "SLASH", + "level": 29 + }, + { + "move": "RAZOR_WIND", + "level": 33 + }, + { + "move": "IRON_DEFENSE", + "level": 37 + }, + { + "move": "X_SCISSOR", + "level": 41 + }, + { + "move": "NIGHT_SLASH", + "level": 45 + }, + { + "move": "DOUBLE_HIT", + "level": 49 + }, + { + "move": "IRON_HEAD", + "level": 53 + }, + { + "move": "SWORDS_DANCE", + "level": 57 + } + ] + }, + { + "species": "SHUCKLE", + "moves": [ + { + "move": "WITHDRAW", + "level": 1 + }, + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "BIDE", + "level": 9 + }, + { + "move": "ENCORE", + "level": 14 + }, + { + "move": "SAFEGUARD", + "level": 22 + }, + { + "move": "WRAP", + "level": 27 + }, + { + "move": "REST", + "level": 35 + }, + { + "move": "GASTRO_ACID", + "level": 40 + }, + { + "move": "POWER_TRICK", + "level": 48 + } + ] + }, + { + "species": "HERACROSS", + "moves": [ + { + "move": "NIGHT_SLASH", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "HORN_ATTACK", + "level": 1 + }, + { + "move": "ENDURE", + "level": 1 + }, + { + "move": "FURY_ATTACK", + "level": 7 + }, + { + "move": "AERIAL_ACE", + "level": 13 + }, + { + "move": "BRICK_BREAK", + "level": 19 + }, + { + "move": "COUNTER", + "level": 25 + }, + { + "move": "TAKE_DOWN", + "level": 31 + }, + { + "move": "CLOSE_COMBAT", + "level": 37 + }, + { + "move": "REVERSAL", + "level": 43 + }, + { + "move": "FEINT", + "level": 49 + }, + { + "move": "MEGAHORN", + "level": 55 + } + ] + }, + { + "species": "SNEASEL", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "TAUNT", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 8 + }, + { + "move": "SCREECH", + "level": 10 + }, + { + "move": "FEINT_ATTACK", + "level": 14 + }, + { + "move": "FURY_SWIPES", + "level": 21 + }, + { + "move": "AGILITY", + "level": 24 + }, + { + "move": "ICY_WIND", + "level": 28 + }, + { + "move": "SLASH", + "level": 35 + }, + { + "move": "BEAT_UP", + "level": 38 + }, + { + "move": "METAL_CLAW", + "level": 42 + }, + { + "move": "ICE_SHARD", + "level": 49 + } + ] + }, + { + "species": "TEDDIURSA", + "moves": [ + { + "move": "COVET", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "LICK", + "level": 1 + }, + { + "move": "FAKE_TEARS", + "level": 1 + }, + { + "move": "FURY_SWIPES", + "level": 8 + }, + { + "move": "FEINT_ATTACK", + "level": 15 + }, + { + "move": "SWEET_SCENT", + "level": 22 + }, + { + "move": "SLASH", + "level": 29 + }, + { + "move": "CHARM", + "level": 36 + }, + { + "move": "REST", + "level": 43 + }, + { + "move": "SNORE", + "level": 43 + }, + { + "move": "THRASH", + "level": 50 + }, + { + "move": "FLING", + "level": 57 + } + ] + }, + { + "species": "URSARING", + "moves": [ + { + "move": "COVET", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "LICK", + "level": 1 + }, + { + "move": "FAKE_TEARS", + "level": 1 + }, + { + "move": "FURY_SWIPES", + "level": 8 + }, + { + "move": "FEINT_ATTACK", + "level": 15 + }, + { + "move": "SWEET_SCENT", + "level": 22 + }, + { + "move": "SLASH", + "level": 29 + }, + { + "move": "SCARY_FACE", + "level": 38 + }, + { + "move": "REST", + "level": 47 + }, + { + "move": "SNORE", + "level": 49 + }, + { + "move": "THRASH", + "level": 58 + }, + { + "move": "HAMMER_ARM", + "level": 67 + } + ] + }, + { + "species": "SLUGMA", + "moves": [ + { + "move": "YAWN", + "level": 1 + }, + { + "move": "SMOG", + "level": 1 + }, + { + "move": "EMBER", + "level": 8 + }, + { + "move": "ROCK_THROW", + "level": 11 + }, + { + "move": "HARDEN", + "level": 16 + }, + { + "move": "RECOVER", + "level": 23 + }, + { + "move": "ANCIENT_POWER", + "level": 26 + }, + { + "move": "AMNESIA", + "level": 31 + }, + { + "move": "LAVA_PLUME", + "level": 38 + }, + { + "move": "ROCK_SLIDE", + "level": 41 + }, + { + "move": "BODY_SLAM", + "level": 46 + }, + { + "move": "FLAMETHROWER", + "level": 53 + }, + { + "move": "EARTH_POWER", + "level": 56 + } + ] + }, + { + "species": "MAGCARGO", + "moves": [ + { + "move": "YAWN", + "level": 1 + }, + { + "move": "SMOG", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "ROCK_THROW", + "level": 1 + }, + { + "move": "EMBER", + "level": 8 + }, + { + "move": "ROCK_THROW", + "level": 11 + }, + { + "move": "HARDEN", + "level": 16 + }, + { + "move": "RECOVER", + "level": 23 + }, + { + "move": "ANCIENT_POWER", + "level": 26 + }, + { + "move": "AMNESIA", + "level": 31 + }, + { + "move": "LAVA_PLUME", + "level": 40 + }, + { + "move": "ROCK_SLIDE", + "level": 45 + }, + { + "move": "BODY_SLAM", + "level": 52 + }, + { + "move": "FLAMETHROWER", + "level": 61 + }, + { + "move": "EARTH_POWER", + "level": 66 + } + ] + }, + { + "species": "SWINUB", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "ODOR_SLEUTH", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 4 + }, + { + "move": "POWDER_SNOW", + "level": 8 + }, + { + "move": "MUD_SLAP", + "level": 13 + }, + { + "move": "ENDURE", + "level": 16 + }, + { + "move": "MUD_BOMB", + "level": 20 + }, + { + "move": "ICY_WIND", + "level": 25 + }, + { + "move": "ICE_SHARD", + "level": 28 + }, + { + "move": "TAKE_DOWN", + "level": 32 + }, + { + "move": "EARTHQUAKE", + "level": 37 + }, + { + "move": "MIST", + "level": 40 + }, + { + "move": "BLIZZARD", + "level": 44 + }, + { + "move": "AMNESIA", + "level": 49 + } + ] + }, + { + "species": "PILOSWINE", + "moves": [ + { + "move": "ANCIENT_POWER", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "ODOR_SLEUTH", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 4 + }, + { + "move": "POWDER_SNOW", + "level": 8 + }, + { + "move": "MUD_SLAP", + "level": 13 + }, + { + "move": "ENDURE", + "level": 16 + }, + { + "move": "MUD_BOMB", + "level": 20 + }, + { + "move": "ICY_WIND", + "level": 25 + }, + { + "move": "ICE_FANG", + "level": 28 + }, + { + "move": "TAKE_DOWN", + "level": 32 + }, + { + "move": "FURY_ATTACK", + "level": 33 + }, + { + "move": "EARTHQUAKE", + "level": 40 + }, + { + "move": "MIST", + "level": 48 + }, + { + "move": "BLIZZARD", + "level": 56 + }, + { + "move": "AMNESIA", + "level": 65 + } + ] + }, + { + "species": "CORSOLA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 4 + }, + { + "move": "BUBBLE", + "level": 8 + }, + { + "move": "RECOVER", + "level": 13 + }, + { + "move": "REFRESH", + "level": 16 + }, + { + "move": "ROCK_BLAST", + "level": 20 + }, + { + "move": "BUBBLE_BEAM", + "level": 25 + }, + { + "move": "LUCKY_CHANT", + "level": 28 + }, + { + "move": "ANCIENT_POWER", + "level": 32 + }, + { + "move": "AQUA_RING", + "level": 37 + }, + { + "move": "SPIKE_CANNON", + "level": 40 + }, + { + "move": "POWER_GEM", + "level": 44 + }, + { + "move": "MIRROR_COAT", + "level": 48 + }, + { + "move": "EARTH_POWER", + "level": 53 + } + ] + }, + { + "species": "REMORAID", + "moves": [ + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "LOCK_ON", + "level": 6 + }, + { + "move": "PSYBEAM", + "level": 10 + }, + { + "move": "AURORA_BEAM", + "level": 14 + }, + { + "move": "BUBBLE_BEAM", + "level": 19 + }, + { + "move": "FOCUS_ENERGY", + "level": 23 + }, + { + "move": "BULLET_SEED", + "level": 27 + }, + { + "move": "WATER_PULSE", + "level": 32 + }, + { + "move": "SIGNAL_BEAM", + "level": 36 + }, + { + "move": "ICE_BEAM", + "level": 40 + }, + { + "move": "HYPER_BEAM", + "level": 45 + } + ] + }, + { + "species": "OCTILLERY", + "moves": [ + { + "move": "GUNK_SHOT", + "level": 1 + }, + { + "move": "ROCK_BLAST", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "PSYBEAM", + "level": 1 + }, + { + "move": "AURORA_BEAM", + "level": 1 + }, + { + "move": "CONSTRICT", + "level": 6 + }, + { + "move": "PSYBEAM", + "level": 10 + }, + { + "move": "AURORA_BEAM", + "level": 14 + }, + { + "move": "BUBBLE_BEAM", + "level": 19 + }, + { + "move": "FOCUS_ENERGY", + "level": 23 + }, + { + "move": "OCTAZOOKA", + "level": 25 + }, + { + "move": "BULLET_SEED", + "level": 29 + }, + { + "move": "WRING_OUT", + "level": 36 + }, + { + "move": "SIGNAL_BEAM", + "level": 42 + }, + { + "move": "ICE_BEAM", + "level": 48 + }, + { + "move": "HYPER_BEAM", + "level": 55 + } + ] + }, + { + "species": "DELIBIRD", + "moves": [ + { + "move": "PRESENT", + "level": 1 + } + ] + }, + { + "species": "MANTINE", + "moves": [ + { + "move": "PSYBEAM", + "level": 1 + }, + { + "move": "BULLET_SEED", + "level": 1 + }, + { + "move": "SIGNAL_BEAM", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "BUBBLE_BEAM", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 4 + }, + { + "move": "BUBBLE_BEAM", + "level": 10 + }, + { + "move": "HEADBUTT", + "level": 13 + }, + { + "move": "AGILITY", + "level": 19 + }, + { + "move": "WING_ATTACK", + "level": 22 + }, + { + "move": "WATER_PULSE", + "level": 28 + }, + { + "move": "TAKE_DOWN", + "level": 31 + }, + { + "move": "CONFUSE_RAY", + "level": 37 + }, + { + "move": "BOUNCE", + "level": 40 + }, + { + "move": "AQUA_RING", + "level": 46 + }, + { + "move": "HYDRO_PUMP", + "level": 49 + } + ] + }, + { + "species": "SKARMORY", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 7 + }, + { + "move": "SWIFT", + "level": 11 + }, + { + "move": "AGILITY", + "level": 14 + }, + { + "move": "FURY_ATTACK", + "level": 20 + }, + { + "move": "AIR_CUTTER", + "level": 24 + }, + { + "move": "SPIKES", + "level": 27 + }, + { + "move": "METAL_SOUND", + "level": 33 + }, + { + "move": "STEEL_WING", + "level": 38 + }, + { + "move": "AIR_SLASH", + "level": 40 + }, + { + "move": "SLASH", + "level": 46 + }, + { + "move": "NIGHT_SLASH", + "level": 50 + } + ] + }, + { + "species": "HOUNDOUR", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "HOWL", + "level": 4 + }, + { + "move": "SMOG", + "level": 9 + }, + { + "move": "ROAR", + "level": 14 + }, + { + "move": "BITE", + "level": 17 + }, + { + "move": "ODOR_SLEUTH", + "level": 22 + }, + { + "move": "BEAT_UP", + "level": 27 + }, + { + "move": "FIRE_FANG", + "level": 30 + }, + { + "move": "FEINT_ATTACK", + "level": 35 + }, + { + "move": "EMBARGO", + "level": 40 + }, + { + "move": "FLAMETHROWER", + "level": 43 + }, + { + "move": "CRUNCH", + "level": 48 + }, + { + "move": "NASTY_PLOT", + "level": 53 + } + ] + }, + { + "species": "HOUNDOOM", + "moves": [ + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "HOWL", + "level": 1 + }, + { + "move": "SMOG", + "level": 1 + }, + { + "move": "HOWL", + "level": 4 + }, + { + "move": "SMOG", + "level": 9 + }, + { + "move": "ROAR", + "level": 14 + }, + { + "move": "BITE", + "level": 17 + }, + { + "move": "ODOR_SLEUTH", + "level": 22 + }, + { + "move": "BEAT_UP", + "level": 28 + }, + { + "move": "FIRE_FANG", + "level": 32 + }, + { + "move": "FEINT_ATTACK", + "level": 38 + }, + { + "move": "EMBARGO", + "level": 44 + }, + { + "move": "FLAMETHROWER", + "level": 48 + }, + { + "move": "CRUNCH", + "level": 54 + }, + { + "move": "NASTY_PLOT", + "level": 60 + } + ] + }, + { + "species": "KINGDRA", + "moves": [ + { + "move": "YAWN", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 4 + }, + { + "move": "LEER", + "level": 8 + }, + { + "move": "WATER_GUN", + "level": 11 + }, + { + "move": "FOCUS_ENERGY", + "level": 14 + }, + { + "move": "BUBBLE_BEAM", + "level": 18 + }, + { + "move": "AGILITY", + "level": 23 + }, + { + "move": "TWISTER", + "level": 26 + }, + { + "move": "BRINE", + "level": 30 + }, + { + "move": "HYDRO_PUMP", + "level": 40 + }, + { + "move": "DRAGON_DANCE", + "level": 48 + }, + { + "move": "DRAGON_PULSE", + "level": 57 + } + ] + }, + { + "species": "PHANPY", + "moves": [ + { + "move": "ODOR_SLEUTH", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "FLAIL", + "level": 6 + }, + { + "move": "TAKE_DOWN", + "level": 10 + }, + { + "move": "ROLLOUT", + "level": 15 + }, + { + "move": "NATURAL_GIFT", + "level": 19 + }, + { + "move": "SLAM", + "level": 24 + }, + { + "move": "ENDURE", + "level": 28 + }, + { + "move": "CHARM", + "level": 33 + }, + { + "move": "LAST_RESORT", + "level": 37 + }, + { + "move": "DOUBLE_EDGE", + "level": 42 + } + ] + }, + { + "species": "DONPHAN", + "moves": [ + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "HORN_ATTACK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "FLAIL", + "level": 1 + }, + { + "move": "RAPID_SPIN", + "level": 6 + }, + { + "move": "KNOCK_OFF", + "level": 10 + }, + { + "move": "ROLLOUT", + "level": 15 + }, + { + "move": "MAGNITUDE", + "level": 19 + }, + { + "move": "SLAM", + "level": 24 + }, + { + "move": "FURY_ATTACK", + "level": 25 + }, + { + "move": "ASSURANCE", + "level": 31 + }, + { + "move": "SCARY_FACE", + "level": 39 + }, + { + "move": "EARTHQUAKE", + "level": 46 + }, + { + "move": "GIGA_IMPACT", + "level": 54 + } + ] + }, + { + "species": "PORYGON2", + "moves": [ + { + "move": "CONVERSION_2", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "CONVERSION", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "PSYBEAM", + "level": 7 + }, + { + "move": "AGILITY", + "level": 12 + }, + { + "move": "RECOVER", + "level": 18 + }, + { + "move": "MAGNET_RISE", + "level": 23 + }, + { + "move": "SIGNAL_BEAM", + "level": 29 + }, + { + "move": "RECYCLE", + "level": 34 + }, + { + "move": "DISCHARGE", + "level": 40 + }, + { + "move": "LOCK_ON", + "level": 45 + }, + { + "move": "TRI_ATTACK", + "level": 51 + }, + { + "move": "MAGIC_COAT", + "level": 56 + }, + { + "move": "ZAP_CANNON", + "level": 62 + }, + { + "move": "HYPER_BEAM", + "level": 67 + } + ] + }, + { + "species": "STANTLER", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "LEER", + "level": 3 + }, + { + "move": "ASTONISH", + "level": 7 + }, + { + "move": "HYPNOSIS", + "level": 10 + }, + { + "move": "STOMP", + "level": 13 + }, + { + "move": "SAND_ATTACK", + "level": 16 + }, + { + "move": "TAKE_DOWN", + "level": 21 + }, + { + "move": "CONFUSE_RAY", + "level": 23 + }, + { + "move": "CALM_MIND", + "level": 27 + }, + { + "move": "ROLE_PLAY", + "level": 33 + }, + { + "move": "ZEN_HEADBUTT", + "level": 38 + }, + { + "move": "IMPRISON", + "level": 43 + }, + { + "move": "CAPTIVATE", + "level": 49 + }, + { + "move": "ME_FIRST", + "level": 53 + } + ] + }, + { + "species": "SMEARGLE", + "moves": [ + { + "move": "SKETCH", + "level": 1 + }, + { + "move": "SKETCH", + "level": 11 + }, + { + "move": "SKETCH", + "level": 21 + }, + { + "move": "SKETCH", + "level": 31 + }, + { + "move": "SKETCH", + "level": 41 + }, + { + "move": "SKETCH", + "level": 51 + }, + { + "move": "SKETCH", + "level": 61 + }, + { + "move": "SKETCH", + "level": 71 + }, + { + "move": "SKETCH", + "level": 81 + }, + { + "move": "SKETCH", + "level": 91 + } + ] + }, + { + "species": "TYROGUE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HELPING_HAND", + "level": 1 + }, + { + "move": "FAKE_OUT", + "level": 1 + } + ] + }, + { + "species": "HITMONTOP", + "moves": [ + { + "move": "REVENGE", + "level": 1 + }, + { + "move": "ROLLING_KICK", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 6 + }, + { + "move": "PURSUIT", + "level": 10 + }, + { + "move": "QUICK_ATTACK", + "level": 15 + }, + { + "move": "TRIPLE_KICK", + "level": 19 + }, + { + "move": "RAPID_SPIN", + "level": 24 + }, + { + "move": "COUNTER", + "level": 28 + }, + { + "move": "FEINT", + "level": 33 + }, + { + "move": "AGILITY", + "level": 37 + }, + { + "move": "GYRO_BALL", + "level": 42 + }, + { + "move": "DETECT", + "level": 46 + }, + { + "move": "CLOSE_COMBAT", + "level": 51 + }, + { + "move": "ENDEAVOR", + "level": 55 + } + ] + }, + { + "species": "SMOOCHUM", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "LICK", + "level": 5 + }, + { + "move": "SWEET_KISS", + "level": 8 + }, + { + "move": "POWDER_SNOW", + "level": 11 + }, + { + "move": "CONFUSION", + "level": 15 + }, + { + "move": "SING", + "level": 18 + }, + { + "move": "MEAN_LOOK", + "level": 21 + }, + { + "move": "FAKE_TEARS", + "level": 25 + }, + { + "move": "LUCKY_CHANT", + "level": 28 + }, + { + "move": "AVALANCHE", + "level": 31 + }, + { + "move": "PSYCHIC", + "level": 35 + }, + { + "move": "COPYCAT", + "level": 38 + }, + { + "move": "PERISH_SONG", + "level": 41 + }, + { + "move": "BLIZZARD", + "level": 45 + } + ] + }, + { + "species": "ELEKID", + "moves": [ + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 7 + }, + { + "move": "LOW_KICK", + "level": 10 + }, + { + "move": "SWIFT", + "level": 16 + }, + { + "move": "SHOCK_WAVE", + "level": 19 + }, + { + "move": "LIGHT_SCREEN", + "level": 25 + }, + { + "move": "THUNDER_PUNCH", + "level": 28 + }, + { + "move": "DISCHARGE", + "level": 34 + }, + { + "move": "THUNDERBOLT", + "level": 37 + }, + { + "move": "SCREECH", + "level": 43 + }, + { + "move": "THUNDER", + "level": 46 + } + ] + }, + { + "species": "MAGBY", + "moves": [ + { + "move": "SMOG", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "EMBER", + "level": 7 + }, + { + "move": "SMOKESCREEN", + "level": 10 + }, + { + "move": "FEINT_ATTACK", + "level": 16 + }, + { + "move": "FIRE_SPIN", + "level": 19 + }, + { + "move": "CONFUSE_RAY", + "level": 25 + }, + { + "move": "FIRE_PUNCH", + "level": 28 + }, + { + "move": "LAVA_PLUME", + "level": 34 + }, + { + "move": "FLAMETHROWER", + "level": 37 + }, + { + "move": "SUNNY_DAY", + "level": 43 + }, + { + "move": "FIRE_BLAST", + "level": 46 + } + ] + }, + { + "species": "MILTANK", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 3 + }, + { + "move": "DEFENSE_CURL", + "level": 5 + }, + { + "move": "STOMP", + "level": 8 + }, + { + "move": "MILK_DRINK", + "level": 11 + }, + { + "move": "BIDE", + "level": 15 + }, + { + "move": "ROLLOUT", + "level": 19 + }, + { + "move": "BODY_SLAM", + "level": 24 + }, + { + "move": "ZEN_HEADBUTT", + "level": 29 + }, + { + "move": "CAPTIVATE", + "level": 35 + }, + { + "move": "GYRO_BALL", + "level": 41 + }, + { + "move": "HEAL_BELL", + "level": 48 + }, + { + "move": "WAKE_UP_SLAP", + "level": 55 + } + ] + }, + { + "species": "BLISSEY", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 5 + }, + { + "move": "REFRESH", + "level": 9 + }, + { + "move": "SOFT_BOILED", + "level": 12 + }, + { + "move": "DOUBLE_SLAP", + "level": 16 + }, + { + "move": "MINIMIZE", + "level": 20 + }, + { + "move": "SING", + "level": 23 + }, + { + "move": "FLING", + "level": 27 + }, + { + "move": "DEFENSE_CURL", + "level": 31 + }, + { + "move": "LIGHT_SCREEN", + "level": 34 + }, + { + "move": "EGG_BOMB", + "level": 38 + }, + { + "move": "HEALING_WISH", + "level": 42 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + } + ] + }, + { + "species": "RAIKOU", + "moves": [ + { + "move": "BITE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 8 + }, + { + "move": "ROAR", + "level": 15 + }, + { + "move": "QUICK_ATTACK", + "level": 22 + }, + { + "move": "SPARK", + "level": 29 + }, + { + "move": "REFLECT", + "level": 36 + }, + { + "move": "CRUNCH", + "level": 43 + }, + { + "move": "THUNDER_FANG", + "level": 50 + }, + { + "move": "DISCHARGE", + "level": 57 + }, + { + "move": "EXTRASENSORY", + "level": 64 + }, + { + "move": "THUNDER", + "level": 71 + }, + { + "move": "CALM_MIND", + "level": 78 + } + ] + }, + { + "species": "ENTEI", + "moves": [ + { + "move": "BITE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "EMBER", + "level": 8 + }, + { + "move": "ROAR", + "level": 15 + }, + { + "move": "FIRE_SPIN", + "level": 22 + }, + { + "move": "STOMP", + "level": 29 + }, + { + "move": "FLAMETHROWER", + "level": 36 + }, + { + "move": "SWAGGER", + "level": 43 + }, + { + "move": "FIRE_FANG", + "level": 50 + }, + { + "move": "LAVA_PLUME", + "level": 57 + }, + { + "move": "EXTRASENSORY", + "level": 64 + }, + { + "move": "FIRE_BLAST", + "level": 71 + }, + { + "move": "CALM_MIND", + "level": 78 + } + ] + }, + { + "species": "SUICUNE", + "moves": [ + { + "move": "BITE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "BUBBLE_BEAM", + "level": 8 + }, + { + "move": "RAIN_DANCE", + "level": 15 + }, + { + "move": "GUST", + "level": 22 + }, + { + "move": "AURORA_BEAM", + "level": 29 + }, + { + "move": "MIST", + "level": 36 + }, + { + "move": "MIRROR_COAT", + "level": 43 + }, + { + "move": "ICE_FANG", + "level": 50 + }, + { + "move": "TAILWIND", + "level": 57 + }, + { + "move": "EXTRASENSORY", + "level": 64 + }, + { + "move": "HYDRO_PUMP", + "level": 71 + }, + { + "move": "CALM_MIND", + "level": 78 + } + ] + }, + { + "species": "LARVITAR", + "moves": [ + { + "move": "BITE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "SANDSTORM", + "level": 5 + }, + { + "move": "SCREECH", + "level": 10 + }, + { + "move": "ROCK_SLIDE", + "level": 14 + }, + { + "move": "SCARY_FACE", + "level": 19 + }, + { + "move": "THRASH", + "level": 23 + }, + { + "move": "DARK_PULSE", + "level": 28 + }, + { + "move": "PAYBACK", + "level": 32 + }, + { + "move": "CRUNCH", + "level": 37 + }, + { + "move": "EARTHQUAKE", + "level": 41 + }, + { + "move": "STONE_EDGE", + "level": 46 + }, + { + "move": "HYPER_BEAM", + "level": 50 + } + ] + }, + { + "species": "PUPITAR", + "moves": [ + { + "move": "BITE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "SANDSTORM", + "level": 1 + }, + { + "move": "SCREECH", + "level": 1 + }, + { + "move": "SANDSTORM", + "level": 5 + }, + { + "move": "SCREECH", + "level": 10 + }, + { + "move": "ROCK_SLIDE", + "level": 14 + }, + { + "move": "SCARY_FACE", + "level": 19 + }, + { + "move": "THRASH", + "level": 23 + }, + { + "move": "DARK_PULSE", + "level": 28 + }, + { + "move": "PAYBACK", + "level": 34 + }, + { + "move": "CRUNCH", + "level": 41 + }, + { + "move": "EARTHQUAKE", + "level": 47 + }, + { + "move": "STONE_EDGE", + "level": 54 + }, + { + "move": "HYPER_BEAM", + "level": 60 + } + ] + }, + { + "species": "TYRANITAR", + "moves": [ + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "SANDSTORM", + "level": 1 + }, + { + "move": "SCREECH", + "level": 1 + }, + { + "move": "SANDSTORM", + "level": 5 + }, + { + "move": "SCREECH", + "level": 10 + }, + { + "move": "ROCK_SLIDE", + "level": 14 + }, + { + "move": "SCARY_FACE", + "level": 19 + }, + { + "move": "THRASH", + "level": 23 + }, + { + "move": "DARK_PULSE", + "level": 28 + }, + { + "move": "PAYBACK", + "level": 34 + }, + { + "move": "CRUNCH", + "level": 41 + }, + { + "move": "EARTHQUAKE", + "level": 47 + }, + { + "move": "STONE_EDGE", + "level": 54 + }, + { + "move": "HYPER_BEAM", + "level": 70 + } + ] + }, + { + "species": "LUGIA", + "moves": [ + { + "move": "WHIRLWIND", + "level": 1 + }, + { + "move": "SAFEGUARD", + "level": 9 + }, + { + "move": "GUST", + "level": 15 + }, + { + "move": "RECOVER", + "level": 23 + }, + { + "move": "HYDRO_PUMP", + "level": 29 + }, + { + "move": "RAIN_DANCE", + "level": 37 + }, + { + "move": "SWIFT", + "level": 43 + }, + { + "move": "NATURAL_GIFT", + "level": 51 + }, + { + "move": "ANCIENT_POWER", + "level": 57 + }, + { + "move": "EXTRASENSORY", + "level": 65 + }, + { + "move": "PUNISHMENT", + "level": 71 + }, + { + "move": "FUTURE_SIGHT", + "level": 79 + }, + { + "move": "AEROBLAST", + "level": 85 + }, + { + "move": "CALM_MIND", + "level": 93 + }, + { + "move": "SKY_ATTACK", + "level": 99 + } + ] + }, + { + "species": "HO_OH", + "moves": [ + { + "move": "WHIRLWIND", + "level": 1 + }, + { + "move": "SAFEGUARD", + "level": 9 + }, + { + "move": "GUST", + "level": 15 + }, + { + "move": "RECOVER", + "level": 23 + }, + { + "move": "FIRE_BLAST", + "level": 29 + }, + { + "move": "SUNNY_DAY", + "level": 37 + }, + { + "move": "SWIFT", + "level": 43 + }, + { + "move": "NATURAL_GIFT", + "level": 51 + }, + { + "move": "ANCIENT_POWER", + "level": 57 + }, + { + "move": "EXTRASENSORY", + "level": 65 + }, + { + "move": "PUNISHMENT", + "level": 71 + }, + { + "move": "FUTURE_SIGHT", + "level": 79 + }, + { + "move": "SACRED_FIRE", + "level": 85 + }, + { + "move": "CALM_MIND", + "level": 93 + }, + { + "move": "SKY_ATTACK", + "level": 99 + } + ] + }, + { + "species": "CELEBI", + "moves": [ + { + "move": "LEECH_SEED", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "RECOVER", + "level": 1 + }, + { + "move": "HEAL_BELL", + "level": 1 + }, + { + "move": "SAFEGUARD", + "level": 10 + }, + { + "move": "MAGICAL_LEAF", + "level": 19 + }, + { + "move": "ANCIENT_POWER", + "level": 28 + }, + { + "move": "BATON_PASS", + "level": 37 + }, + { + "move": "NATURAL_GIFT", + "level": 46 + }, + { + "move": "HEAL_BLOCK", + "level": 55 + }, + { + "move": "FUTURE_SIGHT", + "level": 64 + }, + { + "move": "HEALING_WISH", + "level": 73 + }, + { + "move": "LEAF_STORM", + "level": 82 + }, + { + "move": "PERISH_SONG", + "level": 91 + } + ] + }, + { + "species": "TREECKO", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "ABSORB", + "level": 6 + }, + { + "move": "QUICK_ATTACK", + "level": 11 + }, + { + "move": "PURSUIT", + "level": 16 + }, + { + "move": "SCREECH", + "level": 21 + }, + { + "move": "MEGA_DRAIN", + "level": 26 + }, + { + "move": "AGILITY", + "level": 31 + }, + { + "move": "SLAM", + "level": 36 + }, + { + "move": "DETECT", + "level": 41 + }, + { + "move": "GIGA_DRAIN", + "level": 46 + }, + { + "move": "ENERGY_BALL", + "level": 51 + } + ] + }, + { + "species": "GROVYLE", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "ABSORB", + "level": 6 + }, + { + "move": "QUICK_ATTACK", + "level": 11 + }, + { + "move": "FURY_CUTTER", + "level": 16 + }, + { + "move": "PURSUIT", + "level": 17 + }, + { + "move": "SCREECH", + "level": 23 + }, + { + "move": "LEAF_BLADE", + "level": 29 + }, + { + "move": "AGILITY", + "level": 35 + }, + { + "move": "SLAM", + "level": 41 + }, + { + "move": "DETECT", + "level": 47 + }, + { + "move": "FALSE_SWIPE", + "level": 53 + }, + { + "move": "LEAF_STORM", + "level": 59 + } + ] + }, + { + "species": "SCEPTILE", + "moves": [ + { + "move": "NIGHT_SLASH", + "level": 1 + }, + { + "move": "POUND", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "ABSORB", + "level": 6 + }, + { + "move": "QUICK_ATTACK", + "level": 11 + }, + { + "move": "X_SCISSOR", + "level": 16 + }, + { + "move": "PURSUIT", + "level": 17 + }, + { + "move": "SCREECH", + "level": 23 + }, + { + "move": "LEAF_BLADE", + "level": 29 + }, + { + "move": "AGILITY", + "level": 35 + }, + { + "move": "SLAM", + "level": 43 + }, + { + "move": "DETECT", + "level": 51 + }, + { + "move": "FALSE_SWIPE", + "level": 59 + }, + { + "move": "LEAF_STORM", + "level": 67 + } + ] + }, + { + "species": "TORCHIC", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "EMBER", + "level": 10 + }, + { + "move": "PECK", + "level": 16 + }, + { + "move": "SAND_ATTACK", + "level": 19 + }, + { + "move": "FIRE_SPIN", + "level": 25 + }, + { + "move": "QUICK_ATTACK", + "level": 28 + }, + { + "move": "SLASH", + "level": 34 + }, + { + "move": "MIRROR_MOVE", + "level": 37 + }, + { + "move": "FLAMETHROWER", + "level": 43 + } + ] + }, + { + "species": "COMBUSKEN", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "EMBER", + "level": 13 + }, + { + "move": "DOUBLE_KICK", + "level": 16 + }, + { + "move": "PECK", + "level": 17 + }, + { + "move": "SAND_ATTACK", + "level": 21 + }, + { + "move": "BULK_UP", + "level": 28 + }, + { + "move": "QUICK_ATTACK", + "level": 32 + }, + { + "move": "SLASH", + "level": 39 + }, + { + "move": "MIRROR_MOVE", + "level": 43 + }, + { + "move": "SKY_UPPERCUT", + "level": 50 + }, + { + "move": "FLARE_BLITZ", + "level": 54 + } + ] + }, + { + "species": "BLAZIKEN", + "moves": [ + { + "move": "FIRE_PUNCH", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 7 + }, + { + "move": "EMBER", + "level": 13 + }, + { + "move": "DOUBLE_KICK", + "level": 16 + }, + { + "move": "PECK", + "level": 17 + }, + { + "move": "SAND_ATTACK", + "level": 21 + }, + { + "move": "BULK_UP", + "level": 28 + }, + { + "move": "QUICK_ATTACK", + "level": 32 + }, + { + "move": "BLAZE_KICK", + "level": 36 + }, + { + "move": "SLASH", + "level": 42 + }, + { + "move": "BRAVE_BIRD", + "level": 49 + }, + { + "move": "SKY_UPPERCUT", + "level": 59 + }, + { + "move": "FLARE_BLITZ", + "level": 66 + } + ] + }, + { + "species": "MUDKIP", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 6 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "BIDE", + "level": 15 + }, + { + "move": "FORESIGHT", + "level": 19 + }, + { + "move": "MUD_SPORT", + "level": 24 + }, + { + "move": "TAKE_DOWN", + "level": 28 + }, + { + "move": "WHIRLPOOL", + "level": 33 + }, + { + "move": "PROTECT", + "level": 37 + }, + { + "move": "HYDRO_PUMP", + "level": 42 + }, + { + "move": "ENDEAVOR", + "level": 46 + } + ] + }, + { + "species": "MARSHTOMP", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 6 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "BIDE", + "level": 15 + }, + { + "move": "MUD_SHOT", + "level": 16 + }, + { + "move": "FORESIGHT", + "level": 20 + }, + { + "move": "MUD_BOMB", + "level": 25 + }, + { + "move": "TAKE_DOWN", + "level": 31 + }, + { + "move": "MUDDY_WATER", + "level": 37 + }, + { + "move": "PROTECT", + "level": 42 + }, + { + "move": "EARTHQUAKE", + "level": 46 + }, + { + "move": "ENDEAVOR", + "level": 53 + } + ] + }, + { + "species": "SWAMPERT", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 6 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "BIDE", + "level": 15 + }, + { + "move": "MUD_SHOT", + "level": 16 + }, + { + "move": "FORESIGHT", + "level": 20 + }, + { + "move": "MUD_BOMB", + "level": 25 + }, + { + "move": "TAKE_DOWN", + "level": 31 + }, + { + "move": "MUDDY_WATER", + "level": 39 + }, + { + "move": "PROTECT", + "level": 46 + }, + { + "move": "EARTHQUAKE", + "level": 52 + }, + { + "move": "ENDEAVOR", + "level": 61 + }, + { + "move": "HAMMER_ARM", + "level": 69 + } + ] + }, + { + "species": "POOCHYENA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HOWL", + "level": 5 + }, + { + "move": "SAND_ATTACK", + "level": 9 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "ODOR_SLEUTH", + "level": 17 + }, + { + "move": "ROAR", + "level": 21 + }, + { + "move": "SWAGGER", + "level": 25 + }, + { + "move": "ASSURANCE", + "level": 29 + }, + { + "move": "SCARY_FACE", + "level": 33 + }, + { + "move": "TAUNT", + "level": 37 + }, + { + "move": "EMBARGO", + "level": 41 + }, + { + "move": "TAKE_DOWN", + "level": 45 + }, + { + "move": "SUCKER_PUNCH", + "level": 49 + }, + { + "move": "CRUNCH", + "level": 53 + } + ] + }, + { + "species": "MIGHTYENA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HOWL", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "HOWL", + "level": 5 + }, + { + "move": "SAND_ATTACK", + "level": 9 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "ODOR_SLEUTH", + "level": 17 + }, + { + "move": "ROAR", + "level": 22 + }, + { + "move": "SWAGGER", + "level": 27 + }, + { + "move": "ASSURANCE", + "level": 32 + }, + { + "move": "SCARY_FACE", + "level": 37 + }, + { + "move": "TAUNT", + "level": 42 + }, + { + "move": "EMBARGO", + "level": 47 + }, + { + "move": "TAKE_DOWN", + "level": 52 + }, + { + "move": "THIEF", + "level": 57 + }, + { + "move": "SUCKER_PUNCH", + "level": 62 + } + ] + }, + { + "species": "ZIGZAGOON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 5 + }, + { + "move": "HEADBUTT", + "level": 9 + }, + { + "move": "SAND_ATTACK", + "level": 13 + }, + { + "move": "ODOR_SLEUTH", + "level": 17 + }, + { + "move": "MUD_SPORT", + "level": 21 + }, + { + "move": "PIN_MISSILE", + "level": 25 + }, + { + "move": "COVET", + "level": 29 + }, + { + "move": "FLAIL", + "level": 33 + }, + { + "move": "REST", + "level": 37 + }, + { + "move": "BELLY_DRUM", + "level": 41 + }, + { + "move": "FLING", + "level": 45 + } + ] + }, + { + "species": "LINOONE", + "moves": [ + { + "move": "SWITCHEROO", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 5 + }, + { + "move": "HEADBUTT", + "level": 9 + }, + { + "move": "SAND_ATTACK", + "level": 13 + }, + { + "move": "ODOR_SLEUTH", + "level": 17 + }, + { + "move": "MUD_SPORT", + "level": 23 + }, + { + "move": "FURY_SWIPES", + "level": 29 + }, + { + "move": "COVET", + "level": 35 + }, + { + "move": "SLASH", + "level": 41 + }, + { + "move": "REST", + "level": 47 + }, + { + "move": "BELLY_DRUM", + "level": 53 + }, + { + "move": "FLING", + "level": 59 + } + ] + }, + { + "species": "WURMPLE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "STRING_SHOT", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 5 + } + ] + }, + { + "species": "SILCOON", + "moves": [ + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "HARDEN", + "level": 7 + } + ] + }, + { + "species": "BEAUTIFLY", + "moves": [ + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "ABSORB", + "level": 10 + }, + { + "move": "GUST", + "level": 13 + }, + { + "move": "STUN_SPORE", + "level": 17 + }, + { + "move": "MORNING_SUN", + "level": 20 + }, + { + "move": "MEGA_DRAIN", + "level": 24 + }, + { + "move": "WHIRLWIND", + "level": 27 + }, + { + "move": "ATTRACT", + "level": 31 + }, + { + "move": "SILVER_WIND", + "level": 34 + }, + { + "move": "GIGA_DRAIN", + "level": 38 + }, + { + "move": "BUG_BUZZ", + "level": 41 + } + ] + }, + { + "species": "CASCOON", + "moves": [ + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "HARDEN", + "level": 7 + } + ] + }, + { + "species": "DUSTOX", + "moves": [ + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 10 + }, + { + "move": "GUST", + "level": 13 + }, + { + "move": "PROTECT", + "level": 17 + }, + { + "move": "MOONLIGHT", + "level": 20 + }, + { + "move": "PSYBEAM", + "level": 24 + }, + { + "move": "WHIRLWIND", + "level": 27 + }, + { + "move": "LIGHT_SCREEN", + "level": 31 + }, + { + "move": "SILVER_WIND", + "level": 34 + }, + { + "move": "TOXIC", + "level": 38 + }, + { + "move": "BUG_BUZZ", + "level": 41 + } + ] + }, + { + "species": "LOTAD", + "moves": [ + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "GROWL", + "level": 3 + }, + { + "move": "ABSORB", + "level": 5 + }, + { + "move": "NATURE_POWER", + "level": 7 + }, + { + "move": "MIST", + "level": 11 + }, + { + "move": "NATURAL_GIFT", + "level": 15 + }, + { + "move": "MEGA_DRAIN", + "level": 19 + }, + { + "move": "ZEN_HEADBUTT", + "level": 27 + }, + { + "move": "RAIN_DANCE", + "level": 35 + }, + { + "move": "ENERGY_BALL", + "level": 43 + } + ] + }, + { + "species": "LOMBRE", + "moves": [ + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "GROWL", + "level": 3 + }, + { + "move": "ABSORB", + "level": 5 + }, + { + "move": "NATURE_POWER", + "level": 7 + }, + { + "move": "FAKE_OUT", + "level": 11 + }, + { + "move": "FURY_SWIPES", + "level": 15 + }, + { + "move": "WATER_SPORT", + "level": 19 + }, + { + "move": "ZEN_HEADBUTT", + "level": 27 + }, + { + "move": "UPROAR", + "level": 35 + }, + { + "move": "HYDRO_PUMP", + "level": 43 + } + ] + }, + { + "species": "LUDICOLO", + "moves": [ + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "MEGA_DRAIN", + "level": 1 + }, + { + "move": "NATURE_POWER", + "level": 1 + } + ] + }, + { + "species": "SEEDOT", + "moves": [ + { + "move": "BIDE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 3 + }, + { + "move": "GROWTH", + "level": 7 + }, + { + "move": "NATURE_POWER", + "level": 13 + }, + { + "move": "SYNTHESIS", + "level": 21 + }, + { + "move": "SUNNY_DAY", + "level": 31 + }, + { + "move": "EXPLOSION", + "level": 43 + } + ] + }, + { + "species": "NUZLEAF", + "moves": [ + { + "move": "RAZOR_LEAF", + "level": 1 + }, + { + "move": "POUND", + "level": 1 + }, + { + "move": "HARDEN", + "level": 3 + }, + { + "move": "GROWTH", + "level": 7 + }, + { + "move": "NATURE_POWER", + "level": 13 + }, + { + "move": "FAKE_OUT", + "level": 19 + }, + { + "move": "TORMENT", + "level": 25 + }, + { + "move": "FEINT_ATTACK", + "level": 31 + }, + { + "move": "RAZOR_WIND", + "level": 37 + }, + { + "move": "SWAGGER", + "level": 43 + }, + { + "move": "EXTRASENSORY", + "level": 49 + } + ] + }, + { + "species": "SHIFTRY", + "moves": [ + { + "move": "FEINT_ATTACK", + "level": 1 + }, + { + "move": "WHIRLWIND", + "level": 1 + }, + { + "move": "NASTY_PLOT", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 1 + }, + { + "move": "LEAF_STORM", + "level": 49 + } + ] + }, + { + "species": "TAILLOW", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 4 + }, + { + "move": "QUICK_ATTACK", + "level": 8 + }, + { + "move": "WING_ATTACK", + "level": 13 + }, + { + "move": "DOUBLE_TEAM", + "level": 19 + }, + { + "move": "ENDEAVOR", + "level": 26 + }, + { + "move": "AERIAL_ACE", + "level": 34 + }, + { + "move": "AGILITY", + "level": 43 + }, + { + "move": "AIR_SLASH", + "level": 53 + } + ] + }, + { + "species": "SWELLOW", + "moves": [ + { + "move": "PLUCK", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 4 + }, + { + "move": "QUICK_ATTACK", + "level": 8 + }, + { + "move": "WING_ATTACK", + "level": 13 + }, + { + "move": "DOUBLE_TEAM", + "level": 19 + }, + { + "move": "ENDEAVOR", + "level": 28 + }, + { + "move": "AERIAL_ACE", + "level": 38 + }, + { + "move": "AGILITY", + "level": 49 + }, + { + "move": "AIR_SLASH", + "level": 61 + } + ] + }, + { + "species": "WINGULL", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 6 + }, + { + "move": "WING_ATTACK", + "level": 11 + }, + { + "move": "MIST", + "level": 16 + }, + { + "move": "WATER_PULSE", + "level": 19 + }, + { + "move": "QUICK_ATTACK", + "level": 24 + }, + { + "move": "ROOST", + "level": 29 + }, + { + "move": "PURSUIT", + "level": 34 + }, + { + "move": "AGILITY", + "level": 37 + }, + { + "move": "AERIAL_ACE", + "level": 42 + }, + { + "move": "AIR_SLASH", + "level": 47 + } + ] + }, + { + "species": "PELIPPER", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "WING_ATTACK", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 6 + }, + { + "move": "WING_ATTACK", + "level": 11 + }, + { + "move": "MIST", + "level": 16 + }, + { + "move": "WATER_PULSE", + "level": 19 + }, + { + "move": "PAYBACK", + "level": 24 + }, + { + "move": "PROTECT", + "level": 25 + }, + { + "move": "ROOST", + "level": 31 + }, + { + "move": "STOCKPILE", + "level": 38 + }, + { + "move": "SWALLOW", + "level": 38 + }, + { + "move": "SPIT_UP", + "level": 38 + }, + { + "move": "FLING", + "level": 43 + }, + { + "move": "TAILWIND", + "level": 50 + }, + { + "move": "HYDRO_PUMP", + "level": 57 + } + ] + }, + { + "species": "RALTS", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 6 + }, + { + "move": "DOUBLE_TEAM", + "level": 10 + }, + { + "move": "TELEPORT", + "level": 12 + }, + { + "move": "LUCKY_CHANT", + "level": 17 + }, + { + "move": "MAGICAL_LEAF", + "level": 21 + }, + { + "move": "CALM_MIND", + "level": 23 + }, + { + "move": "PSYCHIC", + "level": 28 + }, + { + "move": "IMPRISON", + "level": 32 + }, + { + "move": "FUTURE_SIGHT", + "level": 34 + }, + { + "move": "CHARM", + "level": 39 + }, + { + "move": "HYPNOSIS", + "level": 43 + }, + { + "move": "DREAM_EATER", + "level": 45 + } + ] + }, + { + "species": "KIRLIA", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 1 + }, + { + "move": "TELEPORT", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 6 + }, + { + "move": "DOUBLE_TEAM", + "level": 10 + }, + { + "move": "TELEPORT", + "level": 12 + }, + { + "move": "LUCKY_CHANT", + "level": 17 + }, + { + "move": "MAGICAL_LEAF", + "level": 22 + }, + { + "move": "CALM_MIND", + "level": 25 + }, + { + "move": "PSYCHIC", + "level": 31 + }, + { + "move": "IMPRISON", + "level": 36 + }, + { + "move": "FUTURE_SIGHT", + "level": 39 + }, + { + "move": "CHARM", + "level": 45 + }, + { + "move": "HYPNOSIS", + "level": 50 + }, + { + "move": "DREAM_EATER", + "level": 53 + } + ] + }, + { + "species": "GARDEVOIR", + "moves": [ + { + "move": "HEALING_WISH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 1 + }, + { + "move": "TELEPORT", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 6 + }, + { + "move": "DOUBLE_TEAM", + "level": 10 + }, + { + "move": "TELEPORT", + "level": 12 + }, + { + "move": "WISH", + "level": 17 + }, + { + "move": "MAGICAL_LEAF", + "level": 22 + }, + { + "move": "CALM_MIND", + "level": 25 + }, + { + "move": "PSYCHIC", + "level": 33 + }, + { + "move": "IMPRISON", + "level": 40 + }, + { + "move": "FUTURE_SIGHT", + "level": 45 + }, + { + "move": "CAPTIVATE", + "level": 53 + }, + { + "move": "HYPNOSIS", + "level": 60 + }, + { + "move": "DREAM_EATER", + "level": 65 + } + ] + }, + { + "species": "SURSKIT", + "moves": [ + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 7 + }, + { + "move": "SWEET_SCENT", + "level": 13 + }, + { + "move": "WATER_SPORT", + "level": 19 + }, + { + "move": "BUBBLE_BEAM", + "level": 25 + }, + { + "move": "AGILITY", + "level": 31 + }, + { + "move": "MIST", + "level": 37 + }, + { + "move": "HAZE", + "level": 37 + }, + { + "move": "BATON_PASS", + "level": 43 + } + ] + }, + { + "species": "MASQUERAIN", + "moves": [ + { + "move": "OMINOUS_WIND", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "SWEET_SCENT", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 7 + }, + { + "move": "SWEET_SCENT", + "level": 13 + }, + { + "move": "WATER_SPORT", + "level": 19 + }, + { + "move": "GUST", + "level": 22 + }, + { + "move": "SCARY_FACE", + "level": 26 + }, + { + "move": "STUN_SPORE", + "level": 33 + }, + { + "move": "SILVER_WIND", + "level": 40 + }, + { + "move": "AIR_SLASH", + "level": 47 + }, + { + "move": "WHIRLWIND", + "level": 54 + }, + { + "move": "BUG_BUZZ", + "level": 61 + } + ] + }, + { + "species": "SHROOMISH", + "moves": [ + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "TACKLE", + "level": 5 + }, + { + "move": "STUN_SPORE", + "level": 9 + }, + { + "move": "LEECH_SEED", + "level": 13 + }, + { + "move": "MEGA_DRAIN", + "level": 17 + }, + { + "move": "HEADBUTT", + "level": 21 + }, + { + "move": "POISON_POWDER", + "level": 25 + }, + { + "move": "WORRY_SEED", + "level": 29 + }, + { + "move": "GROWTH", + "level": 33 + }, + { + "move": "GIGA_DRAIN", + "level": 37 + }, + { + "move": "SEED_BOMB", + "level": 41 + }, + { + "move": "SPORE", + "level": 45 + } + ] + }, + { + "species": "BRELOOM", + "moves": [ + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "STUN_SPORE", + "level": 1 + }, + { + "move": "LEECH_SEED", + "level": 1 + }, + { + "move": "TACKLE", + "level": 5 + }, + { + "move": "STUN_SPORE", + "level": 9 + }, + { + "move": "LEECH_SEED", + "level": 13 + }, + { + "move": "MEGA_DRAIN", + "level": 17 + }, + { + "move": "HEADBUTT", + "level": 21 + }, + { + "move": "MACH_PUNCH", + "level": 23 + }, + { + "move": "COUNTER", + "level": 25 + }, + { + "move": "FORCE_PALM", + "level": 29 + }, + { + "move": "SKY_UPPERCUT", + "level": 33 + }, + { + "move": "MIND_READER", + "level": 37 + }, + { + "move": "SEED_BOMB", + "level": 41 + }, + { + "move": "DYNAMIC_PUNCH", + "level": 45 + } + ] + }, + { + "species": "SLAKOTH", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "YAWN", + "level": 1 + }, + { + "move": "ENCORE", + "level": 7 + }, + { + "move": "SLACK_OFF", + "level": 13 + }, + { + "move": "FEINT_ATTACK", + "level": 19 + }, + { + "move": "AMNESIA", + "level": 25 + }, + { + "move": "COVET", + "level": 31 + }, + { + "move": "COUNTER", + "level": 37 + }, + { + "move": "FLAIL", + "level": 43 + } + ] + }, + { + "species": "VIGOROTH", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "ENCORE", + "level": 1 + }, + { + "move": "UPROAR", + "level": 1 + }, + { + "move": "ENCORE", + "level": 7 + }, + { + "move": "UPROAR", + "level": 13 + }, + { + "move": "FURY_SWIPES", + "level": 19 + }, + { + "move": "ENDURE", + "level": 25 + }, + { + "move": "SLASH", + "level": 31 + }, + { + "move": "COUNTER", + "level": 37 + }, + { + "move": "FOCUS_PUNCH", + "level": 43 + }, + { + "move": "REVERSAL", + "level": 49 + } + ] + }, + { + "species": "SLAKING", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "YAWN", + "level": 1 + }, + { + "move": "ENCORE", + "level": 1 + }, + { + "move": "SLACK_OFF", + "level": 1 + }, + { + "move": "ENCORE", + "level": 7 + }, + { + "move": "SLACK_OFF", + "level": 13 + }, + { + "move": "FEINT_ATTACK", + "level": 19 + }, + { + "move": "AMNESIA", + "level": 25 + }, + { + "move": "COVET", + "level": 31 + }, + { + "move": "SWAGGER", + "level": 36 + }, + { + "move": "COUNTER", + "level": 37 + }, + { + "move": "FLAIL", + "level": 43 + }, + { + "move": "FLING", + "level": 49 + }, + { + "move": "PUNISHMENT", + "level": 55 + }, + { + "move": "HAMMER_ARM", + "level": 61 + } + ] + }, + { + "species": "NINCADA", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "LEECH_LIFE", + "level": 5 + }, + { + "move": "SAND_ATTACK", + "level": 9 + }, + { + "move": "FURY_SWIPES", + "level": 14 + }, + { + "move": "MIND_READER", + "level": 19 + }, + { + "move": "FALSE_SWIPE", + "level": 25 + }, + { + "move": "MUD_SLAP", + "level": 31 + }, + { + "move": "METAL_CLAW", + "level": 38 + }, + { + "move": "DIG", + "level": 45 + } + ] + }, + { + "species": "NINJASK", + "moves": [ + { + "move": "BUG_BITE", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "LEECH_LIFE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "LEECH_LIFE", + "level": 5 + }, + { + "move": "SAND_ATTACK", + "level": 9 + }, + { + "move": "FURY_SWIPES", + "level": 14 + }, + { + "move": "MIND_READER", + "level": 19 + }, + { + "move": "DOUBLE_TEAM", + "level": 20 + }, + { + "move": "FURY_CUTTER", + "level": 20 + }, + { + "move": "SCREECH", + "level": 20 + }, + { + "move": "SWORDS_DANCE", + "level": 25 + }, + { + "move": "SLASH", + "level": 31 + }, + { + "move": "AGILITY", + "level": 38 + }, + { + "move": "BATON_PASS", + "level": 45 + }, + { + "move": "X_SCISSOR", + "level": 52 + } + ] + }, + { + "species": "SHEDINJA", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "LEECH_LIFE", + "level": 5 + }, + { + "move": "SAND_ATTACK", + "level": 9 + }, + { + "move": "FURY_SWIPES", + "level": 14 + }, + { + "move": "MIND_READER", + "level": 19 + }, + { + "move": "SPITE", + "level": 25 + }, + { + "move": "CONFUSE_RAY", + "level": 31 + }, + { + "move": "SHADOW_SNEAK", + "level": 38 + }, + { + "move": "GRUDGE", + "level": 45 + }, + { + "move": "HEAL_BLOCK", + "level": 52 + }, + { + "move": "SHADOW_BALL", + "level": 59 + } + ] + }, + { + "species": "WHISMUR", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "UPROAR", + "level": 5 + }, + { + "move": "ASTONISH", + "level": 11 + }, + { + "move": "HOWL", + "level": 15 + }, + { + "move": "SUPERSONIC", + "level": 21 + }, + { + "move": "STOMP", + "level": 25 + }, + { + "move": "SCREECH", + "level": 31 + }, + { + "move": "ROAR", + "level": 35 + }, + { + "move": "REST", + "level": 41 + }, + { + "move": "SLEEP_TALK", + "level": 41 + }, + { + "move": "HYPER_VOICE", + "level": 45 + } + ] + }, + { + "species": "LOUDRED", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "UPROAR", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "HOWL", + "level": 1 + }, + { + "move": "UPROAR", + "level": 5 + }, + { + "move": "ASTONISH", + "level": 11 + }, + { + "move": "HOWL", + "level": 15 + }, + { + "move": "BITE", + "level": 20 + }, + { + "move": "SUPERSONIC", + "level": 23 + }, + { + "move": "STOMP", + "level": 29 + }, + { + "move": "SCREECH", + "level": 37 + }, + { + "move": "ROAR", + "level": 43 + }, + { + "move": "REST", + "level": 51 + }, + { + "move": "SLEEP_TALK", + "level": 51 + }, + { + "move": "HYPER_VOICE", + "level": 57 + } + ] + }, + { + "species": "EXPLOUD", + "moves": [ + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "POUND", + "level": 1 + }, + { + "move": "UPROAR", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "HOWL", + "level": 1 + }, + { + "move": "UPROAR", + "level": 5 + }, + { + "move": "ASTONISH", + "level": 11 + }, + { + "move": "HOWL", + "level": 15 + }, + { + "move": "BITE", + "level": 20 + }, + { + "move": "SUPERSONIC", + "level": 23 + }, + { + "move": "STOMP", + "level": 29 + }, + { + "move": "SCREECH", + "level": 37 + }, + { + "move": "CRUNCH", + "level": 40 + }, + { + "move": "ROAR", + "level": 45 + }, + { + "move": "REST", + "level": 55 + }, + { + "move": "SLEEP_TALK", + "level": 55 + }, + { + "move": "HYPER_VOICE", + "level": 63 + }, + { + "move": "HYPER_BEAM", + "level": 71 + } + ] + }, + { + "species": "MAKUHITA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 4 + }, + { + "move": "ARM_THRUST", + "level": 7 + }, + { + "move": "VITAL_THROW", + "level": 10 + }, + { + "move": "FAKE_OUT", + "level": 13 + }, + { + "move": "WHIRLWIND", + "level": 16 + }, + { + "move": "KNOCK_OFF", + "level": 19 + }, + { + "move": "SMELLING_SALTS", + "level": 22 + }, + { + "move": "BELLY_DRUM", + "level": 25 + }, + { + "move": "FORCE_PALM", + "level": 28 + }, + { + "move": "SEISMIC_TOSS", + "level": 31 + }, + { + "move": "WAKE_UP_SLAP", + "level": 34 + }, + { + "move": "ENDURE", + "level": 37 + }, + { + "move": "CLOSE_COMBAT", + "level": 40 + }, + { + "move": "REVERSAL", + "level": 43 + } + ] + }, + { + "species": "HARIYAMA", + "moves": [ + { + "move": "BRINE", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "ARM_THRUST", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 4 + }, + { + "move": "ARM_THRUST", + "level": 7 + }, + { + "move": "VITAL_THROW", + "level": 10 + }, + { + "move": "FAKE_OUT", + "level": 13 + }, + { + "move": "WHIRLWIND", + "level": 16 + }, + { + "move": "KNOCK_OFF", + "level": 19 + }, + { + "move": "SMELLING_SALTS", + "level": 22 + }, + { + "move": "BELLY_DRUM", + "level": 27 + }, + { + "move": "FORCE_PALM", + "level": 32 + }, + { + "move": "SEISMIC_TOSS", + "level": 37 + }, + { + "move": "WAKE_UP_SLAP", + "level": 42 + }, + { + "move": "ENDURE", + "level": 47 + }, + { + "move": "CLOSE_COMBAT", + "level": 52 + }, + { + "move": "REVERSAL", + "level": 57 + } + ] + }, + { + "species": "AZURILL", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "CHARM", + "level": 2 + }, + { + "move": "TAIL_WHIP", + "level": 7 + }, + { + "move": "BUBBLE", + "level": 10 + }, + { + "move": "SLAM", + "level": 15 + }, + { + "move": "WATER_GUN", + "level": 18 + } + ] + }, + { + "species": "NOSEPASS", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 7 + }, + { + "move": "ROCK_THROW", + "level": 13 + }, + { + "move": "BLOCK", + "level": 19 + }, + { + "move": "THUNDER_WAVE", + "level": 25 + }, + { + "move": "ROCK_SLIDE", + "level": 31 + }, + { + "move": "SANDSTORM", + "level": 37 + }, + { + "move": "REST", + "level": 43 + }, + { + "move": "DISCHARGE", + "level": 49 + }, + { + "move": "STONE_EDGE", + "level": 55 + }, + { + "move": "ZAP_CANNON", + "level": 61 + }, + { + "move": "LOCK_ON", + "level": 67 + }, + { + "move": "EARTH_POWER", + "level": 73 + } + ] + }, + { + "species": "SKITTY", + "moves": [ + { + "move": "FAKE_OUT", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "ATTRACT", + "level": 4 + }, + { + "move": "SING", + "level": 8 + }, + { + "move": "COPYCAT", + "level": 11 + }, + { + "move": "DOUBLE_SLAP", + "level": 15 + }, + { + "move": "ASSIST", + "level": 18 + }, + { + "move": "CHARM", + "level": 22 + }, + { + "move": "FEINT_ATTACK", + "level": 25 + }, + { + "move": "WAKE_UP_SLAP", + "level": 29 + }, + { + "move": "COVET", + "level": 32 + }, + { + "move": "HEAL_BELL", + "level": 36 + }, + { + "move": "DOUBLE_EDGE", + "level": 39 + }, + { + "move": "CAPTIVATE", + "level": 42 + } + ] + }, + { + "species": "DELCATTY", + "moves": [ + { + "move": "FAKE_OUT", + "level": 1 + }, + { + "move": "ATTRACT", + "level": 1 + }, + { + "move": "SING", + "level": 1 + }, + { + "move": "DOUBLE_SLAP", + "level": 1 + } + ] + }, + { + "species": "SABLEYE", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 4 + }, + { + "move": "NIGHT_SHADE", + "level": 8 + }, + { + "move": "ASTONISH", + "level": 11 + }, + { + "move": "FURY_SWIPES", + "level": 15 + }, + { + "move": "FAKE_OUT", + "level": 18 + }, + { + "move": "DETECT", + "level": 22 + }, + { + "move": "SHADOW_SNEAK", + "level": 25 + }, + { + "move": "KNOCK_OFF", + "level": 29 + }, + { + "move": "FEINT_ATTACK", + "level": 32 + }, + { + "move": "PUNISHMENT", + "level": 36 + }, + { + "move": "SHADOW_CLAW", + "level": 39 + }, + { + "move": "POWER_GEM", + "level": 43 + }, + { + "move": "CONFUSE_RAY", + "level": 46 + }, + { + "move": "ZEN_HEADBUTT", + "level": 50 + }, + { + "move": "SHADOW_BALL", + "level": 53 + }, + { + "move": "MEAN_LOOK", + "level": 57 + } + ] + }, + { + "species": "MAWILE", + "moves": [ + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "FAKE_TEARS", + "level": 6 + }, + { + "move": "BITE", + "level": 11 + }, + { + "move": "SWEET_SCENT", + "level": 16 + }, + { + "move": "VISE_GRIP", + "level": 21 + }, + { + "move": "FEINT_ATTACK", + "level": 26 + }, + { + "move": "BATON_PASS", + "level": 31 + }, + { + "move": "CRUNCH", + "level": 36 + }, + { + "move": "IRON_DEFENSE", + "level": 41 + }, + { + "move": "SUCKER_PUNCH", + "level": 46 + }, + { + "move": "STOCKPILE", + "level": 51 + }, + { + "move": "SWALLOW", + "level": 51 + }, + { + "move": "SPIT_UP", + "level": 51 + }, + { + "move": "IRON_HEAD", + "level": 56 + } + ] + }, + { + "species": "ARON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 4 + }, + { + "move": "MUD_SLAP", + "level": 8 + }, + { + "move": "HEADBUTT", + "level": 11 + }, + { + "move": "METAL_CLAW", + "level": 15 + }, + { + "move": "IRON_DEFENSE", + "level": 18 + }, + { + "move": "ROAR", + "level": 22 + }, + { + "move": "TAKE_DOWN", + "level": 25 + }, + { + "move": "IRON_HEAD", + "level": 29 + }, + { + "move": "PROTECT", + "level": 32 + }, + { + "move": "METAL_SOUND", + "level": 36 + }, + { + "move": "IRON_TAIL", + "level": 39 + }, + { + "move": "DOUBLE_EDGE", + "level": 43 + }, + { + "move": "METAL_BURST", + "level": 46 + } + ] + }, + { + "species": "LAIRON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "HARDEN", + "level": 4 + }, + { + "move": "MUD_SLAP", + "level": 8 + }, + { + "move": "HEADBUTT", + "level": 11 + }, + { + "move": "METAL_CLAW", + "level": 15 + }, + { + "move": "IRON_DEFENSE", + "level": 18 + }, + { + "move": "ROAR", + "level": 22 + }, + { + "move": "TAKE_DOWN", + "level": 25 + }, + { + "move": "IRON_HEAD", + "level": 29 + }, + { + "move": "PROTECT", + "level": 34 + }, + { + "move": "METAL_SOUND", + "level": 40 + }, + { + "move": "IRON_TAIL", + "level": 45 + }, + { + "move": "DOUBLE_EDGE", + "level": 51 + }, + { + "move": "METAL_BURST", + "level": 56 + } + ] + }, + { + "species": "AGGRON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "HARDEN", + "level": 4 + }, + { + "move": "MUD_SLAP", + "level": 8 + }, + { + "move": "HEADBUTT", + "level": 11 + }, + { + "move": "METAL_CLAW", + "level": 15 + }, + { + "move": "IRON_DEFENSE", + "level": 18 + }, + { + "move": "ROAR", + "level": 22 + }, + { + "move": "TAKE_DOWN", + "level": 25 + }, + { + "move": "IRON_HEAD", + "level": 29 + }, + { + "move": "PROTECT", + "level": 34 + }, + { + "move": "METAL_SOUND", + "level": 40 + }, + { + "move": "IRON_TAIL", + "level": 48 + }, + { + "move": "DOUBLE_EDGE", + "level": 57 + }, + { + "move": "METAL_BURST", + "level": 65 + } + ] + }, + { + "species": "MEDITITE", + "moves": [ + { + "move": "BIDE", + "level": 1 + }, + { + "move": "MEDITATE", + "level": 4 + }, + { + "move": "CONFUSION", + "level": 8 + }, + { + "move": "DETECT", + "level": 11 + }, + { + "move": "HIDDEN_POWER", + "level": 15 + }, + { + "move": "MIND_READER", + "level": 18 + }, + { + "move": "FEINT", + "level": 22 + }, + { + "move": "CALM_MIND", + "level": 25 + }, + { + "move": "FORCE_PALM", + "level": 29 + }, + { + "move": "HIGH_JUMP_KICK", + "level": 32 + }, + { + "move": "PSYCH_UP", + "level": 36 + }, + { + "move": "POWER_TRICK", + "level": 39 + }, + { + "move": "REVERSAL", + "level": 43 + }, + { + "move": "RECOVER", + "level": 46 + } + ] + }, + { + "species": "MEDICHAM", + "moves": [ + { + "move": "FIRE_PUNCH", + "level": 1 + }, + { + "move": "THUNDER_PUNCH", + "level": 1 + }, + { + "move": "ICE_PUNCH", + "level": 1 + }, + { + "move": "BIDE", + "level": 1 + }, + { + "move": "MEDITATE", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "DETECT", + "level": 1 + }, + { + "move": "MEDITATE", + "level": 4 + }, + { + "move": "CONFUSION", + "level": 8 + }, + { + "move": "DETECT", + "level": 11 + }, + { + "move": "HIDDEN_POWER", + "level": 15 + }, + { + "move": "MIND_READER", + "level": 18 + }, + { + "move": "FEINT", + "level": 22 + }, + { + "move": "CALM_MIND", + "level": 25 + }, + { + "move": "FORCE_PALM", + "level": 29 + }, + { + "move": "HIGH_JUMP_KICK", + "level": 32 + }, + { + "move": "PSYCH_UP", + "level": 36 + }, + { + "move": "POWER_TRICK", + "level": 42 + }, + { + "move": "REVERSAL", + "level": 49 + }, + { + "move": "RECOVER", + "level": 55 + } + ] + }, + { + "species": "ELECTRIKE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 4 + }, + { + "move": "LEER", + "level": 9 + }, + { + "move": "HOWL", + "level": 12 + }, + { + "move": "QUICK_ATTACK", + "level": 17 + }, + { + "move": "SPARK", + "level": 20 + }, + { + "move": "ODOR_SLEUTH", + "level": 25 + }, + { + "move": "BITE", + "level": 28 + }, + { + "move": "THUNDER_FANG", + "level": 33 + }, + { + "move": "ROAR", + "level": 36 + }, + { + "move": "DISCHARGE", + "level": 41 + }, + { + "move": "CHARGE", + "level": 44 + }, + { + "move": "THUNDER", + "level": 49 + } + ] + }, + { + "species": "MANECTRIC", + "moves": [ + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "HOWL", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 4 + }, + { + "move": "LEER", + "level": 9 + }, + { + "move": "HOWL", + "level": 12 + }, + { + "move": "QUICK_ATTACK", + "level": 17 + }, + { + "move": "SPARK", + "level": 20 + }, + { + "move": "ODOR_SLEUTH", + "level": 25 + }, + { + "move": "BITE", + "level": 30 + }, + { + "move": "THUNDER_FANG", + "level": 37 + }, + { + "move": "ROAR", + "level": 42 + }, + { + "move": "DISCHARGE", + "level": 49 + }, + { + "move": "CHARGE", + "level": 54 + }, + { + "move": "THUNDER", + "level": 61 + } + ] + }, + { + "species": "PLUSLE", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 3 + }, + { + "move": "QUICK_ATTACK", + "level": 7 + }, + { + "move": "HELPING_HAND", + "level": 10 + }, + { + "move": "SPARK", + "level": 15 + }, + { + "move": "ENCORE", + "level": 17 + }, + { + "move": "FAKE_TEARS", + "level": 21 + }, + { + "move": "COPYCAT", + "level": 24 + }, + { + "move": "SWIFT", + "level": 29 + }, + { + "move": "FAKE_TEARS", + "level": 31 + }, + { + "move": "CHARGE", + "level": 35 + }, + { + "move": "THUNDER", + "level": 38 + }, + { + "move": "BATON_PASS", + "level": 42 + }, + { + "move": "AGILITY", + "level": 44 + }, + { + "move": "LAST_RESORT", + "level": 48 + }, + { + "move": "NASTY_PLOT", + "level": 51 + } + ] + }, + { + "species": "MINUN", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 3 + }, + { + "move": "QUICK_ATTACK", + "level": 7 + }, + { + "move": "HELPING_HAND", + "level": 10 + }, + { + "move": "SPARK", + "level": 15 + }, + { + "move": "ENCORE", + "level": 17 + }, + { + "move": "CHARM", + "level": 21 + }, + { + "move": "COPYCAT", + "level": 24 + }, + { + "move": "SWIFT", + "level": 29 + }, + { + "move": "FAKE_TEARS", + "level": 31 + }, + { + "move": "CHARGE", + "level": 35 + }, + { + "move": "THUNDER", + "level": 38 + }, + { + "move": "BATON_PASS", + "level": 42 + }, + { + "move": "AGILITY", + "level": 44 + }, + { + "move": "TRUMP_CARD", + "level": 48 + }, + { + "move": "NASTY_PLOT", + "level": 51 + } + ] + }, + { + "species": "VOLBEAT", + "moves": [ + { + "move": "FLASH", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 5 + }, + { + "move": "CONFUSE_RAY", + "level": 9 + }, + { + "move": "MOONLIGHT", + "level": 13 + }, + { + "move": "QUICK_ATTACK", + "level": 17 + }, + { + "move": "TAIL_GLOW", + "level": 21 + }, + { + "move": "SIGNAL_BEAM", + "level": 25 + }, + { + "move": "PROTECT", + "level": 29 + }, + { + "move": "HELPING_HAND", + "level": 33 + }, + { + "move": "ZEN_HEADBUTT", + "level": 37 + }, + { + "move": "BUG_BUZZ", + "level": 41 + }, + { + "move": "DOUBLE_EDGE", + "level": 45 + } + ] + }, + { + "species": "ILLUMISE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SWEET_SCENT", + "level": 5 + }, + { + "move": "CHARM", + "level": 9 + }, + { + "move": "MOONLIGHT", + "level": 13 + }, + { + "move": "QUICK_ATTACK", + "level": 17 + }, + { + "move": "WISH", + "level": 21 + }, + { + "move": "ENCORE", + "level": 25 + }, + { + "move": "FLATTER", + "level": 29 + }, + { + "move": "HELPING_HAND", + "level": 33 + }, + { + "move": "ZEN_HEADBUTT", + "level": 37 + }, + { + "move": "BUG_BUZZ", + "level": 41 + }, + { + "move": "COVET", + "level": 45 + } + ] + }, + { + "species": "ROSELIA", + "moves": [ + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "GROWTH", + "level": 4 + }, + { + "move": "POISON_STING", + "level": 7 + }, + { + "move": "STUN_SPORE", + "level": 10 + }, + { + "move": "MEGA_DRAIN", + "level": 13 + }, + { + "move": "LEECH_SEED", + "level": 16 + }, + { + "move": "MAGICAL_LEAF", + "level": 19 + }, + { + "move": "GRASS_WHISTLE", + "level": 22 + }, + { + "move": "GIGA_DRAIN", + "level": 25 + }, + { + "move": "TOXIC_SPIKES", + "level": 28 + }, + { + "move": "SWEET_SCENT", + "level": 31 + }, + { + "move": "INGRAIN", + "level": 34 + }, + { + "move": "TOXIC", + "level": 37 + }, + { + "move": "PETAL_DANCE", + "level": 40 + }, + { + "move": "AROMATHERAPY", + "level": 43 + }, + { + "move": "SYNTHESIS", + "level": 46 + } + ] + }, + { + "species": "GULPIN", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "YAWN", + "level": 6 + }, + { + "move": "POISON_GAS", + "level": 9 + }, + { + "move": "SLUDGE", + "level": 14 + }, + { + "move": "AMNESIA", + "level": 17 + }, + { + "move": "ENCORE", + "level": 23 + }, + { + "move": "TOXIC", + "level": 28 + }, + { + "move": "STOCKPILE", + "level": 34 + }, + { + "move": "SPIT_UP", + "level": 34 + }, + { + "move": "SWALLOW", + "level": 34 + }, + { + "move": "SLUDGE_BOMB", + "level": 39 + }, + { + "move": "GASTRO_ACID", + "level": 44 + }, + { + "move": "WRING_OUT", + "level": 49 + }, + { + "move": "GUNK_SHOT", + "level": 54 + } + ] + }, + { + "species": "SWALOT", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "YAWN", + "level": 1 + }, + { + "move": "POISON_GAS", + "level": 1 + }, + { + "move": "SLUDGE", + "level": 1 + }, + { + "move": "YAWN", + "level": 6 + }, + { + "move": "POISON_GAS", + "level": 9 + }, + { + "move": "SLUDGE", + "level": 14 + }, + { + "move": "AMNESIA", + "level": 17 + }, + { + "move": "ENCORE", + "level": 23 + }, + { + "move": "BODY_SLAM", + "level": 26 + }, + { + "move": "TOXIC", + "level": 30 + }, + { + "move": "STOCKPILE", + "level": 38 + }, + { + "move": "SPIT_UP", + "level": 38 + }, + { + "move": "SWALLOW", + "level": 38 + }, + { + "move": "SLUDGE_BOMB", + "level": 45 + }, + { + "move": "GASTRO_ACID", + "level": 52 + }, + { + "move": "WRING_OUT", + "level": 59 + }, + { + "move": "GUNK_SHOT", + "level": 66 + } + ] + }, + { + "species": "CARVANHA", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "RAGE", + "level": 6 + }, + { + "move": "FOCUS_ENERGY", + "level": 8 + }, + { + "move": "SCARY_FACE", + "level": 11 + }, + { + "move": "ICE_FANG", + "level": 16 + }, + { + "move": "SCREECH", + "level": 18 + }, + { + "move": "SWAGGER", + "level": 21 + }, + { + "move": "ASSURANCE", + "level": 26 + }, + { + "move": "CRUNCH", + "level": 28 + }, + { + "move": "AQUA_JET", + "level": 31 + }, + { + "move": "AGILITY", + "level": 36 + }, + { + "move": "TAKE_DOWN", + "level": 38 + } + ] + }, + { + "species": "SHARPEDO", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "RAGE", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "RAGE", + "level": 6 + }, + { + "move": "FOCUS_ENERGY", + "level": 8 + }, + { + "move": "SCARY_FACE", + "level": 11 + }, + { + "move": "ICE_FANG", + "level": 16 + }, + { + "move": "SCREECH", + "level": 18 + }, + { + "move": "SWAGGER", + "level": 21 + }, + { + "move": "ASSURANCE", + "level": 26 + }, + { + "move": "CRUNCH", + "level": 28 + }, + { + "move": "SLASH", + "level": 30 + }, + { + "move": "AQUA_JET", + "level": 34 + }, + { + "move": "TAUNT", + "level": 40 + }, + { + "move": "AGILITY", + "level": 45 + }, + { + "move": "SKULL_BASH", + "level": 50 + }, + { + "move": "NIGHT_SLASH", + "level": 56 + } + ] + }, + { + "species": "WAILMER", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "GROWL", + "level": 4 + }, + { + "move": "WATER_GUN", + "level": 7 + }, + { + "move": "ROLLOUT", + "level": 11 + }, + { + "move": "WHIRLPOOL", + "level": 14 + }, + { + "move": "ASTONISH", + "level": 17 + }, + { + "move": "WATER_PULSE", + "level": 21 + }, + { + "move": "MIST", + "level": 24 + }, + { + "move": "REST", + "level": 27 + }, + { + "move": "BRINE", + "level": 31 + }, + { + "move": "WATER_SPOUT", + "level": 34 + }, + { + "move": "AMNESIA", + "level": 37 + }, + { + "move": "DIVE", + "level": 41 + }, + { + "move": "BOUNCE", + "level": 44 + }, + { + "move": "HYDRO_PUMP", + "level": 47 + } + ] + }, + { + "species": "WAILORD", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "ROLLOUT", + "level": 1 + }, + { + "move": "GROWL", + "level": 4 + }, + { + "move": "WATER_GUN", + "level": 7 + }, + { + "move": "ROLLOUT", + "level": 11 + }, + { + "move": "WHIRLPOOL", + "level": 14 + }, + { + "move": "ASTONISH", + "level": 17 + }, + { + "move": "WATER_PULSE", + "level": 21 + }, + { + "move": "MIST", + "level": 24 + }, + { + "move": "REST", + "level": 27 + }, + { + "move": "BRINE", + "level": 31 + }, + { + "move": "WATER_SPOUT", + "level": 34 + }, + { + "move": "AMNESIA", + "level": 37 + }, + { + "move": "DIVE", + "level": 46 + }, + { + "move": "BOUNCE", + "level": 54 + }, + { + "move": "HYDRO_PUMP", + "level": 62 + } + ] + }, + { + "species": "NUMEL", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "EMBER", + "level": 5 + }, + { + "move": "MAGNITUDE", + "level": 11 + }, + { + "move": "FOCUS_ENERGY", + "level": 15 + }, + { + "move": "TAKE_DOWN", + "level": 21 + }, + { + "move": "AMNESIA", + "level": 25 + }, + { + "move": "LAVA_PLUME", + "level": 31 + }, + { + "move": "EARTH_POWER", + "level": 35 + }, + { + "move": "EARTHQUAKE", + "level": 41 + }, + { + "move": "FLAMETHROWER", + "level": 45 + }, + { + "move": "DOUBLE_EDGE", + "level": 51 + } + ] + }, + { + "species": "CAMERUPT", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "MAGNITUDE", + "level": 1 + }, + { + "move": "EMBER", + "level": 5 + }, + { + "move": "MAGNITUDE", + "level": 11 + }, + { + "move": "FOCUS_ENERGY", + "level": 15 + }, + { + "move": "TAKE_DOWN", + "level": 21 + }, + { + "move": "AMNESIA", + "level": 25 + }, + { + "move": "LAVA_PLUME", + "level": 31 + }, + { + "move": "ROCK_SLIDE", + "level": 33 + }, + { + "move": "EARTH_POWER", + "level": 39 + }, + { + "move": "EARTHQUAKE", + "level": 49 + }, + { + "move": "ERUPTION", + "level": 57 + }, + { + "move": "FISSURE", + "level": 67 + } + ] + }, + { + "species": "TORKOAL", + "moves": [ + { + "move": "EMBER", + "level": 1 + }, + { + "move": "SMOG", + "level": 4 + }, + { + "move": "WITHDRAW", + "level": 7 + }, + { + "move": "CURSE", + "level": 12 + }, + { + "move": "FIRE_SPIN", + "level": 17 + }, + { + "move": "SMOKESCREEN", + "level": 20 + }, + { + "move": "RAPID_SPIN", + "level": 23 + }, + { + "move": "FLAMETHROWER", + "level": 28 + }, + { + "move": "BODY_SLAM", + "level": 33 + }, + { + "move": "PROTECT", + "level": 36 + }, + { + "move": "LAVA_PLUME", + "level": 39 + }, + { + "move": "IRON_DEFENSE", + "level": 44 + }, + { + "move": "AMNESIA", + "level": 49 + }, + { + "move": "FLAIL", + "level": 52 + }, + { + "move": "HEAT_WAVE", + "level": 55 + } + ] + }, + { + "species": "SPOINK", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "PSYWAVE", + "level": 7 + }, + { + "move": "ODOR_SLEUTH", + "level": 10 + }, + { + "move": "PSYBEAM", + "level": 14 + }, + { + "move": "PSYCH_UP", + "level": 15 + }, + { + "move": "CONFUSE_RAY", + "level": 18 + }, + { + "move": "MAGIC_COAT", + "level": 21 + }, + { + "move": "ZEN_HEADBUTT", + "level": 26 + }, + { + "move": "REST", + "level": 29 + }, + { + "move": "SNORE", + "level": 29 + }, + { + "move": "PAYBACK", + "level": 34 + }, + { + "move": "PSYCHIC", + "level": 41 + }, + { + "move": "POWER_GEM", + "level": 46 + }, + { + "move": "BOUNCE", + "level": 48 + } + ] + }, + { + "species": "GRUMPIG", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "PSYWAVE", + "level": 1 + }, + { + "move": "ODOR_SLEUTH", + "level": 1 + }, + { + "move": "PSYBEAM", + "level": 1 + }, + { + "move": "PSYWAVE", + "level": 7 + }, + { + "move": "ODOR_SLEUTH", + "level": 10 + }, + { + "move": "PSYBEAM", + "level": 14 + }, + { + "move": "PSYCH_UP", + "level": 15 + }, + { + "move": "CONFUSE_RAY", + "level": 18 + }, + { + "move": "MAGIC_COAT", + "level": 21 + }, + { + "move": "ZEN_HEADBUTT", + "level": 26 + }, + { + "move": "REST", + "level": 29 + }, + { + "move": "SNORE", + "level": 29 + }, + { + "move": "PAYBACK", + "level": 37 + }, + { + "move": "PSYCHIC", + "level": 47 + }, + { + "move": "POWER_GEM", + "level": 55 + }, + { + "move": "BOUNCE", + "level": 60 + } + ] + }, + { + "species": "SPINDA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "UPROAR", + "level": 5 + }, + { + "move": "COPYCAT", + "level": 10 + }, + { + "move": "FEINT_ATTACK", + "level": 14 + }, + { + "move": "PSYBEAM", + "level": 19 + }, + { + "move": "HYPNOSIS", + "level": 23 + }, + { + "move": "DIZZY_PUNCH", + "level": 28 + }, + { + "move": "SUCKER_PUNCH", + "level": 32 + }, + { + "move": "TEETER_DANCE", + "level": 37 + }, + { + "move": "PSYCH_UP", + "level": 41 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + }, + { + "move": "FLAIL", + "level": 50 + }, + { + "move": "THRASH", + "level": 55 + } + ] + }, + { + "species": "TRAPINCH", + "moves": [ + { + "move": "BITE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 9 + }, + { + "move": "FEINT_ATTACK", + "level": 17 + }, + { + "move": "SAND_TOMB", + "level": 25 + }, + { + "move": "CRUNCH", + "level": 33 + }, + { + "move": "DIG", + "level": 41 + }, + { + "move": "SANDSTORM", + "level": 49 + }, + { + "move": "HYPER_BEAM", + "level": 57 + }, + { + "move": "EARTH_POWER", + "level": 65 + }, + { + "move": "EARTHQUAKE", + "level": 73 + }, + { + "move": "FEINT", + "level": 81 + }, + { + "move": "FISSURE", + "level": 89 + } + ] + }, + { + "species": "VIBRAVA", + "moves": [ + { + "move": "SONIC_BOOM", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "FEINT_ATTACK", + "level": 1 + }, + { + "move": "SAND_TOMB", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 9 + }, + { + "move": "FEINT_ATTACK", + "level": 17 + }, + { + "move": "SAND_TOMB", + "level": 25 + }, + { + "move": "SUPERSONIC", + "level": 33 + }, + { + "move": "DRAGON_BREATH", + "level": 35 + }, + { + "move": "SCREECH", + "level": 41 + }, + { + "move": "SANDSTORM", + "level": 49 + }, + { + "move": "HYPER_BEAM", + "level": 57 + } + ] + }, + { + "species": "FLYGON", + "moves": [ + { + "move": "SONIC_BOOM", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "FEINT_ATTACK", + "level": 1 + }, + { + "move": "SAND_TOMB", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 9 + }, + { + "move": "FEINT_ATTACK", + "level": 17 + }, + { + "move": "SAND_TOMB", + "level": 25 + }, + { + "move": "SUPERSONIC", + "level": 33 + }, + { + "move": "DRAGON_BREATH", + "level": 35 + }, + { + "move": "SCREECH", + "level": 41 + }, + { + "move": "DRAGON_CLAW", + "level": 45 + }, + { + "move": "SANDSTORM", + "level": 49 + }, + { + "move": "HYPER_BEAM", + "level": 57 + } + ] + }, + { + "species": "CACNEA", + "moves": [ + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "ABSORB", + "level": 5 + }, + { + "move": "GROWTH", + "level": 9 + }, + { + "move": "LEECH_SEED", + "level": 13 + }, + { + "move": "SAND_ATTACK", + "level": 17 + }, + { + "move": "PIN_MISSILE", + "level": 21 + }, + { + "move": "INGRAIN", + "level": 25 + }, + { + "move": "FEINT_ATTACK", + "level": 29 + }, + { + "move": "SPIKES", + "level": 33 + }, + { + "move": "SUCKER_PUNCH", + "level": 37 + }, + { + "move": "PAYBACK", + "level": 41 + }, + { + "move": "NEEDLE_ARM", + "level": 45 + }, + { + "move": "COTTON_SPORE", + "level": 49 + }, + { + "move": "SANDSTORM", + "level": 53 + }, + { + "move": "DESTINY_BOND", + "level": 57 + } + ] + }, + { + "species": "CACTURNE", + "moves": [ + { + "move": "REVENGE", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "GROWTH", + "level": 1 + }, + { + "move": "ABSORB", + "level": 5 + }, + { + "move": "GROWTH", + "level": 9 + }, + { + "move": "LEECH_SEED", + "level": 13 + }, + { + "move": "SAND_ATTACK", + "level": 17 + }, + { + "move": "PIN_MISSILE", + "level": 21 + }, + { + "move": "INGRAIN", + "level": 25 + }, + { + "move": "FEINT_ATTACK", + "level": 29 + }, + { + "move": "SPIKES", + "level": 35 + }, + { + "move": "SUCKER_PUNCH", + "level": 41 + }, + { + "move": "PAYBACK", + "level": 47 + }, + { + "move": "NEEDLE_ARM", + "level": 53 + }, + { + "move": "COTTON_SPORE", + "level": 59 + }, + { + "move": "SANDSTORM", + "level": 65 + }, + { + "move": "DESTINY_BOND", + "level": 71 + } + ] + }, + { + "species": "SWABLU", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 5 + }, + { + "move": "SING", + "level": 9 + }, + { + "move": "FURY_ATTACK", + "level": 13 + }, + { + "move": "SAFEGUARD", + "level": 18 + }, + { + "move": "MIST", + "level": 23 + }, + { + "move": "TAKE_DOWN", + "level": 28 + }, + { + "move": "NATURAL_GIFT", + "level": 32 + }, + { + "move": "MIRROR_MOVE", + "level": 36 + }, + { + "move": "REFRESH", + "level": 40 + }, + { + "move": "DRAGON_PULSE", + "level": 45 + }, + { + "move": "PERISH_SONG", + "level": 50 + } + ] + }, + { + "species": "ALTARIA", + "moves": [ + { + "move": "PLUCK", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "SING", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 5 + }, + { + "move": "SING", + "level": 9 + }, + { + "move": "FURY_ATTACK", + "level": 13 + }, + { + "move": "SAFEGUARD", + "level": 18 + }, + { + "move": "MIST", + "level": 23 + }, + { + "move": "TAKE_DOWN", + "level": 28 + }, + { + "move": "NATURAL_GIFT", + "level": 32 + }, + { + "move": "DRAGON_BREATH", + "level": 35 + }, + { + "move": "DRAGON_DANCE", + "level": 39 + }, + { + "move": "REFRESH", + "level": 46 + }, + { + "move": "DRAGON_PULSE", + "level": 54 + }, + { + "move": "PERISH_SONG", + "level": 62 + }, + { + "move": "SKY_ATTACK", + "level": 70 + } + ] + }, + { + "species": "ZANGOOSE", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 5 + }, + { + "move": "SWORDS_DANCE", + "level": 9 + }, + { + "move": "FURY_CUTTER", + "level": 14 + }, + { + "move": "SLASH", + "level": 18 + }, + { + "move": "PURSUIT", + "level": 22 + }, + { + "move": "EMBARGO", + "level": 27 + }, + { + "move": "CRUSH_CLAW", + "level": 31 + }, + { + "move": "TAUNT", + "level": 35 + }, + { + "move": "DETECT", + "level": 40 + }, + { + "move": "FALSE_SWIPE", + "level": 44 + }, + { + "move": "X_SCISSOR", + "level": 48 + }, + { + "move": "CLOSE_COMBAT", + "level": 53 + } + ] + }, + { + "species": "SEVIPER", + "moves": [ + { + "move": "WRAP", + "level": 1 + }, + { + "move": "LICK", + "level": 7 + }, + { + "move": "BITE", + "level": 10 + }, + { + "move": "POISON_TAIL", + "level": 16 + }, + { + "move": "SCREECH", + "level": 19 + }, + { + "move": "GLARE", + "level": 25 + }, + { + "move": "CRUNCH", + "level": 28 + }, + { + "move": "POISON_FANG", + "level": 34 + }, + { + "move": "SWAGGER", + "level": 37 + }, + { + "move": "HAZE", + "level": 43 + }, + { + "move": "NIGHT_SLASH", + "level": 46 + }, + { + "move": "POISON_JAB", + "level": 52 + }, + { + "move": "WRING_OUT", + "level": 55 + } + ] + }, + { + "species": "LUNATONE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "ROCK_THROW", + "level": 9 + }, + { + "move": "HYPNOSIS", + "level": 12 + }, + { + "move": "ROCK_POLISH", + "level": 20 + }, + { + "move": "PSYWAVE", + "level": 23 + }, + { + "move": "EMBARGO", + "level": 31 + }, + { + "move": "COSMIC_POWER", + "level": 34 + }, + { + "move": "HEAL_BLOCK", + "level": 42 + }, + { + "move": "PSYCHIC", + "level": 45 + }, + { + "move": "FUTURE_SIGHT", + "level": 53 + }, + { + "move": "EXPLOSION", + "level": 56 + } + ] + }, + { + "species": "SOLROCK", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "ROCK_THROW", + "level": 9 + }, + { + "move": "FIRE_SPIN", + "level": 12 + }, + { + "move": "ROCK_POLISH", + "level": 20 + }, + { + "move": "PSYWAVE", + "level": 23 + }, + { + "move": "EMBARGO", + "level": 31 + }, + { + "move": "COSMIC_POWER", + "level": 34 + }, + { + "move": "HEAL_BLOCK", + "level": 42 + }, + { + "move": "ROCK_SLIDE", + "level": 45 + }, + { + "move": "SOLAR_BEAM", + "level": 53 + }, + { + "move": "EXPLOSION", + "level": 56 + } + ] + }, + { + "species": "BARBOACH", + "moves": [ + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 6 + }, + { + "move": "WATER_SPORT", + "level": 6 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "MUD_BOMB", + "level": 14 + }, + { + "move": "AMNESIA", + "level": 18 + }, + { + "move": "WATER_PULSE", + "level": 22 + }, + { + "move": "MAGNITUDE", + "level": 26 + }, + { + "move": "REST", + "level": 31 + }, + { + "move": "SNORE", + "level": 31 + }, + { + "move": "AQUA_TAIL", + "level": 35 + }, + { + "move": "EARTHQUAKE", + "level": 39 + }, + { + "move": "FUTURE_SIGHT", + "level": 43 + }, + { + "move": "FISSURE", + "level": 47 + } + ] + }, + { + "species": "WHISCASH", + "moves": [ + { + "move": "ZEN_HEADBUTT", + "level": 1 + }, + { + "move": "TICKLE", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 6 + }, + { + "move": "WATER_SPORT", + "level": 6 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "MUD_BOMB", + "level": 14 + }, + { + "move": "AMNESIA", + "level": 18 + }, + { + "move": "WATER_PULSE", + "level": 22 + }, + { + "move": "MAGNITUDE", + "level": 26 + }, + { + "move": "REST", + "level": 33 + }, + { + "move": "SNORE", + "level": 33 + }, + { + "move": "AQUA_TAIL", + "level": 39 + }, + { + "move": "EARTHQUAKE", + "level": 45 + }, + { + "move": "FUTURE_SIGHT", + "level": 51 + }, + { + "move": "FISSURE", + "level": 57 + } + ] + }, + { + "species": "CORPHISH", + "moves": [ + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 7 + }, + { + "move": "VISE_GRIP", + "level": 10 + }, + { + "move": "LEER", + "level": 13 + }, + { + "move": "BUBBLE_BEAM", + "level": 20 + }, + { + "move": "PROTECT", + "level": 23 + }, + { + "move": "KNOCK_OFF", + "level": 26 + }, + { + "move": "TAUNT", + "level": 32 + }, + { + "move": "NIGHT_SLASH", + "level": 35 + }, + { + "move": "CRABHAMMER", + "level": 38 + }, + { + "move": "SWORDS_DANCE", + "level": 44 + }, + { + "move": "CRUNCH", + "level": 47 + }, + { + "move": "GUILLOTINE", + "level": 53 + } + ] + }, + { + "species": "CRAWDAUNT", + "moves": [ + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "VISE_GRIP", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "HARDEN", + "level": 7 + }, + { + "move": "VISE_GRIP", + "level": 10 + }, + { + "move": "LEER", + "level": 13 + }, + { + "move": "BUBBLE_BEAM", + "level": 20 + }, + { + "move": "PROTECT", + "level": 23 + }, + { + "move": "KNOCK_OFF", + "level": 26 + }, + { + "move": "SWIFT", + "level": 30 + }, + { + "move": "TAUNT", + "level": 34 + }, + { + "move": "NIGHT_SLASH", + "level": 39 + }, + { + "move": "CRABHAMMER", + "level": 44 + }, + { + "move": "SWORDS_DANCE", + "level": 52 + }, + { + "move": "CRUNCH", + "level": 57 + }, + { + "move": "GUILLOTINE", + "level": 65 + } + ] + }, + { + "species": "BALTOY", + "moves": [ + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "HARDEN", + "level": 3 + }, + { + "move": "RAPID_SPIN", + "level": 5 + }, + { + "move": "MUD_SLAP", + "level": 7 + }, + { + "move": "PSYBEAM", + "level": 11 + }, + { + "move": "ROCK_TOMB", + "level": 15 + }, + { + "move": "SELF_DESTRUCT", + "level": 19 + }, + { + "move": "ANCIENT_POWER", + "level": 25 + }, + { + "move": "POWER_TRICK", + "level": 31 + }, + { + "move": "SANDSTORM", + "level": 37 + }, + { + "move": "COSMIC_POWER", + "level": 45 + }, + { + "move": "EARTH_POWER", + "level": 53 + }, + { + "move": "HEAL_BLOCK", + "level": 61 + }, + { + "move": "EXPLOSION", + "level": 71 + } + ] + }, + { + "species": "CLAYDOL", + "moves": [ + { + "move": "TELEPORT", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "RAPID_SPIN", + "level": 1 + }, + { + "move": "HARDEN", + "level": 3 + }, + { + "move": "RAPID_SPIN", + "level": 5 + }, + { + "move": "MUD_SLAP", + "level": 7 + }, + { + "move": "PSYBEAM", + "level": 11 + }, + { + "move": "ROCK_TOMB", + "level": 15 + }, + { + "move": "SELF_DESTRUCT", + "level": 19 + }, + { + "move": "ANCIENT_POWER", + "level": 25 + }, + { + "move": "POWER_TRICK", + "level": 31 + }, + { + "move": "HYPER_BEAM", + "level": 36 + }, + { + "move": "SANDSTORM", + "level": 40 + }, + { + "move": "COSMIC_POWER", + "level": 51 + }, + { + "move": "EARTH_POWER", + "level": 62 + }, + { + "move": "HEAL_BLOCK", + "level": 73 + }, + { + "move": "EXPLOSION", + "level": 86 + } + ] + }, + { + "species": "LILEEP", + "moves": [ + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "ACID", + "level": 8 + }, + { + "move": "INGRAIN", + "level": 15 + }, + { + "move": "CONFUSE_RAY", + "level": 22 + }, + { + "move": "AMNESIA", + "level": 29 + }, + { + "move": "GASTRO_ACID", + "level": 36 + }, + { + "move": "ANCIENT_POWER", + "level": 43 + }, + { + "move": "ENERGY_BALL", + "level": 50 + }, + { + "move": "STOCKPILE", + "level": 57 + }, + { + "move": "SPIT_UP", + "level": 57 + }, + { + "move": "SWALLOW", + "level": 57 + }, + { + "move": "WRING_OUT", + "level": 64 + } + ] + }, + { + "species": "CRADILY", + "moves": [ + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "ACID", + "level": 1 + }, + { + "move": "INGRAIN", + "level": 1 + }, + { + "move": "ACID", + "level": 8 + }, + { + "move": "INGRAIN", + "level": 15 + }, + { + "move": "CONFUSE_RAY", + "level": 22 + }, + { + "move": "AMNESIA", + "level": 29 + }, + { + "move": "ANCIENT_POWER", + "level": 36 + }, + { + "move": "GASTRO_ACID", + "level": 46 + }, + { + "move": "ENERGY_BALL", + "level": 56 + }, + { + "move": "STOCKPILE", + "level": 66 + }, + { + "move": "SPIT_UP", + "level": 66 + }, + { + "move": "SWALLOW", + "level": 66 + }, + { + "move": "WRING_OUT", + "level": 76 + } + ] + }, + { + "species": "ANORITH", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 7 + }, + { + "move": "WATER_GUN", + "level": 13 + }, + { + "move": "METAL_CLAW", + "level": 19 + }, + { + "move": "PROTECT", + "level": 25 + }, + { + "move": "ANCIENT_POWER", + "level": 31 + }, + { + "move": "FURY_CUTTER", + "level": 37 + }, + { + "move": "SLASH", + "level": 43 + }, + { + "move": "ROCK_BLAST", + "level": 49 + }, + { + "move": "CRUSH_CLAW", + "level": 55 + }, + { + "move": "X_SCISSOR", + "level": 61 + } + ] + }, + { + "species": "ARMALDO", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 7 + }, + { + "move": "WATER_GUN", + "level": 13 + }, + { + "move": "METAL_CLAW", + "level": 19 + }, + { + "move": "PROTECT", + "level": 25 + }, + { + "move": "ANCIENT_POWER", + "level": 31 + }, + { + "move": "FURY_CUTTER", + "level": 37 + }, + { + "move": "SLASH", + "level": 46 + }, + { + "move": "ROCK_BLAST", + "level": 55 + }, + { + "move": "CRUSH_CLAW", + "level": 67 + }, + { + "move": "X_SCISSOR", + "level": 73 + } + ] + }, + { + "species": "FEEBAS", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "TACKLE", + "level": 15 + }, + { + "move": "FLAIL", + "level": 30 + } + ] + }, + { + "species": "MILOTIC", + "moves": [ + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "WRAP", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 5 + }, + { + "move": "REFRESH", + "level": 9 + }, + { + "move": "WATER_PULSE", + "level": 13 + }, + { + "move": "TWISTER", + "level": 17 + }, + { + "move": "RECOVER", + "level": 21 + }, + { + "move": "CAPTIVATE", + "level": 25 + }, + { + "move": "AQUA_TAIL", + "level": 29 + }, + { + "move": "RAIN_DANCE", + "level": 33 + }, + { + "move": "HYDRO_PUMP", + "level": 37 + }, + { + "move": "ATTRACT", + "level": 41 + }, + { + "move": "SAFEGUARD", + "level": 45 + }, + { + "move": "AQUA_RING", + "level": 49 + } + ] + }, + { + "species": "CASTFORM", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 10 + }, + { + "move": "EMBER", + "level": 10 + }, + { + "move": "POWDER_SNOW", + "level": 10 + }, + { + "move": "RAIN_DANCE", + "level": 20 + }, + { + "move": "SUNNY_DAY", + "level": 20 + }, + { + "move": "HAIL", + "level": 20 + }, + { + "move": "WEATHER_BALL", + "level": 30 + } + ] + }, + { + "species": "KECLEON", + "moves": [ + { + "move": "THIEF", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "LICK", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "BIND", + "level": 4 + }, + { + "move": "FEINT_ATTACK", + "level": 7 + }, + { + "move": "FURY_SWIPES", + "level": 10 + }, + { + "move": "PSYBEAM", + "level": 15 + }, + { + "move": "SHADOW_SNEAK", + "level": 20 + }, + { + "move": "SLASH", + "level": 25 + }, + { + "move": "SCREECH", + "level": 32 + }, + { + "move": "SUBSTITUTE", + "level": 39 + }, + { + "move": "SUCKER_PUNCH", + "level": 46 + }, + { + "move": "SHADOW_CLAW", + "level": 55 + }, + { + "move": "ANCIENT_POWER", + "level": 64 + } + ] + }, + { + "species": "SHUPPET", + "moves": [ + { + "move": "KNOCK_OFF", + "level": 1 + }, + { + "move": "SCREECH", + "level": 5 + }, + { + "move": "NIGHT_SHADE", + "level": 8 + }, + { + "move": "CURSE", + "level": 13 + }, + { + "move": "SPITE", + "level": 16 + }, + { + "move": "SHADOW_SNEAK", + "level": 20 + }, + { + "move": "WILL_O_WISP", + "level": 23 + }, + { + "move": "FEINT_ATTACK", + "level": 28 + }, + { + "move": "SHADOW_BALL", + "level": 31 + }, + { + "move": "SUCKER_PUNCH", + "level": 35 + }, + { + "move": "EMBARGO", + "level": 38 + }, + { + "move": "SNATCH", + "level": 43 + }, + { + "move": "GRUDGE", + "level": 46 + }, + { + "move": "TRICK", + "level": 50 + } + ] + }, + { + "species": "BANETTE", + "moves": [ + { + "move": "KNOCK_OFF", + "level": 1 + }, + { + "move": "SCREECH", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 1 + }, + { + "move": "CURSE", + "level": 1 + }, + { + "move": "SCREECH", + "level": 8 + }, + { + "move": "NIGHT_SHADE", + "level": 5 + }, + { + "move": "CURSE", + "level": 13 + }, + { + "move": "SPITE", + "level": 16 + }, + { + "move": "SHADOW_SNEAK", + "level": 20 + }, + { + "move": "WILL_O_WISP", + "level": 23 + }, + { + "move": "FEINT_ATTACK", + "level": 28 + }, + { + "move": "SHADOW_BALL", + "level": 31 + }, + { + "move": "SUCKER_PUNCH", + "level": 35 + }, + { + "move": "EMBARGO", + "level": 42 + }, + { + "move": "SNATCH", + "level": 51 + }, + { + "move": "GRUDGE", + "level": 58 + }, + { + "move": "TRICK", + "level": 66 + } + ] + }, + { + "species": "DUSKULL", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 1 + }, + { + "move": "DISABLE", + "level": 6 + }, + { + "move": "FORESIGHT", + "level": 9 + }, + { + "move": "ASTONISH", + "level": 14 + }, + { + "move": "CONFUSE_RAY", + "level": 17 + }, + { + "move": "SHADOW_SNEAK", + "level": 22 + }, + { + "move": "PURSUIT", + "level": 25 + }, + { + "move": "CURSE", + "level": 30 + }, + { + "move": "WILL_O_WISP", + "level": 33 + }, + { + "move": "MEAN_LOOK", + "level": 38 + }, + { + "move": "PAYBACK", + "level": 41 + }, + { + "move": "FUTURE_SIGHT", + "level": 46 + } + ] + }, + { + "species": "DUSCLOPS", + "moves": [ + { + "move": "FIRE_PUNCH", + "level": 1 + }, + { + "move": "ICE_PUNCH", + "level": 1 + }, + { + "move": "THUNDER_PUNCH", + "level": 1 + }, + { + "move": "GRAVITY", + "level": 1 + }, + { + "move": "BIND", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 1 + }, + { + "move": "DISABLE", + "level": 1 + }, + { + "move": "DISABLE", + "level": 6 + }, + { + "move": "FORESIGHT", + "level": 9 + }, + { + "move": "ASTONISH", + "level": 14 + }, + { + "move": "CONFUSE_RAY", + "level": 17 + }, + { + "move": "SHADOW_SNEAK", + "level": 22 + }, + { + "move": "PURSUIT", + "level": 25 + }, + { + "move": "CURSE", + "level": 30 + }, + { + "move": "WILL_O_WISP", + "level": 33 + }, + { + "move": "SHADOW_PUNCH", + "level": 37 + }, + { + "move": "MEAN_LOOK", + "level": 43 + }, + { + "move": "PAYBACK", + "level": 51 + }, + { + "move": "FUTURE_SIGHT", + "level": 61 + } + ] + }, + { + "species": "TROPIUS", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "GUST", + "level": 1 + }, + { + "move": "GROWTH", + "level": 7 + }, + { + "move": "RAZOR_LEAF", + "level": 11 + }, + { + "move": "STOMP", + "level": 17 + }, + { + "move": "SWEET_SCENT", + "level": 21 + }, + { + "move": "WHIRLWIND", + "level": 27 + }, + { + "move": "MAGICAL_LEAF", + "level": 31 + }, + { + "move": "BODY_SLAM", + "level": 37 + }, + { + "move": "SYNTHESIS", + "level": 41 + }, + { + "move": "AIR_SLASH", + "level": 47 + }, + { + "move": "SOLAR_BEAM", + "level": 51 + }, + { + "move": "NATURAL_GIFT", + "level": 57 + }, + { + "move": "LEAF_STORM", + "level": 61 + } + ] + }, + { + "species": "CHIMECHO", + "moves": [ + { + "move": "WRAP", + "level": 1 + }, + { + "move": "GROWL", + "level": 6 + }, + { + "move": "ASTONISH", + "level": 9 + }, + { + "move": "CONFUSION", + "level": 14 + }, + { + "move": "UPROAR", + "level": 17 + }, + { + "move": "TAKE_DOWN", + "level": 22 + }, + { + "move": "YAWN", + "level": 25 + }, + { + "move": "PSYWAVE", + "level": 30 + }, + { + "move": "DOUBLE_EDGE", + "level": 33 + }, + { + "move": "HEAL_BELL", + "level": 38 + }, + { + "move": "SAFEGUARD", + "level": 41 + }, + { + "move": "EXTRASENSORY", + "level": 46 + }, + { + "move": "HEALING_WISH", + "level": 49 + } + ] + }, + { + "species": "ABSOL", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 4 + }, + { + "move": "TAUNT", + "level": 9 + }, + { + "move": "QUICK_ATTACK", + "level": 12 + }, + { + "move": "RAZOR_WIND", + "level": 17 + }, + { + "move": "PURSUIT", + "level": 20 + }, + { + "move": "SWORDS_DANCE", + "level": 25 + }, + { + "move": "BITE", + "level": 28 + }, + { + "move": "DOUBLE_TEAM", + "level": 33 + }, + { + "move": "SLASH", + "level": 36 + }, + { + "move": "FUTURE_SIGHT", + "level": 41 + }, + { + "move": "SUCKER_PUNCH", + "level": 44 + }, + { + "move": "DETECT", + "level": 49 + }, + { + "move": "NIGHT_SLASH", + "level": 52 + }, + { + "move": "ME_FIRST", + "level": 57 + }, + { + "move": "PSYCHO_CUT", + "level": 60 + }, + { + "move": "PERISH_SONG", + "level": 65 + } + ] + }, + { + "species": "WYNAUT", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "CHARM", + "level": 1 + }, + { + "move": "ENCORE", + "level": 1 + }, + { + "move": "COUNTER", + "level": 15 + }, + { + "move": "MIRROR_COAT", + "level": 15 + }, + { + "move": "SAFEGUARD", + "level": 15 + }, + { + "move": "DESTINY_BOND", + "level": 15 + } + ] + }, + { + "species": "SNORUNT", + "moves": [ + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 4 + }, + { + "move": "BITE", + "level": 10 + }, + { + "move": "ICY_WIND", + "level": 13 + }, + { + "move": "HEADBUTT", + "level": 19 + }, + { + "move": "PROTECT", + "level": 22 + }, + { + "move": "ICE_FANG", + "level": 28 + }, + { + "move": "CRUNCH", + "level": 31 + }, + { + "move": "ICE_SHARD", + "level": 37 + }, + { + "move": "HAIL", + "level": 40 + }, + { + "move": "BLIZZARD", + "level": 46 + } + ] + }, + { + "species": "GLALIE", + "moves": [ + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 4 + }, + { + "move": "BITE", + "level": 10 + }, + { + "move": "ICY_WIND", + "level": 13 + }, + { + "move": "HEADBUTT", + "level": 19 + }, + { + "move": "PROTECT", + "level": 22 + }, + { + "move": "ICE_FANG", + "level": 28 + }, + { + "move": "CRUNCH", + "level": 31 + }, + { + "move": "ICE_BEAM", + "level": 37 + }, + { + "move": "HAIL", + "level": 40 + }, + { + "move": "BLIZZARD", + "level": 51 + }, + { + "move": "SHEER_COLD", + "level": 59 + } + ] + }, + { + "species": "SPHEAL", + "moves": [ + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "ENCORE", + "level": 7 + }, + { + "move": "ICE_BALL", + "level": 13 + }, + { + "move": "BODY_SLAM", + "level": 19 + }, + { + "move": "AURORA_BEAM", + "level": 25 + }, + { + "move": "HAIL", + "level": 31 + }, + { + "move": "REST", + "level": 37 + }, + { + "move": "SNORE", + "level": 37 + }, + { + "move": "BLIZZARD", + "level": 43 + }, + { + "move": "SHEER_COLD", + "level": 49 + } + ] + }, + { + "species": "SEALEO", + "moves": [ + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "ENCORE", + "level": 1 + }, + { + "move": "ENCORE", + "level": 7 + }, + { + "move": "ICE_BALL", + "level": 13 + }, + { + "move": "BODY_SLAM", + "level": 19 + }, + { + "move": "AURORA_BEAM", + "level": 25 + }, + { + "move": "HAIL", + "level": 31 + }, + { + "move": "SWAGGER", + "level": 32 + }, + { + "move": "REST", + "level": 39 + }, + { + "move": "SNORE", + "level": 39 + }, + { + "move": "BLIZZARD", + "level": 47 + }, + { + "move": "SHEER_COLD", + "level": 55 + } + ] + }, + { + "species": "WALREIN", + "moves": [ + { + "move": "CRUNCH", + "level": 1 + }, + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "ENCORE", + "level": 1 + }, + { + "move": "ENCORE", + "level": 7 + }, + { + "move": "ICE_BALL", + "level": 13 + }, + { + "move": "BODY_SLAM", + "level": 19 + }, + { + "move": "AURORA_BEAM", + "level": 25 + }, + { + "move": "HAIL", + "level": 31 + }, + { + "move": "SWAGGER", + "level": 32 + }, + { + "move": "REST", + "level": 39 + }, + { + "move": "SNORE", + "level": 39 + }, + { + "move": "ICE_FANG", + "level": 44 + }, + { + "move": "BLIZZARD", + "level": 52 + }, + { + "move": "SHEER_COLD", + "level": 65 + } + ] + }, + { + "species": "CLAMPERL", + "moves": [ + { + "move": "CLAMP", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "WHIRLPOOL", + "level": 1 + }, + { + "move": "IRON_DEFENSE", + "level": 1 + } + ] + }, + { + "species": "HUNTAIL", + "moves": [ + { + "move": "WHIRLPOOL", + "level": 1 + }, + { + "move": "BITE", + "level": 6 + }, + { + "move": "SCREECH", + "level": 10 + }, + { + "move": "WATER_PULSE", + "level": 15 + }, + { + "move": "SCARY_FACE", + "level": 19 + }, + { + "move": "ICE_FANG", + "level": 24 + }, + { + "move": "BRINE", + "level": 28 + }, + { + "move": "BATON_PASS", + "level": 33 + }, + { + "move": "DIVE", + "level": 37 + }, + { + "move": "CRUNCH", + "level": 42 + }, + { + "move": "AQUA_TAIL", + "level": 46 + }, + { + "move": "HYDRO_PUMP", + "level": 51 + } + ] + }, + { + "species": "GOREBYSS", + "moves": [ + { + "move": "WHIRLPOOL", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 6 + }, + { + "move": "AGILITY", + "level": 10 + }, + { + "move": "WATER_PULSE", + "level": 15 + }, + { + "move": "AMNESIA", + "level": 19 + }, + { + "move": "AQUA_RING", + "level": 24 + }, + { + "move": "CAPTIVATE", + "level": 28 + }, + { + "move": "BATON_PASS", + "level": 33 + }, + { + "move": "DIVE", + "level": 37 + }, + { + "move": "PSYCHIC", + "level": 42 + }, + { + "move": "AQUA_TAIL", + "level": 46 + }, + { + "move": "HYDRO_PUMP", + "level": 51 + } + ] + }, + { + "species": "RELICANTH", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 8 + }, + { + "move": "ROCK_TOMB", + "level": 15 + }, + { + "move": "YAWN", + "level": 22 + }, + { + "move": "TAKE_DOWN", + "level": 29 + }, + { + "move": "MUD_SPORT", + "level": 36 + }, + { + "move": "ANCIENT_POWER", + "level": 43 + }, + { + "move": "DOUBLE_EDGE", + "level": 50 + }, + { + "move": "DIVE", + "level": 57 + }, + { + "move": "REST", + "level": 64 + }, + { + "move": "HYDRO_PUMP", + "level": 71 + }, + { + "move": "HEAD_SMASH", + "level": 78 + } + ] + }, + { + "species": "LUVDISC", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "CHARM", + "level": 4 + }, + { + "move": "WATER_GUN", + "level": 7 + }, + { + "move": "AGILITY", + "level": 9 + }, + { + "move": "TAKE_DOWN", + "level": 14 + }, + { + "move": "LUCKY_CHANT", + "level": 17 + }, + { + "move": "ATTRACT", + "level": 22 + }, + { + "move": "SWEET_KISS", + "level": 27 + }, + { + "move": "WATER_PULSE", + "level": 31 + }, + { + "move": "AQUA_RING", + "level": 37 + }, + { + "move": "CAPTIVATE", + "level": 40 + }, + { + "move": "FLAIL", + "level": 46 + }, + { + "move": "SAFEGUARD", + "level": 51 + } + ] + }, + { + "species": "BAGON", + "moves": [ + { + "move": "RAGE", + "level": 1 + }, + { + "move": "BITE", + "level": 5 + }, + { + "move": "LEER", + "level": 10 + }, + { + "move": "HEADBUTT", + "level": 16 + }, + { + "move": "FOCUS_ENERGY", + "level": 20 + }, + { + "move": "EMBER", + "level": 25 + }, + { + "move": "DRAGON_BREATH", + "level": 31 + }, + { + "move": "ZEN_HEADBUTT", + "level": 35 + }, + { + "move": "SCARY_FACE", + "level": 40 + }, + { + "move": "CRUNCH", + "level": 46 + }, + { + "move": "DRAGON_CLAW", + "level": 50 + }, + { + "move": "DOUBLE_EDGE", + "level": 55 + } + ] + }, + { + "species": "SHELGON", + "moves": [ + { + "move": "RAGE", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "BITE", + "level": 5 + }, + { + "move": "LEER", + "level": 10 + }, + { + "move": "HEADBUTT", + "level": 16 + }, + { + "move": "FOCUS_ENERGY", + "level": 20 + }, + { + "move": "EMBER", + "level": 25 + }, + { + "move": "PROTECT", + "level": 30 + }, + { + "move": "DRAGON_BREATH", + "level": 32 + }, + { + "move": "ZEN_HEADBUTT", + "level": 37 + }, + { + "move": "SCARY_FACE", + "level": 43 + }, + { + "move": "CRUNCH", + "level": 50 + }, + { + "move": "DRAGON_CLAW", + "level": 55 + }, + { + "move": "DOUBLE_EDGE", + "level": 61 + } + ] + }, + { + "species": "SALAMENCE", + "moves": [ + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "RAGE", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "BITE", + "level": 5 + }, + { + "move": "LEER", + "level": 10 + }, + { + "move": "HEADBUTT", + "level": 16 + }, + { + "move": "FOCUS_ENERGY", + "level": 20 + }, + { + "move": "EMBER", + "level": 25 + }, + { + "move": "PROTECT", + "level": 30 + }, + { + "move": "DRAGON_BREATH", + "level": 32 + }, + { + "move": "ZEN_HEADBUTT", + "level": 37 + }, + { + "move": "SCARY_FACE", + "level": 43 + }, + { + "move": "FLY", + "level": 50 + }, + { + "move": "CRUNCH", + "level": 53 + }, + { + "move": "DRAGON_CLAW", + "level": 61 + }, + { + "move": "DOUBLE_EDGE", + "level": 70 + } + ] + }, + { + "species": "BELDUM", + "moves": [ + { + "move": "TAKE_DOWN", + "level": 1 + } + ] + }, + { + "species": "METANG", + "moves": [ + { + "move": "MAGNET_RISE", + "level": 1 + }, + { + "move": "TAKE_DOWN", + "level": 1 + }, + { + "move": "METAL_CLAW", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "METAL_CLAW", + "level": 20 + }, + { + "move": "CONFUSION", + "level": 20 + }, + { + "move": "SCARY_FACE", + "level": 24 + }, + { + "move": "PURSUIT", + "level": 28 + }, + { + "move": "BULLET_PUNCH", + "level": 32 + }, + { + "move": "PSYCHIC", + "level": 36 + }, + { + "move": "IRON_DEFENSE", + "level": 40 + }, + { + "move": "AGILITY", + "level": 44 + }, + { + "move": "METEOR_MASH", + "level": 48 + }, + { + "move": "ZEN_HEADBUTT", + "level": 52 + }, + { + "move": "HYPER_BEAM", + "level": 56 + } + ] + }, + { + "species": "METAGROSS", + "moves": [ + { + "move": "MAGNET_RISE", + "level": 1 + }, + { + "move": "TAKE_DOWN", + "level": 1 + }, + { + "move": "METAL_CLAW", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "METAL_CLAW", + "level": 20 + }, + { + "move": "CONFUSION", + "level": 20 + }, + { + "move": "SCARY_FACE", + "level": 24 + }, + { + "move": "PURSUIT", + "level": 28 + }, + { + "move": "BULLET_PUNCH", + "level": 32 + }, + { + "move": "PSYCHIC", + "level": 36 + }, + { + "move": "IRON_DEFENSE", + "level": 40 + }, + { + "move": "AGILITY", + "level": 44 + }, + { + "move": "HAMMER_ARM", + "level": 45 + }, + { + "move": "METEOR_MASH", + "level": 53 + }, + { + "move": "ZEN_HEADBUTT", + "level": 62 + }, + { + "move": "HYPER_BEAM", + "level": 71 + } + ] + }, + { + "species": "REGIROCK", + "moves": [ + { + "move": "EXPLOSION", + "level": 1 + }, + { + "move": "ROCK_THROW", + "level": 9 + }, + { + "move": "CURSE", + "level": 17 + }, + { + "move": "SUPERPOWER", + "level": 25 + }, + { + "move": "ANCIENT_POWER", + "level": 33 + }, + { + "move": "IRON_DEFENSE", + "level": 41 + }, + { + "move": "CHARGE_BEAM", + "level": 49 + }, + { + "move": "LOCK_ON", + "level": 57 + }, + { + "move": "ZAP_CANNON", + "level": 65 + }, + { + "move": "STONE_EDGE", + "level": 73 + }, + { + "move": "HAMMER_ARM", + "level": 81 + }, + { + "move": "HYPER_BEAM", + "level": 89 + } + ] + }, + { + "species": "REGICE", + "moves": [ + { + "move": "EXPLOSION", + "level": 1 + }, + { + "move": "ICY_WIND", + "level": 9 + }, + { + "move": "CURSE", + "level": 17 + }, + { + "move": "SUPERPOWER", + "level": 25 + }, + { + "move": "ANCIENT_POWER", + "level": 33 + }, + { + "move": "AMNESIA", + "level": 41 + }, + { + "move": "CHARGE_BEAM", + "level": 49 + }, + { + "move": "LOCK_ON", + "level": 57 + }, + { + "move": "ZAP_CANNON", + "level": 65 + }, + { + "move": "ICE_BEAM", + "level": 73 + }, + { + "move": "HAMMER_ARM", + "level": 81 + }, + { + "move": "HYPER_BEAM", + "level": 89 + } + ] + }, + { + "species": "REGISTEEL", + "moves": [ + { + "move": "EXPLOSION", + "level": 1 + }, + { + "move": "METAL_CLAW", + "level": 9 + }, + { + "move": "CURSE", + "level": 17 + }, + { + "move": "SUPERPOWER", + "level": 25 + }, + { + "move": "ANCIENT_POWER", + "level": 33 + }, + { + "move": "IRON_DEFENSE", + "level": 41 + }, + { + "move": "AMNESIA", + "level": 41 + }, + { + "move": "CHARGE_BEAM", + "level": 49 + }, + { + "move": "LOCK_ON", + "level": 57 + }, + { + "move": "ZAP_CANNON", + "level": 65 + }, + { + "move": "IRON_HEAD", + "level": 73 + }, + { + "move": "FLASH_CANNON", + "level": 73 + }, + { + "move": "HAMMER_ARM", + "level": 81 + }, + { + "move": "HYPER_BEAM", + "level": 89 + } + ] + }, + { + "species": "LATIAS", + "moves": [ + { + "move": "PSYWAVE", + "level": 1 + }, + { + "move": "WISH", + "level": 5 + }, + { + "move": "HELPING_HAND", + "level": 10 + }, + { + "move": "SAFEGUARD", + "level": 15 + }, + { + "move": "DRAGON_BREATH", + "level": 20 + }, + { + "move": "WATER_SPORT", + "level": 25 + }, + { + "move": "REFRESH", + "level": 30 + }, + { + "move": "MIST_BALL", + "level": 35 + }, + { + "move": "ZEN_HEADBUTT", + "level": 40 + }, + { + "move": "RECOVER", + "level": 45 + }, + { + "move": "PSYCHO_SHIFT", + "level": 50 + }, + { + "move": "CHARM", + "level": 55 + }, + { + "move": "HEALING_WISH", + "level": 60 + }, + { + "move": "PSYCHIC", + "level": 65 + }, + { + "move": "DRAGON_PULSE", + "level": 70 + } + ] + }, + { + "species": "LATIOS", + "moves": [ + { + "move": "PSYWAVE", + "level": 1 + }, + { + "move": "HEAL_BLOCK", + "level": 5 + }, + { + "move": "HELPING_HAND", + "level": 10 + }, + { + "move": "SAFEGUARD", + "level": 15 + }, + { + "move": "DRAGON_BREATH", + "level": 20 + }, + { + "move": "PROTECT", + "level": 25 + }, + { + "move": "REFRESH", + "level": 30 + }, + { + "move": "LUSTER_PURGE", + "level": 35 + }, + { + "move": "ZEN_HEADBUTT", + "level": 40 + }, + { + "move": "RECOVER", + "level": 45 + }, + { + "move": "PSYCHO_SHIFT", + "level": 50 + }, + { + "move": "DRAGON_DANCE", + "level": 55 + }, + { + "move": "MEMENTO", + "level": 60 + }, + { + "move": "PSYCHIC", + "level": 65 + }, + { + "move": "DRAGON_PULSE", + "level": 70 + } + ] + }, + { + "species": "KYOGRE", + "moves": [ + { + "move": "WATER_PULSE", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 5 + }, + { + "move": "ANCIENT_POWER", + "level": 15 + }, + { + "move": "BODY_SLAM", + "level": 20 + }, + { + "move": "CALM_MIND", + "level": 30 + }, + { + "move": "ICE_BEAM", + "level": 35 + }, + { + "move": "HYDRO_PUMP", + "level": 45 + }, + { + "move": "REST", + "level": 50 + }, + { + "move": "SHEER_COLD", + "level": 60 + }, + { + "move": "DOUBLE_EDGE", + "level": 65 + }, + { + "move": "AQUA_TAIL", + "level": 75 + }, + { + "move": "WATER_SPOUT", + "level": 80 + } + ] + }, + { + "species": "GROUDON", + "moves": [ + { + "move": "MUD_SHOT", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 5 + }, + { + "move": "ANCIENT_POWER", + "level": 15 + }, + { + "move": "SLASH", + "level": 20 + }, + { + "move": "BULK_UP", + "level": 30 + }, + { + "move": "EARTHQUAKE", + "level": 35 + }, + { + "move": "FIRE_BLAST", + "level": 45 + }, + { + "move": "REST", + "level": 50 + }, + { + "move": "FISSURE", + "level": 60 + }, + { + "move": "SOLAR_BEAM", + "level": 65 + }, + { + "move": "EARTH_POWER", + "level": 75 + }, + { + "move": "ERUPTION", + "level": 80 + } + ] + }, + { + "species": "RAYQUAZA", + "moves": [ + { + "move": "TWISTER", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 5 + }, + { + "move": "ANCIENT_POWER", + "level": 15 + }, + { + "move": "DRAGON_CLAW", + "level": 20 + }, + { + "move": "DRAGON_DANCE", + "level": 30 + }, + { + "move": "CRUNCH", + "level": 35 + }, + { + "move": "FLY", + "level": 45 + }, + { + "move": "REST", + "level": 50 + }, + { + "move": "EXTREME_SPEED", + "level": 60 + }, + { + "move": "HYPER_BEAM", + "level": 65 + }, + { + "move": "DRAGON_PULSE", + "level": 75 + }, + { + "move": "OUTRAGE", + "level": 80 + } + ] + }, + { + "species": "JIRACHI", + "moves": [ + { + "move": "WISH", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "REST", + "level": 5 + }, + { + "move": "SWIFT", + "level": 10 + }, + { + "move": "HELPING_HAND", + "level": 15 + }, + { + "move": "PSYCHIC", + "level": 20 + }, + { + "move": "REFRESH", + "level": 25 + }, + { + "move": "REST", + "level": 30 + }, + { + "move": "ZEN_HEADBUTT", + "level": 35 + }, + { + "move": "DOUBLE_EDGE", + "level": 40 + }, + { + "move": "GRAVITY", + "level": 45 + }, + { + "move": "HEALING_WISH", + "level": 50 + }, + { + "move": "FUTURE_SIGHT", + "level": 55 + }, + { + "move": "COSMIC_POWER", + "level": 60 + }, + { + "move": "LAST_RESORT", + "level": 65 + }, + { + "move": "DOOM_DESIRE", + "level": 70 + } + ] + }, + { + "species": "DEOXYS", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "WRAP", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 9 + }, + { + "move": "TELEPORT", + "level": 17 + }, + { + "move": "KNOCK_OFF", + "level": 25 + }, + { + "move": "PURSUIT", + "level": 33 + }, + { + "move": "PSYCHIC", + "level": 41 + }, + { + "move": "SNATCH", + "level": 49 + }, + { + "move": "PSYCHO_SHIFT", + "level": 57 + }, + { + "move": "ZEN_HEADBUTT", + "level": 65 + }, + { + "move": "COSMIC_POWER", + "level": 73 + }, + { + "move": "RECOVER", + "level": 81 + }, + { + "move": "PSYCHO_BOOST", + "level": 89 + }, + { + "move": "HYPER_BEAM", + "level": 97 + } + ] + }, + { + "species": "TURTWIG", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 5 + }, + { + "move": "ABSORB", + "level": 9 + }, + { + "move": "RAZOR_LEAF", + "level": 13 + }, + { + "move": "CURSE", + "level": 17 + }, + { + "move": "BITE", + "level": 21 + }, + { + "move": "MEGA_DRAIN", + "level": 25 + }, + { + "move": "LEECH_SEED", + "level": 29 + }, + { + "move": "SYNTHESIS", + "level": 33 + }, + { + "move": "CRUNCH", + "level": 37 + }, + { + "move": "GIGA_DRAIN", + "level": 41 + }, + { + "move": "LEAF_STORM", + "level": 45 + } + ] + }, + { + "species": "GROTLE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 5 + }, + { + "move": "ABSORB", + "level": 9 + }, + { + "move": "RAZOR_LEAF", + "level": 13 + }, + { + "move": "CURSE", + "level": 17 + }, + { + "move": "BITE", + "level": 22 + }, + { + "move": "MEGA_DRAIN", + "level": 27 + }, + { + "move": "LEECH_SEED", + "level": 32 + }, + { + "move": "SYNTHESIS", + "level": 37 + }, + { + "move": "CRUNCH", + "level": 42 + }, + { + "move": "GIGA_DRAIN", + "level": 47 + }, + { + "move": "LEAF_STORM", + "level": 52 + } + ] + }, + { + "species": "TORTERRA", + "moves": [ + { + "move": "WOOD_HAMMER", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 1 + }, + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 1 + }, + { + "move": "WITHDRAW", + "level": 5 + }, + { + "move": "ABSORB", + "level": 9 + }, + { + "move": "RAZOR_LEAF", + "level": 13 + }, + { + "move": "CURSE", + "level": 17 + }, + { + "move": "BITE", + "level": 22 + }, + { + "move": "MEGA_DRAIN", + "level": 27 + }, + { + "move": "EARTHQUAKE", + "level": 32 + }, + { + "move": "LEECH_SEED", + "level": 33 + }, + { + "move": "SYNTHESIS", + "level": 39 + }, + { + "move": "CRUNCH", + "level": 45 + }, + { + "move": "GIGA_DRAIN", + "level": 51 + }, + { + "move": "LEAF_STORM", + "level": 57 + } + ] + }, + { + "species": "CHIMCHAR", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "EMBER", + "level": 7 + }, + { + "move": "TAUNT", + "level": 9 + }, + { + "move": "FURY_SWIPES", + "level": 15 + }, + { + "move": "FLAME_WHEEL", + "level": 17 + }, + { + "move": "NASTY_PLOT", + "level": 23 + }, + { + "move": "TORMENT", + "level": 25 + }, + { + "move": "FACADE", + "level": 31 + }, + { + "move": "FIRE_SPIN", + "level": 33 + }, + { + "move": "SLACK_OFF", + "level": 39 + }, + { + "move": "FLAMETHROWER", + "level": 41 + } + ] + }, + { + "species": "MONFERNO", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "EMBER", + "level": 7 + }, + { + "move": "TAUNT", + "level": 9 + }, + { + "move": "MACH_PUNCH", + "level": 14 + }, + { + "move": "FURY_SWIPES", + "level": 16 + }, + { + "move": "FLAME_WHEEL", + "level": 19 + }, + { + "move": "FEINT", + "level": 26 + }, + { + "move": "TORMENT", + "level": 29 + }, + { + "move": "CLOSE_COMBAT", + "level": 36 + }, + { + "move": "FIRE_SPIN", + "level": 39 + }, + { + "move": "SLACK_OFF", + "level": 46 + }, + { + "move": "FLARE_BLITZ", + "level": 49 + } + ] + }, + { + "species": "INFERNAPE", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "TAUNT", + "level": 1 + }, + { + "move": "EMBER", + "level": 7 + }, + { + "move": "TAUNT", + "level": 9 + }, + { + "move": "MACH_PUNCH", + "level": 14 + }, + { + "move": "FURY_SWIPES", + "level": 17 + }, + { + "move": "FLAME_WHEEL", + "level": 21 + }, + { + "move": "FEINT", + "level": 29 + }, + { + "move": "PUNISHMENT", + "level": 33 + }, + { + "move": "CLOSE_COMBAT", + "level": 41 + }, + { + "move": "FIRE_SPIN", + "level": 45 + }, + { + "move": "CALM_MIND", + "level": 53 + }, + { + "move": "FLARE_BLITZ", + "level": 57 + } + ] + }, + { + "species": "PIPLUP", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "GROWL", + "level": 4 + }, + { + "move": "BUBBLE", + "level": 8 + }, + { + "move": "WATER_SPORT", + "level": 11 + }, + { + "move": "PECK", + "level": 15 + }, + { + "move": "BIDE", + "level": 18 + }, + { + "move": "BUBBLE_BEAM", + "level": 22 + }, + { + "move": "FURY_ATTACK", + "level": 25 + }, + { + "move": "BRINE", + "level": 29 + }, + { + "move": "WHIRLPOOL", + "level": 32 + }, + { + "move": "MIST", + "level": 36 + }, + { + "move": "DRILL_PECK", + "level": 39 + }, + { + "move": "HYDRO_PUMP", + "level": 43 + } + ] + }, + { + "species": "PRINPLUP", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "GROWL", + "level": 4 + }, + { + "move": "BUBBLE", + "level": 8 + }, + { + "move": "WATER_SPORT", + "level": 11 + }, + { + "move": "PECK", + "level": 15 + }, + { + "move": "METAL_CLAW", + "level": 16 + }, + { + "move": "BIDE", + "level": 19 + }, + { + "move": "BUBBLE_BEAM", + "level": 24 + }, + { + "move": "FURY_ATTACK", + "level": 28 + }, + { + "move": "BRINE", + "level": 33 + }, + { + "move": "WHIRLPOOL", + "level": 37 + }, + { + "move": "MIST", + "level": 42 + }, + { + "move": "DRILL_PECK", + "level": 46 + }, + { + "move": "HYDRO_PUMP", + "level": 51 + } + ] + }, + { + "species": "EMPOLEON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 4 + }, + { + "move": "BUBBLE", + "level": 8 + }, + { + "move": "SWORDS_DANCE", + "level": 11 + }, + { + "move": "PECK", + "level": 15 + }, + { + "move": "METAL_CLAW", + "level": 16 + }, + { + "move": "SWAGGER", + "level": 19 + }, + { + "move": "BUBBLE_BEAM", + "level": 24 + }, + { + "move": "FURY_ATTACK", + "level": 28 + }, + { + "move": "BRINE", + "level": 33 + }, + { + "move": "AQUA_JET", + "level": 36 + }, + { + "move": "WHIRLPOOL", + "level": 39 + }, + { + "move": "MIST", + "level": 46 + }, + { + "move": "DRILL_PECK", + "level": 52 + }, + { + "move": "HYDRO_PUMP", + "level": 59 + } + ] + }, + { + "species": "STARLY", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 5 + }, + { + "move": "WING_ATTACK", + "level": 9 + }, + { + "move": "DOUBLE_TEAM", + "level": 13 + }, + { + "move": "ENDEAVOR", + "level": 17 + }, + { + "move": "WHIRLWIND", + "level": 21 + }, + { + "move": "AERIAL_ACE", + "level": 25 + }, + { + "move": "TAKE_DOWN", + "level": 29 + }, + { + "move": "AGILITY", + "level": 33 + }, + { + "move": "BRAVE_BIRD", + "level": 37 + } + ] + }, + { + "species": "STARAVIA", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 5 + }, + { + "move": "WING_ATTACK", + "level": 9 + }, + { + "move": "DOUBLE_TEAM", + "level": 13 + }, + { + "move": "ENDEAVOR", + "level": 18 + }, + { + "move": "WHIRLWIND", + "level": 23 + }, + { + "move": "AERIAL_ACE", + "level": 28 + }, + { + "move": "TAKE_DOWN", + "level": 33 + }, + { + "move": "AGILITY", + "level": 38 + }, + { + "move": "BRAVE_BIRD", + "level": 43 + } + ] + }, + { + "species": "STARAPTOR", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "WING_ATTACK", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 5 + }, + { + "move": "WING_ATTACK", + "level": 9 + }, + { + "move": "DOUBLE_TEAM", + "level": 13 + }, + { + "move": "ENDEAVOR", + "level": 18 + }, + { + "move": "WHIRLWIND", + "level": 23 + }, + { + "move": "AERIAL_ACE", + "level": 28 + }, + { + "move": "TAKE_DOWN", + "level": 33 + }, + { + "move": "CLOSE_COMBAT", + "level": 34 + }, + { + "move": "AGILITY", + "level": 41 + }, + { + "move": "BRAVE_BIRD", + "level": 49 + } + ] + }, + { + "species": "BIDOOF", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 5 + }, + { + "move": "DEFENSE_CURL", + "level": 9 + }, + { + "move": "ROLLOUT", + "level": 13 + }, + { + "move": "HEADBUTT", + "level": 17 + }, + { + "move": "HYPER_FANG", + "level": 21 + }, + { + "move": "YAWN", + "level": 25 + }, + { + "move": "AMNESIA", + "level": 29 + }, + { + "move": "TAKE_DOWN", + "level": 33 + }, + { + "move": "SUPER_FANG", + "level": 37 + }, + { + "move": "SUPERPOWER", + "level": 41 + } + ] + }, + { + "species": "BIBAREL", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "GROWL", + "level": 5 + }, + { + "move": "DEFENSE_CURL", + "level": 9 + }, + { + "move": "ROLLOUT", + "level": 13 + }, + { + "move": "WATER_GUN", + "level": 15 + }, + { + "move": "HEADBUTT", + "level": 18 + }, + { + "move": "HYPER_FANG", + "level": 23 + }, + { + "move": "YAWN", + "level": 28 + }, + { + "move": "AMNESIA", + "level": 33 + }, + { + "move": "TAKE_DOWN", + "level": 38 + }, + { + "move": "SUPER_FANG", + "level": 43 + }, + { + "move": "SUPERPOWER", + "level": 48 + } + ] + }, + { + "species": "KRICKETOT", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "BIDE", + "level": 1 + } + ] + }, + { + "species": "KRICKETUNE", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "BIDE", + "level": 1 + }, + { + "move": "FURY_CUTTER", + "level": 10 + }, + { + "move": "LEECH_LIFE", + "level": 14 + }, + { + "move": "SING", + "level": 18 + }, + { + "move": "FOCUS_ENERGY", + "level": 22 + }, + { + "move": "X_SCISSOR", + "level": 26 + }, + { + "move": "SCREECH", + "level": 30 + }, + { + "move": "BUG_BUZZ", + "level": 34 + }, + { + "move": "PERISH_SONG", + "level": 38 + } + ] + }, + { + "species": "SHINX", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "LEER", + "level": 5 + }, + { + "move": "CHARGE", + "level": 9 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "SPARK", + "level": 17 + }, + { + "move": "ROAR", + "level": 21 + }, + { + "move": "SWAGGER", + "level": 25 + }, + { + "move": "CRUNCH", + "level": 29 + }, + { + "move": "THUNDER_FANG", + "level": 33 + }, + { + "move": "SCARY_FACE", + "level": 37 + }, + { + "move": "DISCHARGE", + "level": 41 + } + ] + }, + { + "species": "LUXIO", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "LEER", + "level": 5 + }, + { + "move": "CHARGE", + "level": 9 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "SPARK", + "level": 18 + }, + { + "move": "ROAR", + "level": 23 + }, + { + "move": "SWAGGER", + "level": 28 + }, + { + "move": "CRUNCH", + "level": 33 + }, + { + "move": "THUNDER_FANG", + "level": 38 + }, + { + "move": "SCARY_FACE", + "level": 43 + }, + { + "move": "DISCHARGE", + "level": 48 + } + ] + }, + { + "species": "LUXRAY", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "CHARGE", + "level": 1 + }, + { + "move": "LEER", + "level": 5 + }, + { + "move": "CHARGE", + "level": 9 + }, + { + "move": "BITE", + "level": 13 + }, + { + "move": "SPARK", + "level": 18 + }, + { + "move": "ROAR", + "level": 23 + }, + { + "move": "SWAGGER", + "level": 28 + }, + { + "move": "CRUNCH", + "level": 35 + }, + { + "move": "THUNDER_FANG", + "level": 42 + }, + { + "move": "SCARY_FACE", + "level": 49 + }, + { + "move": "DISCHARGE", + "level": 56 + } + ] + }, + { + "species": "BUDEW", + "moves": [ + { + "move": "ABSORB", + "level": 1 + }, + { + "move": "GROWTH", + "level": 4 + }, + { + "move": "WATER_SPORT", + "level": 7 + }, + { + "move": "STUN_SPORE", + "level": 10 + }, + { + "move": "MEGA_DRAIN", + "level": 13 + }, + { + "move": "WORRY_SEED", + "level": 16 + } + ] + }, + { + "species": "ROSERADE", + "moves": [ + { + "move": "WEATHER_BALL", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "MEGA_DRAIN", + "level": 1 + }, + { + "move": "MAGICAL_LEAF", + "level": 1 + }, + { + "move": "SWEET_SCENT", + "level": 1 + } + ] + }, + { + "species": "CRANIDOS", + "moves": [ + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 6 + }, + { + "move": "PURSUIT", + "level": 10 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "SCARY_FACE", + "level": 19 + }, + { + "move": "ASSURANCE", + "level": 24 + }, + { + "move": "ANCIENT_POWER", + "level": 28 + }, + { + "move": "ZEN_HEADBUTT", + "level": 33 + }, + { + "move": "SCREECH", + "level": 37 + }, + { + "move": "HEAD_SMASH", + "level": 43 + } + ] + }, + { + "species": "RAMPARDOS", + "moves": [ + { + "move": "HEADBUTT", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 6 + }, + { + "move": "PURSUIT", + "level": 10 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "SCARY_FACE", + "level": 19 + }, + { + "move": "ASSURANCE", + "level": 24 + }, + { + "move": "ANCIENT_POWER", + "level": 28 + }, + { + "move": "ENDEAVOR", + "level": 30 + }, + { + "move": "ZEN_HEADBUTT", + "level": 36 + }, + { + "move": "SCREECH", + "level": 43 + }, + { + "move": "HEAD_SMASH", + "level": 52 + } + ] + }, + { + "species": "SHIELDON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "PROTECT", + "level": 1 + }, + { + "move": "TAUNT", + "level": 6 + }, + { + "move": "METAL_SOUND", + "level": 10 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "IRON_DEFENSE", + "level": 19 + }, + { + "move": "SWAGGER", + "level": 24 + }, + { + "move": "ANCIENT_POWER", + "level": 28 + }, + { + "move": "ENDURE", + "level": 33 + }, + { + "move": "METAL_BURST", + "level": 37 + }, + { + "move": "IRON_HEAD", + "level": 43 + } + ] + }, + { + "species": "BASTIODON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "PROTECT", + "level": 1 + }, + { + "move": "TAUNT", + "level": 1 + }, + { + "move": "METAL_SOUND", + "level": 1 + }, + { + "move": "TAUNT", + "level": 6 + }, + { + "move": "METAL_SOUND", + "level": 10 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "IRON_DEFENSE", + "level": 19 + }, + { + "move": "SWAGGER", + "level": 24 + }, + { + "move": "ANCIENT_POWER", + "level": 28 + }, + { + "move": "BLOCK", + "level": 30 + }, + { + "move": "ENDURE", + "level": 36 + }, + { + "move": "METAL_BURST", + "level": 43 + }, + { + "move": "IRON_HEAD", + "level": 52 + } + ] + }, + { + "species": "BURMY", + "moves": [ + { + "move": "PROTECT", + "level": 1 + }, + { + "move": "TACKLE", + "level": 10 + }, + { + "move": "HIDDEN_POWER", + "level": 20 + } + ] + }, + { + "species": "WORMADAM", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "PROTECT", + "level": 10 + }, + { + "move": "HIDDEN_POWER", + "level": 20 + }, + { + "move": "CONFUSION", + "level": 23 + }, + { + "move": "RAZOR_LEAF", + "level": 26 + }, + { + "move": "GROWTH", + "level": 29 + }, + { + "move": "PSYBEAM", + "level": 32 + }, + { + "move": "CAPTIVATE", + "level": 35 + }, + { + "move": "FLAIL", + "level": 38 + }, + { + "move": "ATTRACT", + "level": 41 + }, + { + "move": "PSYCHIC", + "level": 44 + }, + { + "move": "LEAF_STORM", + "level": 47 + } + ] + }, + { + "species": "MOTHIM", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "PROTECT", + "level": 10 + }, + { + "move": "HIDDEN_POWER", + "level": 20 + }, + { + "move": "CONFUSION", + "level": 23 + }, + { + "move": "GUST", + "level": 26 + }, + { + "move": "POISON_POWDER", + "level": 29 + }, + { + "move": "PSYBEAM", + "level": 32 + }, + { + "move": "CAMOUFLAGE", + "level": 35 + }, + { + "move": "SILVER_WIND", + "level": 38 + }, + { + "move": "AIR_SLASH", + "level": 41 + }, + { + "move": "PSYCHIC", + "level": 44 + }, + { + "move": "BUG_BUZZ", + "level": 47 + } + ] + }, + { + "species": "COMBEE", + "moves": [ + { + "move": "SWEET_SCENT", + "level": 1 + }, + { + "move": "GUST", + "level": 1 + } + ] + }, + { + "species": "VESPIQUEN", + "moves": [ + { + "move": "SWEET_SCENT", + "level": 1 + }, + { + "move": "GUST", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 3 + }, + { + "move": "CONFUSE_RAY", + "level": 7 + }, + { + "move": "FURY_CUTTER", + "level": 9 + }, + { + "move": "DEFEND_ORDER", + "level": 13 + }, + { + "move": "PURSUIT", + "level": 15 + }, + { + "move": "FURY_SWIPES", + "level": 19 + }, + { + "move": "POWER_GEM", + "level": 21 + }, + { + "move": "HEAL_ORDER", + "level": 25 + }, + { + "move": "TOXIC", + "level": 27 + }, + { + "move": "SLASH", + "level": 31 + }, + { + "move": "CAPTIVATE", + "level": 33 + }, + { + "move": "ATTACK_ORDER", + "level": 37 + }, + { + "move": "SWAGGER", + "level": 39 + }, + { + "move": "DESTINY_BOND", + "level": 43 + } + ] + }, + { + "species": "PACHIRISU", + "moves": [ + { + "move": "GROWL", + "level": 1 + }, + { + "move": "BIDE", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 5 + }, + { + "move": "CHARM", + "level": 9 + }, + { + "move": "SPARK", + "level": 13 + }, + { + "move": "ENDURE", + "level": 17 + }, + { + "move": "SWIFT", + "level": 21 + }, + { + "move": "SWEET_KISS", + "level": 25 + }, + { + "move": "DISCHARGE", + "level": 29 + }, + { + "move": "SUPER_FANG", + "level": 33 + }, + { + "move": "LAST_RESORT", + "level": 37 + } + ] + }, + { + "species": "BUIZEL", + "moves": [ + { + "move": "SONIC_BOOM", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 3 + }, + { + "move": "WATER_GUN", + "level": 6 + }, + { + "move": "PURSUIT", + "level": 10 + }, + { + "move": "SWIFT", + "level": 15 + }, + { + "move": "AQUA_JET", + "level": 21 + }, + { + "move": "AGILITY", + "level": 28 + }, + { + "move": "WHIRLPOOL", + "level": 36 + }, + { + "move": "RAZOR_WIND", + "level": 45 + } + ] + }, + { + "species": "FLOATZEL", + "moves": [ + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "SONIC_BOOM", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 3 + }, + { + "move": "WATER_GUN", + "level": 6 + }, + { + "move": "PURSUIT", + "level": 10 + }, + { + "move": "SWIFT", + "level": 15 + }, + { + "move": "AQUA_JET", + "level": 21 + }, + { + "move": "CRUNCH", + "level": 26 + }, + { + "move": "AGILITY", + "level": 29 + }, + { + "move": "WHIRLPOOL", + "level": 39 + }, + { + "move": "RAZOR_WIND", + "level": 50 + } + ] + }, + { + "species": "CHERUBI", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWTH", + "level": 7 + }, + { + "move": "LEECH_SEED", + "level": 10 + }, + { + "move": "HELPING_HAND", + "level": 13 + }, + { + "move": "MAGICAL_LEAF", + "level": 19 + }, + { + "move": "SUNNY_DAY", + "level": 22 + }, + { + "move": "WORRY_SEED", + "level": 28 + }, + { + "move": "TAKE_DOWN", + "level": 31 + }, + { + "move": "SOLAR_BEAM", + "level": 37 + }, + { + "move": "LUCKY_CHANT", + "level": 40 + } + ] + }, + { + "species": "CHERRIM", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "GROWTH", + "level": 1 + }, + { + "move": "GROWTH", + "level": 7 + }, + { + "move": "LEECH_SEED", + "level": 10 + }, + { + "move": "HELPING_HAND", + "level": 13 + }, + { + "move": "MAGICAL_LEAF", + "level": 19 + }, + { + "move": "SUNNY_DAY", + "level": 22 + }, + { + "move": "PETAL_DANCE", + "level": 25 + }, + { + "move": "WORRY_SEED", + "level": 30 + }, + { + "move": "TAKE_DOWN", + "level": 35 + }, + { + "move": "SOLAR_BEAM", + "level": 43 + }, + { + "move": "LUCKY_CHANT", + "level": 48 + } + ] + }, + { + "species": "SHELLOS", + "moves": [ + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 2 + }, + { + "move": "HARDEN", + "level": 4 + }, + { + "move": "WATER_PULSE", + "level": 7 + }, + { + "move": "MUD_BOMB", + "level": 11 + }, + { + "move": "HIDDEN_POWER", + "level": 16 + }, + { + "move": "RAIN_DANCE", + "level": 22 + }, + { + "move": "BODY_SLAM", + "level": 29 + }, + { + "move": "MUDDY_WATER", + "level": 37 + }, + { + "move": "RECOVER", + "level": 46 + } + ] + }, + { + "species": "GASTRODON", + "moves": [ + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "WATER_PULSE", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 2 + }, + { + "move": "HARDEN", + "level": 4 + }, + { + "move": "WATER_PULSE", + "level": 7 + }, + { + "move": "MUD_BOMB", + "level": 11 + }, + { + "move": "HIDDEN_POWER", + "level": 16 + }, + { + "move": "RAIN_DANCE", + "level": 22 + }, + { + "move": "BODY_SLAM", + "level": 29 + }, + { + "move": "MUDDY_WATER", + "level": 41 + }, + { + "move": "RECOVER", + "level": 54 + } + ] + }, + { + "species": "AMBIPOM", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 4 + }, + { + "move": "ASTONISH", + "level": 8 + }, + { + "move": "BATON_PASS", + "level": 11 + }, + { + "move": "TICKLE", + "level": 15 + }, + { + "move": "FURY_SWIPES", + "level": 18 + }, + { + "move": "SWIFT", + "level": 22 + }, + { + "move": "SCREECH", + "level": 25 + }, + { + "move": "AGILITY", + "level": 29 + }, + { + "move": "DOUBLE_HIT", + "level": 32 + }, + { + "move": "FLING", + "level": 36 + }, + { + "move": "NASTY_PLOT", + "level": 39 + }, + { + "move": "LAST_RESORT", + "level": 43 + } + ] + }, + { + "species": "DRIFLOON", + "moves": [ + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "MINIMIZE", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 6 + }, + { + "move": "GUST", + "level": 11 + }, + { + "move": "FOCUS_ENERGY", + "level": 14 + }, + { + "move": "PAYBACK", + "level": 17 + }, + { + "move": "STOCKPILE", + "level": 22 + }, + { + "move": "SWALLOW", + "level": 27 + }, + { + "move": "SPIT_UP", + "level": 27 + }, + { + "move": "OMINOUS_WIND", + "level": 30 + }, + { + "move": "BATON_PASS", + "level": 33 + }, + { + "move": "SHADOW_BALL", + "level": 38 + }, + { + "move": "EXPLOSION", + "level": 43 + } + ] + }, + { + "species": "DRIFBLIM", + "moves": [ + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "MINIMIZE", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "GUST", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 6 + }, + { + "move": "GUST", + "level": 11 + }, + { + "move": "FOCUS_ENERGY", + "level": 14 + }, + { + "move": "PAYBACK", + "level": 17 + }, + { + "move": "STOCKPILE", + "level": 22 + }, + { + "move": "SWALLOW", + "level": 27 + }, + { + "move": "SPIT_UP", + "level": 27 + }, + { + "move": "OMINOUS_WIND", + "level": 32 + }, + { + "move": "BATON_PASS", + "level": 37 + }, + { + "move": "SHADOW_BALL", + "level": 44 + }, + { + "move": "EXPLOSION", + "level": 51 + } + ] + }, + { + "species": "BUNEARY", + "moves": [ + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "POUND", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "ENDURE", + "level": 6 + }, + { + "move": "FRUSTRATION", + "level": 13 + }, + { + "move": "QUICK_ATTACK", + "level": 16 + }, + { + "move": "JUMP_KICK", + "level": 23 + }, + { + "move": "BATON_PASS", + "level": 26 + }, + { + "move": "AGILITY", + "level": 33 + }, + { + "move": "DIZZY_PUNCH", + "level": 36 + }, + { + "move": "CHARM", + "level": 43 + }, + { + "move": "BOUNCE", + "level": 46 + }, + { + "move": "HEALING_WISH", + "level": 53 + } + ] + }, + { + "species": "LOPUNNY", + "moves": [ + { + "move": "MIRROR_COAT", + "level": 1 + }, + { + "move": "MAGIC_COAT", + "level": 1 + }, + { + "move": "SPLASH", + "level": 1 + }, + { + "move": "POUND", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "ENDURE", + "level": 6 + }, + { + "move": "RETURN", + "level": 13 + }, + { + "move": "QUICK_ATTACK", + "level": 16 + }, + { + "move": "JUMP_KICK", + "level": 23 + }, + { + "move": "BATON_PASS", + "level": 26 + }, + { + "move": "AGILITY", + "level": 33 + }, + { + "move": "DIZZY_PUNCH", + "level": 36 + }, + { + "move": "CHARM", + "level": 43 + }, + { + "move": "BOUNCE", + "level": 46 + }, + { + "move": "HEALING_WISH", + "level": 53 + } + ] + }, + { + "species": "MISMAGIUS", + "moves": [ + { + "move": "LUCKY_CHANT", + "level": 1 + }, + { + "move": "MAGICAL_LEAF", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "PSYWAVE", + "level": 1 + }, + { + "move": "SPITE", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + } + ] + }, + { + "species": "HONCHKROW", + "moves": [ + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "PURSUIT", + "level": 1 + }, + { + "move": "HAZE", + "level": 1 + }, + { + "move": "WING_ATTACK", + "level": 1 + }, + { + "move": "SWAGGER", + "level": 25 + }, + { + "move": "NASTY_PLOT", + "level": 35 + }, + { + "move": "NIGHT_SLASH", + "level": 45 + }, + { + "move": "DARK_PULSE", + "level": 55 + } + ] + }, + { + "species": "GLAMEOW", + "moves": [ + { + "move": "FAKE_OUT", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 5 + }, + { + "move": "GROWL", + "level": 8 + }, + { + "move": "HYPNOSIS", + "level": 13 + }, + { + "move": "FEINT_ATTACK", + "level": 17 + }, + { + "move": "FURY_SWIPES", + "level": 20 + }, + { + "move": "CHARM", + "level": 25 + }, + { + "move": "ASSIST", + "level": 29 + }, + { + "move": "CAPTIVATE", + "level": 32 + }, + { + "move": "SLASH", + "level": 37 + }, + { + "move": "SUCKER_PUNCH", + "level": 41 + }, + { + "move": "ATTRACT", + "level": 45 + } + ] + }, + { + "species": "PURUGLY", + "moves": [ + { + "move": "FAKE_OUT", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "GROWL", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 5 + }, + { + "move": "GROWL", + "level": 8 + }, + { + "move": "HYPNOSIS", + "level": 13 + }, + { + "move": "FEINT_ATTACK", + "level": 17 + }, + { + "move": "FURY_SWIPES", + "level": 20 + }, + { + "move": "CHARM", + "level": 25 + }, + { + "move": "ASSIST", + "level": 29 + }, + { + "move": "CAPTIVATE", + "level": 32 + }, + { + "move": "SLASH", + "level": 37 + }, + { + "move": "SWAGGER", + "level": 38 + }, + { + "move": "BODY_SLAM", + "level": 45 + }, + { + "move": "ATTRACT", + "level": 53 + } + ] + }, + { + "species": "CHINGLING", + "moves": [ + { + "move": "WRAP", + "level": 1 + }, + { + "move": "GROWL", + "level": 6 + }, + { + "move": "ASTONISH", + "level": 9 + }, + { + "move": "CONFUSION", + "level": 14 + }, + { + "move": "UPROAR", + "level": 17 + }, + { + "move": "LAST_RESORT", + "level": 22 + } + ] + }, + { + "species": "STUNKY", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "POISON_GAS", + "level": 4 + }, + { + "move": "SCREECH", + "level": 7 + }, + { + "move": "FURY_SWIPES", + "level": 11 + }, + { + "move": "SMOKESCREEN", + "level": 15 + }, + { + "move": "TOXIC", + "level": 20 + }, + { + "move": "SLASH", + "level": 25 + }, + { + "move": "NIGHT_SLASH", + "level": 31 + }, + { + "move": "MEMENTO", + "level": 37 + }, + { + "move": "EXPLOSION", + "level": 44 + } + ] + }, + { + "species": "SKUNTANK", + "moves": [ + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "FOCUS_ENERGY", + "level": 1 + }, + { + "move": "POISON_GAS", + "level": 1 + }, + { + "move": "POISON_GAS", + "level": 4 + }, + { + "move": "SCREECH", + "level": 7 + }, + { + "move": "FURY_SWIPES", + "level": 11 + }, + { + "move": "SMOKESCREEN", + "level": 15 + }, + { + "move": "TOXIC", + "level": 20 + }, + { + "move": "SLASH", + "level": 25 + }, + { + "move": "NIGHT_SLASH", + "level": 31 + }, + { + "move": "FLAMETHROWER", + "level": 34 + }, + { + "move": "MEMENTO", + "level": 41 + }, + { + "move": "EXPLOSION", + "level": 52 + } + ] + }, + { + "species": "BRONZOR", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 7 + }, + { + "move": "IMPRISON", + "level": 12 + }, + { + "move": "CONFUSE_RAY", + "level": 14 + }, + { + "move": "EXTRASENSORY", + "level": 19 + }, + { + "move": "IRON_DEFENSE", + "level": 26 + }, + { + "move": "SAFEGUARD", + "level": 30 + }, + { + "move": "GYRO_BALL", + "level": 35 + }, + { + "move": "FUTURE_SIGHT", + "level": 37 + }, + { + "move": "FEINT_ATTACK", + "level": 41 + }, + { + "move": "PAYBACK", + "level": 49 + }, + { + "move": "HEAL_BLOCK", + "level": 52 + } + ] + }, + { + "species": "BRONZONG", + "moves": [ + { + "move": "SUNNY_DAY", + "level": 1 + }, + { + "move": "RAIN_DANCE", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 1 + }, + { + "move": "IMPRISON", + "level": 1 + }, + { + "move": "HYPNOSIS", + "level": 7 + }, + { + "move": "IMPRISON", + "level": 12 + }, + { + "move": "CONFUSE_RAY", + "level": 14 + }, + { + "move": "EXTRASENSORY", + "level": 19 + }, + { + "move": "IRON_DEFENSE", + "level": 26 + }, + { + "move": "SAFEGUARD", + "level": 30 + }, + { + "move": "BLOCK", + "level": 33 + }, + { + "move": "GYRO_BALL", + "level": 38 + }, + { + "move": "FUTURE_SIGHT", + "level": 43 + }, + { + "move": "FEINT_ATTACK", + "level": 50 + }, + { + "move": "PAYBACK", + "level": 61 + }, + { + "move": "HEAL_BLOCK", + "level": 67 + } + ] + }, + { + "species": "BONSLY", + "moves": [ + { + "move": "FAKE_TEARS", + "level": 1 + }, + { + "move": "COPYCAT", + "level": 1 + }, + { + "move": "FLAIL", + "level": 6 + }, + { + "move": "LOW_KICK", + "level": 9 + }, + { + "move": "ROCK_THROW", + "level": 14 + }, + { + "move": "MIMIC", + "level": 17 + }, + { + "move": "BLOCK", + "level": 22 + }, + { + "move": "FEINT_ATTACK", + "level": 25 + }, + { + "move": "ROCK_TOMB", + "level": 30 + }, + { + "move": "ROCK_SLIDE", + "level": 33 + }, + { + "move": "SLAM", + "level": 38 + }, + { + "move": "SUCKER_PUNCH", + "level": 41 + }, + { + "move": "DOUBLE_EDGE", + "level": 46 + } + ] + }, + { + "species": "MIME_JR", + "moves": [ + { + "move": "TICKLE", + "level": 1 + }, + { + "move": "BARRIER", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "COPYCAT", + "level": 4 + }, + { + "move": "MEDITATE", + "level": 8 + }, + { + "move": "ENCORE", + "level": 11 + }, + { + "move": "DOUBLE_SLAP", + "level": 15 + }, + { + "move": "MIMIC", + "level": 18 + }, + { + "move": "LIGHT_SCREEN", + "level": 22 + }, + { + "move": "REFLECT", + "level": 22 + }, + { + "move": "PSYBEAM", + "level": 25 + }, + { + "move": "SUBSTITUTE", + "level": 29 + }, + { + "move": "RECYCLE", + "level": 32 + }, + { + "move": "TRICK", + "level": 36 + }, + { + "move": "PSYCHIC", + "level": 39 + }, + { + "move": "ROLE_PLAY", + "level": 43 + }, + { + "move": "BATON_PASS", + "level": 46 + }, + { + "move": "SAFEGUARD", + "level": 50 + } + ] + }, + { + "species": "HAPPINY", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "CHARM", + "level": 1 + }, + { + "move": "COPYCAT", + "level": 5 + }, + { + "move": "REFRESH", + "level": 9 + }, + { + "move": "SWEET_KISS", + "level": 12 + } + ] + }, + { + "species": "CHATOT", + "moves": [ + { + "move": "PECK", + "level": 1 + }, + { + "move": "GROWL", + "level": 5 + }, + { + "move": "MIRROR_MOVE", + "level": 9 + }, + { + "move": "SING", + "level": 13 + }, + { + "move": "FURY_ATTACK", + "level": 17 + }, + { + "move": "CHATTER", + "level": 21 + }, + { + "move": "TAUNT", + "level": 25 + }, + { + "move": "MIMIC", + "level": 29 + }, + { + "move": "ROOST", + "level": 33 + }, + { + "move": "UPROAR", + "level": 37 + }, + { + "move": "FEATHER_DANCE", + "level": 41 + }, + { + "move": "HYPER_VOICE", + "level": 45 + } + ] + }, + { + "species": "SPIRITOMB", + "moves": [ + { + "move": "CURSE", + "level": 1 + }, + { + "move": "PURSUIT", + "level": 1 + }, + { + "move": "CONFUSE_RAY", + "level": 1 + }, + { + "move": "SPITE", + "level": 1 + }, + { + "move": "SHADOW_SNEAK", + "level": 1 + }, + { + "move": "FEINT_ATTACK", + "level": 7 + }, + { + "move": "HYPNOSIS", + "level": 13 + }, + { + "move": "DREAM_EATER", + "level": 19 + }, + { + "move": "OMINOUS_WIND", + "level": 25 + }, + { + "move": "SUCKER_PUNCH", + "level": 31 + }, + { + "move": "NASTY_PLOT", + "level": 37 + }, + { + "move": "MEMENTO", + "level": 43 + }, + { + "move": "DARK_PULSE", + "level": 49 + } + ] + }, + { + "species": "GIBLE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 3 + }, + { + "move": "DRAGON_RAGE", + "level": 7 + }, + { + "move": "SANDSTORM", + "level": 13 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "SAND_TOMB", + "level": 19 + }, + { + "move": "SLASH", + "level": 25 + }, + { + "move": "DRAGON_CLAW", + "level": 27 + }, + { + "move": "DIG", + "level": 31 + }, + { + "move": "DRAGON_RUSH", + "level": 37 + } + ] + }, + { + "species": "GABITE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 3 + }, + { + "move": "DRAGON_RAGE", + "level": 7 + }, + { + "move": "SANDSTORM", + "level": 13 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "SAND_TOMB", + "level": 19 + }, + { + "move": "SLASH", + "level": 28 + }, + { + "move": "DRAGON_CLAW", + "level": 33 + }, + { + "move": "DIG", + "level": 40 + }, + { + "move": "DRAGON_RUSH", + "level": 49 + } + ] + }, + { + "species": "GARCHOMP", + "moves": [ + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "DRAGON_RAGE", + "level": 1 + }, + { + "move": "SANDSTORM", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 3 + }, + { + "move": "DRAGON_RAGE", + "level": 7 + }, + { + "move": "SANDSTORM", + "level": 13 + }, + { + "move": "TAKE_DOWN", + "level": 15 + }, + { + "move": "SAND_TOMB", + "level": 19 + }, + { + "move": "SLASH", + "level": 28 + }, + { + "move": "DRAGON_CLAW", + "level": 33 + }, + { + "move": "DIG", + "level": 40 + }, + { + "move": "CRUNCH", + "level": 48 + }, + { + "move": "DRAGON_RUSH", + "level": 55 + } + ] + }, + { + "species": "MUNCHLAX", + "moves": [ + { + "move": "METRONOME", + "level": 1 + }, + { + "move": "ODOR_SLEUTH", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "DEFENSE_CURL", + "level": 4 + }, + { + "move": "AMNESIA", + "level": 9 + }, + { + "move": "LICK", + "level": 12 + }, + { + "move": "RECYCLE", + "level": 17 + }, + { + "move": "SCREECH", + "level": 20 + }, + { + "move": "STOCKPILE", + "level": 25 + }, + { + "move": "SWALLOW", + "level": 28 + }, + { + "move": "BODY_SLAM", + "level": 33 + }, + { + "move": "FLING", + "level": 36 + }, + { + "move": "ROLLOUT", + "level": 41 + }, + { + "move": "NATURAL_GIFT", + "level": 44 + }, + { + "move": "LAST_RESORT", + "level": 49 + } + ] + }, + { + "species": "RIOLU", + "moves": [ + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "ENDURE", + "level": 1 + }, + { + "move": "COUNTER", + "level": 6 + }, + { + "move": "FORCE_PALM", + "level": 11 + }, + { + "move": "FEINT", + "level": 15 + }, + { + "move": "REVERSAL", + "level": 19 + }, + { + "move": "SCREECH", + "level": 24 + }, + { + "move": "COPYCAT", + "level": 29 + } + ] + }, + { + "species": "LUCARIO", + "moves": [ + { + "move": "DARK_PULSE", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "DETECT", + "level": 1 + }, + { + "move": "METAL_CLAW", + "level": 1 + }, + { + "move": "COUNTER", + "level": 6 + }, + { + "move": "FORCE_PALM", + "level": 11 + }, + { + "move": "FEINT", + "level": 15 + }, + { + "move": "BONE_RUSH", + "level": 19 + }, + { + "move": "METAL_SOUND", + "level": 24 + }, + { + "move": "ME_FIRST", + "level": 29 + }, + { + "move": "SWORDS_DANCE", + "level": 33 + }, + { + "move": "AURA_SPHERE", + "level": 37 + }, + { + "move": "CLOSE_COMBAT", + "level": 42 + }, + { + "move": "DRAGON_PULSE", + "level": 47 + }, + { + "move": "EXTREME_SPEED", + "level": 51 + } + ] + }, + { + "species": "HIPPOPOTAS", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "BITE", + "level": 7 + }, + { + "move": "YAWN", + "level": 13 + }, + { + "move": "TAKE_DOWN", + "level": 19 + }, + { + "move": "SAND_TOMB", + "level": 25 + }, + { + "move": "CRUNCH", + "level": 31 + }, + { + "move": "EARTHQUAKE", + "level": 37 + }, + { + "move": "DOUBLE_EDGE", + "level": 44 + }, + { + "move": "FISSURE", + "level": 50 + } + ] + }, + { + "species": "HIPPOWDON", + "moves": [ + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "YAWN", + "level": 1 + }, + { + "move": "BITE", + "level": 7 + }, + { + "move": "YAWN", + "level": 13 + }, + { + "move": "TAKE_DOWN", + "level": 19 + }, + { + "move": "SAND_TOMB", + "level": 25 + }, + { + "move": "CRUNCH", + "level": 31 + }, + { + "move": "EARTHQUAKE", + "level": 40 + }, + { + "move": "DOUBLE_EDGE", + "level": 50 + }, + { + "move": "FISSURE", + "level": 60 + } + ] + }, + { + "species": "SKORUPI", + "moves": [ + { + "move": "BITE", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "LEER", + "level": 6 + }, + { + "move": "PIN_MISSILE", + "level": 12 + }, + { + "move": "ACUPRESSURE", + "level": 17 + }, + { + "move": "KNOCK_OFF", + "level": 23 + }, + { + "move": "SCARY_FACE", + "level": 28 + }, + { + "move": "TOXIC_SPIKES", + "level": 34 + }, + { + "move": "POISON_FANG", + "level": 39 + }, + { + "move": "CRUNCH", + "level": 45 + }, + { + "move": "CROSS_POISON", + "level": 50 + } + ] + }, + { + "species": "DRAPION", + "moves": [ + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "BITE", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "PIN_MISSILE", + "level": 1 + }, + { + "move": "LEER", + "level": 6 + }, + { + "move": "PIN_MISSILE", + "level": 12 + }, + { + "move": "ACUPRESSURE", + "level": 17 + }, + { + "move": "KNOCK_OFF", + "level": 23 + }, + { + "move": "SCARY_FACE", + "level": 28 + }, + { + "move": "TOXIC_SPIKES", + "level": 34 + }, + { + "move": "POISON_FANG", + "level": 39 + }, + { + "move": "CRUNCH", + "level": 49 + }, + { + "move": "CROSS_POISON", + "level": 58 + } + ] + }, + { + "species": "CROAGUNK", + "moves": [ + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 3 + }, + { + "move": "POISON_STING", + "level": 8 + }, + { + "move": "TAUNT", + "level": 10 + }, + { + "move": "PURSUIT", + "level": 15 + }, + { + "move": "FEINT_ATTACK", + "level": 17 + }, + { + "move": "REVENGE", + "level": 22 + }, + { + "move": "SWAGGER", + "level": 24 + }, + { + "move": "MUD_BOMB", + "level": 29 + }, + { + "move": "SUCKER_PUNCH", + "level": 31 + }, + { + "move": "NASTY_PLOT", + "level": 36 + }, + { + "move": "POISON_JAB", + "level": 38 + }, + { + "move": "SLUDGE_BOMB", + "level": 43 + }, + { + "move": "FLATTER", + "level": 45 + } + ] + }, + { + "species": "TOXICROAK", + "moves": [ + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 1 + }, + { + "move": "POISON_STING", + "level": 1 + }, + { + "move": "MUD_SLAP", + "level": 3 + }, + { + "move": "POISON_STING", + "level": 8 + }, + { + "move": "TAUNT", + "level": 10 + }, + { + "move": "PURSUIT", + "level": 15 + }, + { + "move": "FEINT_ATTACK", + "level": 17 + }, + { + "move": "REVENGE", + "level": 22 + }, + { + "move": "SWAGGER", + "level": 24 + }, + { + "move": "MUD_BOMB", + "level": 29 + }, + { + "move": "SUCKER_PUNCH", + "level": 31 + }, + { + "move": "NASTY_PLOT", + "level": 36 + }, + { + "move": "POISON_JAB", + "level": 41 + }, + { + "move": "SLUDGE_BOMB", + "level": 49 + }, + { + "move": "FLATTER", + "level": 54 + } + ] + }, + { + "species": "CARNIVINE", + "moves": [ + { + "move": "BIND", + "level": 1 + }, + { + "move": "GROWTH", + "level": 1 + }, + { + "move": "BITE", + "level": 7 + }, + { + "move": "VINE_WHIP", + "level": 11 + }, + { + "move": "SWEET_SCENT", + "level": 17 + }, + { + "move": "INGRAIN", + "level": 21 + }, + { + "move": "FEINT_ATTACK", + "level": 27 + }, + { + "move": "STOCKPILE", + "level": 31 + }, + { + "move": "SPIT_UP", + "level": 31 + }, + { + "move": "SWALLOW", + "level": 31 + }, + { + "move": "CRUNCH", + "level": 37 + }, + { + "move": "WRING_OUT", + "level": 41 + }, + { + "move": "POWER_WHIP", + "level": 47 + } + ] + }, + { + "species": "FINNEON", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 6 + }, + { + "move": "ATTRACT", + "level": 10 + }, + { + "move": "RAIN_DANCE", + "level": 13 + }, + { + "move": "GUST", + "level": 17 + }, + { + "move": "WATER_PULSE", + "level": 22 + }, + { + "move": "CAPTIVATE", + "level": 26 + }, + { + "move": "SAFEGUARD", + "level": 29 + }, + { + "move": "AQUA_RING", + "level": 33 + }, + { + "move": "WHIRLPOOL", + "level": 38 + }, + { + "move": "U_TURN", + "level": 42 + }, + { + "move": "BOUNCE", + "level": 45 + }, + { + "move": "SILVER_WIND", + "level": 49 + } + ] + }, + { + "species": "LUMINEON", + "moves": [ + { + "move": "POUND", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 1 + }, + { + "move": "ATTRACT", + "level": 1 + }, + { + "move": "WATER_GUN", + "level": 6 + }, + { + "move": "ATTRACT", + "level": 10 + }, + { + "move": "RAIN_DANCE", + "level": 13 + }, + { + "move": "GUST", + "level": 17 + }, + { + "move": "WATER_PULSE", + "level": 22 + }, + { + "move": "CAPTIVATE", + "level": 26 + }, + { + "move": "SAFEGUARD", + "level": 29 + }, + { + "move": "AQUA_RING", + "level": 35 + }, + { + "move": "WHIRLPOOL", + "level": 42 + }, + { + "move": "U_TURN", + "level": 48 + }, + { + "move": "BOUNCE", + "level": 53 + }, + { + "move": "SILVER_WIND", + "level": 59 + } + ] + }, + { + "species": "MANTYKE", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 4 + }, + { + "move": "BUBBLE_BEAM", + "level": 10 + }, + { + "move": "HEADBUTT", + "level": 13 + }, + { + "move": "AGILITY", + "level": 19 + }, + { + "move": "WING_ATTACK", + "level": 22 + }, + { + "move": "WATER_PULSE", + "level": 28 + }, + { + "move": "TAKE_DOWN", + "level": 31 + }, + { + "move": "CONFUSE_RAY", + "level": 37 + }, + { + "move": "BOUNCE", + "level": 40 + }, + { + "move": "AQUA_RING", + "level": 46 + }, + { + "move": "HYDRO_PUMP", + "level": 49 + } + ] + }, + { + "species": "SNOVER", + "moves": [ + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 5 + }, + { + "move": "ICY_WIND", + "level": 9 + }, + { + "move": "GRASS_WHISTLE", + "level": 13 + }, + { + "move": "SWAGGER", + "level": 17 + }, + { + "move": "MIST", + "level": 21 + }, + { + "move": "ICE_SHARD", + "level": 26 + }, + { + "move": "INGRAIN", + "level": 31 + }, + { + "move": "WOOD_HAMMER", + "level": 36 + }, + { + "move": "BLIZZARD", + "level": 41 + }, + { + "move": "SHEER_COLD", + "level": 46 + } + ] + }, + { + "species": "ABOMASNOW", + "moves": [ + { + "move": "ICE_PUNCH", + "level": 1 + }, + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 1 + }, + { + "move": "ICY_WIND", + "level": 1 + }, + { + "move": "RAZOR_LEAF", + "level": 5 + }, + { + "move": "ICY_WIND", + "level": 9 + }, + { + "move": "GRASS_WHISTLE", + "level": 13 + }, + { + "move": "SWAGGER", + "level": 17 + }, + { + "move": "MIST", + "level": 21 + }, + { + "move": "ICE_SHARD", + "level": 26 + }, + { + "move": "INGRAIN", + "level": 31 + }, + { + "move": "WOOD_HAMMER", + "level": 36 + }, + { + "move": "BLIZZARD", + "level": 47 + }, + { + "move": "SHEER_COLD", + "level": 58 + } + ] + }, + { + "species": "WEAVILE", + "moves": [ + { + "move": "EMBARGO", + "level": 1 + }, + { + "move": "REVENGE", + "level": 1 + }, + { + "move": "ASSURANCE", + "level": 1 + }, + { + "move": "SCRATCH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "TAUNT", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 8 + }, + { + "move": "SCREECH", + "level": 10 + }, + { + "move": "FEINT_ATTACK", + "level": 14 + }, + { + "move": "FURY_SWIPES", + "level": 21 + }, + { + "move": "NASTY_PLOT", + "level": 24 + }, + { + "move": "ICY_WIND", + "level": 28 + }, + { + "move": "NIGHT_SLASH", + "level": 35 + }, + { + "move": "FLING", + "level": 38 + }, + { + "move": "METAL_CLAW", + "level": 42 + }, + { + "move": "DARK_PULSE", + "level": 49 + } + ] + }, + { + "species": "MAGNEZONE", + "moves": [ + { + "move": "MIRROR_COAT", + "level": 1 + }, + { + "move": "BARRIER", + "level": 1 + }, + { + "move": "METAL_SOUND", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 6 + }, + { + "move": "SUPERSONIC", + "level": 11 + }, + { + "move": "SONIC_BOOM", + "level": 14 + }, + { + "move": "THUNDER_WAVE", + "level": 17 + }, + { + "move": "SPARK", + "level": 22 + }, + { + "move": "LOCK_ON", + "level": 27 + }, + { + "move": "MAGNET_BOMB", + "level": 30 + }, + { + "move": "SCREECH", + "level": 34 + }, + { + "move": "DISCHARGE", + "level": 40 + }, + { + "move": "MIRROR_SHOT", + "level": 46 + }, + { + "move": "MAGNET_RISE", + "level": 50 + }, + { + "move": "GYRO_BALL", + "level": 54 + }, + { + "move": "ZAP_CANNON", + "level": 60 + } + ] + }, + { + "species": "LICKILICKY", + "moves": [ + { + "move": "LICK", + "level": 1 + }, + { + "move": "SUPERSONIC", + "level": 5 + }, + { + "move": "DEFENSE_CURL", + "level": 9 + }, + { + "move": "KNOCK_OFF", + "level": 13 + }, + { + "move": "WRAP", + "level": 17 + }, + { + "move": "STOMP", + "level": 21 + }, + { + "move": "DISABLE", + "level": 25 + }, + { + "move": "SLAM", + "level": 29 + }, + { + "move": "ROLLOUT", + "level": 33 + }, + { + "move": "ME_FIRST", + "level": 37 + }, + { + "move": "REFRESH", + "level": 41 + }, + { + "move": "SCREECH", + "level": 45 + }, + { + "move": "POWER_WHIP", + "level": 49 + }, + { + "move": "WRING_OUT", + "level": 53 + }, + { + "move": "GYRO_BALL", + "level": 57 + } + ] + }, + { + "species": "RHYPERIOR", + "moves": [ + { + "move": "POISON_JAB", + "level": 1 + }, + { + "move": "HORN_ATTACK", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "STOMP", + "level": 1 + }, + { + "move": "FURY_ATTACK", + "level": 1 + }, + { + "move": "STOMP", + "level": 9 + }, + { + "move": "FURY_ATTACK", + "level": 13 + }, + { + "move": "SCARY_FACE", + "level": 21 + }, + { + "move": "ROCK_BLAST", + "level": 25 + }, + { + "move": "TAKE_DOWN", + "level": 33 + }, + { + "move": "HORN_DRILL", + "level": 37 + }, + { + "move": "HAMMER_ARM", + "level": 42 + }, + { + "move": "STONE_EDGE", + "level": 45 + }, + { + "move": "EARTHQUAKE", + "level": 49 + }, + { + "move": "MEGAHORN", + "level": 57 + }, + { + "move": "ROCK_WRECKER", + "level": 61 + } + ] + }, + { + "species": "TANGROWTH", + "moves": [ + { + "move": "INGRAIN", + "level": 1 + }, + { + "move": "CONSTRICT", + "level": 1 + }, + { + "move": "SLEEP_POWDER", + "level": 5 + }, + { + "move": "ABSORB", + "level": 8 + }, + { + "move": "GROWTH", + "level": 12 + }, + { + "move": "POISON_POWDER", + "level": 15 + }, + { + "move": "VINE_WHIP", + "level": 19 + }, + { + "move": "BIND", + "level": 22 + }, + { + "move": "MEGA_DRAIN", + "level": 26 + }, + { + "move": "STUN_SPORE", + "level": 29 + }, + { + "move": "ANCIENT_POWER", + "level": 33 + }, + { + "move": "KNOCK_OFF", + "level": 36 + }, + { + "move": "NATURAL_GIFT", + "level": 40 + }, + { + "move": "SLAM", + "level": 43 + }, + { + "move": "TICKLE", + "level": 47 + }, + { + "move": "WRING_OUT", + "level": 50 + }, + { + "move": "POWER_WHIP", + "level": 54 + }, + { + "move": "BLOCK", + "level": 57 + } + ] + }, + { + "species": "ELECTIVIRE", + "moves": [ + { + "move": "FIRE_PUNCH", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "LOW_KICK", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 7 + }, + { + "move": "LOW_KICK", + "level": 10 + }, + { + "move": "SWIFT", + "level": 16 + }, + { + "move": "SHOCK_WAVE", + "level": 19 + }, + { + "move": "LIGHT_SCREEN", + "level": 25 + }, + { + "move": "THUNDER_PUNCH", + "level": 28 + }, + { + "move": "DISCHARGE", + "level": 37 + }, + { + "move": "THUNDERBOLT", + "level": 43 + }, + { + "move": "SCREECH", + "level": 52 + }, + { + "move": "THUNDER", + "level": 58 + }, + { + "move": "GIGA_IMPACT", + "level": 67 + } + ] + }, + { + "species": "MAGMORTAR", + "moves": [ + { + "move": "THUNDER_PUNCH", + "level": 1 + }, + { + "move": "SMOG", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "EMBER", + "level": 1 + }, + { + "move": "SMOKESCREEN", + "level": 1 + }, + { + "move": "EMBER", + "level": 7 + }, + { + "move": "SMOKESCREEN", + "level": 10 + }, + { + "move": "FEINT_ATTACK", + "level": 16 + }, + { + "move": "FIRE_SPIN", + "level": 19 + }, + { + "move": "CONFUSE_RAY", + "level": 25 + }, + { + "move": "FIRE_PUNCH", + "level": 28 + }, + { + "move": "LAVA_PLUME", + "level": 37 + }, + { + "move": "FLAMETHROWER", + "level": 43 + }, + { + "move": "SUNNY_DAY", + "level": 52 + }, + { + "move": "FIRE_BLAST", + "level": 58 + }, + { + "move": "HYPER_BEAM", + "level": 67 + } + ] + }, + { + "species": "TOGEKISS", + "moves": [ + { + "move": "SKY_ATTACK", + "level": 1 + }, + { + "move": "EXTREME_SPEED", + "level": 1 + }, + { + "move": "AURA_SPHERE", + "level": 1 + }, + { + "move": "AIR_SLASH", + "level": 1 + } + ] + }, + { + "species": "YANMEGA", + "moves": [ + { + "move": "NIGHT_SLASH", + "level": 1 + }, + { + "move": "BUG_BITE", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "FORESIGHT", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 6 + }, + { + "move": "DOUBLE_TEAM", + "level": 11 + }, + { + "move": "SONIC_BOOM", + "level": 14 + }, + { + "move": "DETECT", + "level": 17 + }, + { + "move": "SUPERSONIC", + "level": 22 + }, + { + "move": "UPROAR", + "level": 27 + }, + { + "move": "PURSUIT", + "level": 30 + }, + { + "move": "ANCIENT_POWER", + "level": 33 + }, + { + "move": "SLASH", + "level": 38 + }, + { + "move": "SCREECH", + "level": 43 + }, + { + "move": "U_TURN", + "level": 46 + }, + { + "move": "AIR_SLASH", + "level": 49 + }, + { + "move": "BUG_BUZZ", + "level": 54 + } + ] + }, + { + "species": "LEAFEON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "HELPING_HAND", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 8 + }, + { + "move": "RAZOR_LEAF", + "level": 15 + }, + { + "move": "QUICK_ATTACK", + "level": 22 + }, + { + "move": "SYNTHESIS", + "level": 29 + }, + { + "move": "MAGICAL_LEAF", + "level": 36 + }, + { + "move": "GIGA_DRAIN", + "level": 43 + }, + { + "move": "LAST_RESORT", + "level": 50 + }, + { + "move": "GRASS_WHISTLE", + "level": 57 + }, + { + "move": "SUNNY_DAY", + "level": 64 + }, + { + "move": "LEAF_BLADE", + "level": 71 + } + ] + }, + { + "species": "GLACEON", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "TAIL_WHIP", + "level": 1 + }, + { + "move": "HELPING_HAND", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 8 + }, + { + "move": "ICY_WIND", + "level": 15 + }, + { + "move": "QUICK_ATTACK", + "level": 22 + }, + { + "move": "BITE", + "level": 29 + }, + { + "move": "ICE_SHARD", + "level": 36 + }, + { + "move": "ICE_FANG", + "level": 43 + }, + { + "move": "LAST_RESORT", + "level": 50 + }, + { + "move": "MIRROR_COAT", + "level": 57 + }, + { + "move": "HAIL", + "level": 64 + }, + { + "move": "BLIZZARD", + "level": 71 + } + ] + }, + { + "species": "GLISCOR", + "moves": [ + { + "move": "THUNDER_FANG", + "level": 1 + }, + { + "move": "ICE_FANG", + "level": 1 + }, + { + "move": "FIRE_FANG", + "level": 1 + }, + { + "move": "POISON_JAB", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 1 + }, + { + "move": "HARDEN", + "level": 1 + }, + { + "move": "KNOCK_OFF", + "level": 1 + }, + { + "move": "SAND_ATTACK", + "level": 5 + }, + { + "move": "HARDEN", + "level": 9 + }, + { + "move": "KNOCK_OFF", + "level": 12 + }, + { + "move": "QUICK_ATTACK", + "level": 16 + }, + { + "move": "FURY_CUTTER", + "level": 20 + }, + { + "move": "FEINT_ATTACK", + "level": 23 + }, + { + "move": "SCREECH", + "level": 27 + }, + { + "move": "NIGHT_SLASH", + "level": 31 + }, + { + "move": "SWORDS_DANCE", + "level": 34 + }, + { + "move": "U_TURN", + "level": 38 + }, + { + "move": "X_SCISSOR", + "level": 42 + }, + { + "move": "GUILLOTINE", + "level": 45 + } + ] + }, + { + "species": "MAMOSWINE", + "moves": [ + { + "move": "ANCIENT_POWER", + "level": 1 + }, + { + "move": "PECK", + "level": 1 + }, + { + "move": "ODOR_SLEUTH", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 1 + }, + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "MUD_SPORT", + "level": 4 + }, + { + "move": "POWDER_SNOW", + "level": 8 + }, + { + "move": "MUD_SLAP", + "level": 13 + }, + { + "move": "ENDURE", + "level": 16 + }, + { + "move": "MUD_BOMB", + "level": 20 + }, + { + "move": "HAIL", + "level": 25 + }, + { + "move": "ICE_FANG", + "level": 28 + }, + { + "move": "TAKE_DOWN", + "level": 32 + }, + { + "move": "DOUBLE_HIT", + "level": 33 + }, + { + "move": "EARTHQUAKE", + "level": 40 + }, + { + "move": "MIST", + "level": 48 + }, + { + "move": "BLIZZARD", + "level": 56 + }, + { + "move": "SCARY_FACE", + "level": 65 + } + ] + }, + { + "species": "PORYGON_Z", + "moves": [ + { + "move": "TRICK_ROOM", + "level": 1 + }, + { + "move": "CONVERSION_2", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "CONVERSION", + "level": 1 + }, + { + "move": "NASTY_PLOT", + "level": 1 + }, + { + "move": "PSYBEAM", + "level": 7 + }, + { + "move": "AGILITY", + "level": 12 + }, + { + "move": "RECOVER", + "level": 18 + }, + { + "move": "MAGNET_RISE", + "level": 23 + }, + { + "move": "SIGNAL_BEAM", + "level": 29 + }, + { + "move": "EMBARGO", + "level": 34 + }, + { + "move": "DISCHARGE", + "level": 40 + }, + { + "move": "LOCK_ON", + "level": 45 + }, + { + "move": "TRI_ATTACK", + "level": 51 + }, + { + "move": "MAGIC_COAT", + "level": 56 + }, + { + "move": "ZAP_CANNON", + "level": 62 + }, + { + "move": "HYPER_BEAM", + "level": 67 + } + ] + }, + { + "species": "GALLADE", + "moves": [ + { + "move": "LEAF_BLADE", + "level": 1 + }, + { + "move": "NIGHT_SLASH", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 1 + }, + { + "move": "TELEPORT", + "level": 1 + }, + { + "move": "CONFUSION", + "level": 6 + }, + { + "move": "DOUBLE_TEAM", + "level": 10 + }, + { + "move": "TELEPORT", + "level": 12 + }, + { + "move": "FURY_CUTTER", + "level": 17 + }, + { + "move": "SLASH", + "level": 22 + }, + { + "move": "SWORDS_DANCE", + "level": 25 + }, + { + "move": "PSYCHO_CUT", + "level": 31 + }, + { + "move": "HELPING_HAND", + "level": 36 + }, + { + "move": "FEINT", + "level": 39 + }, + { + "move": "FALSE_SWIPE", + "level": 45 + }, + { + "move": "PROTECT", + "level": 50 + }, + { + "move": "CLOSE_COMBAT", + "level": 53 + } + ] + }, + { + "species": "PROBOPASS", + "moves": [ + { + "move": "MAGNET_RISE", + "level": 1 + }, + { + "move": "GRAVITY", + "level": 1 + }, + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "IRON_DEFENSE", + "level": 1 + }, + { + "move": "MAGNET_BOMB", + "level": 1 + }, + { + "move": "BLOCK", + "level": 1 + }, + { + "move": "IRON_DEFENSE", + "level": 7 + }, + { + "move": "MAGNET_BOMB", + "level": 13 + }, + { + "move": "BLOCK", + "level": 19 + }, + { + "move": "THUNDER_WAVE", + "level": 25 + }, + { + "move": "ROCK_SLIDE", + "level": 31 + }, + { + "move": "SANDSTORM", + "level": 37 + }, + { + "move": "REST", + "level": 43 + }, + { + "move": "DISCHARGE", + "level": 49 + }, + { + "move": "STONE_EDGE", + "level": 55 + }, + { + "move": "ZAP_CANNON", + "level": 61 + }, + { + "move": "LOCK_ON", + "level": 67 + }, + { + "move": "EARTH_POWER", + "level": 73 + } + ] + }, + { + "species": "DUSKNOIR", + "moves": [ + { + "move": "FIRE_PUNCH", + "level": 1 + }, + { + "move": "ICE_PUNCH", + "level": 1 + }, + { + "move": "THUNDER_PUNCH", + "level": 1 + }, + { + "move": "GRAVITY", + "level": 1 + }, + { + "move": "BIND", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 1 + }, + { + "move": "DISABLE", + "level": 1 + }, + { + "move": "DISABLE", + "level": 6 + }, + { + "move": "FORESIGHT", + "level": 9 + }, + { + "move": "ASTONISH", + "level": 14 + }, + { + "move": "CONFUSE_RAY", + "level": 17 + }, + { + "move": "SHADOW_SNEAK", + "level": 22 + }, + { + "move": "PURSUIT", + "level": 25 + }, + { + "move": "CURSE", + "level": 30 + }, + { + "move": "WILL_O_WISP", + "level": 33 + }, + { + "move": "SHADOW_PUNCH", + "level": 37 + }, + { + "move": "MEAN_LOOK", + "level": 43 + }, + { + "move": "PAYBACK", + "level": 51 + }, + { + "move": "FUTURE_SIGHT", + "level": 61 + } + ] + }, + { + "species": "FROSLASS", + "moves": [ + { + "move": "POWDER_SNOW", + "level": 1 + }, + { + "move": "LEER", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 4 + }, + { + "move": "ASTONISH", + "level": 10 + }, + { + "move": "ICY_WIND", + "level": 13 + }, + { + "move": "CONFUSE_RAY", + "level": 19 + }, + { + "move": "OMINOUS_WIND", + "level": 22 + }, + { + "move": "WAKE_UP_SLAP", + "level": 28 + }, + { + "move": "CAPTIVATE", + "level": 31 + }, + { + "move": "ICE_SHARD", + "level": 37 + }, + { + "move": "HAIL", + "level": 40 + }, + { + "move": "BLIZZARD", + "level": 51 + }, + { + "move": "DESTINY_BOND", + "level": 59 + } + ] + }, + { + "species": "ROTOM", + "moves": [ + { + "move": "TRICK", + "level": 1 + }, + { + "move": "ASTONISH", + "level": 1 + }, + { + "move": "THUNDER_WAVE", + "level": 1 + }, + { + "move": "THUNDER_SHOCK", + "level": 1 + }, + { + "move": "CONFUSE_RAY", + "level": 1 + }, + { + "move": "UPROAR", + "level": 8 + }, + { + "move": "DOUBLE_TEAM", + "level": 15 + }, + { + "move": "SHOCK_WAVE", + "level": 22 + }, + { + "move": "OMINOUS_WIND", + "level": 29 + }, + { + "move": "SUBSTITUTE", + "level": 36 + }, + { + "move": "CHARGE", + "level": 43 + }, + { + "move": "DISCHARGE", + "level": 50 + } + ] + }, + { + "species": "UXIE", + "moves": [ + { + "move": "REST", + "level": 1 + }, + { + "move": "IMPRISON", + "level": 6 + }, + { + "move": "ENDURE", + "level": 16 + }, + { + "move": "CONFUSION", + "level": 21 + }, + { + "move": "YAWN", + "level": 31 + }, + { + "move": "FUTURE_SIGHT", + "level": 36 + }, + { + "move": "AMNESIA", + "level": 46 + }, + { + "move": "EXTRASENSORY", + "level": 51 + }, + { + "move": "FLAIL", + "level": 61 + }, + { + "move": "NATURAL_GIFT", + "level": 66 + }, + { + "move": "MEMENTO", + "level": 76 + } + ] + }, + { + "species": "MESPRIT", + "moves": [ + { + "move": "REST", + "level": 1 + }, + { + "move": "IMPRISON", + "level": 6 + }, + { + "move": "PROTECT", + "level": 16 + }, + { + "move": "CONFUSION", + "level": 21 + }, + { + "move": "LUCKY_CHANT", + "level": 31 + }, + { + "move": "FUTURE_SIGHT", + "level": 36 + }, + { + "move": "CHARM", + "level": 46 + }, + { + "move": "EXTRASENSORY", + "level": 51 + }, + { + "move": "COPYCAT", + "level": 61 + }, + { + "move": "NATURAL_GIFT", + "level": 66 + }, + { + "move": "HEALING_WISH", + "level": 76 + } + ] + }, + { + "species": "AZELF", + "moves": [ + { + "move": "REST", + "level": 1 + }, + { + "move": "IMPRISON", + "level": 6 + }, + { + "move": "DETECT", + "level": 16 + }, + { + "move": "CONFUSION", + "level": 21 + }, + { + "move": "UPROAR", + "level": 31 + }, + { + "move": "FUTURE_SIGHT", + "level": 36 + }, + { + "move": "NASTY_PLOT", + "level": 46 + }, + { + "move": "EXTRASENSORY", + "level": 51 + }, + { + "move": "LAST_RESORT", + "level": 61 + }, + { + "move": "NATURAL_GIFT", + "level": 66 + }, + { + "move": "EXPLOSION", + "level": 76 + } + ] + }, + { + "species": "DIALGA", + "moves": [ + { + "move": "DRAGON_BREATH", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 1 + }, + { + "move": "METAL_CLAW", + "level": 10 + }, + { + "move": "ANCIENT_POWER", + "level": 20 + }, + { + "move": "DRAGON_CLAW", + "level": 30 + }, + { + "move": "ROAR_OF_TIME", + "level": 40 + }, + { + "move": "HEAL_BLOCK", + "level": 50 + }, + { + "move": "EARTH_POWER", + "level": 60 + }, + { + "move": "SLASH", + "level": 70 + }, + { + "move": "FLASH_CANNON", + "level": 80 + }, + { + "move": "AURA_SPHERE", + "level": 90 + } + ] + }, + { + "species": "PALKIA", + "moves": [ + { + "move": "DRAGON_BREATH", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 1 + }, + { + "move": "WATER_PULSE", + "level": 10 + }, + { + "move": "ANCIENT_POWER", + "level": 20 + }, + { + "move": "DRAGON_CLAW", + "level": 30 + }, + { + "move": "SPACIAL_REND", + "level": 40 + }, + { + "move": "HEAL_BLOCK", + "level": 50 + }, + { + "move": "EARTH_POWER", + "level": 60 + }, + { + "move": "SLASH", + "level": 70 + }, + { + "move": "AQUA_TAIL", + "level": 80 + }, + { + "move": "AURA_SPHERE", + "level": 90 + } + ] + }, + { + "species": "HEATRAN", + "moves": [ + { + "move": "ANCIENT_POWER", + "level": 1 + }, + { + "move": "LEER", + "level": 9 + }, + { + "move": "FIRE_FANG", + "level": 17 + }, + { + "move": "METAL_SOUND", + "level": 25 + }, + { + "move": "CRUNCH", + "level": 33 + }, + { + "move": "SCARY_FACE", + "level": 41 + }, + { + "move": "LAVA_PLUME", + "level": 49 + }, + { + "move": "FIRE_SPIN", + "level": 57 + }, + { + "move": "IRON_HEAD", + "level": 65 + }, + { + "move": "EARTH_POWER", + "level": 73 + }, + { + "move": "HEAT_WAVE", + "level": 81 + }, + { + "move": "STONE_EDGE", + "level": 88 + }, + { + "move": "MAGMA_STORM", + "level": 96 + } + ] + }, + { + "species": "REGIGIGAS", + "moves": [ + { + "move": "FIRE_PUNCH", + "level": 1 + }, + { + "move": "ICE_PUNCH", + "level": 1 + }, + { + "move": "THUNDER_PUNCH", + "level": 1 + }, + { + "move": "MEGA_PUNCH", + "level": 1 + }, + { + "move": "KNOCK_OFF", + "level": 1 + }, + { + "move": "CONFUSE_RAY", + "level": 1 + }, + { + "move": "STOMP", + "level": 1 + }, + { + "move": "SUPERPOWER", + "level": 25 + }, + { + "move": "ZEN_HEADBUTT", + "level": 50 + }, + { + "move": "CRUSH_GRIP", + "level": 75 + }, + { + "move": "GIGA_IMPACT", + "level": 100 + } + ] + }, + { + "species": "GIRATINA", + "moves": [ + { + "move": "DRAGON_BREATH", + "level": 1 + }, + { + "move": "SCARY_FACE", + "level": 1 + }, + { + "move": "OMINOUS_WIND", + "level": 10 + }, + { + "move": "ANCIENT_POWER", + "level": 20 + }, + { + "move": "DRAGON_CLAW", + "level": 30 + }, + { + "move": "SHADOW_FORCE", + "level": 40 + }, + { + "move": "HEAL_BLOCK", + "level": 50 + }, + { + "move": "EARTH_POWER", + "level": 60 + }, + { + "move": "SLASH", + "level": 70 + }, + { + "move": "SHADOW_CLAW", + "level": 80 + }, + { + "move": "AURA_SPHERE", + "level": 90 + } + ] + }, + { + "species": "CRESSELIA", + "moves": [ + { + "move": "CONFUSION", + "level": 1 + }, + { + "move": "DOUBLE_TEAM", + "level": 1 + }, + { + "move": "SAFEGUARD", + "level": 11 + }, + { + "move": "MIST", + "level": 20 + }, + { + "move": "AURORA_BEAM", + "level": 29 + }, + { + "move": "FUTURE_SIGHT", + "level": 38 + }, + { + "move": "SLASH", + "level": 47 + }, + { + "move": "MOONLIGHT", + "level": 57 + }, + { + "move": "PSYCHO_CUT", + "level": 66 + }, + { + "move": "PSYCHO_SHIFT", + "level": 75 + }, + { + "move": "LUNAR_DANCE", + "level": 84 + }, + { + "move": "PSYCHIC", + "level": 93 + } + ] + }, + { + "species": "PHIONE", + "moves": [ + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "CHARM", + "level": 9 + }, + { + "move": "SUPERSONIC", + "level": 16 + }, + { + "move": "BUBBLE_BEAM", + "level": 24 + }, + { + "move": "ACID_ARMOR", + "level": 31 + }, + { + "move": "WHIRLPOOL", + "level": 39 + }, + { + "move": "WATER_PULSE", + "level": 46 + }, + { + "move": "AQUA_RING", + "level": 54 + }, + { + "move": "DIVE", + "level": 61 + }, + { + "move": "RAIN_DANCE", + "level": 69 + } + ] + }, + { + "species": "MANAPHY", + "moves": [ + { + "move": "TAIL_GLOW", + "level": 1 + }, + { + "move": "BUBBLE", + "level": 1 + }, + { + "move": "WATER_SPORT", + "level": 1 + }, + { + "move": "CHARM", + "level": 9 + }, + { + "move": "SUPERSONIC", + "level": 16 + }, + { + "move": "BUBBLE_BEAM", + "level": 24 + }, + { + "move": "ACID_ARMOR", + "level": 31 + }, + { + "move": "WHIRLPOOL", + "level": 39 + }, + { + "move": "WATER_PULSE", + "level": 46 + }, + { + "move": "AQUA_RING", + "level": 54 + }, + { + "move": "DIVE", + "level": 61 + }, + { + "move": "RAIN_DANCE", + "level": 69 + }, + { + "move": "HEART_SWAP", + "level": 76 + } + ] + }, + { + "species": "DARKRAI", + "moves": [ + { + "move": "NIGHT_SHADE", + "level": 1 + }, + { + "move": "DISABLE", + "level": 1 + }, + { + "move": "QUICK_ATTACK", + "level": 11 + }, + { + "move": "HYPNOSIS", + "level": 20 + }, + { + "move": "PURSUIT", + "level": 29 + }, + { + "move": "NIGHTMARE", + "level": 38 + }, + { + "move": "DOUBLE_TEAM", + "level": 47 + }, + { + "move": "HAZE", + "level": 57 + }, + { + "move": "DARK_VOID", + "level": 66 + }, + { + "move": "EMBARGO", + "level": 75 + }, + { + "move": "DREAM_EATER", + "level": 84 + }, + { + "move": "DARK_PULSE", + "level": 93 + } + ] + }, + { + "species": "SHAYMIN", + "moves": [ + { + "move": "DEFENSE_CURL", + "level": 1 + }, + { + "move": "MAGICAL_LEAF", + "level": 10 + }, + { + "move": "LEECH_SEED", + "level": 19 + }, + { + "move": "SYNTHESIS", + "level": 28 + }, + { + "move": "SWEET_SCENT", + "level": 37 + }, + { + "move": "NATURAL_GIFT", + "level": 46 + }, + { + "move": "WORRY_SEED", + "level": 55 + }, + { + "move": "AROMATHERAPY", + "level": 64 + }, + { + "move": "ENERGY_BALL", + "level": 73 + }, + { + "move": "GRASS_WHISTLE", + "level": 82 + }, + { + "move": "LUCKY_CHANT", + "level": 91 + }, + { + "move": "SEED_FLARE", + "level": 100 + } + ] + }, + { + "species": "ARCEUS", + "moves": [ + { + "move": "SEISMIC_TOSS", + "level": 1 + }, + { + "move": "COSMIC_POWER", + "level": 1 + }, + { + "move": "NATURAL_GIFT", + "level": 1 + }, + { + "move": "PUNISHMENT", + "level": 1 + }, + { + "move": "GRAVITY", + "level": 10 + }, + { + "move": "EARTH_POWER", + "level": 20 + }, + { + "move": "HYPER_VOICE", + "level": 30 + }, + { + "move": "EXTREME_SPEED", + "level": 40 + }, + { + "move": "REFRESH", + "level": 50 + }, + { + "move": "FUTURE_SIGHT", + "level": 60 + }, + { + "move": "RECOVER", + "level": 70 + }, + { + "move": "HYPER_BEAM", + "level": 80 + }, + { + "move": "PERISH_SONG", + "level": 90 + }, + { + "move": "JUDGMENT", + "level": 100 + } + ] + }, + { + "species": "EGG", + "moves": [ + { + "move": "SPLASH", + "level": 1 + } + ] + }, + { + "species": "MANAPHY_EGG", + "moves": [ + { + "move": "SPLASH", + "level": 1 + } + ] + }, + { + "species": "DEOXYS_ATK", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "WRAP", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 9 + }, + { + "move": "TELEPORT", + "level": 17 + }, + { + "move": "TAUNT", + "level": 25 + }, + { + "move": "PURSUIT", + "level": 33 + }, + { + "move": "PSYCHIC", + "level": 41 + }, + { + "move": "SUPERPOWER", + "level": 49 + }, + { + "move": "PSYCHO_SHIFT", + "level": 57 + }, + { + "move": "ZEN_HEADBUTT", + "level": 65 + }, + { + "move": "COSMIC_POWER", + "level": 73 + }, + { + "move": "ZAP_CANNON", + "level": 81 + }, + { + "move": "PSYCHO_BOOST", + "level": 89 + }, + { + "move": "HYPER_BEAM", + "level": 97 + } + ] + }, + { + "species": "DEOXYS_DEF", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "WRAP", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 9 + }, + { + "move": "TELEPORT", + "level": 17 + }, + { + "move": "KNOCK_OFF", + "level": 25 + }, + { + "move": "SPIKES", + "level": 33 + }, + { + "move": "PSYCHIC", + "level": 41 + }, + { + "move": "SNATCH", + "level": 49 + }, + { + "move": "PSYCHO_SHIFT", + "level": 57 + }, + { + "move": "ZEN_HEADBUTT", + "level": 65 + }, + { + "move": "IRON_DEFENSE", + "level": 73 + }, + { + "move": "AMNESIA", + "level": 73 + }, + { + "move": "RECOVER", + "level": 81 + }, + { + "move": "PSYCHO_BOOST", + "level": 89 + }, + { + "move": "COUNTER", + "level": 97 + }, + { + "move": "MIRROR_COAT", + "level": 97 + } + ] + }, + { + "species": "DEOXYS_SPD", + "moves": [ + { + "move": "LEER", + "level": 1 + }, + { + "move": "WRAP", + "level": 1 + }, + { + "move": "NIGHT_SHADE", + "level": 9 + }, + { + "move": "DOUBLE_TEAM", + "level": 17 + }, + { + "move": "KNOCK_OFF", + "level": 25 + }, + { + "move": "PURSUIT", + "level": 33 + }, + { + "move": "PSYCHIC", + "level": 41 + }, + { + "move": "SWIFT", + "level": 49 + }, + { + "move": "PSYCHO_SHIFT", + "level": 57 + }, + { + "move": "ZEN_HEADBUTT", + "level": 65 + }, + { + "move": "AGILITY", + "level": 73 + }, + { + "move": "RECOVER", + "level": 81 + }, + { + "move": "PSYCHO_BOOST", + "level": 89 + }, + { + "move": "EXTREME_SPEED", + "level": 97 + } + ] + }, + { + "species": "WORMADAM_SANDY", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "PROTECT", + "level": 10 + }, + { + "move": "HIDDEN_POWER", + "level": 20 + }, + { + "move": "CONFUSION", + "level": 23 + }, + { + "move": "ROCK_BLAST", + "level": 26 + }, + { + "move": "HARDEN", + "level": 29 + }, + { + "move": "PSYBEAM", + "level": 32 + }, + { + "move": "CAPTIVATE", + "level": 35 + }, + { + "move": "FLAIL", + "level": 38 + }, + { + "move": "ATTRACT", + "level": 41 + }, + { + "move": "PSYCHIC", + "level": 44 + }, + { + "move": "FISSURE", + "level": 47 + } + ] + }, + { + "species": "WORMADAM_TRASH", + "moves": [ + { + "move": "TACKLE", + "level": 1 + }, + { + "move": "PROTECT", + "level": 10 + }, + { + "move": "HIDDEN_POWER", + "level": 20 + }, + { + "move": "CONFUSION", + "level": 23 + }, + { + "move": "MIRROR_SHOT", + "level": 26 + }, + { + "move": "METAL_SOUND", + "level": 29 + }, + { + "move": "PSYBEAM", + "level": 32 + }, + { + "move": "CAPTIVATE", + "level": 35 + }, + { + "move": "FLAIL", + "level": 38 + }, + { + "move": "ATTRACT", + "level": 41 + }, + { + "move": "PSYCHIC", + "level": 44 + }, + { + "move": "IRON_HEAD", + "level": 47 + } + ] + } + ] +} diff --git a/files/poketool/personal/wotbl.json.txt b/files/poketool/personal/wotbl.json.txt new file mode 100644 index 00000000..d68b1e39 --- /dev/null +++ b/files/poketool/personal/wotbl.json.txt @@ -0,0 +1,21 @@ +{{ doNotModifyHeader }} + +#include "global.h" +#include "constants/moves.h" + +u32 __size[] = { +##for mon in wotbl + ({{ length(mon.moves) }} * 2 + 5) & ~3, +##endfor +}; + +const u16 moveset[] = { +##for mon in wotbl + // {{ mon.species }} +##for move in mon.moves + MOVE_{{ move.move }} | ({{ move.level }} << 9), +##endfor + 0xFFFF, + {% if even(length(mon.moves)) %}0x0000,{% endif %} +##endfor +}; diff --git a/files/poketool/personal/wotbl/narc_0000.bin b/files/poketool/personal/wotbl/narc_0000.bin Binary files differdeleted file mode 100644 index aa470200..00000000 --- a/files/poketool/personal/wotbl/narc_0000.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0001.bin b/files/poketool/personal/wotbl/narc_0001.bin Binary files differdeleted file mode 100644 index 9a4d4707..00000000 --- a/files/poketool/personal/wotbl/narc_0001.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0002.bin b/files/poketool/personal/wotbl/narc_0002.bin Binary files differdeleted file mode 100644 index 62b9d290..00000000 --- a/files/poketool/personal/wotbl/narc_0002.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0003.bin b/files/poketool/personal/wotbl/narc_0003.bin Binary files differdeleted file mode 100644 index 123da855..00000000 --- a/files/poketool/personal/wotbl/narc_0003.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0004.bin b/files/poketool/personal/wotbl/narc_0004.bin Binary files differdeleted file mode 100644 index c5bb504b..00000000 --- a/files/poketool/personal/wotbl/narc_0004.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0005.bin b/files/poketool/personal/wotbl/narc_0005.bin deleted file mode 100644 index d337a378..00000000 --- a/files/poketool/personal/wotbl/narc_0005.bin +++ /dev/null @@ -1,2 +0,0 @@ - --44lR"*9@5NSV
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0006.bin b/files/poketool/personal/wotbl/narc_0006.bin Binary files differdeleted file mode 100644 index 4df8c844..00000000 --- a/files/poketool/personal/wotbl/narc_0006.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0007.bin b/files/poketool/personal/wotbl/narc_0007.bin deleted file mode 100644 index 13ece815..00000000 --- a/files/poketool/personal/wotbl/narc_0007.bin +++ /dev/null @@ -1 +0,0 @@ -!'n7, &,`39>D8J
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0008.bin b/files/poketool/personal/wotbl/narc_0008.bin deleted file mode 100644 index 0bb037ec..00000000 --- a/files/poketool/personal/wotbl/narc_0008.bin +++ /dev/null @@ -1 +0,0 @@ -!''n7, (0`9AHP8X
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0009.bin b/files/poketool/personal/wotbl/narc_0009.bin deleted file mode 100644 index 46c4c37c..00000000 --- a/files/poketool/personal/wotbl/narc_0009.bin +++ /dev/null @@ -1 +0,0 @@ -!'n'n7, (0`9AN\8j
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0010.bin b/files/poketool/personal/wotbl/narc_0010.bin Binary files differdeleted file mode 100644 index fb7aafb4..00000000 --- a/files/poketool/personal/wotbl/narc_0010.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0011.bin b/files/poketool/personal/wotbl/narc_0011.bin Binary files differdeleted file mode 100644 index d4928219..00000000 --- a/files/poketool/personal/wotbl/narc_0011.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0012.bin b/files/poketool/personal/wotbl/narc_0012.bin Binary files differdeleted file mode 100644 index e9832d45..00000000 --- a/files/poketool/personal/wotbl/narc_0012.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0013.bin b/files/poketool/personal/wotbl/narc_0013.bin Binary files differdeleted file mode 100644 index 96e31e0b..00000000 --- a/files/poketool/personal/wotbl/narc_0013.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0014.bin b/files/poketool/personal/wotbl/narc_0014.bin Binary files differdeleted file mode 100644 index d4928219..00000000 --- a/files/poketool/personal/wotbl/narc_0014.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0015.bin b/files/poketool/personal/wotbl/narc_0015.bin Binary files differdeleted file mode 100644 index e009777e..00000000 --- a/files/poketool/personal/wotbl/narc_0015.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0016.bin b/files/poketool/personal/wotbl/narc_0016.bin deleted file mode 100644 index 5c6abba9..00000000 --- a/files/poketool/personal/wotbl/narc_0016.bin +++ /dev/null @@ -1,2 +0,0 @@ -! -b"*)3a:BcKnSwZc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0017.bin b/files/poketool/personal/wotbl/narc_0017.bin deleted file mode 100644 index 78db7d18..00000000 --- a/files/poketool/personal/wotbl/narc_0017.bin +++ /dev/null @@ -1,2 +0,0 @@ -! -b",)7a@JcUn_whs
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0018.bin b/files/poketool/personal/wotbl/narc_0018.bin Binary files differdeleted file mode 100644 index f854a3eb..00000000 --- a/files/poketool/personal/wotbl/narc_0018.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0019.bin b/files/poketool/personal/wotbl/narc_0019.bin deleted file mode 100644 index c8bff652..00000000 --- a/files/poketool/personal/wotbl/narc_0019.bin +++ /dev/null @@ -1 +0,0 @@ -!'bt, ',t38&>E
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0020.bin b/files/poketool/personal/wotbl/narc_0020.bin deleted file mode 100644 index 8f579ec8..00000000 --- a/files/poketool/personal/wotbl/narc_0020.bin +++ /dev/null @@ -1 +0,0 @@ -!'btbt, '(0t;D&NY
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0021.bin b/files/poketool/personal/wotbl/narc_0021.bin deleted file mode 100644 index c3cff47c..00000000 --- a/files/poketool/personal/wotbl/narc_0021.bin +++ /dev/null @@ -1,2 +0,0 @@ -@-+ -L#w*a2t;cCAJ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0022.bin b/files/poketool/personal/wotbl/narc_0022.bin Binary files differdeleted file mode 100644 index 393b9c0e..00000000 --- a/files/poketool/personal/wotbl/narc_0022.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0023.bin b/files/poketool/personal/wotbl/narc_0023.bin Binary files differdeleted file mode 100644 index 9b310265..00000000 --- a/files/poketool/personal/wotbl/narc_0023.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0024.bin b/files/poketool/personal/wotbl/narc_0024.bin Binary files differdeleted file mode 100644 index 6f5bdbc7..00000000 --- a/files/poketool/personal/wotbl/narc_0024.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0025.bin b/files/poketool/personal/wotbl/narc_0025.bin deleted file mode 100644 index 2ec529d2..00000000 --- a/files/poketool/personal/wotbl/narc_0025.bin +++ /dev/null @@ -1,2 +0,0 @@ -T-' -Vbh$*U4l;aDKqTWZ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0026.bin b/files/poketool/personal/wotbl/narc_0026.bin Binary files differdeleted file mode 100644 index e25ccc25..00000000 --- a/files/poketool/personal/wotbl/narc_0026.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0027.bin b/files/poketool/personal/wotbl/narc_0027.bin deleted file mode 100644 index bcd0ac10..00000000 --- a/files/poketool/personal/wotbl/narc_0027.bin +++ /dev/null @@ -1,2 +0,0 @@ - -o(&*2H7>hCJ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0028.bin b/files/poketool/personal/wotbl/narc_0028.bin Binary files differdeleted file mode 100644 index 015f7090..00000000 --- a/files/poketool/personal/wotbl/narc_0028.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0029.bin b/files/poketool/personal/wotbl/narc_0029.bin deleted file mode 100644 index af77b2ea..00000000 --- a/files/poketool/personal/wotbl/narc_0029.bin +++ /dev/null @@ -1,2 +0,0 @@ -- -'(&,*3?CJW1[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0030.bin b/files/poketool/personal/wotbl/narc_0030.bin deleted file mode 100644 index 82c211c1..00000000 --- a/files/poketool/personal/wotbl/narc_0030.bin +++ /dev/null @@ -1,2 +0,0 @@ -- -'((,.9GMVe1u
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0031.bin b/files/poketool/personal/wotbl/narc_0031.bin deleted file mode 100644 index ca068ca1..00000000 --- a/files/poketool/personal/wotbl/narc_0031.bin +++ /dev/null @@ -1,2 +0,0 @@ - -'(".Wu
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0032.bin b/files/poketool/personal/wotbl/narc_0032.bin deleted file mode 100644 index cd737942..00000000 --- a/files/poketool/personal/wotbl/narc_0032.bin +++ /dev/null @@ -1 +0,0 @@ -+@t(&*3?CKW Z
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0033.bin b/files/poketool/personal/wotbl/narc_0033.bin deleted file mode 100644 index ad914828..00000000 --- a/files/poketool/personal/wotbl/narc_0033.bin +++ /dev/null @@ -1 +0,0 @@ -+@t((.9GMWe t
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0034.bin b/files/poketool/personal/wotbl/narc_0034.bin deleted file mode 100644 index 4e1195a9..00000000 --- a/files/poketool/personal/wotbl/narc_0034.bin +++ /dev/null @@ -1 +0,0 @@ -@t(%.Wt
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0035.bin b/files/poketool/personal/wotbl/narc_0035.bin deleted file mode 100644 index fb3ee490..00000000 --- a/files/poketool/personal/wotbl/narc_0035.bin +++ /dev/null @@ -1,2 +0,0 @@ --/o -!k&f-B3}9v>dEJqP5Wi]
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0036.bin b/files/poketool/personal/wotbl/narc_0036.bin Binary files differdeleted file mode 100644 index 1c3509f6..00000000 --- a/files/poketool/personal/wotbl/narc_0036.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0037.bin b/files/poketool/personal/wotbl/narc_0037.bin deleted file mode 100644 index 3360587b..00000000 --- a/files/poketool/personal/wotbl/narc_0037.bin +++ /dev/null @@ -1 +0,0 @@ -4'.bm"+506s?SDK SFY~^
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0038.bin b/files/poketool/personal/wotbl/narc_0038.bin deleted file mode 100644 index 5f2d9f34..00000000 --- a/files/poketool/personal/wotbl/narc_0038.bin +++ /dev/null @@ -1 +0,0 @@ -4bm
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0039.bin b/files/poketool/personal/wotbl/narc_0039.bin deleted file mode 100644 index 47028dad..00000000 --- a/files/poketool/personal/wotbl/narc_0039.bin +++ /dev/null @@ -1,2 +0,0 @@ -/o -2"*2":hCfKfR0[&b
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0040.bin b/files/poketool/personal/wotbl/narc_0040.bin Binary files differdeleted file mode 100644 index 1b8b1806..00000000 --- a/files/poketool/personal/wotbl/narc_0040.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0041.bin b/files/poketool/personal/wotbl/narc_0041.bin deleted file mode 100644 index 6a7d1939..00000000 --- a/files/poketool/personal/wotbl/narc_0041.bin +++ /dev/null @@ -1,2 +0,0 @@ -0 -6,"m*:3:1CrJS
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0042.bin b/files/poketool/personal/wotbl/narc_0042.bin Binary files differdeleted file mode 100644 index 03c46506..00000000 --- a/files/poketool/personal/wotbl/narc_0042.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0043.bin b/files/poketool/personal/wotbl/narc_0043.bin Binary files differdeleted file mode 100644 index 714b7bd8..00000000 --- a/files/poketool/personal/wotbl/narc_0043.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0044.bin b/files/poketool/personal/wotbl/narc_0044.bin Binary files differdeleted file mode 100644 index de0e69f4..00000000 --- a/files/poketool/personal/wotbl/narc_0044.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0045.bin b/files/poketool/personal/wotbl/narc_0045.bin Binary files differdeleted file mode 100644 index 96a182a8..00000000 --- a/files/poketool/personal/wotbl/narc_0045.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0046.bin b/files/poketool/personal/wotbl/narc_0046.bin Binary files differdeleted file mode 100644 index cb796c41..00000000 --- a/files/poketool/personal/wotbl/narc_0046.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0047.bin b/files/poketool/personal/wotbl/narc_0047.bin Binary files differdeleted file mode 100644 index 64e9d48e..00000000 --- a/files/poketool/personal/wotbl/narc_0047.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0048.bin b/files/poketool/personal/wotbl/narc_0048.bin Binary files differdeleted file mode 100644 index 2eb5b51a..00000000 --- a/files/poketool/personal/wotbl/narc_0048.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0049.bin b/files/poketool/personal/wotbl/narc_0049.bin Binary files differdeleted file mode 100644 index 618d7a0d..00000000 --- a/files/poketool/personal/wotbl/narc_0049.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0050.bin b/files/poketool/personal/wotbl/narc_0050.bin deleted file mode 100644 index 57b4f158..00000000 --- a/files/poketool/personal/wotbl/narc_0050.bin +++ /dev/null @@ -1,2 +0,0 @@ - --6[$/5;DYJZP
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0051.bin b/files/poketool/personal/wotbl/narc_0051.bin deleted file mode 100644 index a26b699f..00000000 --- a/files/poketool/personal/wotbl/narc_0051.bin +++ /dev/null @@ -1,2 +0,0 @@ - ---6[$/H59CPYZZd
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0052.bin b/files/poketool/personal/wotbl/narc_0052.bin Binary files differdeleted file mode 100644 index a21eb618..00000000 --- a/files/poketool/personal/wotbl/narc_0052.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0053.bin b/files/poketool/personal/wotbl/narc_0053.bin deleted file mode 100644 index 1e4e3522..00000000 --- a/files/poketool/personal/wotbl/narc_0053.bin +++ /dev/null @@ -1,2 +0,0 @@ - --,,g",
3AJYtcq{
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0054.bin b/files/poketool/personal/wotbl/narc_0054.bin deleted file mode 100644 index 9c62c939..00000000 --- a/files/poketool/personal/wotbl/narc_0054.bin +++ /dev/null @@ -1,3 +0,0 @@ -Z -' -72]$`-6g>FQX8`
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0055.bin b/files/poketool/personal/wotbl/narc_0055.bin deleted file mode 100644 index 3ce1856c..00000000 --- a/files/poketool/personal/wotbl/narc_0055.bin +++ /dev/null @@ -1,3 +0,0 @@ -Z -'7' -72]$`-6g>JYd8p
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0056.bin b/files/poketool/personal/wotbl/narc_0056.bin deleted file mode 100644 index dfb1e2a2..00000000 --- a/files/poketool/personal/wotbl/narc_0056.bin +++ /dev/null @@ -1,2 +0,0 @@ -W -C+tE"g*t3BJ%R[rc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0057.bin b/files/poketool/personal/wotbl/narc_0057.bin Binary files differdeleted file mode 100644 index 453ff808..00000000 --- a/files/poketool/personal/wotbl/narc_0057.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0058.bin b/files/poketool/personal/wotbl/narc_0058.bin deleted file mode 100644 index b90c208c..00000000 --- a/files/poketool/personal/wotbl/narc_0058.bin +++ /dev/null @@ -1 +0,0 @@ -,.4+<#(29$>5DaNT[a
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0059.bin b/files/poketool/personal/wotbl/narc_0059.bin Binary files differdeleted file mode 100644 index 1da5457b..00000000 --- a/files/poketool/personal/wotbl/narc_0059.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0060.bin b/files/poketool/personal/wotbl/narc_0060.bin deleted file mode 100644 index 5f20379e..00000000 --- a/files/poketool/personal/wotbl/narc_0060.bin +++ /dev/null @@ -1,2 +0,0 @@ -Z -_7$"*=2U9>fG8LS
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0061.bin b/files/poketool/personal/wotbl/narc_0061.bin deleted file mode 100644 index 65b22e3f..00000000 --- a/files/poketool/personal/wotbl/narc_0061.bin +++ /dev/null @@ -1,2 +0,0 @@ -Z_ -_7$"*=6UAJfW8`k
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0062.bin b/files/poketool/personal/wotbl/narc_0062.bin Binary files differdeleted file mode 100644 index ee7a0ff8..00000000 --- a/files/poketool/personal/wotbl/narc_0062.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0063.bin b/files/poketool/personal/wotbl/narc_0063.bin deleted file mode 100644 index 92a7af64..00000000 --- a/files/poketool/personal/wotbl/narc_0063.bin +++ /dev/null @@ -1 +0,0 @@ -d
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0064.bin b/files/poketool/personal/wotbl/narc_0064.bin Binary files differdeleted file mode 100644 index 4c44fa70..00000000 --- a/files/poketool/personal/wotbl/narc_0064.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0065.bin b/files/poketool/personal/wotbl/narc_0065.bin Binary files differdeleted file mode 100644 index 43ebf686..00000000 --- a/files/poketool/personal/wotbl/narc_0065.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0066.bin b/files/poketool/personal/wotbl/narc_0066.bin deleted file mode 100644 index f4a18b06..00000000 --- a/files/poketool/personal/wotbl/narc_0066.bin +++ /dev/null @@ -1 +0,0 @@ -C+tE&-2B>fEJV\
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0067.bin b/files/poketool/personal/wotbl/narc_0067.bin Binary files differdeleted file mode 100644 index c1e20b45..00000000 --- a/files/poketool/personal/wotbl/narc_0067.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0068.bin b/files/poketool/personal/wotbl/narc_0068.bin Binary files differdeleted file mode 100644 index c1e20b45..00000000 --- a/files/poketool/personal/wotbl/narc_0068.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0069.bin b/files/poketool/personal/wotbl/narc_0069.bin deleted file mode 100644 index c0efa00d..00000000 --- a/files/poketool/personal/wotbl/narc_0069.bin +++ /dev/null @@ -1 +0,0 @@ -J#OMN"3.7:|GKNRz_
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0070.bin b/files/poketool/personal/wotbl/narc_0070.bin deleted file mode 100644 index 0fadb293..00000000 --- a/files/poketool/personal/wotbl/narc_0070.bin +++ /dev/null @@ -1 +0,0 @@ -J#J#OMN"3.7:|GKNRz_
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0071.bin b/files/poketool/personal/wotbl/narc_0071.bin Binary files differdeleted file mode 100644 index 9e7b3323..00000000 --- a/files/poketool/personal/wotbl/narc_0071.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0072.bin b/files/poketool/personal/wotbl/narc_0072.bin deleted file mode 100644 index 37ae3990..00000000 --- a/files/poketool/personal/wotbl/narc_0072.bin +++ /dev/null @@ -1,2 +0,0 @@ -(0 -3=&#,p4`;CgH8PzW
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0073.bin b/files/poketool/personal/wotbl/narc_0073.bin deleted file mode 100644 index 1c023e3e..00000000 --- a/files/poketool/personal/wotbl/narc_0073.bin +++ /dev/null @@ -1,2 +0,0 @@ -(00 -3=&#,p4`;IgT8bzo
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0074.bin b/files/poketool/personal/wotbl/narc_0074.bin deleted file mode 100644 index 6800db13..00000000 --- a/files/poketool/personal/wotbl/narc_0074.bin +++ /dev/null @@ -1 +0,0 @@ -!o, Xx$,^3Y:@&HO
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0075.bin b/files/poketool/personal/wotbl/narc_0075.bin deleted file mode 100644 index 068f5c32..00000000 --- a/files/poketool/personal/wotbl/narc_0075.bin +++ /dev/null @@ -1 +0,0 @@ -!o,, Xx$,^7YBL&Xc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0076.bin b/files/poketool/personal/wotbl/narc_0076.bin deleted file mode 100644 index 068f5c32..00000000 --- a/files/poketool/personal/wotbl/narc_0076.bin +++ /dev/null @@ -1 +0,0 @@ -!o,, Xx$,^7YBL&Xc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0077.bin b/files/poketool/personal/wotbl/narc_0077.bin deleted file mode 100644 index fa669fa9..00000000 --- a/files/poketool/personal/wotbl/narc_0077.bin +++ /dev/null @@ -1 +0,0 @@ -!-'4 &S2$8aD~LTYa
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0078.bin b/files/poketool/personal/wotbl/narc_0078.bin deleted file mode 100644 index d33eafb0..00000000 --- a/files/poketool/personal/wotbl/narc_0078.bin +++ /dev/null @@ -1 +0,0 @@ -b-'4-'4 &S2$8aD~LPTcu
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0079.bin b/files/poketool/personal/wotbl/narc_0079.bin deleted file mode 100644 index 2f5e957b..00000000 --- a/files/poketool/personal/wotbl/narc_0079.bin +++ /dev/null @@ -1 +0,0 @@ -!-7]2(2`;E/OV^`jr
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0080.bin b/files/poketool/personal/wotbl/narc_0080.bin deleted file mode 100644 index 92874daa..00000000 --- a/files/poketool/personal/wotbl/narc_0080.bin +++ /dev/null @@ -1 +0,0 @@ -!--7]2(2`;EnJ/S^^lz
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0081.bin b/files/poketool/personal/wotbl/narc_0081.bin deleted file mode 100644 index 6aa44558..00000000 --- a/files/poketool/personal/wotbl/narc_0081.bin +++ /dev/null @@ -1 +0,0 @@ -?!T01V",6=gBMW]hcl
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0082.bin b/files/poketool/personal/wotbl/narc_0082.bin Binary files differdeleted file mode 100644 index cb1d98c3..00000000 --- a/files/poketool/personal/wotbl/narc_0082.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0083.bin b/files/poketool/personal/wotbl/narc_0083.bin deleted file mode 100644 index 4a4d3790..00000000 --- a/files/poketool/personal/wotbl/narc_0083.bin +++ /dev/null @@ -1 +0,0 @@ -@+L&:+2a>CKV
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0084.bin b/files/poketool/personal/wotbl/narc_0084.bin Binary files differdeleted file mode 100644 index 29c99196..00000000 --- a/files/poketool/personal/wotbl/narc_0084.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0085.bin b/files/poketool/personal/wotbl/narc_0085.bin deleted file mode 100644 index a93afc80..00000000 --- a/files/poketool/personal/wotbl/narc_0085.bin +++ /dev/null @@ -1,2 +0,0 @@ -m@-bcb -c&.o9DaRA^m
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0086.bin b/files/poketool/personal/wotbl/narc_0086.bin Binary files differdeleted file mode 100644 index aa14b51b..00000000 --- a/files/poketool/personal/wotbl/narc_0086.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0087.bin b/files/poketool/personal/wotbl/narc_0087.bin Binary files differdeleted file mode 100644 index 0ca0ff96..00000000 --- a/files/poketool/personal/wotbl/narc_0087.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0088.bin b/files/poketool/personal/wotbl/narc_0088.bin Binary files differdeleted file mode 100644 index 86b7418f..00000000 --- a/files/poketool/personal/wotbl/narc_0088.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0089.bin b/files/poketool/personal/wotbl/narc_0089.bin Binary files differdeleted file mode 100644 index e56ee0fc..00000000 --- a/files/poketool/personal/wotbl/narc_0089.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0090.bin b/files/poketool/personal/wotbl/narc_0090.bin deleted file mode 100644 index 515fbf05..00000000 --- a/files/poketool/personal/wotbl/narc_0090.bin +++ /dev/null @@ -1 +0,0 @@ -!n0M +(29>@JNQjY:b
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0091.bin b/files/poketool/personal/wotbl/narc_0091.bin deleted file mode 100644 index 8648dd3d..00000000 --- a/files/poketool/personal/wotbl/narc_0091.bin +++ /dev/null @@ -1 +0,0 @@ -n0>8P
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0092.bin b/files/poketool/personal/wotbl/narc_0092.bin Binary files differdeleted file mode 100644 index 46338b0b..00000000 --- a/files/poketool/personal/wotbl/narc_0092.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0093.bin b/files/poketool/personal/wotbl/narc_0093.bin Binary files differdeleted file mode 100644 index 849058a5..00000000 --- a/files/poketool/personal/wotbl/narc_0093.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0094.bin b/files/poketool/personal/wotbl/narc_0094.bin Binary files differdeleted file mode 100644 index 849058a5..00000000 --- a/files/poketool/personal/wotbl/narc_0094.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0095.bin b/files/poketool/personal/wotbl/narc_0095.bin Binary files differdeleted file mode 100644 index 86a5d993..00000000 --- a/files/poketool/personal/wotbl/narc_0095.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0096.bin b/files/poketool/personal/wotbl/narc_0096.bin deleted file mode 100644 index 7e864069..00000000 --- a/files/poketool/personal/wotbl/narc_0096.bin +++ /dev/null @@ -1 +0,0 @@ -_2]$`*<4:@J^PWej
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0097.bin b/files/poketool/personal/wotbl/narc_0097.bin deleted file mode 100644 index bacc4170..00000000 --- a/files/poketool/personal/wotbl/narc_0097.bin +++ /dev/null @@ -1 +0,0 @@ -_2]2]$`*<8BLZ^do
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0098.bin b/files/poketool/personal/wotbl/narc_0098.bin deleted file mode 100644 index 4edba3b1..00000000 --- a/files/poketool/personal/wotbl/narc_0098.bin +++ /dev/null @@ -1,2 +0,0 @@ -, -+j=U'*2:>FjORZ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0099.bin b/files/poketool/personal/wotbl/narc_0099.bin Binary files differdeleted file mode 100644 index c9c5c4b2..00000000 --- a/files/poketool/personal/wotbl/narc_0099.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0100.bin b/files/poketool/personal/wotbl/narc_0100.bin Binary files differdeleted file mode 100644 index 88406e38..00000000 --- a/files/poketool/personal/wotbl/narc_0100.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0101.bin b/files/poketool/personal/wotbl/narc_0101.bin deleted file mode 100644 index 5ce7fdfa..00000000 --- a/files/poketool/personal/wotbl/narc_0101.bin +++ /dev/null @@ -1,2 +0,0 @@ -!1! -1g&q,5x:FQh]fr
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0102.bin b/files/poketool/personal/wotbl/narc_0102.bin Binary files differdeleted file mode 100644 index 39d6450b..00000000 --- a/files/poketool/personal/wotbl/narc_0102.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0103.bin b/files/poketool/personal/wotbl/narc_0103.bin deleted file mode 100644 index 97d8a2fd..00000000 --- a/files/poketool/personal/wotbl/narc_0103.bin +++ /dev/null @@ -1 +0,0 @@ -_]"y6K_
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0104.bin b/files/poketool/personal/wotbl/narc_0104.bin Binary files differdeleted file mode 100644 index 15a4ee8f..00000000 --- a/files/poketool/personal/wotbl/narc_0104.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0105.bin b/files/poketool/personal/wotbl/narc_0105.bin deleted file mode 100644 index c5aa5993..00000000 --- a/files/poketool/personal/wotbl/narc_0105.bin +++ /dev/null @@ -1 +0,0 @@ --'}'}+t"*c.6%BvKVc&j
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0106.bin b/files/poketool/personal/wotbl/narc_0106.bin Binary files differdeleted file mode 100644 index 4094a17c..00000000 --- a/files/poketool/personal/wotbl/narc_0106.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0107.bin b/files/poketool/personal/wotbl/narc_0107.bin Binary files differdeleted file mode 100644 index 5b966e49..00000000 --- a/files/poketool/personal/wotbl/narc_0107.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0108.bin b/files/poketool/personal/wotbl/narc_0108.bin Binary files differdeleted file mode 100644 index 71b75e5c..00000000 --- a/files/poketool/personal/wotbl/narc_0108.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0109.bin b/files/poketool/personal/wotbl/narc_0109.bin deleted file mode 100644 index 9673f057..00000000 --- a/files/poketool/personal/wotbl/narc_0109.bin +++ /dev/null @@ -1 +0,0 @@ -!{ltx&|0r8hCJT\g
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0110.bin b/files/poketool/personal/wotbl/narc_0110.bin deleted file mode 100644 index e760f657..00000000 --- a/files/poketool/personal/wotbl/narc_0110.bin +++ /dev/null @@ -1 +0,0 @@ -!{l{ltx&|0r8CP`n
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0111.bin b/files/poketool/personal/wotbl/narc_0111.bin deleted file mode 100644 index 17f5d371..00000000 --- a/files/poketool/personal/wotbl/narc_0111.bin +++ /dev/null @@ -1 +0,0 @@ -'*^3$B J[Ybr
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0112.bin b/files/poketool/personal/wotbl/narc_0112.bin Binary files differdeleted file mode 100644 index 16c2bf02..00000000 --- a/files/poketool/personal/wotbl/narc_0112.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0113.bin b/files/poketool/personal/wotbl/narc_0113.bin Binary files differdeleted file mode 100644 index cb8d663e..00000000 --- a/files/poketool/personal/wotbl/narc_0113.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0114.bin b/files/poketool/personal/wotbl/narc_0114.bin deleted file mode 100644 index 70b62643..00000000 --- a/files/poketool/personal/wotbl/narc_0114.bin +++ /dev/null @@ -1,2 +0,0 @@ -O -GJM&,H4N:BIkQVA_zem
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0115.bin b/files/poketool/personal/wotbl/narc_0115.bin Binary files differdeleted file mode 100644 index eb69d1ff..00000000 --- a/files/poketool/personal/wotbl/narc_0115.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0116.bin b/files/poketool/personal/wotbl/narc_0116.bin Binary files differdeleted file mode 100644 index 774b5721..00000000 --- a/files/poketool/personal/wotbl/narc_0116.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0117.bin b/files/poketool/personal/wotbl/narc_0117.bin deleted file mode 100644 index da3af106..00000000 --- a/files/poketool/personal/wotbl/narc_0117.bin +++ /dev/null @@ -1 +0,0 @@ -l+7l+7t=$a.4j=8P]as
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0118.bin b/files/poketool/personal/wotbl/narc_0118.bin deleted file mode 100644 index 60c4df9b..00000000 --- a/files/poketool/personal/wotbl/narc_0118.bin +++ /dev/null @@ -1 +0,0 @@ -@'Z0`#*7>J Ra^f
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0119.bin b/files/poketool/personal/wotbl/narc_0119.bin deleted file mode 100644 index 0c2ad8dc..00000000 --- a/files/poketool/personal/wotbl/narc_0119.bin +++ /dev/null @@ -1 +0,0 @@ -@'Z00`#*7>P ^ap~
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0120.bin b/files/poketool/personal/wotbl/narc_0120.bin Binary files differdeleted file mode 100644 index 573db0a2..00000000 --- a/files/poketool/personal/wotbl/narc_0120.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0121.bin b/files/poketool/personal/wotbl/narc_0121.bin deleted file mode 100644 index cd73df2a..00000000 --- a/files/poketool/personal/wotbl/narc_0121.bin +++ /dev/null @@ -1 +0,0 @@ -7im8
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0122.bin b/files/poketool/personal/wotbl/narc_0122.bin Binary files differdeleted file mode 100644 index 1406c33b..00000000 --- a/files/poketool/personal/wotbl/narc_0122.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0123.bin b/files/poketool/personal/wotbl/narc_0123.bin Binary files differdeleted file mode 100644 index 166587d8..00000000 --- a/files/poketool/personal/wotbl/narc_0123.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0124.bin b/files/poketool/personal/wotbl/narc_0124.bin deleted file mode 100644 index afe25793..00000000 --- a/files/poketool/personal/wotbl/narc_0124.bin +++ /dev/null @@ -1,2 +0,0 @@ -zz -$*93f9C"NzYb;n
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0125.bin b/files/poketool/personal/wotbl/narc_0125.bin deleted file mode 100644 index c659082d..00000000 --- a/files/poketool/personal/wotbl/narc_0125.bin +++ /dev/null @@ -1 +0,0 @@ -b+TTC _'q2 8KUVghWt
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0126.bin b/files/poketool/personal/wotbl/narc_0126.bin deleted file mode 100644 index 8d4ffd4b..00000000 --- a/files/poketool/personal/wotbl/narc_0126.bin +++ /dev/null @@ -1 +0,0 @@ -{+44l S&m28I5Rb~l
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0127.bin b/files/poketool/personal/wotbl/narc_0127.bin Binary files differdeleted file mode 100644 index 8e5ff6eb..00000000 --- a/files/poketool/personal/wotbl/narc_0127.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0128.bin b/files/poketool/personal/wotbl/narc_0128.bin deleted file mode 100644 index eb97408e..00000000 --- a/files/poketool/personal/wotbl/narc_0128.bin +++ /dev/null @@ -1,2 +0,0 @@ -!'c -&s1;$FR%`o
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0129.bin b/files/poketool/personal/wotbl/narc_0129.bin deleted file mode 100644 index 5c1fc947..00000000 --- a/files/poketool/personal/wotbl/narc_0129.bin +++ /dev/null @@ -1 +0,0 @@ -!<
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0130.bin b/files/poketool/personal/wotbl/narc_0130.bin deleted file mode 100644 index 970896be..00000000 --- a/files/poketool/personal/wotbl/narc_0130.bin +++ /dev/null @@ -1 +0,0 @@ -%,(R.+4:AGL8R]Y?^
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0131.bin b/files/poketool/personal/wotbl/narc_0131.bin deleted file mode 100644 index 6f2baa0c..00000000 --- a/files/poketool/personal/wotbl/narc_0131.bin +++ /dev/null @@ -1 +0,0 @@ -/-76m`"$,6:@jKV8bIo
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0132.bin b/files/poketool/personal/wotbl/narc_0132.bin deleted file mode 100644 index d5d91f59..00000000 --- a/files/poketool/personal/wotbl/narc_0132.bin +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0133.bin b/files/poketool/personal/wotbl/narc_0133.bin deleted file mode 100644 index 97a30385..00000000 --- a/files/poketool/personal/wotbl/narc_0133.bin +++ /dev/null @@ -1 +0,0 @@ -!'-b,,:H$Vexs
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0134.bin b/files/poketool/personal/wotbl/narc_0134.bin deleted file mode 100644 index 083de332..00000000 --- a/files/poketool/personal/wotbl/narc_0134.bin +++ /dev/null @@ -1 +0,0 @@ -!'7b,,:>HWerr8
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0135.bin b/files/poketool/personal/wotbl/narc_0135.bin deleted file mode 100644 index 4b3c756f..00000000 --- a/files/poketool/personal/wotbl/narc_0135.bin +++ /dev/null @@ -1 +0,0 @@ -!'Tb,:*HWeVraW
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0136.bin b/files/poketool/personal/wotbl/narc_0136.bin deleted file mode 100644 index d4a6ec15..00000000 --- a/files/poketool/personal/wotbl/narc_0136.bin +++ /dev/null @@ -1 +0,0 @@ -!'4b,,:SHWe{r~
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0137.bin b/files/poketool/personal/wotbl/narc_0137.bin deleted file mode 100644 index d7a106a4..00000000 --- a/files/poketool/personal/wotbl/narc_0137.bin +++ /dev/null @@ -1 +0,0 @@ -!<ai$/D;EQZfq|
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0138.bin b/files/poketool/personal/wotbl/narc_0138.bin deleted file mode 100644 index ff323dff..00000000 --- a/files/poketool/personal/wotbl/narc_0138.bin +++ /dev/null @@ -1 +0,0 @@ -n,7 +&U3j9DJAW^]8h
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0139.bin b/files/poketool/personal/wotbl/narc_0139.bin deleted file mode 100644 index ee2f50c1..00000000 --- a/files/poketool/personal/wotbl/narc_0139.bin +++ /dev/null @@ -1 +0,0 @@ -n,,7 +&U3j9DJPAa^q8
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0140.bin b/files/poketool/personal/wotbl/narc_0140.bin Binary files differdeleted file mode 100644 index eae45249..00000000 --- a/files/poketool/personal/wotbl/narc_0140.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0141.bin b/files/poketool/personal/wotbl/narc_0141.bin deleted file mode 100644 index 9c663001..00000000 --- a/files/poketool/personal/wotbl/narc_0141.bin +++ /dev/null @@ -1,2 +0,0 @@ - -jGG+U!*4?HHP?[lz
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0142.bin b/files/poketool/personal/wotbl/narc_0142.bin Binary files differdeleted file mode 100644 index 07dbb8cc..00000000 --- a/files/poketool/personal/wotbl/narc_0142.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0143.bin b/files/poketool/personal/wotbl/narc_0143.bin Binary files differdeleted file mode 100644 index 5b6ba15d..00000000 --- a/files/poketool/personal/wotbl/narc_0143.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0144.bin b/files/poketool/personal/wotbl/narc_0144.bin Binary files differdeleted file mode 100644 index b0b70acf..00000000 --- a/files/poketool/personal/wotbl/narc_0144.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0145.bin b/files/poketool/personal/wotbl/narc_0145.bin Binary files differdeleted file mode 100644 index 866493fe..00000000 --- a/files/poketool/personal/wotbl/narc_0145.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0146.bin b/files/poketool/personal/wotbl/narc_0146.bin Binary files differdeleted file mode 100644 index cff1c4de..00000000 --- a/files/poketool/personal/wotbl/narc_0146.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0147.bin b/files/poketool/personal/wotbl/narc_0147.bin deleted file mode 100644 index 68bb090b..00000000 --- a/files/poketool/personal/wotbl/narc_0147.bin +++ /dev/null @@ -1,2 +0,0 @@ -#+V -R*a2?GR][f?n
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0148.bin b/files/poketool/personal/wotbl/narc_0148.bin deleted file mode 100644 index bc267253..00000000 --- a/files/poketool/personal/wotbl/narc_0148.bin +++ /dev/null @@ -1,2 +0,0 @@ -#+VV -R*a2CO^]kz?
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0149.bin b/files/poketool/personal/wotbl/narc_0149.bin deleted file mode 100644 index 1cfe034d..00000000 --- a/files/poketool/personal/wotbl/narc_0149.bin +++ /dev/null @@ -1,2 +0,0 @@ - c#+VV -R*a2CO^]knȀ?
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0150.bin b/files/poketool/personal/wotbl/narc_0150.bin deleted file mode 100644 index 11ea65e5..00000000 --- a/files/poketool/personal/wotbl/narc_0150.bin +++ /dev/null @@ -1 +0,0 @@ -]2p,:eI6Ver^~iۺ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0151.bin b/files/poketool/personal/wotbl/narc_0151.bin Binary files differdeleted file mode 100644 index a11aa654..00000000 --- a/files/poketool/personal/wotbl/narc_0151.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0152.bin b/files/poketool/personal/wotbl/narc_0152.bin Binary files differdeleted file mode 100644 index 5b216d29..00000000 --- a/files/poketool/personal/wotbl/narc_0152.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0153.bin b/files/poketool/personal/wotbl/narc_0153.bin Binary files differdeleted file mode 100644 index e5259185..00000000 --- a/files/poketool/personal/wotbl/narc_0153.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0154.bin b/files/poketool/personal/wotbl/narc_0154.bin deleted file mode 100644 index 8b725dc1..00000000 --- a/files/poketool/personal/wotbl/narc_0154.bin +++ /dev/null @@ -1 +0,0 @@ -!-KMKMs$Y-k5P@DqP"\l8yL
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0155.bin b/files/poketool/personal/wotbl/narc_0155.bin deleted file mode 100644 index 006a5b35..00000000 --- a/files/poketool/personal/wotbl/narc_0155.bin +++ /dev/null @@ -1 +0,0 @@ -!+l4b&o,8?5JP&\c
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0156.bin b/files/poketool/personal/wotbl/narc_0156.bin Binary files differdeleted file mode 100644 index cb2e3c42..00000000 --- a/files/poketool/personal/wotbl/narc_0156.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0157.bin b/files/poketool/personal/wotbl/narc_0157.bin Binary files differdeleted file mode 100644 index 51a2b898..00000000 --- a/files/poketool/personal/wotbl/narc_0157.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0158.bin b/files/poketool/personal/wotbl/narc_0158.bin Binary files differdeleted file mode 100644 index fab22b4a..00000000 --- a/files/poketool/personal/wotbl/narc_0158.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0159.bin b/files/poketool/personal/wotbl/narc_0159.bin deleted file mode 100644 index c1ddf14f..00000000 --- a/files/poketool/personal/wotbl/narc_0159.bin +++ /dev/null @@ -1,2 +0,0 @@ - -+77c,+%0<BgNUa8f
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0160.bin b/files/poketool/personal/wotbl/narc_0160.bin deleted file mode 100644 index 4e5f6c04..00000000 --- a/files/poketool/personal/wotbl/narc_0160.bin +++ /dev/null @@ -1,2 +0,0 @@ - -+7c7c,+%0a<@JgZeu8~
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0161.bin b/files/poketool/personal/wotbl/narc_0161.bin Binary files differdeleted file mode 100644 index 2ac56300..00000000 --- a/files/poketool/personal/wotbl/narc_0161.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0162.bin b/files/poketool/personal/wotbl/narc_0162.bin Binary files differdeleted file mode 100644 index 64980139..00000000 --- a/files/poketool/personal/wotbl/narc_0162.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0163.bin b/files/poketool/personal/wotbl/narc_0163.bin Binary files differdeleted file mode 100644 index 94bf917f..00000000 --- a/files/poketool/personal/wotbl/narc_0163.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0164.bin b/files/poketool/personal/wotbl/narc_0164.bin deleted file mode 100644 index dc80808e..00000000 --- a/files/poketool/personal/wotbl/narc_0164.bin +++ /dev/null @@ -1,2 +0,0 @@ -!-_ -_@s"],$6AKFUw_cir
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0165.bin b/files/poketool/personal/wotbl/narc_0165.bin deleted file mode 100644 index e494240e..00000000 --- a/files/poketool/personal/wotbl/narc_0165.bin +++ /dev/null @@ -1 +0,0 @@ -!0qs",>3a<B&LS
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0166.bin b/files/poketool/personal/wotbl/narc_0166.bin deleted file mode 100644 index 919249ac..00000000 --- a/files/poketool/personal/wotbl/narc_0166.bin +++ /dev/null @@ -1 +0,0 @@ -!00qs"0>;aHR&`k
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0167.bin b/files/poketool/personal/wotbl/narc_0167.bin Binary files differdeleted file mode 100644 index f1519fe6..00000000 --- a/files/poketool/personal/wotbl/narc_0167.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0168.bin b/files/poketool/personal/wotbl/narc_0168.bin deleted file mode 100644 index 8f149722..00000000 --- a/files/poketool/personal/wotbl/narc_0168.bin +++ /dev/null @@ -1,2 +0,0 @@ -(Q -e'.9@aJ*R^\e
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0169.bin b/files/poketool/personal/wotbl/narc_0169.bin deleted file mode 100644 index b765426e..00000000 --- a/files/poketool/personal/wotbl/narc_0169.bin +++ /dev/null @@ -1,2 +0,0 @@ -g060 -6,"m*:7B1OrZg
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0170.bin b/files/poketool/personal/wotbl/narc_0170.bin Binary files differdeleted file mode 100644 index 6949ada7..00000000 --- a/files/poketool/personal/wotbl/narc_0170.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0171.bin b/files/poketool/personal/wotbl/narc_0171.bin Binary files differdeleted file mode 100644 index 2326f24d..00000000 --- a/files/poketool/personal/wotbl/narc_0171.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0172.bin b/files/poketool/personal/wotbl/narc_0172.bin Binary files differdeleted file mode 100644 index 5e412086..00000000 --- a/files/poketool/personal/wotbl/narc_0172.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0173.bin b/files/poketool/personal/wotbl/narc_0173.bin deleted file mode 100644 index c641b3f2..00000000 --- a/files/poketool/personal/wotbl/narc_0173.bin +++ /dev/null @@ -1 +0,0 @@ -/Y!
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0174.bin b/files/poketool/personal/wotbl/narc_0174.bin Binary files differdeleted file mode 100644 index 5fecf629..00000000 --- a/files/poketool/personal/wotbl/narc_0174.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0175.bin b/files/poketool/personal/wotbl/narc_0175.bin deleted file mode 100644 index 4681f595..00000000 --- a/files/poketool/personal/wotbl/narc_0175.bin +++ /dev/null @@ -1,2 +0,0 @@ --v& -19BJT&\g
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0176.bin b/files/poketool/personal/wotbl/narc_0176.bin Binary files differdeleted file mode 100644 index 5a645af3..00000000 --- a/files/poketool/personal/wotbl/narc_0176.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0177.bin b/files/poketool/personal/wotbl/narc_0177.bin deleted file mode 100644 index cd38822e..00000000 --- a/files/poketool/personal/wotbl/narc_0177.bin +++ /dev/null @@ -1 +0,0 @@ -@+ed}e#~)m.9wCHOYY^^
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0178.bin b/files/poketool/personal/wotbl/narc_0178.bin Binary files differdeleted file mode 100644 index 6f88ffb8..00000000 --- a/files/poketool/personal/wotbl/narc_0178.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0179.bin b/files/poketool/personal/wotbl/narc_0179.bin deleted file mode 100644 index 79ee4342..00000000 --- a/files/poketool/personal/wotbl/narc_0179.bin +++ /dev/null @@ -1,2 +0,0 @@ -!- -TV&/9DAqJSW\
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0180.bin b/files/poketool/personal/wotbl/narc_0180.bin deleted file mode 100644 index 86d3b2c5..00000000 --- a/files/poketool/personal/wotbl/narc_0180.bin +++ /dev/null @@ -1,2 +0,0 @@ -!-T- -TV(3?DIqT_Wj
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0181.bin b/files/poketool/personal/wotbl/narc_0181.bin Binary files differdeleted file mode 100644 index a99567ef..00000000 --- a/files/poketool/personal/wotbl/narc_0181.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0182.bin b/files/poketool/personal/wotbl/narc_0182.bin Binary files differdeleted file mode 100644 index 8596af7a..00000000 --- a/files/poketool/personal/wotbl/narc_0182.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0183.bin b/files/poketool/personal/wotbl/narc_0183.bin deleted file mode 100644 index a22748f0..00000000 --- a/files/poketool/personal/wotbl/narc_0183.bin +++ /dev/null @@ -1 +0,0 @@ -!o'7=$/&6@K8T
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0184.bin b/files/poketool/personal/wotbl/narc_0184.bin Binary files differdeleted file mode 100644 index 1074c5c8..00000000 --- a/files/poketool/personal/wotbl/narc_0184.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0185.bin b/files/poketool/personal/wotbl/narc_0185.bin deleted file mode 100644 index 17232a6e..00000000 --- a/files/poketool/personal/wotbl/narc_0185.bin +++ /dev/null @@ -1 +0,0 @@ -CXCXf"O-2==BLS&\gc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0186.bin b/files/poketool/personal/wotbl/narc_0186.bin Binary files differdeleted file mode 100644 index 10a0c531..00000000 --- a/files/poketool/personal/wotbl/narc_0186.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0187.bin b/files/poketool/personal/wotbl/narc_0187.bin Binary files differdeleted file mode 100644 index bf4d3c04..00000000 --- a/files/poketool/personal/wotbl/narc_0187.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0188.bin b/files/poketool/personal/wotbl/narc_0188.bin deleted file mode 100644 index dd3cc08d..00000000 --- a/files/poketool/personal/wotbl/narc_0188.bin +++ /dev/null @@ -1 +0,0 @@ -'!'!MNO K)I0H8@qIQXTai
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0189.bin b/files/poketool/personal/wotbl/narc_0189.bin deleted file mode 100644 index dd3cc08d..00000000 --- a/files/poketool/personal/wotbl/narc_0189.bin +++ /dev/null @@ -1 +0,0 @@ -'!'!MNO K)I0H8@qIQXTai
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0190.bin b/files/poketool/personal/wotbl/narc_0190.bin Binary files differdeleted file mode 100644 index 0c0be65c..00000000 --- a/files/poketool/personal/wotbl/narc_0190.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0191.bin b/files/poketool/personal/wotbl/narc_0191.bin deleted file mode 100644 index b4cb368f..00000000 --- a/files/poketool/personal/wotbl/narc_0191.bin +++ /dev/null @@ -1,2 +0,0 @@ -GJH -@I"+3K:BJR[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0192.bin b/files/poketool/personal/wotbl/narc_0192.bin Binary files differdeleted file mode 100644 index 50d1dbca..00000000 --- a/files/poketool/personal/wotbl/narc_0192.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0193.bin b/files/poketool/personal/wotbl/narc_0193.bin Binary files differdeleted file mode 100644 index 462c3f07..00000000 --- a/files/poketool/personal/wotbl/narc_0193.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0194.bin b/files/poketool/personal/wotbl/narc_0194.bin deleted file mode 100644 index 45ce5505..00000000 --- a/files/poketool/personal/wotbl/narc_0194.bin +++ /dev/null @@ -1 +0,0 @@ -7',U'.;YBJ6VrVJ_
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0195.bin b/files/poketool/personal/wotbl/narc_0195.bin Binary files differdeleted file mode 100644 index 15e9cb07..00000000 --- a/files/poketool/personal/wotbl/narc_0195.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0196.bin b/files/poketool/personal/wotbl/narc_0196.bin deleted file mode 100644 index c4e44cea..00000000 --- a/files/poketool/personal/wotbl/narc_0196.bin +++ /dev/null @@ -1 +0,0 @@ -!']b,:<HVer^
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0197.bin b/files/poketool/personal/wotbl/narc_0197.bin deleted file mode 100644 index 85f9b636..00000000 --- a/files/poketool/personal/wotbl/narc_0197.bin +++ /dev/null @@ -1 +0,0 @@ -!'b,m:HtWerg
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0198.bin b/files/poketool/personal/wotbl/narc_0198.bin deleted file mode 100644 index 718beadd..00000000 --- a/files/poketool/personal/wotbl/narc_0198.bin +++ /dev/null @@ -1,2 +0,0 @@ -@6 -re*t3
?FR[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0199.bin b/files/poketool/personal/wotbl/narc_0199.bin Binary files differdeleted file mode 100644 index ef3f822d..00000000 --- a/files/poketool/personal/wotbl/narc_0199.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0200.bin b/files/poketool/personal/wotbl/narc_0200.bin Binary files differdeleted file mode 100644 index 42edef25..00000000 --- a/files/poketool/personal/wotbl/narc_0200.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0201.bin b/files/poketool/personal/wotbl/narc_0201.bin deleted file mode 100644 index cfe99f1c..00000000 --- a/files/poketool/personal/wotbl/narc_0201.bin +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0202.bin b/files/poketool/personal/wotbl/narc_0202.bin Binary files differdeleted file mode 100644 index 37f6dac2..00000000 --- a/files/poketool/personal/wotbl/narc_0202.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0203.bin b/files/poketool/personal/wotbl/narc_0203.bin Binary files differdeleted file mode 100644 index 64eca8b4..00000000 --- a/files/poketool/personal/wotbl/narc_0203.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0204.bin b/files/poketool/personal/wotbl/narc_0204.bin deleted file mode 100644 index a2ee1624..00000000 --- a/files/poketool/personal/wotbl/narc_0204.bin +++ /dev/null @@ -1 +0,0 @@ -!x$u"k).s9>NEhO&T
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0205.bin b/files/poketool/personal/wotbl/narc_0205.bin deleted file mode 100644 index 31a35126..00000000 --- a/files/poketool/personal/wotbl/narc_0205.bin +++ /dev/null @@ -1 +0,0 @@ -!x$x$u"k).s9?BNMh[&ds|
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0206.bin b/files/poketool/personal/wotbl/narc_0206.bin Binary files differdeleted file mode 100644 index 92c3f24c..00000000 --- a/files/poketool/personal/wotbl/narc_0206.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0207.bin b/files/poketool/personal/wotbl/narc_0207.bin deleted file mode 100644 index b2e353dc..00000000 --- a/files/poketool/personal/wotbl/narc_0207.bin +++ /dev/null @@ -1,2 +0,0 @@ -( -jb (.g6>DqMUZ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0208.bin b/files/poketool/personal/wotbl/narc_0208.bin deleted file mode 100644 index cd01b012..00000000 --- a/files/poketool/personal/wotbl/narc_0208.bin +++ /dev/null @@ -1 +0,0 @@ -,!jgXc=#,2=BLR&\c
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0209.bin b/files/poketool/personal/wotbl/narc_0209.bin deleted file mode 100644 index ca33f139..00000000 --- a/files/poketool/personal/wotbl/narc_0209.bin +++ /dev/null @@ -1 +0,0 @@ -!',z&.2c>$JsWb
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0210.bin b/files/poketool/personal/wotbl/narc_0210.bin deleted file mode 100644 index 129aba7d..00000000 --- a/files/poketool/personal/wotbl/narc_0210.bin +++ /dev/null @@ -1 +0,0 @@ -!',z&.6cF$Vsgv
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0211.bin b/files/poketool/personal/wotbl/narc_0211.bin Binary files differdeleted file mode 100644 index 61cd3dce..00000000 --- a/files/poketool/personal/wotbl/narc_0211.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0212.bin b/files/poketool/personal/wotbl/narc_0212.bin Binary files differdeleted file mode 100644 index 495148c8..00000000 --- a/files/poketool/personal/wotbl/narc_0212.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0213.bin b/files/poketool/personal/wotbl/narc_0213.bin deleted file mode 100644 index 679eb454..00000000 --- a/files/poketool/personal/wotbl/narc_0213.bin +++ /dev/null @@ -1 +0,0 @@ -nu,#6F|Q{a
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0214.bin b/files/poketool/personal/wotbl/narc_0214.bin Binary files differdeleted file mode 100644 index c68e178a..00000000 --- a/files/poketool/personal/wotbl/narc_0214.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0215.bin b/files/poketool/personal/wotbl/narc_0215.bin deleted file mode 100644 index fe1554ff..00000000 --- a/files/poketool/personal/wotbl/narc_0215.bin +++ /dev/null @@ -1,2 +0,0 @@ - -+
bg*a08FLTc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0216.bin b/files/poketool/personal/wotbl/narc_0216.bin Binary files differdeleted file mode 100644 index ec8f58d9..00000000 --- a/files/poketool/personal/wotbl/narc_0216.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0217.bin b/files/poketool/personal/wotbl/narc_0217.bin Binary files differdeleted file mode 100644 index 8b441c29..00000000 --- a/files/poketool/personal/wotbl/narc_0217.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0218.bin b/files/poketool/personal/wotbl/narc_0218.bin deleted file mode 100644 index ff55c74c..00000000 --- a/files/poketool/personal/wotbl/narc_0218.bin +++ /dev/null @@ -1 +0,0 @@ -{4Xj i.4>MR"\5jq
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0219.bin b/files/poketool/personal/wotbl/narc_0219.bin deleted file mode 100644 index 6d0da2ac..00000000 --- a/files/poketool/personal/wotbl/narc_0219.bin +++ /dev/null @@ -1 +0,0 @@ -{4X4Xj i.4>QZ"h5z
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0220.bin b/files/poketool/personal/wotbl/narc_0220.bin Binary files differdeleted file mode 100644 index 223aa704..00000000 --- a/files/poketool/personal/wotbl/narc_0220.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0221.bin b/files/poketool/personal/wotbl/narc_0221.bin Binary files differdeleted file mode 100644 index db68c344..00000000 --- a/files/poketool/personal/wotbl/narc_0221.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0222.bin b/files/poketool/personal/wotbl/narc_0222.bin Binary files differdeleted file mode 100644 index 91b49466..00000000 --- a/files/poketool/personal/wotbl/narc_0222.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0223.bin b/files/poketool/personal/wotbl/narc_0223.bin deleted file mode 100644 index f5cd4b7e..00000000 --- a/files/poketool/personal/wotbl/narc_0223.bin +++ /dev/null @@ -1 +0,0 @@ -7<>=&t.K7`ADI:P?Z
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0224.bin b/files/poketool/personal/wotbl/narc_0224.bin deleted file mode 100644 index b13bc1a1..00000000 --- a/files/poketool/personal/wotbl/narc_0224.bin +++ /dev/null @@ -1 +0,0 @@ -^7<><>=&t.2K;zIDU:`?n
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0225.bin b/files/poketool/personal/wotbl/narc_0225.bin deleted file mode 100644 index 0a37397c..00000000 --- a/files/poketool/personal/wotbl/narc_0225.bin +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0226.bin b/files/poketool/personal/wotbl/narc_0226.bin Binary files differdeleted file mode 100644 index 0351f1be..00000000 --- a/files/poketool/personal/wotbl/narc_0226.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0227.bin b/files/poketool/personal/wotbl/narc_0227.bin deleted file mode 100644 index 5636020b..00000000 --- a/files/poketool/personal/wotbl/narc_0227.bin +++ /dev/null @@ -1 +0,0 @@ -+@a(:16?CLQ\e
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0228.bin b/files/poketool/personal/wotbl/narc_0228.bin Binary files differdeleted file mode 100644 index 34e12f0b..00000000 --- a/files/poketool/personal/wotbl/narc_0228.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0229.bin b/files/poketool/personal/wotbl/narc_0229.bin deleted file mode 100644 index 43341472..00000000 --- a/files/poketool/personal/wotbl/narc_0229.bin +++ /dev/null @@ -1 +0,0 @@ -+4P{P {.,"<-8ALuY5`ly
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0230.bin b/files/poketool/personal/wotbl/narc_0230.bin Binary files differdeleted file mode 100644 index 40e8dc88..00000000 --- a/files/poketool/personal/wotbl/narc_0230.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0231.bin b/files/poketool/personal/wotbl/narc_0231.bin deleted file mode 100644 index bb4a8844..00000000 --- a/files/poketool/personal/wotbl/narc_0231.bin +++ /dev/null @@ -1 +0,0 @@ -<!-o$k'08BK&T
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0232.bin b/files/poketool/personal/wotbl/narc_0232.bin Binary files differdeleted file mode 100644 index 39b4536d..00000000 --- a/files/poketool/personal/wotbl/narc_0232.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0233.bin b/files/poketool/personal/wotbl/narc_0233.bin Binary files differdeleted file mode 100644 index 8a1f5c61..00000000 --- a/files/poketool/personal/wotbl/narc_0233.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0234.bin b/files/poketool/personal/wotbl/narc_0234.bin Binary files differdeleted file mode 100644 index ef9522f5..00000000 --- a/files/poketool/personal/wotbl/narc_0234.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0235.bin b/files/poketool/personal/wotbl/narc_0235.bin Binary files differdeleted file mode 100644 index 205f0504..00000000 --- a/files/poketool/personal/wotbl/narc_0235.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0236.bin b/files/poketool/personal/wotbl/narc_0236.bin deleted file mode 100644 index 38354129..00000000 --- a/files/poketool/personal/wotbl/narc_0236.bin +++ /dev/null @@ -1 +0,0 @@ -!
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0237.bin b/files/poketool/personal/wotbl/narc_0237.bin Binary files differdeleted file mode 100644 index 39aab981..00000000 --- a/files/poketool/personal/wotbl/narc_0237.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0238.bin b/files/poketool/personal/wotbl/narc_0238.bin Binary files differdeleted file mode 100644 index c172bf24..00000000 --- a/files/poketool/personal/wotbl/narc_0238.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0239.bin b/files/poketool/personal/wotbl/narc_0239.bin Binary files differdeleted file mode 100644 index 4422f2b0..00000000 --- a/files/poketool/personal/wotbl/narc_0239.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0240.bin b/files/poketool/personal/wotbl/narc_0240.bin Binary files differdeleted file mode 100644 index 9d272bb3..00000000 --- a/files/poketool/personal/wotbl/narc_0240.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0241.bin b/files/poketool/personal/wotbl/narc_0241.bin deleted file mode 100644 index 1618de3b..00000000 --- a/files/poketool/personal/wotbl/narc_0241.bin +++ /dev/null @@ -1,2 +0,0 @@ -!-o -u&"0;GhS`fo
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0242.bin b/files/poketool/personal/wotbl/narc_0242.bin Binary files differdeleted file mode 100644 index cb8d663e..00000000 --- a/files/poketool/personal/wotbl/narc_0242.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0243.bin b/files/poketool/personal/wotbl/narc_0243.bin deleted file mode 100644 index f75f6ae6..00000000 --- a/files/poketool/personal/wotbl/narc_0243.bin +++ /dev/null @@ -1 +0,0 @@ -,+T.b,:sHVesFW[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0244.bin b/files/poketool/personal/wotbl/narc_0244.bin deleted file mode 100644 index d0421fdb..00000000 --- a/files/poketool/personal/wotbl/narc_0244.bin +++ /dev/null @@ -1 +0,0 @@ -,+4.S,:5HVesF~[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0245.bin b/files/poketool/personal/wotbl/narc_0245.bin deleted file mode 100644 index 68dbaf5e..00000000 --- a/files/poketool/personal/wotbl/narc_0245.bin +++ /dev/null @@ -1 +0,0 @@ -,+=,>:6HVensF8[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0246.bin b/files/poketool/personal/wotbl/narc_0246.bin deleted file mode 100644 index a265071c..00000000 --- a/files/poketool/personal/wotbl/narc_0246.bin +++ /dev/null @@ -1,2 +0,0 @@ -,+ -g&%.9sAJYR]?d
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0247.bin b/files/poketool/personal/wotbl/narc_0247.bin deleted file mode 100644 index ebbadaff..00000000 --- a/files/poketool/personal/wotbl/narc_0247.bin +++ /dev/null @@ -1,2 +0,0 @@ -,+g -g&%.9sERY^m?x
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0248.bin b/files/poketool/personal/wotbl/narc_0248.bin Binary files differdeleted file mode 100644 index 39ef7919..00000000 --- a/files/poketool/personal/wotbl/narc_0248.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0249.bin b/files/poketool/personal/wotbl/narc_0249.bin deleted file mode 100644 index 2df5184e..00000000 --- a/files/poketool/personal/wotbl/narc_0249.bin +++ /dev/null @@ -1 +0,0 @@ -i.8:JVkgrF[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0250.bin b/files/poketool/personal/wotbl/narc_0250.bin deleted file mode 100644 index 498a424d..00000000 --- a/files/poketool/personal/wotbl/narc_0250.bin +++ /dev/null @@ -1 +0,0 @@ -i.~:JVkgrFݪ[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0251.bin b/files/poketool/personal/wotbl/narc_0251.bin Binary files differdeleted file mode 100644 index 7666a79c..00000000 --- a/files/poketool/personal/wotbl/narc_0251.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0252.bin b/files/poketool/personal/wotbl/narc_0252.bin Binary files differdeleted file mode 100644 index 4497a5e3..00000000 --- a/files/poketool/personal/wotbl/narc_0252.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0253.bin b/files/poketool/personal/wotbl/narc_0253.bin deleted file mode 100644 index 711a0cfb..00000000 --- a/files/poketool/personal/wotbl/narc_0253.bin +++ /dev/null @@ -1 +0,0 @@ -+GbGb "g.\;aFR^jw
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0254.bin b/files/poketool/personal/wotbl/narc_0254.bin Binary files differdeleted file mode 100644 index 16b7b127..00000000 --- a/files/poketool/personal/wotbl/narc_0254.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0255.bin b/files/poketool/personal/wotbl/narc_0255.bin deleted file mode 100644 index b0c17bfb..00000000 --- a/files/poketool/personal/wotbl/narc_0255.bin +++ /dev/null @@ -1,2 +0,0 @@ - --t4@ &S2b8DwJ5V
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0256.bin b/files/poketool/personal/wotbl/narc_0256.bin deleted file mode 100644 index b1220f78..00000000 --- a/files/poketool/personal/wotbl/narc_0256.bin +++ /dev/null @@ -1,2 +0,0 @@ - --t4t4 @"*S9b@NwVGem
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0257.bin b/files/poketool/personal/wotbl/narc_0257.bin deleted file mode 100644 index a8abf36a..00000000 --- a/files/poketool/personal/wotbl/narc_0257.bin +++ /dev/null @@ -1,2 +0,0 @@ - --t4t4 @"*S9b@+ITcGw
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0258.bin b/files/poketool/personal/wotbl/narc_0258.bin Binary files differdeleted file mode 100644 index ee2650fc..00000000 --- a/files/poketool/personal/wotbl/narc_0258.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0259.bin b/files/poketool/personal/wotbl/narc_0259.bin deleted file mode 100644 index 1af7c87d..00000000 --- a/files/poketool/personal/wotbl/narc_0259.bin +++ /dev/null @@ -1 +0,0 @@ -!-77uU!(3$>JKTY\k
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0260.bin b/files/poketool/personal/wotbl/narc_0260.bin Binary files differdeleted file mode 100644 index 362d31c0..00000000 --- a/files/poketool/personal/wotbl/narc_0260.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0261.bin b/files/poketool/personal/wotbl/narc_0261.bin Binary files differdeleted file mode 100644 index 9a603413..00000000 --- a/files/poketool/personal/wotbl/narc_0261.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0262.bin b/files/poketool/personal/wotbl/narc_0262.bin deleted file mode 100644 index 8bb07f3b..00000000 --- a/files/poketool/personal/wotbl/narc_0262.bin +++ /dev/null @@ -1 +0,0 @@ -!P,P,<#.,6tAJ
Uu_$hr}
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0263.bin b/files/poketool/personal/wotbl/narc_0263.bin deleted file mode 100644 index 52f33fee..00000000 --- a/files/poketool/personal/wotbl/narc_0263.bin +++ /dev/null @@ -1,2 +0,0 @@ -!-' -<#,+*2W;BJRv[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0264.bin b/files/poketool/personal/wotbl/narc_0264.bin Binary files differdeleted file mode 100644 index ad522829..00000000 --- a/files/poketool/personal/wotbl/narc_0264.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0265.bin b/files/poketool/personal/wotbl/narc_0265.bin deleted file mode 100644 index f33e6f42..00000000 --- a/files/poketool/personal/wotbl/narc_0265.bin +++ /dev/null @@ -1,2 +0,0 @@ -!Q( -
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0266.bin b/files/poketool/personal/wotbl/narc_0266.bin Binary files differdeleted file mode 100644 index d4928219..00000000 --- a/files/poketool/personal/wotbl/narc_0266.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0267.bin b/files/poketool/personal/wotbl/narc_0267.bin deleted file mode 100644 index 393237f4..00000000 --- a/files/poketool/personal/wotbl/narc_0267.bin +++ /dev/null @@ -1 +0,0 @@ -GGN"(H06>>ELS
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0268.bin b/files/poketool/personal/wotbl/narc_0268.bin Binary files differdeleted file mode 100644 index d4928219..00000000 --- a/files/poketool/personal/wotbl/narc_0268.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0269.bin b/files/poketool/personal/wotbl/narc_0269.bin deleted file mode 100644 index 8ff3557a..00000000 --- a/files/poketool/personal/wotbl/narc_0269.bin +++ /dev/null @@ -1 +0,0 @@ -]]"(<06q>>E\LS
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0270.bin b/files/poketool/personal/wotbl/narc_0270.bin Binary files differdeleted file mode 100644 index 2fb5b7c5..00000000 --- a/files/poketool/personal/wotbl/narc_0270.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0271.bin b/files/poketool/personal/wotbl/narc_0271.bin Binary files differdeleted file mode 100644 index 56f56d14..00000000 --- a/files/poketool/personal/wotbl/narc_0271.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0272.bin b/files/poketool/personal/wotbl/narc_0272.bin Binary files differdeleted file mode 100644 index da63425c..00000000 --- a/files/poketool/personal/wotbl/narc_0272.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0273.bin b/files/poketool/personal/wotbl/narc_0273.bin deleted file mode 100644 index 41f03564..00000000 --- a/files/poketool/personal/wotbl/narc_0273.bin +++ /dev/null @@ -1 +0,0 @@ -ujJ*>V
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0274.bin b/files/poketool/personal/wotbl/narc_0274.bin deleted file mode 100644 index 5f1991b7..00000000 --- a/files/poketool/personal/wotbl/narc_0274.bin +++ /dev/null @@ -1 +0,0 @@ -KjJ&3>
JVFc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0275.bin b/files/poketool/personal/wotbl/narc_0275.bin deleted file mode 100644 index 0faad3f3..00000000 --- a/files/poketool/personal/wotbl/narc_0275.bin +++ /dev/null @@ -1 +0,0 @@ -Kc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0276.bin b/files/poketool/personal/wotbl/narc_0276.bin Binary files differdeleted file mode 100644 index 1bc89075..00000000 --- a/files/poketool/personal/wotbl/narc_0276.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0277.bin b/files/poketool/personal/wotbl/narc_0277.bin deleted file mode 100644 index c5bbd8e5..00000000 --- a/files/poketool/personal/wotbl/narc_0277.bin +++ /dev/null @@ -1 +0,0 @@ -m@-tbtbh&9LMab{
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0278.bin b/files/poketool/personal/wotbl/narc_0278.bin Binary files differdeleted file mode 100644 index d926aee3..00000000 --- a/files/poketool/personal/wotbl/narc_0278.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0279.bin b/files/poketool/personal/wotbl/narc_0279.bin Binary files differdeleted file mode 100644 index 3a9926b0..00000000 --- a/files/poketool/personal/wotbl/narc_0279.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0280.bin b/files/poketool/personal/wotbl/narc_0280.bin deleted file mode 100644 index 004e2fd6..00000000 --- a/files/poketool/personal/wotbl/narc_0280.bin +++ /dev/null @@ -1 +0,0 @@ --]hd}#Y+[/^8ADN_VZ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0281.bin b/files/poketool/personal/wotbl/narc_0281.bin Binary files differdeleted file mode 100644 index 997e7f8c..00000000 --- a/files/poketool/personal/wotbl/narc_0281.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0282.bin b/files/poketool/personal/wotbl/narc_0282.bin deleted file mode 100644 index f4ea98a8..00000000 --- a/files/poketool/personal/wotbl/narc_0282.bin +++ /dev/null @@ -1 +0,0 @@ -i-]hd]hd#Y-[3^BQZk_x
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0283.bin b/files/poketool/personal/wotbl/narc_0283.bin deleted file mode 100644 index 6ec62801..00000000 --- a/files/poketool/personal/wotbl/narc_0283.bin +++ /dev/null @@ -1 +0,0 @@ -bZ'=2a>6JrJV
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0284.bin b/files/poketool/personal/wotbl/narc_0284.bin deleted file mode 100644 index ec2e14e4..00000000 --- a/files/poketool/personal/wotbl/narc_0284.bin +++ /dev/null @@ -1 +0,0 @@ -bZbZ',4NB>Q_l{
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0285.bin b/files/poketool/personal/wotbl/narc_0285.bin Binary files differdeleted file mode 100644 index bbac16ab..00000000 --- a/files/poketool/personal/wotbl/narc_0285.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0286.bin b/files/poketool/personal/wotbl/narc_0286.bin Binary files differdeleted file mode 100644 index f6854e5c..00000000 --- a/files/poketool/personal/wotbl/narc_0286.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0287.bin b/files/poketool/personal/wotbl/narc_0287.bin deleted file mode 100644 index cbad8da2..00000000 --- a/files/poketool/personal/wotbl/narc_0287.bin +++ /dev/null @@ -1,2 +0,0 @@ - -/&2W?DJV
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0288.bin b/files/poketool/personal/wotbl/narc_0288.bin Binary files differdeleted file mode 100644 index 13ea8885..00000000 --- a/files/poketool/personal/wotbl/narc_0288.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0289.bin b/files/poketool/personal/wotbl/narc_0289.bin deleted file mode 100644 index 5f0ad331..00000000 --- a/files/poketool/personal/wotbl/narc_0289.bin +++ /dev/null @@ -1,2 +0,0 @@ - -//&2W?HDJVvcog{
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0290.bin b/files/poketool/personal/wotbl/narc_0290.bin Binary files differdeleted file mode 100644 index 0813da6d..00000000 --- a/files/poketool/personal/wotbl/narc_0290.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0291.bin b/files/poketool/personal/wotbl/narc_0291.bin deleted file mode 100644 index b4ff2fc3..00000000 --- a/files/poketool/personal/wotbl/narc_0291.bin +++ /dev/null @@ -1,3 +0,0 @@ - -j -&h((g(2>aLZi
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0292.bin b/files/poketool/personal/wotbl/narc_0292.bin Binary files differdeleted file mode 100644 index d25c3eb9..00000000 --- a/files/poketool/personal/wotbl/narc_0292.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0293.bin b/files/poketool/personal/wotbl/narc_0293.bin deleted file mode 100644 index 590af0cd..00000000 --- a/files/poketool/personal/wotbl/narc_0293.bin +++ /dev/null @@ -1,2 +0,0 @@ - -6P0*2g>.FRR0[
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0294.bin b/files/poketool/personal/wotbl/narc_0294.bin deleted file mode 100644 index 91383195..00000000 --- a/files/poketool/personal/wotbl/narc_0294.bin +++ /dev/null @@ -1,2 +0,0 @@ -6P -6P,(0.:gJ.Vff0s
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0295.bin b/files/poketool/personal/wotbl/narc_0295.bin Binary files differdeleted file mode 100644 index c9224486..00000000 --- a/files/poketool/personal/wotbl/narc_0295.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0296.bin b/files/poketool/personal/wotbl/narc_0296.bin Binary files differdeleted file mode 100644 index 176ebb08..00000000 --- a/files/poketool/personal/wotbl/narc_0296.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0297.bin b/files/poketool/personal/wotbl/narc_0297.bin deleted file mode 100644 index 4f5b7f05..00000000 --- a/files/poketool/personal/wotbl/narc_0297.bin +++ /dev/null @@ -1 +0,0 @@ -j!t$$ ' -6AEJfU^rir
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0298.bin b/files/poketool/personal/wotbl/narc_0298.bin Binary files differdeleted file mode 100644 index d7d13553..00000000 --- a/files/poketool/personal/wotbl/narc_0298.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0299.bin b/files/poketool/personal/wotbl/narc_0299.bin deleted file mode 100644 index 19194af5..00000000 --- a/files/poketool/personal/wotbl/narc_0299.bin +++ /dev/null @@ -1 +0,0 @@ -!jXO'V2>JVcozdž
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0300.bin b/files/poketool/personal/wotbl/narc_0300.bin Binary files differdeleted file mode 100644 index eb2cdd08..00000000 --- a/files/poketool/personal/wotbl/narc_0300.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0301.bin b/files/poketool/personal/wotbl/narc_0301.bin Binary files differdeleted file mode 100644 index adb72bf7..00000000 --- a/files/poketool/personal/wotbl/narc_0301.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0302.bin b/files/poketool/personal/wotbl/narc_0302.bin Binary files differdeleted file mode 100644 index 9be84790..00000000 --- a/files/poketool/personal/wotbl/narc_0302.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0303.bin b/files/poketool/personal/wotbl/narc_0303.bin Binary files differdeleted file mode 100644 index ec03f8dc..00000000 --- a/files/poketool/personal/wotbl/narc_0303.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0304.bin b/files/poketool/personal/wotbl/narc_0304.bin Binary files differdeleted file mode 100644 index ef7739d0..00000000 --- a/files/poketool/personal/wotbl/narc_0304.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0305.bin b/files/poketool/personal/wotbl/narc_0305.bin deleted file mode 100644 index 5046b02a..00000000 --- a/files/poketool/personal/wotbl/narc_0305.bin +++ /dev/null @@ -1 +0,0 @@ -!jjN%.,$2;D?QZ&fpq
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0306.bin b/files/poketool/personal/wotbl/narc_0306.bin deleted file mode 100644 index 3b436a2c..00000000 --- a/files/poketool/personal/wotbl/narc_0306.bin +++ /dev/null @@ -1 +0,0 @@ -!jjN%.,$2;D?Q`&rp
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0307.bin b/files/poketool/personal/wotbl/narc_0307.bin Binary files differdeleted file mode 100644 index 2aec84ac..00000000 --- a/files/poketool/personal/wotbl/narc_0307.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0308.bin b/files/poketool/personal/wotbl/narc_0308.bin Binary files differdeleted file mode 100644 index adbde92a..00000000 --- a/files/poketool/personal/wotbl/narc_0308.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0309.bin b/files/poketool/personal/wotbl/narc_0309.bin deleted file mode 100644 index 4ca612d2..00000000 --- a/files/poketool/personal/wotbl/narc_0309.bin +++ /dev/null @@ -1 +0,0 @@ -!V+Pb"(<3,8C.HSYWb
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0310.bin b/files/poketool/personal/wotbl/narc_0310.bin deleted file mode 100644 index 69129ed1..00000000 --- a/files/poketool/personal/wotbl/narc_0310.bin +++ /dev/null @@ -1 +0,0 @@ -!V+PV+Pb"(<3,<K.TcmWz
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0311.bin b/files/poketool/personal/wotbl/narc_0311.bin Binary files differdeleted file mode 100644 index 56a90b65..00000000 --- a/files/poketool/personal/wotbl/narc_0311.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0312.bin b/files/poketool/personal/wotbl/narc_0312.bin Binary files differdeleted file mode 100644 index 351bce34..00000000 --- a/files/poketool/personal/wotbl/narc_0312.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0313.bin b/files/poketool/personal/wotbl/narc_0313.bin deleted file mode 100644 index 512645ba..00000000 --- a/files/poketool/personal/wotbl/narc_0313.bin +++ /dev/null @@ -1,2 +0,0 @@ -!h -mb"&+D3:CKS&Z
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0314.bin b/files/poketool/personal/wotbl/narc_0314.bin Binary files differdeleted file mode 100644 index 66a44745..00000000 --- a/files/poketool/personal/wotbl/narc_0314.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0315.bin b/files/poketool/personal/wotbl/narc_0315.bin Binary files differdeleted file mode 100644 index d94876b5..00000000 --- a/files/poketool/personal/wotbl/narc_0315.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0316.bin b/files/poketool/personal/wotbl/narc_0316.bin Binary files differdeleted file mode 100644 index 4b6d5b1f..00000000 --- a/files/poketool/personal/wotbl/narc_0316.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0317.bin b/files/poketool/personal/wotbl/narc_0317.bin Binary files differdeleted file mode 100644 index 4b941019..00000000 --- a/files/poketool/personal/wotbl/narc_0317.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0318.bin b/files/poketool/personal/wotbl/narc_0318.bin deleted file mode 100644 index 46adbaf0..00000000 --- a/files/poketool/personal/wotbl/narc_0318.bin +++ /dev/null @@ -1 +0,0 @@ -+,ct!g$*t58?aH$L
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0319.bin b/files/poketool/personal/wotbl/narc_0319.bin Binary files differdeleted file mode 100644 index e2b3fdbe..00000000 --- a/files/poketool/personal/wotbl/narc_0319.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0320.bin b/files/poketool/personal/wotbl/narc_0320.bin deleted file mode 100644 index 965e40d0..00000000 --- a/files/poketool/personal/wotbl/narc_0320.bin +++ /dev/null @@ -1 +0,0 @@ --76#`+606j?CEJ#STY8^
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0321.bin b/files/poketool/personal/wotbl/narc_0321.bin Binary files differdeleted file mode 100644 index aef58cae..00000000 --- a/files/poketool/personal/wotbl/narc_0321.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0322.bin b/files/poketool/personal/wotbl/narc_0322.bin Binary files differdeleted file mode 100644 index 83889af6..00000000 --- a/files/poketool/personal/wotbl/narc_0322.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0323.bin b/files/poketool/personal/wotbl/narc_0323.bin deleted file mode 100644 index 68629317..00000000 --- a/files/poketool/personal/wotbl/narc_0323.bin +++ /dev/null @@ -1,2 +0,0 @@ --!44 -t$*2?BOYbsZ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0324.bin b/files/poketool/personal/wotbl/narc_0324.bin deleted file mode 100644 index 03c05597..00000000 --- a/files/poketool/personal/wotbl/narc_0324.bin +++ /dev/null @@ -1 +0,0 @@ -4{nS"l(.58"BHONYbho
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0325.bin b/files/poketool/personal/wotbl/narc_0325.bin Binary files differdeleted file mode 100644 index 56c5a7c4..00000000 --- a/files/poketool/personal/wotbl/narc_0325.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0326.bin b/files/poketool/personal/wotbl/narc_0326.bin deleted file mode 100644 index 855fb54e..00000000 --- a/files/poketool/personal/wotbl/narc_0326.bin +++ /dev/null @@ -1 +0,0 @@ -<<<<m$+5::sK^^oTy
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0327.bin b/files/poketool/personal/wotbl/narc_0327.bin deleted file mode 100644 index 57c355c0..00000000 --- a/files/poketool/personal/wotbl/narc_0327.bin +++ /dev/null @@ -1,2 +0,0 @@ -! -<&_.8A*KR&\d%n
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0328.bin b/files/poketool/personal/wotbl/narc_0328.bin Binary files differdeleted file mode 100644 index 1489fa7e..00000000 --- a/files/poketool/personal/wotbl/narc_0328.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0329.bin b/files/poketool/personal/wotbl/narc_0329.bin Binary files differdeleted file mode 100644 index 9ac721f3..00000000 --- a/files/poketool/personal/wotbl/narc_0329.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0330.bin b/files/poketool/personal/wotbl/narc_0330.bin deleted file mode 100644 index a350f8fb..00000000 --- a/files/poketool/personal/wotbl/narc_0330.bin +++ /dev/null @@ -1 +0,0 @@ -1H"H30BFgRQ[b?r
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0331.bin b/files/poketool/personal/wotbl/narc_0331.bin Binary files differdeleted file mode 100644 index d5841f75..00000000 --- a/files/poketool/personal/wotbl/narc_0331.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0332.bin b/files/poketool/personal/wotbl/narc_0332.bin deleted file mode 100644 index 1fd1da02..00000000 --- a/files/poketool/personal/wotbl/narc_0332.bin +++ /dev/null @@ -1,2 +0,0 @@ -(+GJG -JI"**3:FSs_.kvɂ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0333.bin b/files/poketool/personal/wotbl/narc_0333.bin deleted file mode 100644 index 6990c5d6..00000000 --- a/files/poketool/personal/wotbl/narc_0333.bin +++ /dev/null @@ -1 +0,0 @@ -@-6/$6.$8kAwHQ[d
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0334.bin b/files/poketool/personal/wotbl/narc_0334.bin Binary files differdeleted file mode 100644 index 43e364df..00000000 --- a/files/poketool/personal/wotbl/narc_0334.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0335.bin b/files/poketool/personal/wotbl/narc_0335.bin Binary files differdeleted file mode 100644 index a2ffac76..00000000 --- a/files/poketool/personal/wotbl/narc_0335.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0336.bin b/files/poketool/personal/wotbl/narc_0336.bin deleted file mode 100644 index 44e7ff29..00000000 --- a/files/poketool/personal/wotbl/narc_0336.bin +++ /dev/null @@ -1 +0,0 @@ -#z,V!g&281EJrV]izo
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0337.bin b/files/poketool/personal/wotbl/narc_0337.bin deleted file mode 100644 index 6ac44b9e..00000000 --- a/files/poketool/personal/wotbl/narc_0337.bin +++ /dev/null @@ -1 +0,0 @@ -!j]X_).u?BEyU^Zjp
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0338.bin b/files/poketool/personal/wotbl/narc_0338.bin deleted file mode 100644 index ee31fca2..00000000 --- a/files/poketool/personal/wotbl/narc_0338.bin +++ /dev/null @@ -1 +0,0 @@ -!j]XS).u?BEyUZLjp
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0339.bin b/files/poketool/personal/wotbl/narc_0339.bin Binary files differdeleted file mode 100644 index 7354757d..00000000 --- a/files/poketool/personal/wotbl/narc_0339.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0340.bin b/files/poketool/personal/wotbl/narc_0340.bin Binary files differdeleted file mode 100644 index bb67bd23..00000000 --- a/files/poketool/personal/wotbl/narc_0340.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0341.bin b/files/poketool/personal/wotbl/narc_0341.bin deleted file mode 100644 index 09545c14..00000000 --- a/files/poketool/personal/wotbl/narc_0341.bin +++ /dev/null @@ -1 +0,0 @@ -j+=(.5
AGLX^j
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0342.bin b/files/poketool/personal/wotbl/narc_0342.bin deleted file mode 100644 index b0deddac..00000000 --- a/files/poketool/personal/wotbl/narc_0342.bin +++ /dev/null @@ -1 +0,0 @@ -j+j+=(.5<
EOXhr
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0343.bin b/files/poketool/personal/wotbl/narc_0343.bin Binary files differdeleted file mode 100644 index ba33b82f..00000000 --- a/files/poketool/personal/wotbl/narc_0343.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0344.bin b/files/poketool/personal/wotbl/narc_0344.bin Binary files differdeleted file mode 100644 index 5117ff03..00000000 --- a/files/poketool/personal/wotbl/narc_0344.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0345.bin b/files/poketool/personal/wotbl/narc_0345.bin Binary files differdeleted file mode 100644 index 34ada498..00000000 --- a/files/poketool/personal/wotbl/narc_0345.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0346.bin b/files/poketool/personal/wotbl/narc_0346.bin Binary files differdeleted file mode 100644 index ad42b588..00000000 --- a/files/poketool/personal/wotbl/narc_0346.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0347.bin b/files/poketool/personal/wotbl/narc_0347.bin Binary files differdeleted file mode 100644 index 1689737d..00000000 --- a/files/poketool/personal/wotbl/narc_0347.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0348.bin b/files/poketool/personal/wotbl/narc_0348.bin Binary files differdeleted file mode 100644 index 0fedc818..00000000 --- a/files/poketool/personal/wotbl/narc_0348.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0349.bin b/files/poketool/personal/wotbl/narc_0349.bin deleted file mode 100644 index 5c1fc947..00000000 --- a/files/poketool/personal/wotbl/narc_0349.bin +++ /dev/null @@ -1 +0,0 @@ -!<
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0350.bin b/files/poketool/personal/wotbl/narc_0350.bin Binary files differdeleted file mode 100644 index bdb200d7..00000000 --- a/files/poketool/personal/wotbl/narc_0350.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0351.bin b/files/poketool/personal/wotbl/narc_0351.bin Binary files differdeleted file mode 100644 index 21c9ba4a..00000000 --- a/files/poketool/personal/wotbl/narc_0351.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0352.bin b/files/poketool/personal/wotbl/narc_0352.bin Binary files differdeleted file mode 100644 index 2ddd6568..00000000 --- a/files/poketool/personal/wotbl/narc_0352.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0353.bin b/files/poketool/personal/wotbl/narc_0353.bin Binary files differdeleted file mode 100644 index c8410814..00000000 --- a/files/poketool/personal/wotbl/narc_0353.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0354.bin b/files/poketool/personal/wotbl/narc_0354.bin deleted file mode 100644 index af235c01..00000000 --- a/files/poketool/personal/wotbl/narc_0354.bin +++ /dev/null @@ -1,2 +0,0 @@ -gege - )/8>GuU!g u
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0355.bin b/files/poketool/personal/wotbl/narc_0355.bin deleted file mode 100644 index 9e472312..00000000 --- a/files/poketool/personal/wotbl/narc_0355.bin +++ /dev/null @@ -1 +0,0 @@ -+e26m"-2<CLsS\
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0356.bin b/files/poketool/personal/wotbl/narc_0356.bin Binary files differdeleted file mode 100644 index 986f0004..00000000 --- a/files/poketool/personal/wotbl/narc_0356.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0357.bin b/files/poketool/personal/wotbl/narc_0357.bin Binary files differdeleted file mode 100644 index a5fa2d97..00000000 --- a/files/poketool/personal/wotbl/narc_0357.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0358.bin b/files/poketool/personal/wotbl/narc_0358.bin deleted file mode 100644 index 927e9b30..00000000 --- a/files/poketool/personal/wotbl/narc_0358.bin +++ /dev/null @@ -1 +0,0 @@ -#-6]"$,3<&BLRF]ic
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0359.bin b/files/poketool/personal/wotbl/narc_0359.bin deleted file mode 100644 index de5596f1..00000000 --- a/files/poketool/personal/wotbl/narc_0359.bin +++ /dev/null @@ -1,2 +0,0 @@ - -+
b
"(2,8hBHRYbi~syÂ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0360.bin b/files/poketool/personal/wotbl/narc_0360.bin deleted file mode 100644 index b523a78d..00000000 --- a/files/poketool/personal/wotbl/narc_0360.bin +++ /dev/null @@ -1 +0,0 @@ -D
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0361.bin b/files/poketool/personal/wotbl/narc_0361.bin Binary files differdeleted file mode 100644 index f2199835..00000000 --- a/files/poketool/personal/wotbl/narc_0361.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0362.bin b/files/poketool/personal/wotbl/narc_0362.bin deleted file mode 100644 index 87a0c288..00000000 --- a/files/poketool/personal/wotbl/narc_0362.bin +++ /dev/null @@ -1 +0,0 @@ -+h,h,&,9>:JQ;fIw
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0363.bin b/files/poketool/personal/wotbl/narc_0363.bin deleted file mode 100644 index 18dc11d4..00000000 --- a/files/poketool/personal/wotbl/narc_0363.bin +++ /dev/null @@ -1 +0,0 @@ -o-7-"&>2?JJ;VIc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0364.bin b/files/poketool/personal/wotbl/narc_0364.bin Binary files differdeleted file mode 100644 index 2b566066..00000000 --- a/files/poketool/personal/wotbl/narc_0364.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0365.bin b/files/poketool/personal/wotbl/narc_0365.bin Binary files differdeleted file mode 100644 index 965b71cf..00000000 --- a/files/poketool/personal/wotbl/narc_0365.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0366.bin b/files/poketool/personal/wotbl/narc_0366.bin Binary files differdeleted file mode 100644 index f7dd195f..00000000 --- a/files/poketool/personal/wotbl/narc_0366.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0367.bin b/files/poketool/personal/wotbl/narc_0367.bin Binary files differdeleted file mode 100644 index 0b81f548..00000000 --- a/files/poketool/personal/wotbl/narc_0367.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0368.bin b/files/poketool/personal/wotbl/narc_0368.bin Binary files differdeleted file mode 100644 index 74b7d0c1..00000000 --- a/files/poketool/personal/wotbl/narc_0368.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0369.bin b/files/poketool/personal/wotbl/narc_0369.bin deleted file mode 100644 index 626fa19e..00000000 --- a/files/poketool/personal/wotbl/narc_0369.bin +++ /dev/null @@ -1 +0,0 @@ -!j7=-$:,IV&d#s8ɝ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0370.bin b/files/poketool/personal/wotbl/narc_0370.bin deleted file mode 100644 index 6771c822..00000000 --- a/files/poketool/personal/wotbl/narc_0370.bin +++ /dev/null @@ -1 +0,0 @@ -!7a$}#,6`?KQ\f
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0371.bin b/files/poketool/personal/wotbl/narc_0371.bin Binary files differdeleted file mode 100644 index 20511d62..00000000 --- a/files/poketool/personal/wotbl/narc_0371.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0372.bin b/files/poketool/personal/wotbl/narc_0372.bin Binary files differdeleted file mode 100644 index 6a36d8bc..00000000 --- a/files/poketool/personal/wotbl/narc_0372.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0373.bin b/files/poketool/personal/wotbl/narc_0373.bin deleted file mode 100644 index 146b5f21..00000000 --- a/files/poketool/personal/wotbl/narc_0373.bin +++ /dev/null @@ -1,2 +0,0 @@ -c,+, -+ t(42<@KVdjQ{&
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0374.bin b/files/poketool/personal/wotbl/narc_0374.bin deleted file mode 100644 index b82e94a1..00000000 --- a/files/poketool/personal/wotbl/narc_0374.bin +++ /dev/null @@ -1 +0,0 @@ -$
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0375.bin b/files/poketool/personal/wotbl/narc_0375.bin deleted file mode 100644 index 9de1cc00..00000000 --- a/files/poketool/personal/wotbl/narc_0375.bin +++ /dev/null @@ -1 +0,0 @@ -$](](08A^HNQaX5ai?p
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0376.bin b/files/poketool/personal/wotbl/narc_0376.bin Binary files differdeleted file mode 100644 index 480118b4..00000000 --- a/files/poketool/personal/wotbl/narc_0376.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0377.bin b/files/poketool/personal/wotbl/narc_0377.bin Binary files differdeleted file mode 100644 index 368f42a8..00000000 --- a/files/poketool/personal/wotbl/narc_0377.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0378.bin b/files/poketool/personal/wotbl/narc_0378.bin Binary files differdeleted file mode 100644 index fabdace4..00000000 --- a/files/poketool/personal/wotbl/narc_0378.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0379.bin b/files/poketool/personal/wotbl/narc_0379.bin Binary files differdeleted file mode 100644 index 6f799b71..00000000 --- a/files/poketool/personal/wotbl/narc_0379.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0380.bin b/files/poketool/personal/wotbl/narc_0380.bin deleted file mode 100644 index df8ddd46..00000000 --- a/files/poketool/personal/wotbl/narc_0380.bin +++ /dev/null @@ -1 +0,0 @@ -(Z3=(GQiZweniy^
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0381.bin b/files/poketool/personal/wotbl/narc_0381.bin deleted file mode 100644 index c293d443..00000000 --- a/files/poketool/personal/wotbl/narc_0381.bin +++ /dev/null @@ -1 +0,0 @@ -y(2='GQiZwe]oy^
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0382.bin b/files/poketool/personal/wotbl/narc_0382.bin Binary files differdeleted file mode 100644 index e0ca003d..00000000 --- a/files/poketool/personal/wotbl/narc_0382.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0383.bin b/files/poketool/personal/wotbl/narc_0383.bin Binary files differdeleted file mode 100644 index dc60ddec..00000000 --- a/files/poketool/personal/wotbl/narc_0383.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0384.bin b/files/poketool/personal/wotbl/narc_0384.bin Binary files differdeleted file mode 100644 index 85763aa9..00000000 --- a/files/poketool/personal/wotbl/narc_0384.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0385.bin b/files/poketool/personal/wotbl/narc_0385.bin Binary files differdeleted file mode 100644 index 1a82e18f..00000000 --- a/files/poketool/personal/wotbl/narc_0385.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0386.bin b/files/poketool/personal/wotbl/narc_0386.bin Binary files differdeleted file mode 100644 index bb706847..00000000 --- a/files/poketool/personal/wotbl/narc_0386.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0387.bin b/files/poketool/personal/wotbl/narc_0387.bin Binary files differdeleted file mode 100644 index aff2251b..00000000 --- a/files/poketool/personal/wotbl/narc_0387.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0388.bin b/files/poketool/personal/wotbl/narc_0388.bin deleted file mode 100644 index 1b1aa34a..00000000 --- a/files/poketool/personal/wotbl/narc_0388.bin +++ /dev/null @@ -1,2 +0,0 @@ -!nn -GK",,H6I@JT^i
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0389.bin b/files/poketool/personal/wotbl/narc_0389.bin deleted file mode 100644 index a4c80059..00000000 --- a/files/poketool/personal/wotbl/narc_0389.bin +++ /dev/null @@ -1,2 +0,0 @@ -!nGKn -GK",,H6Y@IBNZfs
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0390.bin b/files/poketool/personal/wotbl/narc_0390.bin Binary files differdeleted file mode 100644 index 9650dc38..00000000 --- a/files/poketool/personal/wotbl/narc_0390.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0391.bin b/files/poketool/personal/wotbl/narc_0391.bin Binary files differdeleted file mode 100644 index 3fcf5ee1..00000000 --- a/files/poketool/personal/wotbl/narc_0391.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0392.bin b/files/poketool/personal/wotbl/narc_0392.bin deleted file mode 100644 index b2d78632..00000000 --- a/files/poketool/personal/wotbl/narc_0392.bin +++ /dev/null @@ -1,2 +0,0 @@ - -+4
4
"*l;CrSSZ[ks
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0393.bin b/files/poketool/personal/wotbl/narc_0393.bin deleted file mode 100644 index 5ee4dec9..00000000 --- a/files/poketool/personal/wotbl/narc_0393.bin +++ /dev/null @@ -1 +0,0 @@ --Z@u$=,2j;@6HAN8V
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0394.bin b/files/poketool/personal/wotbl/narc_0394.bin deleted file mode 100644 index 827b2017..00000000 --- a/files/poketool/personal/wotbl/narc_0394.bin +++ /dev/null @@ -1 +0,0 @@ -!--Z@ u&=08jCJ6TA\8f
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0395.bin b/files/poketool/personal/wotbl/narc_0395.bin deleted file mode 100644 index 55fdfb8a..00000000 --- a/files/poketool/personal/wotbl/narc_0395.bin +++ /dev/null @@ -1 +0,0 @@ -!--@ &=08jCIN6\Ah8v
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0396.bin b/files/poketool/personal/wotbl/narc_0396.bin deleted file mode 100644 index 4e5e9998..00000000 --- a/files/poketool/personal/wotbl/narc_0396.bin +++ /dev/null @@ -1,2 +0,0 @@ -!-b -h#*L3$:aBK
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0397.bin b/files/poketool/personal/wotbl/narc_0397.bin Binary files differdeleted file mode 100644 index cb33c061..00000000 --- a/files/poketool/personal/wotbl/narc_0397.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0398.bin b/files/poketool/personal/wotbl/narc_0398.bin Binary files differdeleted file mode 100644 index 12187839..00000000 --- a/files/poketool/personal/wotbl/narc_0398.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0399.bin b/files/poketool/personal/wotbl/narc_0399.bin deleted file mode 100644 index 45961a03..00000000 --- a/files/poketool/personal/wotbl/narc_0399.bin +++ /dev/null @@ -1,2 +0,0 @@ -!- -o"*3:$BJS
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0400.bin b/files/poketool/personal/wotbl/narc_0400.bin deleted file mode 100644 index cf20af1d..00000000 --- a/files/poketool/personal/wotbl/narc_0400.bin +++ /dev/null @@ -1,2 +0,0 @@ -!-- -o7$.9B$LVa
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0401.bin b/files/poketool/personal/wotbl/narc_0401.bin Binary files differdeleted file mode 100644 index b6fbed71..00000000 --- a/files/poketool/personal/wotbl/narc_0401.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0402.bin b/files/poketool/personal/wotbl/narc_0402.bin Binary files differdeleted file mode 100644 index fb2d7a96..00000000 --- a/files/poketool/personal/wotbl/narc_0402.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0403.bin b/files/poketool/personal/wotbl/narc_0403.bin deleted file mode 100644 index fbe33530..00000000 --- a/files/poketool/personal/wotbl/narc_0403.bin +++ /dev/null @@ -1,2 +0,0 @@ -!+ -,".*2:CJS
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0404.bin b/files/poketool/personal/wotbl/narc_0404.bin Binary files differdeleted file mode 100644 index 84e69203..00000000 --- a/files/poketool/personal/wotbl/narc_0404.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0405.bin b/files/poketool/personal/wotbl/narc_0405.bin deleted file mode 100644 index 38806156..00000000 --- a/files/poketool/personal/wotbl/narc_0405.bin +++ /dev/null @@ -1,2 +0,0 @@ -!++ -,$..8FUbq
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0406.bin b/files/poketool/personal/wotbl/narc_0406.bin Binary files differdeleted file mode 100644 index 04d89f03..00000000 --- a/files/poketool/personal/wotbl/narc_0406.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0407.bin b/files/poketool/personal/wotbl/narc_0407.bin deleted file mode 100644 index f2b60d11..00000000 --- a/files/poketool/personal/wotbl/narc_0407.bin +++ /dev/null @@ -1 +0,0 @@ -7(HY
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0408.bin b/files/poketool/personal/wotbl/narc_0408.bin deleted file mode 100644 index 647a6426..00000000 --- a/files/poketool/personal/wotbl/narc_0408.bin +++ /dev/null @@ -1 +0,0 @@ -+t$&t18CgJW
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0409.bin b/files/poketool/personal/wotbl/narc_0409.bin Binary files differdeleted file mode 100644 index 5a2d63ec..00000000 --- a/files/poketool/personal/wotbl/narc_0409.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0410.bin b/files/poketool/personal/wotbl/narc_0410.bin deleted file mode 100644 index 10b60494..00000000 --- a/files/poketool/personal/wotbl/narc_0410.bin +++ /dev/null @@ -1 +0,0 @@ -!
?$N'08BpKW
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0411.bin b/files/poketool/personal/wotbl/narc_0411.bin Binary files differdeleted file mode 100644 index 09fa5d65..00000000 --- a/files/poketool/personal/wotbl/narc_0411.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0412.bin b/files/poketool/personal/wotbl/narc_0412.bin deleted file mode 100644 index a35f1b01..00000000 --- a/files/poketool/personal/wotbl/narc_0412.bin +++ /dev/null @@ -1 +0,0 @@ -!(
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0413.bin b/files/poketool/personal/wotbl/narc_0413.bin Binary files differdeleted file mode 100644 index e026021a..00000000 --- a/files/poketool/personal/wotbl/narc_0413.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0414.bin b/files/poketool/personal/wotbl/narc_0414.bin Binary files differdeleted file mode 100644 index 90fb0ea7..00000000 --- a/files/poketool/personal/wotbl/narc_0414.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0415.bin b/files/poketool/personal/wotbl/narc_0415.bin Binary files differdeleted file mode 100644 index d10cd56d..00000000 --- a/files/poketool/personal/wotbl/narc_0415.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0416.bin b/files/poketool/personal/wotbl/narc_0416.bin Binary files differdeleted file mode 100644 index 5f927d4a..00000000 --- a/files/poketool/personal/wotbl/narc_0416.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0417.bin b/files/poketool/personal/wotbl/narc_0417.bin deleted file mode 100644 index a368ab82..00000000 --- a/files/poketool/personal/wotbl/narc_0417.bin +++ /dev/null @@ -1,2 +0,0 @@ --ub -"*2;BK
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0418.bin b/files/poketool/personal/wotbl/narc_0418.bin deleted file mode 100644 index 2bcc0d0e..00000000 --- a/files/poketool/personal/wotbl/narc_0418.bin +++ /dev/null @@ -1 +0,0 @@ -1-Zb7+a8H
Z
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0419.bin b/files/poketool/personal/wotbl/narc_0419.bin Binary files differdeleted file mode 100644 index 1feb4778..00000000 --- a/files/poketool/personal/wotbl/narc_0419.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0420.bin b/files/poketool/personal/wotbl/narc_0420.bin Binary files differdeleted file mode 100644 index 379cec92..00000000 --- a/files/poketool/personal/wotbl/narc_0420.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0421.bin b/files/poketool/personal/wotbl/narc_0421.bin Binary files differdeleted file mode 100644 index 60990198..00000000 --- a/files/poketool/personal/wotbl/narc_0421.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0422.bin b/files/poketool/personal/wotbl/narc_0422.bin Binary files differdeleted file mode 100644 index 99311992..00000000 --- a/files/poketool/personal/wotbl/narc_0422.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0423.bin b/files/poketool/personal/wotbl/narc_0423.bin deleted file mode 100644 index cd38cd83..00000000 --- a/files/poketool/personal/wotbl/narc_0423.bin +++ /dev/null @@ -1 +0,0 @@ -,j`,j` ,":JSil
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0424.bin b/files/poketool/personal/wotbl/narc_0424.bin Binary files differdeleted file mode 100644 index 40b6f3ba..00000000 --- a/files/poketool/personal/wotbl/narc_0424.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0425.bin b/files/poketool/personal/wotbl/narc_0425.bin Binary files differdeleted file mode 100644 index 96e4da28..00000000 --- a/files/poketool/personal/wotbl/narc_0425.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0426.bin b/files/poketool/personal/wotbl/narc_0426.bin Binary files differdeleted file mode 100644 index 9f0f13e0..00000000 --- a/files/poketool/personal/wotbl/narc_0426.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0427.bin b/files/poketool/personal/wotbl/narc_0427.bin Binary files differdeleted file mode 100644 index 9e45a0c2..00000000 --- a/files/poketool/personal/wotbl/narc_0427.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0428.bin b/files/poketool/personal/wotbl/narc_0428.bin Binary files differdeleted file mode 100644 index 1bbf7213..00000000 --- a/files/poketool/personal/wotbl/narc_0428.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0429.bin b/files/poketool/personal/wotbl/narc_0429.bin Binary files differdeleted file mode 100644 index fcee89ce..00000000 --- a/files/poketool/personal/wotbl/narc_0429.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0430.bin b/files/poketool/personal/wotbl/narc_0430.bin Binary files differdeleted file mode 100644 index 30ebde41..00000000 --- a/files/poketool/personal/wotbl/narc_0430.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0431.bin b/files/poketool/personal/wotbl/narc_0431.bin Binary files differdeleted file mode 100644 index bd08c984..00000000 --- a/files/poketool/personal/wotbl/narc_0431.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0432.bin b/files/poketool/personal/wotbl/narc_0432.bin deleted file mode 100644 index ca7f2f13..00000000 --- a/files/poketool/personal/wotbl/narc_0432.bin +++ /dev/null @@ -1,4 +0,0 @@ - -- - --_"(2;AJL"Zj
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0433.bin b/files/poketool/personal/wotbl/narc_0433.bin Binary files differdeleted file mode 100644 index c2eb3d19..00000000 --- a/files/poketool/personal/wotbl/narc_0433.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0434.bin b/files/poketool/personal/wotbl/narc_0434.bin deleted file mode 100644 index 34f9cc60..00000000 --- a/files/poketool/personal/wotbl/narc_0434.bin +++ /dev/null @@ -1,2 +0,0 @@ - -tgl\(2?KX
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0435.bin b/files/poketool/personal/wotbl/narc_0435.bin deleted file mode 100644 index 4fb1a6ea..00000000 --- a/files/poketool/personal/wotbl/narc_0435.bin +++ /dev/null @@ -1,2 +0,0 @@ - -tgl\(2?5DSh
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0436.bin b/files/poketool/personal/wotbl/narc_0436.bin deleted file mode 100644 index 34976cad..00000000 --- a/files/poketool/personal/wotbl/narc_0436.bin +++ /dev/null @@ -1 +0,0 @@ -!]_mF'N5<hGJRscyi
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0437.bin b/files/poketool/personal/wotbl/narc_0437.bin Binary files differdeleted file mode 100644 index de5252f6..00000000 --- a/files/poketool/personal/wotbl/narc_0437.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0438.bin b/files/poketool/personal/wotbl/narc_0438.bin deleted file mode 100644 index 2509be18..00000000 --- a/files/poketool/personal/wotbl/narc_0438.bin +++ /dev/null @@ -1 +0,0 @@ -9CXf"O-2==BLS&\
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0439.bin b/files/poketool/personal/wotbl/narc_0439.bin Binary files differdeleted file mode 100644 index 66f247e4..00000000 --- a/files/poketool/personal/wotbl/narc_0439.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0440.bin b/files/poketool/personal/wotbl/narc_0440.bin deleted file mode 100644 index 63b4f41b..00000000 --- a/files/poketool/personal/wotbl/narc_0440.bin +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0441.bin b/files/poketool/personal/wotbl/narc_0441.bin Binary files differdeleted file mode 100644 index a2835b89..00000000 --- a/files/poketool/personal/wotbl/narc_0441.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0442.bin b/files/poketool/personal/wotbl/narc_0442.bin deleted file mode 100644 index 2406ec4e..00000000 --- a/files/poketool/personal/wotbl/narc_0442.bin +++ /dev/null @@ -1 +0,0 @@ -m_&3?KWc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0443.bin b/files/poketool/personal/wotbl/narc_0443.bin Binary files differdeleted file mode 100644 index ed452e6d..00000000 --- a/files/poketool/personal/wotbl/narc_0443.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0444.bin b/files/poketool/personal/wotbl/narc_0444.bin deleted file mode 100644 index f1a7c39e..00000000 --- a/files/poketool/personal/wotbl/narc_0444.bin +++ /dev/null @@ -1 +0,0 @@ -!R$H'8QC[Pc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0445.bin b/files/poketool/personal/wotbl/narc_0445.bin deleted file mode 100644 index d449c086..00000000 --- a/files/poketool/personal/wotbl/narc_0445.bin +++ /dev/null @@ -1 +0,0 @@ -!RR$H'8QC[P`o
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0446.bin b/files/poketool/personal/wotbl/narc_0446.bin Binary files differdeleted file mode 100644 index a1dcaebe..00000000 --- a/files/poketool/personal/wotbl/narc_0446.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0447.bin b/files/poketool/personal/wotbl/narc_0447.bin deleted file mode 100644 index 57964a87..00000000 --- a/files/poketool/personal/wotbl/narc_0447.bin +++ /dev/null @@ -1 +0,0 @@ -bDl&g0;
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0448.bin b/files/poketool/personal/wotbl/narc_0448.bin Binary files differdeleted file mode 100644 index f9660d36..00000000 --- a/files/poketool/personal/wotbl/narc_0448.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0449.bin b/files/poketool/personal/wotbl/narc_0449.bin Binary files differdeleted file mode 100644 index 44da98d8..00000000 --- a/files/poketool/personal/wotbl/narc_0449.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0450.bin b/files/poketool/personal/wotbl/narc_0450.bin deleted file mode 100644 index bada0964..00000000 --- a/files/poketool/personal/wotbl/narc_0450.bin +++ /dev/null @@ -1 +0,0 @@ -!,,$&H3>YP&dZx
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0451.bin b/files/poketool/personal/wotbl/narc_0451.bin deleted file mode 100644 index 4761008a..00000000 --- a/files/poketool/personal/wotbl/narc_0451.bin +++ /dev/null @@ -1 +0,0 @@ -,(+*o#/8E1OZe
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0452.bin b/files/poketool/personal/wotbl/narc_0452.bin Binary files differdeleted file mode 100644 index 9fb4ffac..00000000 --- a/files/poketool/personal/wotbl/narc_0452.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0453.bin b/files/poketool/personal/wotbl/narc_0453.bin Binary files differdeleted file mode 100644 index 2e7b5f8d..00000000 --- a/files/poketool/personal/wotbl/narc_0453.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0454.bin b/files/poketool/personal/wotbl/narc_0454.bin Binary files differdeleted file mode 100644 index 74f173b2..00000000 --- a/files/poketool/personal/wotbl/narc_0454.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0455.bin b/files/poketool/personal/wotbl/narc_0455.bin Binary files differdeleted file mode 100644 index 26e1de99..00000000 --- a/files/poketool/personal/wotbl/narc_0455.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0456.bin b/files/poketool/personal/wotbl/narc_0456.bin deleted file mode 100644 index 1f85435c..00000000 --- a/files/poketool/personal/wotbl/narc_0456.bin +++ /dev/null @@ -1 +0,0 @@ -7"`-5:CLqUT[>c
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0457.bin b/files/poketool/personal/wotbl/narc_0457.bin deleted file mode 100644 index 32cd98f6..00000000 --- a/files/poketool/personal/wotbl/narc_0457.bin +++ /dev/null @@ -1 +0,0 @@ -77"`-5:GTqaTk>w
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0458.bin b/files/poketool/personal/wotbl/narc_0458.bin deleted file mode 100644 index 3872e959..00000000 --- a/files/poketool/personal/wotbl/narc_0458.bin +++ /dev/null @@ -1 +0,0 @@ -!0=a&,`9$>mJTQ]8b
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0459.bin b/files/poketool/personal/wotbl/narc_0459.bin Binary files differdeleted file mode 100644 index a80a3a41..00000000 --- a/files/poketool/personal/wotbl/narc_0459.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0460.bin b/files/poketool/personal/wotbl/narc_0460.bin deleted file mode 100644 index 9b7dacdd..00000000 --- a/files/poketool/personal/wotbl/narc_0460.bin +++ /dev/null @@ -1,2 +0,0 @@ -+KK -@"6*5?I;^Iu
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0461.bin b/files/poketool/personal/wotbl/narc_0461.bin deleted file mode 100644 index e8022c65..00000000 --- a/files/poketool/personal/wotbl/narc_0461.bin +++ /dev/null @@ -1,2 +0,0 @@ -ut -+
bbg*18GvMTc
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0462.bin b/files/poketool/personal/wotbl/narc_0462.bin deleted file mode 100644 index 461a4115..00000000 --- a/files/poketool/personal/wotbl/narc_0462.bin +++ /dev/null @@ -1 +0,0 @@ -p?!T0T01V",6=gDQ]ehmx
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0463.bin b/files/poketool/personal/wotbl/narc_0463.bin deleted file mode 100644 index 24033f18..00000000 --- a/files/poketool/personal/wotbl/narc_0463.bin +++ /dev/null @@ -1,2 +0,0 @@ -z0 -o#"*22:B~KSgZczkhs
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0464.bin b/files/poketool/personal/wotbl/narc_0464.bin Binary files differdeleted file mode 100644 index 239b5196..00000000 --- a/files/poketool/personal/wotbl/narc_0464.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0465.bin b/files/poketool/personal/wotbl/narc_0465.bin Binary files differdeleted file mode 100644 index 011f3407..00000000 --- a/files/poketool/personal/wotbl/narc_0465.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0466.bin b/files/poketool/personal/wotbl/narc_0466.bin Binary files differdeleted file mode 100644 index 45fc15ca..00000000 --- a/files/poketool/personal/wotbl/narc_0466.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0467.bin b/files/poketool/personal/wotbl/narc_0467.bin Binary files differdeleted file mode 100644 index 58721464..00000000 --- a/files/poketool/personal/wotbl/narc_0467.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0468.bin b/files/poketool/personal/wotbl/narc_0468.bin Binary files differdeleted file mode 100644 index cda104f4..00000000 --- a/files/poketool/personal/wotbl/narc_0468.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0469.bin b/files/poketool/personal/wotbl/narc_0469.bin deleted file mode 100644 index 2ba417df..00000000 --- a/files/poketool/personal/wotbl/narc_0469.bin +++ /dev/null @@ -1 +0,0 @@ -!bhbh1"0,6<BLgVq]cm
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0470.bin b/files/poketool/personal/wotbl/narc_0470.bin deleted file mode 100644 index baacd513..00000000 --- a/files/poketool/personal/wotbl/narc_0470.bin +++ /dev/null @@ -1 +0,0 @@ -!'Kb,:YIVe@s\
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0471.bin b/files/poketool/personal/wotbl/narc_0471.bin deleted file mode 100644 index 707e8427..00000000 --- a/files/poketool/personal/wotbl/narc_0471.bin +++ /dev/null @@ -1 +0,0 @@ -!'b,,:IWer;
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0472.bin b/files/poketool/personal/wotbl/narc_0472.bin deleted file mode 100644 index cba5be29..00000000 --- a/files/poketool/personal/wotbl/narc_0472.bin +++ /dev/null @@ -1,2 +0,0 @@ -j -jb (.g6?DqMUZ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0473.bin b/files/poketool/personal/wotbl/narc_0473.bin Binary files differdeleted file mode 100644 index 7b4b50cf..00000000 --- a/files/poketool/personal/wotbl/narc_0473.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0474.bin b/files/poketool/personal/wotbl/narc_0474.bin deleted file mode 100644 index e877cefd..00000000 --- a/files/poketool/personal/wotbl/narc_0474.bin +++ /dev/null @@ -1 +0,0 @@ -!<ai$/D;uEQZfq|?
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0475.bin b/files/poketool/personal/wotbl/narc_0475.bin Binary files differdeleted file mode 100644 index b2994a5e..00000000 --- a/files/poketool/personal/wotbl/narc_0475.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0476.bin b/files/poketool/personal/wotbl/narc_0476.bin Binary files differdeleted file mode 100644 index 5fe0a726..00000000 --- a/files/poketool/personal/wotbl/narc_0476.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0477.bin b/files/poketool/personal/wotbl/narc_0477.bin Binary files differdeleted file mode 100644 index 986f0004..00000000 --- a/files/poketool/personal/wotbl/narc_0477.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0478.bin b/files/poketool/personal/wotbl/narc_0478.bin deleted file mode 100644 index 4358d10f..00000000 --- a/files/poketool/personal/wotbl/narc_0478.bin +++ /dev/null @@ -1 +0,0 @@ -+h6h6m&-f9?KQ;fv
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0479.bin b/files/poketool/personal/wotbl/narc_0479.bin Binary files differdeleted file mode 100644 index 68ad32ef..00000000 --- a/files/poketool/personal/wotbl/narc_0479.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0480.bin b/files/poketool/personal/wotbl/narc_0480.bin deleted file mode 100644 index 66e39428..00000000 --- a/files/poketool/personal/wotbl/narc_0480.bin +++ /dev/null @@ -1 +0,0 @@ -
]*?H\Fgzk
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0481.bin b/files/poketool/personal/wotbl/narc_0481.bin deleted file mode 100644 index 400847a1..00000000 --- a/files/poketool/personal/wotbl/narc_0481.bin +++ /dev/null @@ -1 +0,0 @@ -
]*}?H\Fg{ki
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0482.bin b/files/poketool/personal/wotbl/narc_0482.bin deleted file mode 100644 index 2167b650..00000000 --- a/files/poketool/personal/wotbl/narc_0482.bin +++ /dev/null @@ -1 +0,0 @@ -
]*>H]Fg{k
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0483.bin b/files/poketool/personal/wotbl/narc_0483.bin deleted file mode 100644 index 4a5b1306..00000000 --- a/files/poketool/personal/wotbl/narc_0483.bin +++ /dev/null @@ -1 +0,0 @@ -(Q=Qyey
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0484.bin b/files/poketool/personal/wotbl/narc_0484.bin deleted file mode 100644 index 4fb068eb..00000000 --- a/files/poketool/personal/wotbl/narc_0484.bin +++ /dev/null @@ -1 +0,0 @@ -`(Q=Qyey
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0485.bin b/files/poketool/personal/wotbl/narc_0485.bin deleted file mode 100644 index 17480481..00000000 --- a/files/poketool/personal/wotbl/narc_0485.bin +++ /dev/null @@ -1 +0,0 @@ -+#?3BRcSr
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0486.bin b/files/poketool/personal/wotbl/narc_0486.bin deleted file mode 100644 index f77d32fe..00000000 --- a/files/poketool/personal/wotbl/narc_0486.bin +++ /dev/null @@ -1 +0,0 @@ - m3eΗ
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0487.bin b/files/poketool/personal/wotbl/narc_0487.bin deleted file mode 100644 index a0ed3639..00000000 --- a/files/poketool/personal/wotbl/narc_0487.bin +++ /dev/null @@ -1 +0,0 @@ -(Q=Qyey
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0488.bin b/files/poketool/personal/wotbl/narc_0488.bin Binary files differdeleted file mode 100644 index c3ea3014..00000000 --- a/files/poketool/personal/wotbl/narc_0488.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0489.bin b/files/poketool/personal/wotbl/narc_0489.bin deleted file mode 100644 index 35a7cd4b..00000000 --- a/files/poketool/personal/wotbl/narc_0489.bin +++ /dev/null @@ -1 +0,0 @@ -Z0 =0>N`]m#{
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0490.bin b/files/poketool/personal/wotbl/narc_0490.bin deleted file mode 100644 index 3d69082b..00000000 --- a/files/poketool/personal/wotbl/narc_0490.bin +++ /dev/null @@ -1 +0,0 @@ -&Z0 =0>N`]m#{
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0491.bin b/files/poketool/personal/wotbl/narc_0491.bin Binary files differdeleted file mode 100644 index da3d6a52..00000000 --- a/files/poketool/personal/wotbl/narc_0491.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0492.bin b/files/poketool/personal/wotbl/narc_0492.bin Binary files differdeleted file mode 100644 index 77b66ce3..00000000 --- a/files/poketool/personal/wotbl/narc_0492.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0493.bin b/files/poketool/personal/wotbl/narc_0493.bin Binary files differdeleted file mode 100644 index 700140c5..00000000 --- a/files/poketool/personal/wotbl/narc_0493.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0494.bin b/files/poketool/personal/wotbl/narc_0494.bin deleted file mode 100644 index 066379f4..00000000 --- a/files/poketool/personal/wotbl/narc_0494.bin +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0495.bin b/files/poketool/personal/wotbl/narc_0495.bin deleted file mode 100644 index 066379f4..00000000 --- a/files/poketool/personal/wotbl/narc_0495.bin +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/files/poketool/personal/wotbl/narc_0496.bin b/files/poketool/personal/wotbl/narc_0496.bin Binary files differdeleted file mode 100644 index d70edae4..00000000 --- a/files/poketool/personal/wotbl/narc_0496.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0497.bin b/files/poketool/personal/wotbl/narc_0497.bin Binary files differdeleted file mode 100644 index 6b153e41..00000000 --- a/files/poketool/personal/wotbl/narc_0497.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0498.bin b/files/poketool/personal/wotbl/narc_0498.bin Binary files differdeleted file mode 100644 index ff10977c..00000000 --- a/files/poketool/personal/wotbl/narc_0498.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0499.bin b/files/poketool/personal/wotbl/narc_0499.bin Binary files differdeleted file mode 100644 index 3c50259e..00000000 --- a/files/poketool/personal/wotbl/narc_0499.bin +++ /dev/null diff --git a/files/poketool/personal/wotbl/narc_0500.bin b/files/poketool/personal/wotbl/narc_0500.bin Binary files differdeleted file mode 100644 index d54ef4b1..00000000 --- a/files/poketool/personal/wotbl/narc_0500.bin +++ /dev/null diff --git a/filesystem.mk b/filesystem.mk index f557e59d..cdeb51c0 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -285,3 +285,13 @@ files/poketool/personal/pms.narc: ; files/poketool/personal/growtbl.narc: $(wildcard files/poketool/personal/growtbl/*.txt) $(foreach file,$^,$(CSV2BIN) $(file);) $(KNARC) -d $(basename $@)/ -p $@ + +files/poketool/personal/personal.narc: files/poketool/personal/personal.json files/poketool/personal/personal.json.txt + $(JSONPROC) $^ $(@:%.narc=%.c) + $(CC) $(CFLAGS) -c -o $(@:%.narc=%.o) $(@:%.narc=%.c) + $(O2NARC) $(@:%.narc=%.o) $@ + +files/poketool/personal/wotbl.narc: files/poketool/personal/wotbl.json files/poketool/personal/wotbl.json.txt + $(JSONPROC) $^ $(@:%.narc=%.c) + $(CC) $(CFLAGS) -c -o $(@:%.narc=%.o) $(@:%.narc=%.c) + $(O2NARC) $(@:%.narc=%.o) $@ diff --git a/include/constants/items.h b/include/constants/items.h index 98c3dd97..433532a4 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -445,4 +445,109 @@ #define ITEM_STORAGE_KEY 463 #define ITEM_SECRETPOTION 464 +#define TM_FOCUS_PUNCH ITEM_TM01 +#define TM_DRAGON_CLAW ITEM_TM02 +#define TM_WATER_PULSE ITEM_TM03 +#define TM_CALM_MIND ITEM_TM04 +#define TM_ROAR ITEM_TM05 +#define TM_TOXIC ITEM_TM06 +#define TM_HAIL ITEM_TM07 +#define TM_BULK_UP ITEM_TM08 +#define TM_BULLET_SEED ITEM_TM09 +#define TM_HIDDEN_POWER ITEM_TM10 +#define TM_SUNNY_DAY ITEM_TM11 +#define TM_TAUNT ITEM_TM12 +#define TM_ICE_BEAM ITEM_TM13 +#define TM_BLIZZARD ITEM_TM14 +#define TM_HYPER_BEAM ITEM_TM15 +#define TM_LIGHT_SCREEN ITEM_TM16 +#define TM_PROTECT ITEM_TM17 +#define TM_RAIN_DANCE ITEM_TM18 +#define TM_GIGA_DRAIN ITEM_TM19 +#define TM_SAFEGUARD ITEM_TM20 +#define TM_FRUSTRATION ITEM_TM21 +#define TM_SOLARBEAM ITEM_TM22 +#define TM_IRON_TAIL ITEM_TM23 +#define TM_THUNDERBOLT ITEM_TM24 +#define TM_THUNDER ITEM_TM25 +#define TM_EARTHQUAKE ITEM_TM26 +#define TM_RETURN ITEM_TM27 +#define TM_DIG ITEM_TM28 +#define TM_PSYCHIC ITEM_TM29 +#define TM_SHADOW_BALL ITEM_TM30 +#define TM_BRICK_BREAK ITEM_TM31 +#define TM_DOUBLE_TEAM ITEM_TM32 +#define TM_REFLECT ITEM_TM33 +#define TM_SHOCK_WAVE ITEM_TM34 +#define TM_FLAMETHROWER ITEM_TM35 +#define TM_SLUDGE_BOMB ITEM_TM36 +#define TM_SANDSTORM ITEM_TM37 +#define TM_FIRE_BLAST ITEM_TM38 +#define TM_ROCK_TOMB ITEM_TM39 +#define TM_AERIAL_ACE ITEM_TM40 +#define TM_TORMENT ITEM_TM41 +#define TM_FACADE ITEM_TM42 +#define TM_SECRET_POWER ITEM_TM43 +#define TM_REST ITEM_TM44 +#define TM_ATTRACT ITEM_TM45 +#define TM_THIEF ITEM_TM46 +#define TM_STEEL_WING ITEM_TM47 +#define TM_SKILL_SWAP ITEM_TM48 +#define TM_SNATCH ITEM_TM49 +#define TM_OVERHEAT ITEM_TM50 +#define TM_ROOST ITEM_TM51 +#define TM_FOCUS_BLAST ITEM_TM52 +#define TM_ENERGY_BALL ITEM_TM53 +#define TM_FALSE_SWIPE ITEM_TM54 +#define TM_BRINE ITEM_TM55 +#define TM_FLING ITEM_TM56 +#define TM_CHARGE_BEAM ITEM_TM57 +#define TM_ENDURE ITEM_TM58 +#define TM_DRAGON_PULSE ITEM_TM59 +#define TM_DRAIN_PUNCH ITEM_TM60 +#define TM_WILL_O_WISP ITEM_TM61 +#define TM_SILVER_WIND ITEM_TM62 +#define TM_EMBARGO ITEM_TM63 +#define TM_EXPLOSION ITEM_TM64 +#define TM_SHADOW_CLAW ITEM_TM65 +#define TM_PAYBACK ITEM_TM66 +#define TM_RECYCLE ITEM_TM67 +#define TM_GIGA_IMPACT ITEM_TM68 +#define TM_ROCK_POLISH ITEM_TM69 +#define TM_FLASH ITEM_TM70 +#define TM_STONE_EDGE ITEM_TM71 +#define TM_AVALANCHE ITEM_TM72 +#define TM_THUNDER_WAVE ITEM_TM73 +#define TM_GYRO_BALL ITEM_TM74 +#define TM_SWORDS_DANCE ITEM_TM75 +#define TM_STEALTH_ROCK ITEM_TM76 +#define TM_PSYCH_UP ITEM_TM77 +#define TM_CAPTIVATE ITEM_TM78 +#define TM_DARK_PULSE ITEM_TM79 +#define TM_ROCK_SLIDE ITEM_TM80 +#define TM_X_SCISSOR ITEM_TM81 +#define TM_SLEEP_TALK ITEM_TM82 +#define TM_NATURAL_GIFT ITEM_TM83 +#define TM_POISON_JAB ITEM_TM84 +#define TM_DREAM_EATER ITEM_TM85 +#define TM_GRASS_KNOT ITEM_TM86 +#define TM_SWAGGER ITEM_TM87 +#define TM_PLUCK ITEM_TM88 +#define TM_U_TURN ITEM_TM89 +#define TM_SUBSTITUTE ITEM_TM90 +#define TM_FLASH_CANNON ITEM_TM91 +#define TM_TRICK_ROOM ITEM_TM92 +#define HM_CUT ITEM_HM01 +#define HM_FLY ITEM_HM02 +#define HM_SURF ITEM_HM03 +#define HM_STRENGTH ITEM_HM04 +#define HM_DEFOG ITEM_HM05 +#define HM_WHIRLPOOL ITEM_HM05 +#define HM_ROCK_SMASH ITEM_HM06 +#define HM_WATERFALL ITEM_HM07 +#define HM_ROCK_CLIMB ITEM_HM08 + +#define NUM_TMS 92 +#define NUM_HMS 8 + #endif //POKEDIAMOND_CONSTANTS_ITEMS_H diff --git a/tools/jsonproc/jsonproc.cpp b/tools/jsonproc/jsonproc.cpp index f70c9131..bcbe53e4 100644 --- a/tools/jsonproc/jsonproc.cpp +++ b/tools/jsonproc/jsonproc.cpp @@ -5,6 +5,7 @@ #include <map> #include <string> +#include <sstream> using std::string; using std::to_string; #include <inja.hpp> @@ -53,6 +54,21 @@ int main(int argc, char *argv[]) return minuend - subtrahend; }); + env.add_callback("add", 2, [](Arguments& args) { + int x = args.at(0)->get<int>(); + int y = args.at(1)->get<int>(); + + return x + y; + }); + + env.add_callback("setBit", 2, [=](Arguments& args) { + string key = args.at(0)->get<string>(); + unsigned long value = std::stoul(get_custom_var(key)); + value |= (1 << (args.at(1)->get<int>())); + set_custom_var(key, to_string(value)); + return ""; + }); + env.add_callback("setVar", 2, [=](Arguments& args) { string key = args.at(0)->get<string>(); string value = args.at(1)->get<string>(); @@ -72,6 +88,15 @@ int main(int argc, char *argv[]) return get_custom_var(key); }); + env.add_callback("getVarHex", 1, [=](Arguments& args) { + string key = args.at(0)->get<string>(); + unsigned long value = std::stoul(get_custom_var(key)); + std::stringstream ss; + ss << "0x" << std::hex << (value & 0xFFFFFFFFul); + string s = ss.str(); + return s; + }); + env.add_callback("concat", 2, [](Arguments& args) { string first = args.at(0)->get<string>(); string second = args.at(1)->get<string>(); diff --git a/tools/o2narc/.gitignore b/tools/o2narc/.gitignore new file mode 100644 index 00000000..3d095ade --- /dev/null +++ b/tools/o2narc/.gitignore @@ -0,0 +1 @@ +o2narc diff --git a/tools/o2narc/Makefile b/tools/o2narc/Makefile new file mode 100644 index 00000000..d7e8444e --- /dev/null +++ b/tools/o2narc/Makefile @@ -0,0 +1,11 @@ +CXX := g++ +CXXFLAGS := -O3 -std=c++11 + +all: o2narc + @: + +o2narc: o2narc.cpp elf.h + $(CXX) $(CXXFLAGS) -o $@ $< + +clean: + $(RM) o2narc o2narc.exe diff --git a/tools/o2narc/Narc.h b/tools/o2narc/Narc.h new file mode 100644 index 00000000..f1b93b56 --- /dev/null +++ b/tools/o2narc/Narc.h @@ -0,0 +1,47 @@ +#ifndef GUARD_NARC_H +#define GUARD_NARC_H + +struct NarcHeader +{ + uint32_t Id; + uint16_t ByteOrderMark; + uint16_t Version; + uint32_t FileSize; + uint16_t ChunkSize; + uint16_t ChunkCount; +}; + +struct FileAllocationTable +{ + uint32_t Id; + uint32_t ChunkSize; + uint16_t FileCount; + uint16_t Reserved; +}; + +struct FileAllocationTableEntry +{ + uint32_t Start; + uint32_t End; +}; + +struct FileNameTable +{ + uint32_t Id; + uint32_t ChunkSize; +}; + +struct FileNameTableEntry +{ + uint32_t Offset; + uint16_t FirstFileId; + uint16_t Utility; +}; + +struct FileImages +{ + uint32_t Id; + uint32_t ChunkSize; +}; + +#endif //GUARD_NARC_H diff --git a/tools/o2narc/elf.h b/tools/o2narc/elf.h new file mode 100644 index 00000000..ad47e94e --- /dev/null +++ b/tools/o2narc/elf.h @@ -0,0 +1,2434 @@ +#ifndef _ELF_H +#define _ELF_H 1 + +#ifdef __cplusplus +extern "C" { +#endif + +/* Standard ELF types. */ + +#include <inttypes.h> + +__BEGIN_DECLS + +/* Type for a 16-bit quantity. */ +typedef uint16_t Elf32_Half; +typedef uint16_t Elf64_Half; + +/* Types for signed and unsigned 32-bit quantities. */ +typedef uint32_t Elf32_Word; +typedef int32_t Elf32_Sword; +typedef uint32_t Elf64_Word; +typedef int32_t Elf64_Sword; + +/* Types for signed and unsigned 64-bit quantities. */ +typedef uint64_t Elf32_Xword; +typedef int64_t Elf32_Sxword; +typedef uint64_t Elf64_Xword; +typedef int64_t Elf64_Sxword; + +/* Type of addresses. */ +typedef uint32_t Elf32_Addr; +typedef uint64_t Elf64_Addr; + +/* Type of file offsets. */ +typedef uint32_t Elf32_Off; +typedef uint64_t Elf64_Off; + +/* Type for section indices, which are 16-bit quantities. */ +typedef uint16_t Elf32_Section; +typedef uint16_t Elf64_Section; + +/* Type for version symbol information. */ +typedef Elf32_Half Elf32_Versym; +typedef Elf64_Half Elf64_Versym; + + +/* The ELF file header. This appears at the start of every ELF file. */ + +#define EI_NIDENT (16) + +typedef struct +{ + unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ + Elf32_Half e_type; /* Object file type */ + Elf32_Half e_machine; /* Architecture */ + Elf32_Word e_version; /* Object file version */ + Elf32_Addr e_entry; /* Entry point virtual address */ + Elf32_Off e_phoff; /* Program header table file offset */ + Elf32_Off e_shoff; /* Section header table file offset */ + Elf32_Word e_flags; /* Processor-specific flags */ + Elf32_Half e_ehsize; /* ELF header size in bytes */ + Elf32_Half e_phentsize; /* Program header table entry size */ + Elf32_Half e_phnum; /* Program header table entry count */ + Elf32_Half e_shentsize; /* Section header table entry size */ + Elf32_Half e_shnum; /* Section header table entry count */ + Elf32_Half e_shstrndx; /* Section header string table index */ +} Elf32_Ehdr; + +typedef struct +{ + unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ + Elf64_Half e_type; /* Object file type */ + Elf64_Half e_machine; /* Architecture */ + Elf64_Word e_version; /* Object file version */ + Elf64_Addr e_entry; /* Entry point virtual address */ + Elf64_Off e_phoff; /* Program header table file offset */ + Elf64_Off e_shoff; /* Section header table file offset */ + Elf64_Word e_flags; /* Processor-specific flags */ + Elf64_Half e_ehsize; /* ELF header size in bytes */ + Elf64_Half e_phentsize; /* Program header table entry size */ + Elf64_Half e_phnum; /* Program header table entry count */ + Elf64_Half e_shentsize; /* Section header table entry size */ + Elf64_Half e_shnum; /* Section header table entry count */ + Elf64_Half e_shstrndx; /* Section header string table index */ +} Elf64_Ehdr; + +/* Fields in the e_ident array. The EI_* macros are indices into the + array. The macros under each EI_* macro are the values the byte + may have. */ + +#define EI_MAG0 0 /* File identification byte 0 index */ +#define ELFMAG0 0x7f /* Magic number byte 0 */ + +#define EI_MAG1 1 /* File identification byte 1 index */ +#define ELFMAG1 'E' /* Magic number byte 1 */ + +#define EI_MAG2 2 /* File identification byte 2 index */ +#define ELFMAG2 'L' /* Magic number byte 2 */ + +#define EI_MAG3 3 /* File identification byte 3 index */ +#define ELFMAG3 'F' /* Magic number byte 3 */ + +/* Conglomeration of the identification bytes, for easy testing as a word. */ +#define ELFMAG "\177ELF" +#define SELFMAG 4 + +#define EI_CLASS 4 /* File class byte index */ +#define ELFCLASSNONE 0 /* Invalid class */ +#define ELFCLASS32 1 /* 32-bit objects */ +#define ELFCLASS64 2 /* 64-bit objects */ +#define ELFCLASSNUM 3 + +#define EI_DATA 5 /* Data encoding byte index */ +#define ELFDATANONE 0 /* Invalid data encoding */ +#define ELFDATA2LSB 1 /* 2's complement, little endian */ +#define ELFDATA2MSB 2 /* 2's complement, big endian */ +#define ELFDATANUM 3 + +#define EI_VERSION 6 /* File version byte index */ +/* Value must be EV_CURRENT */ + +#define EI_OSABI 7 /* OS ABI identification */ +#define ELFOSABI_NONE 0 /* UNIX System V ABI */ +#define ELFOSABI_SYSV 0 /* Alias. */ +#define ELFOSABI_HPUX 1 /* HP-UX */ +#define ELFOSABI_NETBSD 2 /* NetBSD. */ +#define ELFOSABI_LINUX 3 /* Linux. */ +#define ELFOSABI_SOLARIS 6 /* Sun Solaris. */ +#define ELFOSABI_AIX 7 /* IBM AIX. */ +#define ELFOSABI_IRIX 8 /* SGI Irix. */ +#define ELFOSABI_FREEBSD 9 /* FreeBSD. */ +#define ELFOSABI_TRU64 10 /* Compaq TRU64 UNIX. */ +#define ELFOSABI_MODESTO 11 /* Novell Modesto. */ +#define ELFOSABI_OPENBSD 12 /* OpenBSD. */ +#define ELFOSABI_ARM 97 /* ARM */ +#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ + +#define EI_ABIVERSION 8 /* ABI version */ + +#define EI_PAD 9 /* Byte index of padding bytes */ + +/* Legal values for e_type (object file type). */ + +#define ET_NONE 0 /* No file type */ +#define ET_REL 1 /* Relocatable file */ +#define ET_EXEC 2 /* Executable file */ +#define ET_DYN 3 /* Shared object file */ +#define ET_CORE 4 /* Core file */ +#define ET_NUM 5 /* Number of defined types */ +#define ET_LOOS 0xfe00 /* OS-specific range start */ +#define ET_HIOS 0xfeff /* OS-specific range end */ +#define ET_LOPROC 0xff00 /* Processor-specific range start */ +#define ET_HIPROC 0xffff /* Processor-specific range end */ + +/* Legal values for e_machine (architecture). */ + +#define EM_NONE 0 /* No machine */ +#define EM_M32 1 /* AT&T WE 32100 */ +#define EM_SPARC 2 /* SUN SPARC */ +#define EM_386 3 /* Intel 80386 */ +#define EM_68K 4 /* Motorola m68k family */ +#define EM_88K 5 /* Motorola m88k family */ +#define EM_860 7 /* Intel 80860 */ +#define EM_MIPS 8 /* MIPS R3000 big-endian */ +#define EM_S370 9 /* IBM System/370 */ +#define EM_MIPS_RS3_LE 10 /* MIPS R3000 little-endian */ + +#define EM_PARISC 15 /* HPPA */ +#define EM_VPP500 17 /* Fujitsu VPP500 */ +#define EM_SPARC32PLUS 18 /* Sun's "v8plus" */ +#define EM_960 19 /* Intel 80960 */ +#define EM_PPC 20 /* PowerPC */ +#define EM_PPC64 21 /* PowerPC 64-bit */ +#define EM_S390 22 /* IBM S390 */ + +#define EM_V800 36 /* NEC V800 series */ +#define EM_FR20 37 /* Fujitsu FR20 */ +#define EM_RH32 38 /* TRW RH-32 */ +#define EM_RCE 39 /* Motorola RCE */ +#define EM_ARM 40 /* ARM */ +#define EM_FAKE_ALPHA 41 /* Digital Alpha */ +#define EM_SH 42 /* Hitachi SH */ +#define EM_SPARCV9 43 /* SPARC v9 64-bit */ +#define EM_TRICORE 44 /* Siemens Tricore */ +#define EM_ARC 45 /* Argonaut RISC Core */ +#define EM_H8_300 46 /* Hitachi H8/300 */ +#define EM_H8_300H 47 /* Hitachi H8/300H */ +#define EM_H8S 48 /* Hitachi H8S */ +#define EM_H8_500 49 /* Hitachi H8/500 */ +#define EM_IA_64 50 /* Intel Merced */ +#define EM_MIPS_X 51 /* Stanford MIPS-X */ +#define EM_COLDFIRE 52 /* Motorola Coldfire */ +#define EM_68HC12 53 /* Motorola M68HC12 */ +#define EM_MMA 54 /* Fujitsu MMA Multimedia Accelerator*/ +#define EM_PCP 55 /* Siemens PCP */ +#define EM_NCPU 56 /* Sony nCPU embeeded RISC */ +#define EM_NDR1 57 /* Denso NDR1 microprocessor */ +#define EM_STARCORE 58 /* Motorola Start*Core processor */ +#define EM_ME16 59 /* Toyota ME16 processor */ +#define EM_ST100 60 /* STMicroelectronic ST100 processor */ +#define EM_TINYJ 61 /* Advanced Logic Corp. Tinyj emb.fam*/ +#define EM_X86_64 62 /* AMD x86-64 architecture */ +#define EM_PDSP 63 /* Sony DSP Processor */ + +#define EM_FX66 66 /* Siemens FX66 microcontroller */ +#define EM_ST9PLUS 67 /* STMicroelectronics ST9+ 8/16 mc */ +#define EM_ST7 68 /* STmicroelectronics ST7 8 bit mc */ +#define EM_68HC16 69 /* Motorola MC68HC16 microcontroller */ +#define EM_68HC11 70 /* Motorola MC68HC11 microcontroller */ +#define EM_68HC08 71 /* Motorola MC68HC08 microcontroller */ +#define EM_68HC05 72 /* Motorola MC68HC05 microcontroller */ +#define EM_SVX 73 /* Silicon Graphics SVx */ +#define EM_ST19 74 /* STMicroelectronics ST19 8 bit mc */ +#define EM_VAX 75 /* Digital VAX */ +#define EM_CRIS 76 /* Axis Communications 32-bit embedded processor */ +#define EM_JAVELIN 77 /* Infineon Technologies 32-bit embedded processor */ +#define EM_FIREPATH 78 /* Element 14 64-bit DSP Processor */ +#define EM_ZSP 79 /* LSI Logic 16-bit DSP Processor */ +#define EM_MMIX 80 /* Donald Knuth's educational 64-bit processor */ +#define EM_HUANY 81 /* Harvard University machine-independent object files */ +#define EM_PRISM 82 /* SiTera Prism */ +#define EM_AVR 83 /* Atmel AVR 8-bit microcontroller */ +#define EM_FR30 84 /* Fujitsu FR30 */ +#define EM_D10V 85 /* Mitsubishi D10V */ +#define EM_D30V 86 /* Mitsubishi D30V */ +#define EM_V850 87 /* NEC v850 */ +#define EM_M32R 88 /* Mitsubishi M32R */ +#define EM_MN10300 89 /* Matsushita MN10300 */ +#define EM_MN10200 90 /* Matsushita MN10200 */ +#define EM_PJ 91 /* picoJava */ +#define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */ +#define EM_ARC_A5 93 /* ARC Cores Tangent-A5 */ +#define EM_XTENSA 94 /* Tensilica Xtensa Architecture */ +#define EM_NUM 95 + +/* If it is necessary to assign new unofficial EM_* values, please + pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the + chances of collision with official or non-GNU unofficial values. */ + +#define EM_ALPHA 0x9026 + +/* Legal values for e_version (version). */ + +#define EV_NONE 0 /* Invalid ELF version */ +#define EV_CURRENT 1 /* Current version */ +#define EV_NUM 2 + +/* Section header. */ + +typedef struct +{ + Elf32_Word sh_name; /* Section name (string tbl index) */ + Elf32_Word sh_type; /* Section type */ + Elf32_Word sh_flags; /* Section flags */ + Elf32_Addr sh_addr; /* Section virtual addr at execution */ + Elf32_Off sh_offset; /* Section file offset */ + Elf32_Word sh_size; /* Section size in bytes */ + Elf32_Word sh_link; /* Link to another section */ + Elf32_Word sh_info; /* Additional section information */ + Elf32_Word sh_addralign; /* Section alignment */ + Elf32_Word sh_entsize; /* Entry size if section holds table */ +} Elf32_Shdr; + +typedef struct +{ + Elf64_Word sh_name; /* Section name (string tbl index) */ + Elf64_Word sh_type; /* Section type */ + Elf64_Xword sh_flags; /* Section flags */ + Elf64_Addr sh_addr; /* Section virtual addr at execution */ + Elf64_Off sh_offset; /* Section file offset */ + Elf64_Xword sh_size; /* Section size in bytes */ + Elf64_Word sh_link; /* Link to another section */ + Elf64_Word sh_info; /* Additional section information */ + Elf64_Xword sh_addralign; /* Section alignment */ + Elf64_Xword sh_entsize; /* Entry size if section holds table */ +} Elf64_Shdr; + +/* Special section indices. */ + +#define SHN_UNDEF 0 /* Undefined section */ +#define SHN_LORESERVE 0xff00 /* Start of reserved indices */ +#define SHN_LOPROC 0xff00 /* Start of processor-specific */ +#define SHN_HIPROC 0xff1f /* End of processor-specific */ +#define SHN_LOOS 0xff20 /* Start of OS-specific */ +#define SHN_HIOS 0xff3f /* End of OS-specific */ +#define SHN_ABS 0xfff1 /* Associated symbol is absolute */ +#define SHN_COMMON 0xfff2 /* Associated symbol is common */ +#define SHN_XINDEX 0xffff /* Index is in extra table. */ +#define SHN_HIRESERVE 0xffff /* End of reserved indices */ + +/* Legal values for sh_type (section type). */ + +#define SHT_NULL 0 /* Section header table entry unused */ +#define SHT_PROGBITS 1 /* Program data */ +#define SHT_SYMTAB 2 /* Symbol table */ +#define SHT_STRTAB 3 /* String table */ +#define SHT_RELA 4 /* Relocation entries with addends */ +#define SHT_HASH 5 /* Symbol hash table */ +#define SHT_DYNAMIC 6 /* Dynamic linking information */ +#define SHT_NOTE 7 /* Notes */ +#define SHT_NOBITS 8 /* Program space with no data (bss) */ +#define SHT_REL 9 /* Relocation entries, no addends */ +#define SHT_SHLIB 10 /* Reserved */ +#define SHT_DYNSYM 11 /* Dynamic linker symbol table */ +#define SHT_INIT_ARRAY 14 /* Array of constructors */ +#define SHT_FINI_ARRAY 15 /* Array of destructors */ +#define SHT_PREINIT_ARRAY 16 /* Array of pre-constructors */ +#define SHT_GROUP 17 /* Section group */ +#define SHT_SYMTAB_SHNDX 18 /* Extended section indeces */ +#define SHT_NUM 19 /* Number of defined types. */ +#define SHT_LOOS 0x60000000 /* Start OS-specific */ +#define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */ +#define SHT_CHECKSUM 0x6ffffff8 /* Checksum for DSO content. */ +#define SHT_LOSUNW 0x6ffffffa /* Sun-specific low bound. */ +#define SHT_SUNW_move 0x6ffffffa +#define SHT_SUNW_COMDAT 0x6ffffffb +#define SHT_SUNW_syminfo 0x6ffffffc +#define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */ +#define SHT_GNU_verneed 0x6ffffffe /* Version needs section. */ +#define SHT_GNU_versym 0x6fffffff /* Version symbol table. */ +#define SHT_HISUNW 0x6fffffff /* Sun-specific high bound. */ +#define SHT_HIOS 0x6fffffff /* End OS-specific type */ +#define SHT_LOPROC 0x70000000 /* Start of processor-specific */ +#define SHT_HIPROC 0x7fffffff /* End of processor-specific */ +#define SHT_LOUSER 0x80000000 /* Start of application-specific */ +#define SHT_HIUSER 0x8fffffff /* End of application-specific */ + +/* Legal values for sh_flags (section flags). */ + +#define SHF_WRITE (1 << 0) /* Writable */ +#define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ +#define SHF_EXECINSTR (1 << 2) /* Executable */ +#define SHF_MERGE (1 << 4) /* Might be merged */ +#define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */ +#define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */ +#define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */ +#define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling + required */ +#define SHF_GROUP (1 << 9) /* Section is member of a group. */ +#define SHF_TLS (1 << 10) /* Section hold thread-local data. */ +#define SHF_MASKOS 0x0ff00000 /* OS-specific. */ +#define SHF_MASKPROC 0xf0000000 /* Processor-specific */ + +/* Section group handling. */ +#define GRP_COMDAT 0x1 /* Mark group as COMDAT. */ + +/* Symbol table entry. */ + +typedef struct +{ + Elf32_Word st_name; /* Symbol name (string tbl index) */ + Elf32_Addr st_value; /* Symbol value */ + Elf32_Word st_size; /* Symbol size */ + unsigned char st_info; /* Symbol type and binding */ + unsigned char st_other; /* Symbol visibility */ + Elf32_Section st_shndx; /* Section index */ +} Elf32_Sym; + +typedef struct +{ + Elf64_Word st_name; /* Symbol name (string tbl index) */ + unsigned char st_info; /* Symbol type and binding */ + unsigned char st_other; /* Symbol visibility */ + Elf64_Section st_shndx; /* Section index */ + Elf64_Addr st_value; /* Symbol value */ + Elf64_Xword st_size; /* Symbol size */ +} Elf64_Sym; + +/* The syminfo section if available contains additional information about + every dynamic symbol. */ + +typedef struct +{ + Elf32_Half si_boundto; /* Direct bindings, symbol bound to */ + Elf32_Half si_flags; /* Per symbol flags */ +} Elf32_Syminfo; + +typedef struct +{ + Elf64_Half si_boundto; /* Direct bindings, symbol bound to */ + Elf64_Half si_flags; /* Per symbol flags */ +} Elf64_Syminfo; + +/* Possible values for si_boundto. */ +#define SYMINFO_BT_SELF 0xffff /* Symbol bound to self */ +#define SYMINFO_BT_PARENT 0xfffe /* Symbol bound to parent */ +#define SYMINFO_BT_LOWRESERVE 0xff00 /* Beginning of reserved entries */ + +/* Possible bitmasks for si_flags. */ +#define SYMINFO_FLG_DIRECT 0x0001 /* Direct bound symbol */ +#define SYMINFO_FLG_PASSTHRU 0x0002 /* Pass-thru symbol for translator */ +#define SYMINFO_FLG_COPY 0x0004 /* Symbol is a copy-reloc */ +#define SYMINFO_FLG_LAZYLOAD 0x0008 /* Symbol bound to object to be lazy + loaded */ +/* Syminfo version values. */ +#define SYMINFO_NONE 0 +#define SYMINFO_CURRENT 1 +#define SYMINFO_NUM 2 + + +/* How to extract and insert information held in the st_info field. */ + +#define ELF32_ST_BIND(val) (((unsigned char) (val)) >> 4) +#define ELF32_ST_TYPE(val) ((val) & 0xf) +#define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) + +/* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field. */ +#define ELF64_ST_BIND(val) ELF32_ST_BIND (val) +#define ELF64_ST_TYPE(val) ELF32_ST_TYPE (val) +#define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) + +/* Legal values for ST_BIND subfield of st_info (symbol binding). */ + +#define STB_LOCAL 0 /* Local symbol */ +#define STB_GLOBAL 1 /* Global symbol */ +#define STB_WEAK 2 /* Weak symbol */ +#define STB_NUM 3 /* Number of defined types. */ +#define STB_LOOS 10 /* Start of OS-specific */ +#define STB_HIOS 12 /* End of OS-specific */ +#define STB_LOPROC 13 /* Start of processor-specific */ +#define STB_HIPROC 15 /* End of processor-specific */ + +/* Legal values for ST_TYPE subfield of st_info (symbol type). */ + +#define STT_NOTYPE 0 /* Symbol type is unspecified */ +#define STT_OBJECT 1 /* Symbol is a data object */ +#define STT_FUNC 2 /* Symbol is a code object */ +#define STT_SECTION 3 /* Symbol associated with a section */ +#define STT_FILE 4 /* Symbol's name is file name */ +#define STT_COMMON 5 /* Symbol is a common data object */ +#define STT_TLS 6 /* Symbol is thread-local data object*/ +#define STT_NUM 7 /* Number of defined types. */ +#define STT_LOOS 10 /* Start of OS-specific */ +#define STT_HIOS 12 /* End of OS-specific */ +#define STT_LOPROC 13 /* Start of processor-specific */ +#define STT_HIPROC 15 /* End of processor-specific */ + + +/* Symbol table indices are found in the hash buckets and chain table + of a symbol hash table section. This special index value indicates + the end of a chain, meaning no further symbols are found in that bucket. */ + +#define STN_UNDEF 0 /* End of a chain. */ + + +/* How to extract and insert information held in the st_other field. */ + +#define ELF32_ST_VISIBILITY(o) ((o) & 0x03) + +/* For ELF64 the definitions are the same. */ +#define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) + +/* Symbol visibility specification encoded in the st_other field. */ +#define STV_DEFAULT 0 /* Default symbol visibility rules */ +#define STV_INTERNAL 1 /* Processor specific hidden class */ +#define STV_HIDDEN 2 /* Sym unavailable in other modules */ +#define STV_PROTECTED 3 /* Not preemptible, not exported */ + + +/* Relocation table entry without addend (in section of type SHT_REL). */ + +typedef struct +{ + Elf32_Addr r_offset; /* Address */ + Elf32_Word r_info; /* Relocation type and symbol index */ +} Elf32_Rel; + +/* I have seen two different definitions of the Elf64_Rel and + Elf64_Rela structures, so we'll leave them out until Novell (or + whoever) gets their act together. */ +/* The following, at least, is used on Sparc v9, MIPS, and Alpha. */ + +typedef struct +{ + Elf64_Addr r_offset; /* Address */ + Elf64_Xword r_info; /* Relocation type and symbol index */ +} Elf64_Rel; + +/* Relocation table entry with addend (in section of type SHT_RELA). */ + +typedef struct +{ + Elf32_Addr r_offset; /* Address */ + Elf32_Word r_info; /* Relocation type and symbol index */ + Elf32_Sword r_addend; /* Addend */ +} Elf32_Rela; + +typedef struct +{ + Elf64_Addr r_offset; /* Address */ + Elf64_Xword r_info; /* Relocation type and symbol index */ + Elf64_Sxword r_addend; /* Addend */ +} Elf64_Rela; + +/* How to extract and insert information held in the r_info field. */ + +#define ELF32_R_SYM(val) ((val) >> 8) +#define ELF32_R_TYPE(val) ((val) & 0xff) +#define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) + +#define ELF64_R_SYM(i) ((i) >> 32) +#define ELF64_R_TYPE(i) ((i) & 0xffffffff) +#define ELF64_R_INFO(sym, type) ((((Elf64_Xword) (sym)) << 32) + (type)) + +/* Program segment header. */ + +typedef struct +{ + Elf32_Word p_type; /* Segment type */ + Elf32_Off p_offset; /* Segment file offset */ + Elf32_Addr p_vaddr; /* Segment virtual address */ + Elf32_Addr p_paddr; /* Segment physical address */ + Elf32_Word p_filesz; /* Segment size in file */ + Elf32_Word p_memsz; /* Segment size in memory */ + Elf32_Word p_flags; /* Segment flags */ + Elf32_Word p_align; /* Segment alignment */ +} Elf32_Phdr; + +typedef struct +{ + Elf64_Word p_type; /* Segment type */ + Elf64_Word p_flags; /* Segment flags */ + Elf64_Off p_offset; /* Segment file offset */ + Elf64_Addr p_vaddr; /* Segment virtual address */ + Elf64_Addr p_paddr; /* Segment physical address */ + Elf64_Xword p_filesz; /* Segment size in file */ + Elf64_Xword p_memsz; /* Segment size in memory */ + Elf64_Xword p_align; /* Segment alignment */ +} Elf64_Phdr; + +/* Legal values for p_type (segment type). */ + +#define PT_NULL 0 /* Program header table entry unused */ +#define PT_LOAD 1 /* Loadable program segment */ +#define PT_DYNAMIC 2 /* Dynamic linking information */ +#define PT_INTERP 3 /* Program interpreter */ +#define PT_NOTE 4 /* Auxiliary information */ +#define PT_SHLIB 5 /* Reserved */ +#define PT_PHDR 6 /* Entry for header table itself */ +#define PT_TLS 7 /* Thread-local storage segment */ +#define PT_NUM 8 /* Number of defined types */ +#define PT_LOOS 0x60000000 /* Start of OS-specific */ +#define PT_GNU_EH_FRAME 0x6474e550 /* GCC .eh_frame_hdr segment */ +#define PT_GNU_STACK 0x6474e551 /* Indicates stack executability */ +#define PT_LOSUNW 0x6ffffffa +#define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment */ +#define PT_SUNWSTACK 0x6ffffffb /* Stack segment */ +#define PT_HISUNW 0x6fffffff +#define PT_HIOS 0x6fffffff /* End of OS-specific */ +#define PT_LOPROC 0x70000000 /* Start of processor-specific */ +#define PT_HIPROC 0x7fffffff /* End of processor-specific */ + +/* Legal values for p_flags (segment flags). */ + +#define PF_X (1 << 0) /* Segment is executable */ +#define PF_W (1 << 1) /* Segment is writable */ +#define PF_R (1 << 2) /* Segment is readable */ +#define PF_MASKOS 0x0ff00000 /* OS-specific */ +#define PF_MASKPROC 0xf0000000 /* Processor-specific */ + +/* Legal values for note segment descriptor types for core files. */ + +#define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ +#define NT_FPREGSET 2 /* Contains copy of fpregset struct */ +#define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ +#define NT_PRXREG 4 /* Contains copy of prxregset struct */ +#define NT_TASKSTRUCT 4 /* Contains copy of task structure */ +#define NT_PLATFORM 5 /* String from sysinfo(SI_PLATFORM) */ +#define NT_AUXV 6 /* Contains copy of auxv array */ +#define NT_GWINDOWS 7 /* Contains copy of gwindows struct */ +#define NT_ASRS 8 /* Contains copy of asrset struct */ +#define NT_PSTATUS 10 /* Contains copy of pstatus struct */ +#define NT_PSINFO 13 /* Contains copy of psinfo struct */ +#define NT_PRCRED 14 /* Contains copy of prcred struct */ +#define NT_UTSNAME 15 /* Contains copy of utsname struct */ +#define NT_LWPSTATUS 16 /* Contains copy of lwpstatus struct */ +#define NT_LWPSINFO 17 /* Contains copy of lwpinfo struct */ +#define NT_PRFPXREG 20 /* Contains copy of fprxregset struct*/ + +/* Legal values for the note segment descriptor types for object files. */ + +#define NT_VERSION 1 /* Contains a version string. */ + + +/* Dynamic section entry. */ + +typedef struct +{ + Elf32_Sword d_tag; /* Dynamic entry type */ + union + { + Elf32_Word d_val; /* Integer value */ + Elf32_Addr d_ptr; /* Address value */ + } d_un; +} Elf32_Dyn; + +typedef struct +{ + Elf64_Sxword d_tag; /* Dynamic entry type */ + union + { + Elf64_Xword d_val; /* Integer value */ + Elf64_Addr d_ptr; /* Address value */ + } d_un; +} Elf64_Dyn; + +/* Legal values for d_tag (dynamic entry type). */ + +#define DT_NULL 0 /* Marks end of dynamic section */ +#define DT_NEEDED 1 /* Name of needed library */ +#define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ +#define DT_PLTGOT 3 /* Processor defined value */ +#define DT_HASH 4 /* Address of symbol hash table */ +#define DT_STRTAB 5 /* Address of string table */ +#define DT_SYMTAB 6 /* Address of symbol table */ +#define DT_RELA 7 /* Address of Rela relocs */ +#define DT_RELASZ 8 /* Total size of Rela relocs */ +#define DT_RELAENT 9 /* Size of one Rela reloc */ +#define DT_STRSZ 10 /* Size of string table */ +#define DT_SYMENT 11 /* Size of one symbol table entry */ +#define DT_INIT 12 /* Address of init function */ +#define DT_FINI 13 /* Address of termination function */ +#define DT_SONAME 14 /* Name of shared object */ +#define DT_RPATH 15 /* Library search path (deprecated) */ +#define DT_SYMBOLIC 16 /* Start symbol search here */ +#define DT_REL 17 /* Address of Rel relocs */ +#define DT_RELSZ 18 /* Total size of Rel relocs */ +#define DT_RELENT 19 /* Size of one Rel reloc */ +#define DT_PLTREL 20 /* Type of reloc in PLT */ +#define DT_DEBUG 21 /* For debugging; unspecified */ +#define DT_TEXTREL 22 /* Reloc might modify .text */ +#define DT_JMPREL 23 /* Address of PLT relocs */ +#define DT_BIND_NOW 24 /* Process relocations of object */ +#define DT_INIT_ARRAY 25 /* Array with addresses of init fct */ +#define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ +#define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */ +#define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */ +#define DT_RUNPATH 29 /* Library search path */ +#define DT_FLAGS 30 /* Flags for the object being loaded */ +#define DT_ENCODING 32 /* Start of encoded range */ +#define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit fct*/ +#define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */ +#define DT_NUM 34 /* Number used */ +#define DT_LOOS 0x6000000d /* Start of OS-specific */ +#define DT_HIOS 0x6ffff000 /* End of OS-specific */ +#define DT_LOPROC 0x70000000 /* Start of processor-specific */ +#define DT_HIPROC 0x7fffffff /* End of processor-specific */ +#define DT_PROCNUM DT_MIPS_NUM /* Most used by any processor */ + +/* DT_* entries which fall between DT_VALRNGHI & DT_VALRNGLO use the + Dyn.d_un.d_val field of the Elf*_Dyn structure. This follows Sun's + approach. */ +#define DT_VALRNGLO 0x6ffffd00 +#define DT_GNU_PRELINKED 0x6ffffdf5 /* Prelinking timestamp */ +#define DT_GNU_CONFLICTSZ 0x6ffffdf6 /* Size of conflict section */ +#define DT_GNU_LIBLISTSZ 0x6ffffdf7 /* Size of library list */ +#define DT_CHECKSUM 0x6ffffdf8 +#define DT_PLTPADSZ 0x6ffffdf9 +#define DT_MOVEENT 0x6ffffdfa +#define DT_MOVESZ 0x6ffffdfb +#define DT_FEATURE_1 0x6ffffdfc /* Feature selection (DTF_*). */ +#define DT_POSFLAG_1 0x6ffffdfd /* Flags for DT_* entries, effecting + the following DT_* entry. */ +#define DT_SYMINSZ 0x6ffffdfe /* Size of syminfo table (in bytes) */ +#define DT_SYMINENT 0x6ffffdff /* Entry size of syminfo */ +#define DT_VALRNGHI 0x6ffffdff +#define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */ +#define DT_VALNUM 12 + +/* DT_* entries which fall between DT_ADDRRNGHI & DT_ADDRRNGLO use the + Dyn.d_un.d_ptr field of the Elf*_Dyn structure. + + If any adjustment is made to the ELF object after it has been + built these entries will need to be adjusted. */ +#define DT_ADDRRNGLO 0x6ffffe00 +#define DT_GNU_CONFLICT 0x6ffffef8 /* Start of conflict section */ +#define DT_GNU_LIBLIST 0x6ffffef9 /* Library list */ +#define DT_CONFIG 0x6ffffefa /* Configuration information. */ +#define DT_DEPAUDIT 0x6ffffefb /* Dependency auditing. */ +#define DT_AUDIT 0x6ffffefc /* Object auditing. */ +#define DT_PLTPAD 0x6ffffefd /* PLT padding. */ +#define DT_MOVETAB 0x6ffffefe /* Move table. */ +#define DT_SYMINFO 0x6ffffeff /* Syminfo table. */ +#define DT_ADDRRNGHI 0x6ffffeff +#define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) /* Reverse order! */ +#define DT_ADDRNUM 10 + +/* The versioning entry types. The next are defined as part of the + GNU extension. */ +#define DT_VERSYM 0x6ffffff0 + +#define DT_RELACOUNT 0x6ffffff9 +#define DT_RELCOUNT 0x6ffffffa + +/* These were chosen by Sun. */ +#define DT_FLAGS_1 0x6ffffffb /* State flags, see DF_1_* below. */ +#define DT_VERDEF 0x6ffffffc /* Address of version definition + table */ +#define DT_VERDEFNUM 0x6ffffffd /* Number of version definitions */ +#define DT_VERNEED 0x6ffffffe /* Address of table with needed + versions */ +#define DT_VERNEEDNUM 0x6fffffff /* Number of needed versions */ +#define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */ +#define DT_VERSIONTAGNUM 16 + +/* Sun added these machine-independent extensions in the "processor-specific" + range. Be compatible. */ +#define DT_AUXILIARY 0x7ffffffd /* Shared object to load before self */ +#define DT_FILTER 0x7fffffff /* Shared object to get values from */ +#define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) +#define DT_EXTRANUM 3 + +/* Values of `d_un.d_val' in the DT_FLAGS entry. */ +#define DF_ORIGIN 0x00000001 /* Object may use DF_ORIGIN */ +#define DF_SYMBOLIC 0x00000002 /* Symbol resolutions starts here */ +#define DF_TEXTREL 0x00000004 /* Object contains text relocations */ +#define DF_BIND_NOW 0x00000008 /* No lazy binding for this object */ +#define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */ + +/* State flags selectable in the `d_un.d_val' element of the DT_FLAGS_1 + entry in the dynamic section. */ +#define DF_1_NOW 0x00000001 /* Set RTLD_NOW for this object. */ +#define DF_1_GLOBAL 0x00000002 /* Set RTLD_GLOBAL for this object. */ +#define DF_1_GROUP 0x00000004 /* Set RTLD_GROUP for this object. */ +#define DF_1_NODELETE 0x00000008 /* Set RTLD_NODELETE for this object.*/ +#define DF_1_LOADFLTR 0x00000010 /* Trigger filtee loading at runtime.*/ +#define DF_1_INITFIRST 0x00000020 /* Set RTLD_INITFIRST for this object*/ +#define DF_1_NOOPEN 0x00000040 /* Set RTLD_NOOPEN for this object. */ +#define DF_1_ORIGIN 0x00000080 /* $ORIGIN must be handled. */ +#define DF_1_DIRECT 0x00000100 /* Direct binding enabled. */ +#define DF_1_TRANS 0x00000200 +#define DF_1_INTERPOSE 0x00000400 /* Object is used to interpose. */ +#define DF_1_NODEFLIB 0x00000800 /* Ignore default lib search path. */ +#define DF_1_NODUMP 0x00001000 /* Object can't be dldump'ed. */ +#define DF_1_CONFALT 0x00002000 /* Configuration alternative created.*/ +#define DF_1_ENDFILTEE 0x00004000 /* Filtee terminates filters search. */ +#define DF_1_DISPRELDNE 0x00008000 /* Disp reloc applied at build time. */ +#define DF_1_DISPRELPND 0x00010000 /* Disp reloc applied at run-time. */ + +/* Flags for the feature selection in DT_FEATURE_1. */ +#define DTF_1_PARINIT 0x00000001 +#define DTF_1_CONFEXP 0x00000002 + +/* Flags in the DT_POSFLAG_1 entry effecting only the next DT_* entry. */ +#define DF_P1_LAZYLOAD 0x00000001 /* Lazyload following object. */ +#define DF_P1_GROUPPERM 0x00000002 /* Symbols from next object are not + generally available. */ + +/* Version definition sections. */ + +typedef struct +{ + Elf32_Half vd_version; /* Version revision */ + Elf32_Half vd_flags; /* Version information */ + Elf32_Half vd_ndx; /* Version Index */ + Elf32_Half vd_cnt; /* Number of associated aux entries */ + Elf32_Word vd_hash; /* Version name hash value */ + Elf32_Word vd_aux; /* Offset in bytes to verdaux array */ + Elf32_Word vd_next; /* Offset in bytes to next verdef + entry */ +} Elf32_Verdef; + +typedef struct +{ + Elf64_Half vd_version; /* Version revision */ + Elf64_Half vd_flags; /* Version information */ + Elf64_Half vd_ndx; /* Version Index */ + Elf64_Half vd_cnt; /* Number of associated aux entries */ + Elf64_Word vd_hash; /* Version name hash value */ + Elf64_Word vd_aux; /* Offset in bytes to verdaux array */ + Elf64_Word vd_next; /* Offset in bytes to next verdef + entry */ +} Elf64_Verdef; + + +/* Legal values for vd_version (version revision). */ +#define VER_DEF_NONE 0 /* No version */ +#define VER_DEF_CURRENT 1 /* Current version */ +#define VER_DEF_NUM 2 /* Given version number */ + +/* Legal values for vd_flags (version information flags). */ +#define VER_FLG_BASE 0x1 /* Version definition of file itself */ +#define VER_FLG_WEAK 0x2 /* Weak version identifier */ + +/* Versym symbol index values. */ +#define VER_NDX_LOCAL 0 /* Symbol is local. */ +#define VER_NDX_GLOBAL 1 /* Symbol is global. */ +#define VER_NDX_LORESERVE 0xff00 /* Beginning of reserved entries. */ +#define VER_NDX_ELIMINATE 0xff01 /* Symbol is to be eliminated. */ + +/* Auxialiary version information. */ + +typedef struct +{ + Elf32_Word vda_name; /* Version or dependency names */ + Elf32_Word vda_next; /* Offset in bytes to next verdaux + entry */ +} Elf32_Verdaux; + +typedef struct +{ + Elf64_Word vda_name; /* Version or dependency names */ + Elf64_Word vda_next; /* Offset in bytes to next verdaux + entry */ +} Elf64_Verdaux; + + +/* Version dependency section. */ + +typedef struct +{ + Elf32_Half vn_version; /* Version of structure */ + Elf32_Half vn_cnt; /* Number of associated aux entries */ + Elf32_Word vn_file; /* Offset of filename for this + dependency */ + Elf32_Word vn_aux; /* Offset in bytes to vernaux array */ + Elf32_Word vn_next; /* Offset in bytes to next verneed + entry */ +} Elf32_Verneed; + +typedef struct +{ + Elf64_Half vn_version; /* Version of structure */ + Elf64_Half vn_cnt; /* Number of associated aux entries */ + Elf64_Word vn_file; /* Offset of filename for this + dependency */ + Elf64_Word vn_aux; /* Offset in bytes to vernaux array */ + Elf64_Word vn_next; /* Offset in bytes to next verneed + entry */ +} Elf64_Verneed; + + +/* Legal values for vn_version (version revision). */ +#define VER_NEED_NONE 0 /* No version */ +#define VER_NEED_CURRENT 1 /* Current version */ +#define VER_NEED_NUM 2 /* Given version number */ + +/* Auxiliary needed version information. */ + +typedef struct +{ + Elf32_Word vna_hash; /* Hash value of dependency name */ + Elf32_Half vna_flags; /* Dependency specific information */ + Elf32_Half vna_other; /* Unused */ + Elf32_Word vna_name; /* Dependency name string offset */ + Elf32_Word vna_next; /* Offset in bytes to next vernaux + entry */ +} Elf32_Vernaux; + +typedef struct +{ + Elf64_Word vna_hash; /* Hash value of dependency name */ + Elf64_Half vna_flags; /* Dependency specific information */ + Elf64_Half vna_other; /* Unused */ + Elf64_Word vna_name; /* Dependency name string offset */ + Elf64_Word vna_next; /* Offset in bytes to next vernaux + entry */ +} Elf64_Vernaux; + + +/* Legal values for vna_flags. */ +#define VER_FLG_WEAK 0x2 /* Weak version identifier */ + + +/* Auxiliary vector. */ + +/* This vector is normally only used by the program interpreter. The + usual definition in an ABI supplement uses the name auxv_t. The + vector is not usually defined in a standard <elf.h> file, but it + can't hurt. We rename it to avoid conflicts. The sizes of these + types are an arrangement between the exec server and the program + interpreter, so we don't fully specify them here. */ + +typedef struct +{ + int a_type; /* Entry type */ + union + { + long int a_val; /* Integer value */ + void *a_ptr; /* Pointer value */ + void (*a_fcn)(void); /* Function pointer value */ + } a_un; +} Elf32_auxv_t; + +typedef struct +{ + long int a_type; /* Entry type */ + union + { + long int a_val; /* Integer value */ + void *a_ptr; /* Pointer value */ + void (*a_fcn)(void); /* Function pointer value */ + } a_un; +} Elf64_auxv_t; + +/* Legal values for a_type (entry type). */ + +#define AT_NULL 0 /* End of vector */ +#define AT_IGNORE 1 /* Entry should be ignored */ +#define AT_EXECFD 2 /* File descriptor of program */ +#define AT_PHDR 3 /* Program headers for program */ +#define AT_PHENT 4 /* Size of program header entry */ +#define AT_PHNUM 5 /* Number of program headers */ +#define AT_PAGESZ 6 /* System page size */ +#define AT_BASE 7 /* Base address of interpreter */ +#define AT_FLAGS 8 /* Flags */ +#define AT_ENTRY 9 /* Entry point of program */ +#define AT_NOTELF 10 /* Program is not ELF */ +#define AT_UID 11 /* Real uid */ +#define AT_EUID 12 /* Effective uid */ +#define AT_GID 13 /* Real gid */ +#define AT_EGID 14 /* Effective gid */ +#define AT_CLKTCK 17 /* Frequency of times() */ + +/* Some more special a_type values describing the hardware. */ +#define AT_PLATFORM 15 /* String identifying platform. */ +#define AT_HWCAP 16 /* Machine dependent hints about + processor capabilities. */ + +/* This entry gives some information about the FPU initialization + performed by the kernel. */ +#define AT_FPUCW 18 /* Used FPU control word. */ + +/* Cache block sizes. */ +#define AT_DCACHEBSIZE 19 /* Data cache block size. */ +#define AT_ICACHEBSIZE 20 /* Instruction cache block size. */ +#define AT_UCACHEBSIZE 21 /* Unified cache block size. */ + +/* A special ignored value for PPC, used by the kernel to control the + interpretation of the AUXV. Must be > 16. */ +#define AT_IGNOREPPC 22 /* Entry should be ignored. */ + +#define AT_SECURE 23 /* Boolean, was exec setuid-like? */ + +/* Pointer to the global system page used for system calls and other + nice things. */ +#define AT_SYSINFO 32 +#define AT_SYSINFO_EHDR 33 + + +/* Note section contents. Each entry in the note section begins with + a header of a fixed form. */ + +typedef struct +{ + Elf32_Word n_namesz; /* Length of the note's name. */ + Elf32_Word n_descsz; /* Length of the note's descriptor. */ + Elf32_Word n_type; /* Type of the note. */ +} Elf32_Nhdr; + +typedef struct +{ + Elf64_Word n_namesz; /* Length of the note's name. */ + Elf64_Word n_descsz; /* Length of the note's descriptor. */ + Elf64_Word n_type; /* Type of the note. */ +} Elf64_Nhdr; + +/* Known names of notes. */ + +/* Solaris entries in the note section have this name. */ +#define ELF_NOTE_SOLARIS "SUNW Solaris" + +/* Note entries for GNU systems have this name. */ +#define ELF_NOTE_GNU "GNU" + + +/* Defined types of notes for Solaris. */ + +/* Value of descriptor (one word) is desired pagesize for the binary. */ +#define ELF_NOTE_PAGESIZE_HINT 1 + + +/* Defined note types for GNU systems. */ + +/* ABI information. The descriptor consists of words: + word 0: OS descriptor + word 1: major version of the ABI + word 2: minor version of the ABI + word 3: subminor version of the ABI +*/ +#define ELF_NOTE_ABI 1 + +/* Known OSes. These value can appear in word 0 of an ELF_NOTE_ABI + note section entry. */ +#define ELF_NOTE_OS_LINUX 0 +#define ELF_NOTE_OS_GNU 1 +#define ELF_NOTE_OS_SOLARIS2 2 +#define ELF_NOTE_OS_FREEBSD 3 + + +/* Move records. */ +typedef struct +{ + Elf32_Xword m_value; /* Symbol value. */ + Elf32_Word m_info; /* Size and index. */ + Elf32_Word m_poffset; /* Symbol offset. */ + Elf32_Half m_repeat; /* Repeat count. */ + Elf32_Half m_stride; /* Stride info. */ +} Elf32_Move; + +typedef struct +{ + Elf64_Xword m_value; /* Symbol value. */ + Elf64_Xword m_info; /* Size and index. */ + Elf64_Xword m_poffset; /* Symbol offset. */ + Elf64_Half m_repeat; /* Repeat count. */ + Elf64_Half m_stride; /* Stride info. */ +} Elf64_Move; + +/* Macro to construct move records. */ +#define ELF32_M_SYM(info) ((info) >> 8) +#define ELF32_M_SIZE(info) ((unsigned char) (info)) +#define ELF32_M_INFO(sym, size) (((sym) << 8) + (unsigned char) (size)) + +#define ELF64_M_SYM(info) ELF32_M_SYM (info) +#define ELF64_M_SIZE(info) ELF32_M_SIZE (info) +#define ELF64_M_INFO(sym, size) ELF32_M_INFO (sym, size) + + +/* Motorola 68k specific definitions. */ + +/* Values for Elf32_Ehdr.e_flags. */ +#define EF_CPU32 0x00810000 + +/* m68k relocs. */ + +#define R_68K_NONE 0 /* No reloc */ +#define R_68K_32 1 /* Direct 32 bit */ +#define R_68K_16 2 /* Direct 16 bit */ +#define R_68K_8 3 /* Direct 8 bit */ +#define R_68K_PC32 4 /* PC relative 32 bit */ +#define R_68K_PC16 5 /* PC relative 16 bit */ +#define R_68K_PC8 6 /* PC relative 8 bit */ +#define R_68K_GOT32 7 /* 32 bit PC relative GOT entry */ +#define R_68K_GOT16 8 /* 16 bit PC relative GOT entry */ +#define R_68K_GOT8 9 /* 8 bit PC relative GOT entry */ +#define R_68K_GOT32O 10 /* 32 bit GOT offset */ +#define R_68K_GOT16O 11 /* 16 bit GOT offset */ +#define R_68K_GOT8O 12 /* 8 bit GOT offset */ +#define R_68K_PLT32 13 /* 32 bit PC relative PLT address */ +#define R_68K_PLT16 14 /* 16 bit PC relative PLT address */ +#define R_68K_PLT8 15 /* 8 bit PC relative PLT address */ +#define R_68K_PLT32O 16 /* 32 bit PLT offset */ +#define R_68K_PLT16O 17 /* 16 bit PLT offset */ +#define R_68K_PLT8O 18 /* 8 bit PLT offset */ +#define R_68K_COPY 19 /* Copy symbol at runtime */ +#define R_68K_GLOB_DAT 20 /* Create GOT entry */ +#define R_68K_JMP_SLOT 21 /* Create PLT entry */ +#define R_68K_RELATIVE 22 /* Adjust by program base */ +/* Keep this the last entry. */ +#define R_68K_NUM 23 + +/* Intel 80386 specific definitions. */ + +/* i386 relocs. */ + +#define R_386_NONE 0 /* No reloc */ +#define R_386_32 1 /* Direct 32 bit */ +#define R_386_PC32 2 /* PC relative 32 bit */ +#define R_386_GOT32 3 /* 32 bit GOT entry */ +#define R_386_PLT32 4 /* 32 bit PLT address */ +#define R_386_COPY 5 /* Copy symbol at runtime */ +#define R_386_GLOB_DAT 6 /* Create GOT entry */ +#define R_386_JMP_SLOT 7 /* Create PLT entry */ +#define R_386_RELATIVE 8 /* Adjust by program base */ +#define R_386_GOTOFF 9 /* 32 bit offset to GOT */ +#define R_386_GOTPC 10 /* 32 bit PC relative offset to GOT */ +#define R_386_32PLT 11 +#define R_386_TLS_TPOFF 14 /* Offset in static TLS block */ +#define R_386_TLS_IE 15 /* Address of GOT entry for static TLS + block offset */ +#define R_386_TLS_GOTIE 16 /* GOT entry for static TLS block + offset */ +#define R_386_TLS_LE 17 /* Offset relative to static TLS + block */ +#define R_386_TLS_GD 18 /* Direct 32 bit for GNU version of + general dynamic thread local data */ +#define R_386_TLS_LDM 19 /* Direct 32 bit for GNU version of + local dynamic thread local data + in LE code */ +#define R_386_16 20 +#define R_386_PC16 21 +#define R_386_8 22 +#define R_386_PC8 23 +#define R_386_TLS_GD_32 24 /* Direct 32 bit for general dynamic + thread local data */ +#define R_386_TLS_GD_PUSH 25 /* Tag for pushl in GD TLS code */ +#define R_386_TLS_GD_CALL 26 /* Relocation for call to + __tls_get_addr() */ +#define R_386_TLS_GD_POP 27 /* Tag for popl in GD TLS code */ +#define R_386_TLS_LDM_32 28 /* Direct 32 bit for local dynamic + thread local data in LE code */ +#define R_386_TLS_LDM_PUSH 29 /* Tag for pushl in LDM TLS code */ +#define R_386_TLS_LDM_CALL 30 /* Relocation for call to + __tls_get_addr() in LDM code */ +#define R_386_TLS_LDM_POP 31 /* Tag for popl in LDM TLS code */ +#define R_386_TLS_LDO_32 32 /* Offset relative to TLS block */ +#define R_386_TLS_IE_32 33 /* GOT entry for negated static TLS + block offset */ +#define R_386_TLS_LE_32 34 /* Negated offset relative to static + TLS block */ +#define R_386_TLS_DTPMOD32 35 /* ID of module containing symbol */ +#define R_386_TLS_DTPOFF32 36 /* Offset in TLS block */ +#define R_386_TLS_TPOFF32 37 /* Negated offset in static TLS block */ +/* Keep this the last entry. */ +#define R_386_NUM 38 + +/* SUN SPARC specific definitions. */ + +/* Legal values for ST_TYPE subfield of st_info (symbol type). */ + +#define STT_REGISTER 13 /* Global register reserved to app. */ + +/* Values for Elf64_Ehdr.e_flags. */ + +#define EF_SPARCV9_MM 3 +#define EF_SPARCV9_TSO 0 +#define EF_SPARCV9_PSO 1 +#define EF_SPARCV9_RMO 2 +#define EF_SPARC_LEDATA 0x800000 /* little endian data */ +#define EF_SPARC_EXT_MASK 0xFFFF00 +#define EF_SPARC_32PLUS 0x000100 /* generic V8+ features */ +#define EF_SPARC_SUN_US1 0x000200 /* Sun UltraSPARC1 extensions */ +#define EF_SPARC_HAL_R1 0x000400 /* HAL R1 extensions */ +#define EF_SPARC_SUN_US3 0x000800 /* Sun UltraSPARCIII extensions */ + +/* SPARC relocs. */ + +#define R_SPARC_NONE 0 /* No reloc */ +#define R_SPARC_8 1 /* Direct 8 bit */ +#define R_SPARC_16 2 /* Direct 16 bit */ +#define R_SPARC_32 3 /* Direct 32 bit */ +#define R_SPARC_DISP8 4 /* PC relative 8 bit */ +#define R_SPARC_DISP16 5 /* PC relative 16 bit */ +#define R_SPARC_DISP32 6 /* PC relative 32 bit */ +#define R_SPARC_WDISP30 7 /* PC relative 30 bit shifted */ +#define R_SPARC_WDISP22 8 /* PC relative 22 bit shifted */ +#define R_SPARC_HI22 9 /* High 22 bit */ +#define R_SPARC_22 10 /* Direct 22 bit */ +#define R_SPARC_13 11 /* Direct 13 bit */ +#define R_SPARC_LO10 12 /* Truncated 10 bit */ +#define R_SPARC_GOT10 13 /* Truncated 10 bit GOT entry */ +#define R_SPARC_GOT13 14 /* 13 bit GOT entry */ +#define R_SPARC_GOT22 15 /* 22 bit GOT entry shifted */ +#define R_SPARC_PC10 16 /* PC relative 10 bit truncated */ +#define R_SPARC_PC22 17 /* PC relative 22 bit shifted */ +#define R_SPARC_WPLT30 18 /* 30 bit PC relative PLT address */ +#define R_SPARC_COPY 19 /* Copy symbol at runtime */ +#define R_SPARC_GLOB_DAT 20 /* Create GOT entry */ +#define R_SPARC_JMP_SLOT 21 /* Create PLT entry */ +#define R_SPARC_RELATIVE 22 /* Adjust by program base */ +#define R_SPARC_UA32 23 /* Direct 32 bit unaligned */ + +/* Additional Sparc64 relocs. */ + +#define R_SPARC_PLT32 24 /* Direct 32 bit ref to PLT entry */ +#define R_SPARC_HIPLT22 25 /* High 22 bit PLT entry */ +#define R_SPARC_LOPLT10 26 /* Truncated 10 bit PLT entry */ +#define R_SPARC_PCPLT32 27 /* PC rel 32 bit ref to PLT entry */ +#define R_SPARC_PCPLT22 28 /* PC rel high 22 bit PLT entry */ +#define R_SPARC_PCPLT10 29 /* PC rel trunc 10 bit PLT entry */ +#define R_SPARC_10 30 /* Direct 10 bit */ +#define R_SPARC_11 31 /* Direct 11 bit */ +#define R_SPARC_64 32 /* Direct 64 bit */ +#define R_SPARC_OLO10 33 /* 10bit with secondary 13bit addend */ +#define R_SPARC_HH22 34 /* Top 22 bits of direct 64 bit */ +#define R_SPARC_HM10 35 /* High middle 10 bits of ... */ +#define R_SPARC_LM22 36 /* Low middle 22 bits of ... */ +#define R_SPARC_PC_HH22 37 /* Top 22 bits of pc rel 64 bit */ +#define R_SPARC_PC_HM10 38 /* High middle 10 bit of ... */ +#define R_SPARC_PC_LM22 39 /* Low miggle 22 bits of ... */ +#define R_SPARC_WDISP16 40 /* PC relative 16 bit shifted */ +#define R_SPARC_WDISP19 41 /* PC relative 19 bit shifted */ +#define R_SPARC_7 43 /* Direct 7 bit */ +#define R_SPARC_5 44 /* Direct 5 bit */ +#define R_SPARC_6 45 /* Direct 6 bit */ +#define R_SPARC_DISP64 46 /* PC relative 64 bit */ +#define R_SPARC_PLT64 47 /* Direct 64 bit ref to PLT entry */ +#define R_SPARC_HIX22 48 /* High 22 bit complemented */ +#define R_SPARC_LOX10 49 /* Truncated 11 bit complemented */ +#define R_SPARC_H44 50 /* Direct high 12 of 44 bit */ +#define R_SPARC_M44 51 /* Direct mid 22 of 44 bit */ +#define R_SPARC_L44 52 /* Direct low 10 of 44 bit */ +#define R_SPARC_REGISTER 53 /* Global register usage */ +#define R_SPARC_UA64 54 /* Direct 64 bit unaligned */ +#define R_SPARC_UA16 55 /* Direct 16 bit unaligned */ +#define R_SPARC_TLS_GD_HI22 56 +#define R_SPARC_TLS_GD_LO10 57 +#define R_SPARC_TLS_GD_ADD 58 +#define R_SPARC_TLS_GD_CALL 59 +#define R_SPARC_TLS_LDM_HI22 60 +#define R_SPARC_TLS_LDM_LO10 61 +#define R_SPARC_TLS_LDM_ADD 62 +#define R_SPARC_TLS_LDM_CALL 63 +#define R_SPARC_TLS_LDO_HIX22 64 +#define R_SPARC_TLS_LDO_LOX10 65 +#define R_SPARC_TLS_LDO_ADD 66 +#define R_SPARC_TLS_IE_HI22 67 +#define R_SPARC_TLS_IE_LO10 68 +#define R_SPARC_TLS_IE_LD 69 +#define R_SPARC_TLS_IE_LDX 70 +#define R_SPARC_TLS_IE_ADD 71 +#define R_SPARC_TLS_LE_HIX22 72 +#define R_SPARC_TLS_LE_LOX10 73 +#define R_SPARC_TLS_DTPMOD32 74 +#define R_SPARC_TLS_DTPMOD64 75 +#define R_SPARC_TLS_DTPOFF32 76 +#define R_SPARC_TLS_DTPOFF64 77 +#define R_SPARC_TLS_TPOFF32 78 +#define R_SPARC_TLS_TPOFF64 79 +/* Keep this the last entry. */ +#define R_SPARC_NUM 80 + +/* For Sparc64, legal values for d_tag of Elf64_Dyn. */ + +#define DT_SPARC_REGISTER 0x70000001 +#define DT_SPARC_NUM 2 + +/* Bits present in AT_HWCAP, primarily for Sparc32. */ + +#define HWCAP_SPARC_FLUSH 1 /* The cpu supports flush insn. */ +#define HWCAP_SPARC_STBAR 2 +#define HWCAP_SPARC_SWAP 4 +#define HWCAP_SPARC_MULDIV 8 +#define HWCAP_SPARC_V9 16 /* The cpu is v9, so v8plus is ok. */ +#define HWCAP_SPARC_ULTRA3 32 + +/* MIPS R3000 specific definitions. */ + +/* Legal values for e_flags field of Elf32_Ehdr. */ + +#define EF_MIPS_NOREORDER 1 /* A .noreorder directive was used */ +#define EF_MIPS_PIC 2 /* Contains PIC code */ +#define EF_MIPS_CPIC 4 /* Uses PIC calling sequence */ +#define EF_MIPS_XGOT 8 +#define EF_MIPS_64BIT_WHIRL 16 +#define EF_MIPS_ABI2 32 +#define EF_MIPS_ABI_ON32 64 +#define EF_MIPS_ARCH 0xf0000000 /* MIPS architecture level */ + +/* Legal values for MIPS architecture level. */ + +#define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code. */ +#define EF_MIPS_ARCH_2 0x10000000 /* -mips2 code. */ +#define EF_MIPS_ARCH_3 0x20000000 /* -mips3 code. */ +#define EF_MIPS_ARCH_4 0x30000000 /* -mips4 code. */ +#define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code. */ +#define EF_MIPS_ARCH_32 0x60000000 /* MIPS32 code. */ +#define EF_MIPS_ARCH_64 0x70000000 /* MIPS64 code. */ + +/* The following are non-official names and should not be used. */ + +#define E_MIPS_ARCH_1 0x00000000 /* -mips1 code. */ +#define E_MIPS_ARCH_2 0x10000000 /* -mips2 code. */ +#define E_MIPS_ARCH_3 0x20000000 /* -mips3 code. */ +#define E_MIPS_ARCH_4 0x30000000 /* -mips4 code. */ +#define E_MIPS_ARCH_5 0x40000000 /* -mips5 code. */ +#define E_MIPS_ARCH_32 0x60000000 /* MIPS32 code. */ +#define E_MIPS_ARCH_64 0x70000000 /* MIPS64 code. */ + +/* Special section indices. */ + +#define SHN_MIPS_ACOMMON 0xff00 /* Allocated common symbols */ +#define SHN_MIPS_TEXT 0xff01 /* Allocated test symbols. */ +#define SHN_MIPS_DATA 0xff02 /* Allocated data symbols. */ +#define SHN_MIPS_SCOMMON 0xff03 /* Small common symbols */ +#define SHN_MIPS_SUNDEFINED 0xff04 /* Small undefined symbols */ + +/* Legal values for sh_type field of Elf32_Shdr. */ + +#define SHT_MIPS_LIBLIST 0x70000000 /* Shared objects used in link */ +#define SHT_MIPS_MSYM 0x70000001 +#define SHT_MIPS_CONFLICT 0x70000002 /* Conflicting symbols */ +#define SHT_MIPS_GPTAB 0x70000003 /* Global data area sizes */ +#define SHT_MIPS_UCODE 0x70000004 /* Reserved for SGI/MIPS compilers */ +#define SHT_MIPS_DEBUG 0x70000005 /* MIPS ECOFF debugging information*/ +#define SHT_MIPS_REGINFO 0x70000006 /* Register usage information */ +#define SHT_MIPS_PACKAGE 0x70000007 +#define SHT_MIPS_PACKSYM 0x70000008 +#define SHT_MIPS_RELD 0x70000009 +#define SHT_MIPS_IFACE 0x7000000b +#define SHT_MIPS_CONTENT 0x7000000c +#define SHT_MIPS_OPTIONS 0x7000000d /* Miscellaneous options. */ +#define SHT_MIPS_SHDR 0x70000010 +#define SHT_MIPS_FDESC 0x70000011 +#define SHT_MIPS_EXTSYM 0x70000012 +#define SHT_MIPS_DENSE 0x70000013 +#define SHT_MIPS_PDESC 0x70000014 +#define SHT_MIPS_LOCSYM 0x70000015 +#define SHT_MIPS_AUXSYM 0x70000016 +#define SHT_MIPS_OPTSYM 0x70000017 +#define SHT_MIPS_LOCSTR 0x70000018 +#define SHT_MIPS_LINE 0x70000019 +#define SHT_MIPS_RFDESC 0x7000001a +#define SHT_MIPS_DELTASYM 0x7000001b +#define SHT_MIPS_DELTAINST 0x7000001c +#define SHT_MIPS_DELTACLASS 0x7000001d +#define SHT_MIPS_DWARF 0x7000001e /* DWARF debugging information. */ +#define SHT_MIPS_DELTADECL 0x7000001f +#define SHT_MIPS_SYMBOL_LIB 0x70000020 +#define SHT_MIPS_EVENTS 0x70000021 /* Event section. */ +#define SHT_MIPS_TRANSLATE 0x70000022 +#define SHT_MIPS_PIXIE 0x70000023 +#define SHT_MIPS_XLATE 0x70000024 +#define SHT_MIPS_XLATE_DEBUG 0x70000025 +#define SHT_MIPS_WHIRL 0x70000026 +#define SHT_MIPS_EH_REGION 0x70000027 +#define SHT_MIPS_XLATE_OLD 0x70000028 +#define SHT_MIPS_PDR_EXCEPTION 0x70000029 + +/* Legal values for sh_flags field of Elf32_Shdr. */ + +#define SHF_MIPS_GPREL 0x10000000 /* Must be part of global data area */ +#define SHF_MIPS_MERGE 0x20000000 +#define SHF_MIPS_ADDR 0x40000000 +#define SHF_MIPS_STRINGS 0x80000000 +#define SHF_MIPS_NOSTRIP 0x08000000 +#define SHF_MIPS_LOCAL 0x04000000 +#define SHF_MIPS_NAMES 0x02000000 +#define SHF_MIPS_NODUPE 0x01000000 + + +/* Symbol tables. */ + +/* MIPS specific values for `st_other'. */ +#define STO_MIPS_DEFAULT 0x0 +#define STO_MIPS_INTERNAL 0x1 +#define STO_MIPS_HIDDEN 0x2 +#define STO_MIPS_PROTECTED 0x3 +#define STO_MIPS_SC_ALIGN_UNUSED 0xff + +/* MIPS specific values for `st_info'. */ +#define STB_MIPS_SPLIT_COMMON 13 + +/* Entries found in sections of type SHT_MIPS_GPTAB. */ + +typedef union +{ + struct + { + Elf32_Word gt_current_g_value; /* -G value used for compilation */ + Elf32_Word gt_unused; /* Not used */ + } gt_header; /* First entry in section */ + struct + { + Elf32_Word gt_g_value; /* If this value were used for -G */ + Elf32_Word gt_bytes; /* This many bytes would be used */ + } gt_entry; /* Subsequent entries in section */ +} Elf32_gptab; + +/* Entry found in sections of type SHT_MIPS_REGINFO. */ + +typedef struct +{ + Elf32_Word ri_gprmask; /* General registers used */ + Elf32_Word ri_cprmask[4]; /* Coprocessor registers used */ + Elf32_Sword ri_gp_value; /* $gp register value */ +} Elf32_RegInfo; + +/* Entries found in sections of type SHT_MIPS_OPTIONS. */ + +typedef struct +{ + unsigned char kind; /* Determines interpretation of the + variable part of descriptor. */ + unsigned char size; /* Size of descriptor, including header. */ + Elf32_Section section; /* Section header index of section affected, + 0 for global options. */ + Elf32_Word info; /* Kind-specific information. */ +} Elf_Options; + +/* Values for `kind' field in Elf_Options. */ + +#define ODK_NULL 0 /* Undefined. */ +#define ODK_REGINFO 1 /* Register usage information. */ +#define ODK_EXCEPTIONS 2 /* Exception processing options. */ +#define ODK_PAD 3 /* Section padding options. */ +#define ODK_HWPATCH 4 /* Hardware workarounds performed */ +#define ODK_FILL 5 /* record the fill value used by the linker. */ +#define ODK_TAGS 6 /* reserve space for desktop tools to write. */ +#define ODK_HWAND 7 /* HW workarounds. 'AND' bits when merging. */ +#define ODK_HWOR 8 /* HW workarounds. 'OR' bits when merging. */ + +/* Values for `info' in Elf_Options for ODK_EXCEPTIONS entries. */ + +#define OEX_FPU_MIN 0x1f /* FPE's which MUST be enabled. */ +#define OEX_FPU_MAX 0x1f00 /* FPE's which MAY be enabled. */ +#define OEX_PAGE0 0x10000 /* page zero must be mapped. */ +#define OEX_SMM 0x20000 /* Force sequential memory mode? */ +#define OEX_FPDBUG 0x40000 /* Force floating point debug mode? */ +#define OEX_PRECISEFP OEX_FPDBUG +#define OEX_DISMISS 0x80000 /* Dismiss invalid address faults? */ + +#define OEX_FPU_INVAL 0x10 +#define OEX_FPU_DIV0 0x08 +#define OEX_FPU_OFLO 0x04 +#define OEX_FPU_UFLO 0x02 +#define OEX_FPU_INEX 0x01 + +/* Masks for `info' in Elf_Options for an ODK_HWPATCH entry. */ + +#define OHW_R4KEOP 0x1 /* R4000 end-of-page patch. */ +#define OHW_R8KPFETCH 0x2 /* may need R8000 prefetch patch. */ +#define OHW_R5KEOP 0x4 /* R5000 end-of-page patch. */ +#define OHW_R5KCVTL 0x8 /* R5000 cvt.[ds].l bug. clean=1. */ + +#define OPAD_PREFIX 0x1 +#define OPAD_POSTFIX 0x2 +#define OPAD_SYMBOL 0x4 + +/* Entry found in `.options' section. */ + +typedef struct +{ + Elf32_Word hwp_flags1; /* Extra flags. */ + Elf32_Word hwp_flags2; /* Extra flags. */ +} Elf_Options_Hw; + +/* Masks for `info' in ElfOptions for ODK_HWAND and ODK_HWOR entries. */ + +#define OHWA0_R4KEOP_CHECKED 0x00000001 +#define OHWA1_R4KEOP_CLEAN 0x00000002 + +/* MIPS relocs. */ + +#define R_MIPS_NONE 0 /* No reloc */ +#define R_MIPS_16 1 /* Direct 16 bit */ +#define R_MIPS_32 2 /* Direct 32 bit */ +#define R_MIPS_REL32 3 /* PC relative 32 bit */ +#define R_MIPS_26 4 /* Direct 26 bit shifted */ +#define R_MIPS_HI16 5 /* High 16 bit */ +#define R_MIPS_LO16 6 /* Low 16 bit */ +#define R_MIPS_GPREL16 7 /* GP relative 16 bit */ +#define R_MIPS_LITERAL 8 /* 16 bit literal entry */ +#define R_MIPS_GOT16 9 /* 16 bit GOT entry */ +#define R_MIPS_PC16 10 /* PC relative 16 bit */ +#define R_MIPS_CALL16 11 /* 16 bit GOT entry for function */ +#define R_MIPS_GPREL32 12 /* GP relative 32 bit */ + +#define R_MIPS_SHIFT5 16 +#define R_MIPS_SHIFT6 17 +#define R_MIPS_64 18 +#define R_MIPS_GOT_DISP 19 +#define R_MIPS_GOT_PAGE 20 +#define R_MIPS_GOT_OFST 21 +#define R_MIPS_GOT_HI16 22 +#define R_MIPS_GOT_LO16 23 +#define R_MIPS_SUB 24 +#define R_MIPS_INSERT_A 25 +#define R_MIPS_INSERT_B 26 +#define R_MIPS_DELETE 27 +#define R_MIPS_HIGHER 28 +#define R_MIPS_HIGHEST 29 +#define R_MIPS_CALL_HI16 30 +#define R_MIPS_CALL_LO16 31 +#define R_MIPS_SCN_DISP 32 +#define R_MIPS_REL16 33 +#define R_MIPS_ADD_IMMEDIATE 34 +#define R_MIPS_PJUMP 35 +#define R_MIPS_RELGOT 36 +#define R_MIPS_JALR 37 +/* Keep this the last entry. */ +#define R_MIPS_NUM 38 + +/* Legal values for p_type field of Elf32_Phdr. */ + +#define PT_MIPS_REGINFO 0x70000000 /* Register usage information */ +#define PT_MIPS_RTPROC 0x70000001 /* Runtime procedure table. */ +#define PT_MIPS_OPTIONS 0x70000002 + +/* Special program header types. */ + +#define PF_MIPS_LOCAL 0x10000000 + +/* Legal values for d_tag field of Elf32_Dyn. */ + +#define DT_MIPS_RLD_VERSION 0x70000001 /* Runtime linker interface version */ +#define DT_MIPS_TIME_STAMP 0x70000002 /* Timestamp */ +#define DT_MIPS_ICHECKSUM 0x70000003 /* Checksum */ +#define DT_MIPS_IVERSION 0x70000004 /* Version string (string tbl index) */ +#define DT_MIPS_FLAGS 0x70000005 /* Flags */ +#define DT_MIPS_BASE_ADDRESS 0x70000006 /* Base address */ +#define DT_MIPS_MSYM 0x70000007 +#define DT_MIPS_CONFLICT 0x70000008 /* Address of CONFLICT section */ +#define DT_MIPS_LIBLIST 0x70000009 /* Address of LIBLIST section */ +#define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local GOT entries */ +#define DT_MIPS_CONFLICTNO 0x7000000b /* Number of CONFLICT entries */ +#define DT_MIPS_LIBLISTNO 0x70000010 /* Number of LIBLIST entries */ +#define DT_MIPS_SYMTABNO 0x70000011 /* Number of DYNSYM entries */ +#define DT_MIPS_UNREFEXTNO 0x70000012 /* First external DYNSYM */ +#define DT_MIPS_GOTSYM 0x70000013 /* First GOT entry in DYNSYM */ +#define DT_MIPS_HIPAGENO 0x70000014 /* Number of GOT page table entries */ +#define DT_MIPS_RLD_MAP 0x70000016 /* Address of run time loader map. */ +#define DT_MIPS_DELTA_CLASS 0x70000017 /* Delta C++ class definition. */ +#define DT_MIPS_DELTA_CLASS_NO 0x70000018 /* Number of entries in + DT_MIPS_DELTA_CLASS. */ +#define DT_MIPS_DELTA_INSTANCE 0x70000019 /* Delta C++ class instances. */ +#define DT_MIPS_DELTA_INSTANCE_NO 0x7000001a /* Number of entries in + DT_MIPS_DELTA_INSTANCE. */ +#define DT_MIPS_DELTA_RELOC 0x7000001b /* Delta relocations. */ +#define DT_MIPS_DELTA_RELOC_NO 0x7000001c /* Number of entries in + DT_MIPS_DELTA_RELOC. */ +#define DT_MIPS_DELTA_SYM 0x7000001d /* Delta symbols that Delta + relocations refer to. */ +#define DT_MIPS_DELTA_SYM_NO 0x7000001e /* Number of entries in + DT_MIPS_DELTA_SYM. */ +#define DT_MIPS_DELTA_CLASSSYM 0x70000020 /* Delta symbols that hold the + class declaration. */ +#define DT_MIPS_DELTA_CLASSSYM_NO 0x70000021 /* Number of entries in + DT_MIPS_DELTA_CLASSSYM. */ +#define DT_MIPS_CXX_FLAGS 0x70000022 /* Flags indicating for C++ flavor. */ +#define DT_MIPS_PIXIE_INIT 0x70000023 +#define DT_MIPS_SYMBOL_LIB 0x70000024 +#define DT_MIPS_LOCALPAGE_GOTIDX 0x70000025 +#define DT_MIPS_LOCAL_GOTIDX 0x70000026 +#define DT_MIPS_HIDDEN_GOTIDX 0x70000027 +#define DT_MIPS_PROTECTED_GOTIDX 0x70000028 +#define DT_MIPS_OPTIONS 0x70000029 /* Address of .options. */ +#define DT_MIPS_INTERFACE 0x7000002a /* Address of .interface. */ +#define DT_MIPS_DYNSTR_ALIGN 0x7000002b +#define DT_MIPS_INTERFACE_SIZE 0x7000002c /* Size of the .interface section. */ +#define DT_MIPS_RLD_TEXT_RESOLVE_ADDR 0x7000002d /* Address of rld_text_rsolve + function stored in GOT. */ +#define DT_MIPS_PERF_SUFFIX 0x7000002e /* Default suffix of dso to be added + by rld on dlopen() calls. */ +#define DT_MIPS_COMPACT_SIZE 0x7000002f /* (O32)Size of compact rel section. */ +#define DT_MIPS_GP_VALUE 0x70000030 /* GP value for aux GOTs. */ +#define DT_MIPS_AUX_DYNAMIC 0x70000031 /* Address of aux .dynamic. */ +#define DT_MIPS_NUM 0x32 + +/* Legal values for DT_MIPS_FLAGS Elf32_Dyn entry. */ + +#define RHF_NONE 0 /* No flags */ +#define RHF_QUICKSTART (1 << 0) /* Use quickstart */ +#define RHF_NOTPOT (1 << 1) /* Hash size not power of 2 */ +#define RHF_NO_LIBRARY_REPLACEMENT (1 << 2) /* Ignore LD_LIBRARY_PATH */ +#define RHF_NO_MOVE (1 << 3) +#define RHF_SGI_ONLY (1 << 4) +#define RHF_GUARANTEE_INIT (1 << 5) +#define RHF_DELTA_C_PLUS_PLUS (1 << 6) +#define RHF_GUARANTEE_START_INIT (1 << 7) +#define RHF_PIXIE (1 << 8) +#define RHF_DEFAULT_DELAY_LOAD (1 << 9) +#define RHF_REQUICKSTART (1 << 10) +#define RHF_REQUICKSTARTED (1 << 11) +#define RHF_CORD (1 << 12) +#define RHF_NO_UNRES_UNDEF (1 << 13) +#define RHF_RLD_ORDER_SAFE (1 << 14) + +/* Entries found in sections of type SHT_MIPS_LIBLIST. */ + +typedef struct +{ + Elf32_Word l_name; /* Name (string table index) */ + Elf32_Word l_time_stamp; /* Timestamp */ + Elf32_Word l_checksum; /* Checksum */ + Elf32_Word l_version; /* Interface version */ + Elf32_Word l_flags; /* Flags */ +} Elf32_Lib; + +typedef struct +{ + Elf64_Word l_name; /* Name (string table index) */ + Elf64_Word l_time_stamp; /* Timestamp */ + Elf64_Word l_checksum; /* Checksum */ + Elf64_Word l_version; /* Interface version */ + Elf64_Word l_flags; /* Flags */ +} Elf64_Lib; + + +/* Legal values for l_flags. */ + +#define LL_NONE 0 +#define LL_EXACT_MATCH (1 << 0) /* Require exact match */ +#define LL_IGNORE_INT_VER (1 << 1) /* Ignore interface version */ +#define LL_REQUIRE_MINOR (1 << 2) +#define LL_EXPORTS (1 << 3) +#define LL_DELAY_LOAD (1 << 4) +#define LL_DELTA (1 << 5) + +/* Entries found in sections of type SHT_MIPS_CONFLICT. */ + +typedef Elf32_Addr Elf32_Conflict; + + +/* HPPA specific definitions. */ + +/* Legal values for e_flags field of Elf32_Ehdr. */ + +#define EF_PARISC_TRAPNIL 0x00010000 /* Trap nil pointer dereference. */ +#define EF_PARISC_EXT 0x00020000 /* Program uses arch. extensions. */ +#define EF_PARISC_LSB 0x00040000 /* Program expects little endian. */ +#define EF_PARISC_WIDE 0x00080000 /* Program expects wide mode. */ +#define EF_PARISC_NO_KABP 0x00100000 /* No kernel assisted branch + prediction. */ +#define EF_PARISC_LAZYSWAP 0x00400000 /* Allow lazy swapping. */ +#define EF_PARISC_ARCH 0x0000ffff /* Architecture version. */ + +/* Defined values for `e_flags & EF_PARISC_ARCH' are: */ + +#define EFA_PARISC_1_0 0x020b /* PA-RISC 1.0 big-endian. */ +#define EFA_PARISC_1_1 0x0210 /* PA-RISC 1.1 big-endian. */ +#define EFA_PARISC_2_0 0x0214 /* PA-RISC 2.0 big-endian. */ + +/* Additional section indeces. */ + +#define SHN_PARISC_ANSI_COMMON 0xff00 /* Section for tenatively declared + symbols in ANSI C. */ +#define SHN_PARISC_HUGE_COMMON 0xff01 /* Common blocks in huge model. */ + +/* Legal values for sh_type field of Elf32_Shdr. */ + +#define SHT_PARISC_EXT 0x70000000 /* Contains product specific ext. */ +#define SHT_PARISC_UNWIND 0x70000001 /* Unwind information. */ +#define SHT_PARISC_DOC 0x70000002 /* Debug info for optimized code. */ + +/* Legal values for sh_flags field of Elf32_Shdr. */ + +#define SHF_PARISC_SHORT 0x20000000 /* Section with short addressing. */ +#define SHF_PARISC_HUGE 0x40000000 /* Section far from gp. */ +#define SHF_PARISC_SBP 0x80000000 /* Static branch prediction code. */ + +/* Legal values for ST_TYPE subfield of st_info (symbol type). */ + +#define STT_PARISC_MILLICODE 13 /* Millicode function entry point. */ + +#define STT_HP_OPAQUE (STT_LOOS + 0x1) +#define STT_HP_STUB (STT_LOOS + 0x2) + +/* HPPA relocs. */ + +#define R_PARISC_NONE 0 /* No reloc. */ +#define R_PARISC_DIR32 1 /* Direct 32-bit reference. */ +#define R_PARISC_DIR21L 2 /* Left 21 bits of eff. address. */ +#define R_PARISC_DIR17R 3 /* Right 17 bits of eff. address. */ +#define R_PARISC_DIR17F 4 /* 17 bits of eff. address. */ +#define R_PARISC_DIR14R 6 /* Right 14 bits of eff. address. */ +#define R_PARISC_PCREL32 9 /* 32-bit rel. address. */ +#define R_PARISC_PCREL21L 10 /* Left 21 bits of rel. address. */ +#define R_PARISC_PCREL17R 11 /* Right 17 bits of rel. address. */ +#define R_PARISC_PCREL17F 12 /* 17 bits of rel. address. */ +#define R_PARISC_PCREL14R 14 /* Right 14 bits of rel. address. */ +#define R_PARISC_DPREL21L 18 /* Left 21 bits of rel. address. */ +#define R_PARISC_DPREL14R 22 /* Right 14 bits of rel. address. */ +#define R_PARISC_GPREL21L 26 /* GP-relative, left 21 bits. */ +#define R_PARISC_GPREL14R 30 /* GP-relative, right 14 bits. */ +#define R_PARISC_LTOFF21L 34 /* LT-relative, left 21 bits. */ +#define R_PARISC_LTOFF14R 38 /* LT-relative, right 14 bits. */ +#define R_PARISC_SECREL32 41 /* 32 bits section rel. address. */ +#define R_PARISC_SEGBASE 48 /* No relocation, set segment base. */ +#define R_PARISC_SEGREL32 49 /* 32 bits segment rel. address. */ +#define R_PARISC_PLTOFF21L 50 /* PLT rel. address, left 21 bits. */ +#define R_PARISC_PLTOFF14R 54 /* PLT rel. address, right 14 bits. */ +#define R_PARISC_LTOFF_FPTR32 57 /* 32 bits LT-rel. function pointer. */ +#define R_PARISC_LTOFF_FPTR21L 58 /* LT-rel. fct ptr, left 21 bits. */ +#define R_PARISC_LTOFF_FPTR14R 62 /* LT-rel. fct ptr, right 14 bits. */ +#define R_PARISC_FPTR64 64 /* 64 bits function address. */ +#define R_PARISC_PLABEL32 65 /* 32 bits function address. */ +#define R_PARISC_PCREL64 72 /* 64 bits PC-rel. address. */ +#define R_PARISC_PCREL22F 74 /* 22 bits PC-rel. address. */ +#define R_PARISC_PCREL14WR 75 /* PC-rel. address, right 14 bits. */ +#define R_PARISC_PCREL14DR 76 /* PC rel. address, right 14 bits. */ +#define R_PARISC_PCREL16F 77 /* 16 bits PC-rel. address. */ +#define R_PARISC_PCREL16WF 78 /* 16 bits PC-rel. address. */ +#define R_PARISC_PCREL16DF 79 /* 16 bits PC-rel. address. */ +#define R_PARISC_DIR64 80 /* 64 bits of eff. address. */ +#define R_PARISC_DIR14WR 83 /* 14 bits of eff. address. */ +#define R_PARISC_DIR14DR 84 /* 14 bits of eff. address. */ +#define R_PARISC_DIR16F 85 /* 16 bits of eff. address. */ +#define R_PARISC_DIR16WF 86 /* 16 bits of eff. address. */ +#define R_PARISC_DIR16DF 87 /* 16 bits of eff. address. */ +#define R_PARISC_GPREL64 88 /* 64 bits of GP-rel. address. */ +#define R_PARISC_GPREL14WR 91 /* GP-rel. address, right 14 bits. */ +#define R_PARISC_GPREL14DR 92 /* GP-rel. address, right 14 bits. */ +#define R_PARISC_GPREL16F 93 /* 16 bits GP-rel. address. */ +#define R_PARISC_GPREL16WF 94 /* 16 bits GP-rel. address. */ +#define R_PARISC_GPREL16DF 95 /* 16 bits GP-rel. address. */ +#define R_PARISC_LTOFF64 96 /* 64 bits LT-rel. address. */ +#define R_PARISC_LTOFF14WR 99 /* LT-rel. address, right 14 bits. */ +#define R_PARISC_LTOFF14DR 100 /* LT-rel. address, right 14 bits. */ +#define R_PARISC_LTOFF16F 101 /* 16 bits LT-rel. address. */ +#define R_PARISC_LTOFF16WF 102 /* 16 bits LT-rel. address. */ +#define R_PARISC_LTOFF16DF 103 /* 16 bits LT-rel. address. */ +#define R_PARISC_SECREL64 104 /* 64 bits section rel. address. */ +#define R_PARISC_SEGREL64 112 /* 64 bits segment rel. address. */ +#define R_PARISC_PLTOFF14WR 115 /* PLT-rel. address, right 14 bits. */ +#define R_PARISC_PLTOFF14DR 116 /* PLT-rel. address, right 14 bits. */ +#define R_PARISC_PLTOFF16F 117 /* 16 bits LT-rel. address. */ +#define R_PARISC_PLTOFF16WF 118 /* 16 bits PLT-rel. address. */ +#define R_PARISC_PLTOFF16DF 119 /* 16 bits PLT-rel. address. */ +#define R_PARISC_LTOFF_FPTR64 120 /* 64 bits LT-rel. function ptr. */ +#define R_PARISC_LTOFF_FPTR14WR 123 /* LT-rel. fct. ptr., right 14 bits. */ +#define R_PARISC_LTOFF_FPTR14DR 124 /* LT-rel. fct. ptr., right 14 bits. */ +#define R_PARISC_LTOFF_FPTR16F 125 /* 16 bits LT-rel. function ptr. */ +#define R_PARISC_LTOFF_FPTR16WF 126 /* 16 bits LT-rel. function ptr. */ +#define R_PARISC_LTOFF_FPTR16DF 127 /* 16 bits LT-rel. function ptr. */ +#define R_PARISC_LORESERVE 128 +#define R_PARISC_COPY 128 /* Copy relocation. */ +#define R_PARISC_IPLT 129 /* Dynamic reloc, imported PLT */ +#define R_PARISC_EPLT 130 /* Dynamic reloc, exported PLT */ +#define R_PARISC_TPREL32 153 /* 32 bits TP-rel. address. */ +#define R_PARISC_TPREL21L 154 /* TP-rel. address, left 21 bits. */ +#define R_PARISC_TPREL14R 158 /* TP-rel. address, right 14 bits. */ +#define R_PARISC_LTOFF_TP21L 162 /* LT-TP-rel. address, left 21 bits. */ +#define R_PARISC_LTOFF_TP14R 166 /* LT-TP-rel. address, right 14 bits.*/ +#define R_PARISC_LTOFF_TP14F 167 /* 14 bits LT-TP-rel. address. */ +#define R_PARISC_TPREL64 216 /* 64 bits TP-rel. address. */ +#define R_PARISC_TPREL14WR 219 /* TP-rel. address, right 14 bits. */ +#define R_PARISC_TPREL14DR 220 /* TP-rel. address, right 14 bits. */ +#define R_PARISC_TPREL16F 221 /* 16 bits TP-rel. address. */ +#define R_PARISC_TPREL16WF 222 /* 16 bits TP-rel. address. */ +#define R_PARISC_TPREL16DF 223 /* 16 bits TP-rel. address. */ +#define R_PARISC_LTOFF_TP64 224 /* 64 bits LT-TP-rel. address. */ +#define R_PARISC_LTOFF_TP14WR 227 /* LT-TP-rel. address, right 14 bits.*/ +#define R_PARISC_LTOFF_TP14DR 228 /* LT-TP-rel. address, right 14 bits.*/ +#define R_PARISC_LTOFF_TP16F 229 /* 16 bits LT-TP-rel. address. */ +#define R_PARISC_LTOFF_TP16WF 230 /* 16 bits LT-TP-rel. address. */ +#define R_PARISC_LTOFF_TP16DF 231 /* 16 bits LT-TP-rel. address. */ +#define R_PARISC_HIRESERVE 255 + +/* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */ + +#define PT_HP_TLS (PT_LOOS + 0x0) +#define PT_HP_CORE_NONE (PT_LOOS + 0x1) +#define PT_HP_CORE_VERSION (PT_LOOS + 0x2) +#define PT_HP_CORE_KERNEL (PT_LOOS + 0x3) +#define PT_HP_CORE_COMM (PT_LOOS + 0x4) +#define PT_HP_CORE_PROC (PT_LOOS + 0x5) +#define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6) +#define PT_HP_CORE_STACK (PT_LOOS + 0x7) +#define PT_HP_CORE_SHM (PT_LOOS + 0x8) +#define PT_HP_CORE_MMF (PT_LOOS + 0x9) +#define PT_HP_PARALLEL (PT_LOOS + 0x10) +#define PT_HP_FASTBIND (PT_LOOS + 0x11) +#define PT_HP_OPT_ANNOT (PT_LOOS + 0x12) +#define PT_HP_HSL_ANNOT (PT_LOOS + 0x13) +#define PT_HP_STACK (PT_LOOS + 0x14) + +#define PT_PARISC_ARCHEXT 0x70000000 +#define PT_PARISC_UNWIND 0x70000001 + +/* Legal values for p_flags field of Elf32_Phdr/Elf64_Phdr. */ + +#define PF_PARISC_SBP 0x08000000 + +#define PF_HP_PAGE_SIZE 0x00100000 +#define PF_HP_FAR_SHARED 0x00200000 +#define PF_HP_NEAR_SHARED 0x00400000 +#define PF_HP_CODE 0x01000000 +#define PF_HP_MODIFY 0x02000000 +#define PF_HP_LAZYSWAP 0x04000000 +#define PF_HP_SBP 0x08000000 + + +/* Alpha specific definitions. */ + +/* Legal values for e_flags field of Elf64_Ehdr. */ + +#define EF_ALPHA_32BIT 1 /* All addresses must be < 2GB. */ +#define EF_ALPHA_CANRELAX 2 /* Relocations for relaxing exist. */ + +/* Legal values for sh_type field of Elf64_Shdr. */ + +/* These two are primerily concerned with ECOFF debugging info. */ +#define SHT_ALPHA_DEBUG 0x70000001 +#define SHT_ALPHA_REGINFO 0x70000002 + +/* Legal values for sh_flags field of Elf64_Shdr. */ + +#define SHF_ALPHA_GPREL 0x10000000 + +/* Legal values for st_other field of Elf64_Sym. */ +#define STO_ALPHA_NOPV 0x80 /* No PV required. */ +#define STO_ALPHA_STD_GPLOAD 0x88 /* PV only used for initial ldgp. */ + +/* Alpha relocs. */ + +#define R_ALPHA_NONE 0 /* No reloc */ +#define R_ALPHA_REFLONG 1 /* Direct 32 bit */ +#define R_ALPHA_REFQUAD 2 /* Direct 64 bit */ +#define R_ALPHA_GPREL32 3 /* GP relative 32 bit */ +#define R_ALPHA_LITERAL 4 /* GP relative 16 bit w/optimization */ +#define R_ALPHA_LITUSE 5 /* Optimization hint for LITERAL */ +#define R_ALPHA_GPDISP 6 /* Add displacement to GP */ +#define R_ALPHA_BRADDR 7 /* PC+4 relative 23 bit shifted */ +#define R_ALPHA_HINT 8 /* PC+4 relative 16 bit shifted */ +#define R_ALPHA_SREL16 9 /* PC relative 16 bit */ +#define R_ALPHA_SREL32 10 /* PC relative 32 bit */ +#define R_ALPHA_SREL64 11 /* PC relative 64 bit */ +#define R_ALPHA_GPRELHIGH 17 /* GP relative 32 bit, high 16 bits */ +#define R_ALPHA_GPRELLOW 18 /* GP relative 32 bit, low 16 bits */ +#define R_ALPHA_GPREL16 19 /* GP relative 16 bit */ +#define R_ALPHA_COPY 24 /* Copy symbol at runtime */ +#define R_ALPHA_GLOB_DAT 25 /* Create GOT entry */ +#define R_ALPHA_JMP_SLOT 26 /* Create PLT entry */ +#define R_ALPHA_RELATIVE 27 /* Adjust by program base */ +#define R_ALPHA_TLS_GD_HI 28 +#define R_ALPHA_TLSGD 29 +#define R_ALPHA_TLS_LDM 30 +#define R_ALPHA_DTPMOD64 31 +#define R_ALPHA_GOTDTPREL 32 +#define R_ALPHA_DTPREL64 33 +#define R_ALPHA_DTPRELHI 34 +#define R_ALPHA_DTPRELLO 35 +#define R_ALPHA_DTPREL16 36 +#define R_ALPHA_GOTTPREL 37 +#define R_ALPHA_TPREL64 38 +#define R_ALPHA_TPRELHI 39 +#define R_ALPHA_TPRELLO 40 +#define R_ALPHA_TPREL16 41 +/* Keep this the last entry. */ +#define R_ALPHA_NUM 46 + +/* Magic values of the LITUSE relocation addend. */ +#define LITUSE_ALPHA_ADDR 0 +#define LITUSE_ALPHA_BASE 1 +#define LITUSE_ALPHA_BYTOFF 2 +#define LITUSE_ALPHA_JSR 3 +#define LITUSE_ALPHA_TLS_GD 4 +#define LITUSE_ALPHA_TLS_LDM 5 + + +/* PowerPC specific declarations */ + +/* Values for Elf32/64_Ehdr.e_flags. */ +#define EF_PPC_EMB 0x80000000 /* PowerPC embedded flag */ + +/* Cygnus local bits below */ +#define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag*/ +#define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib + flag */ + +/* PowerPC relocations defined by the ABIs */ +#define R_PPC_NONE 0 +#define R_PPC_ADDR32 1 /* 32bit absolute address */ +#define R_PPC_ADDR24 2 /* 26bit address, 2 bits ignored. */ +#define R_PPC_ADDR16 3 /* 16bit absolute address */ +#define R_PPC_ADDR16_LO 4 /* lower 16bit of absolute address */ +#define R_PPC_ADDR16_HI 5 /* high 16bit of absolute address */ +#define R_PPC_ADDR16_HA 6 /* adjusted high 16bit */ +#define R_PPC_ADDR14 7 /* 16bit address, 2 bits ignored */ +#define R_PPC_ADDR14_BRTAKEN 8 +#define R_PPC_ADDR14_BRNTAKEN 9 +#define R_PPC_REL24 10 /* PC relative 26 bit */ +#define R_PPC_REL14 11 /* PC relative 16 bit */ +#define R_PPC_REL14_BRTAKEN 12 +#define R_PPC_REL14_BRNTAKEN 13 +#define R_PPC_GOT16 14 +#define R_PPC_GOT16_LO 15 +#define R_PPC_GOT16_HI 16 +#define R_PPC_GOT16_HA 17 +#define R_PPC_PLTREL24 18 +#define R_PPC_COPY 19 +#define R_PPC_GLOB_DAT 20 +#define R_PPC_JMP_SLOT 21 +#define R_PPC_RELATIVE 22 +#define R_PPC_LOCAL24PC 23 +#define R_PPC_UADDR32 24 +#define R_PPC_UADDR16 25 +#define R_PPC_REL32 26 +#define R_PPC_PLT32 27 +#define R_PPC_PLTREL32 28 +#define R_PPC_PLT16_LO 29 +#define R_PPC_PLT16_HI 30 +#define R_PPC_PLT16_HA 31 +#define R_PPC_SDAREL16 32 +#define R_PPC_SECTOFF 33 +#define R_PPC_SECTOFF_LO 34 +#define R_PPC_SECTOFF_HI 35 +#define R_PPC_SECTOFF_HA 36 + +/* PowerPC relocations defined for the TLS access ABI. */ +#define R_PPC_TLS 67 /* none (sym+add)@tls */ +#define R_PPC_DTPMOD32 68 /* word32 (sym+add)@dtpmod */ +#define R_PPC_TPREL16 69 /* half16* (sym+add)@tprel */ +#define R_PPC_TPREL16_LO 70 /* half16 (sym+add)@tprel@l */ +#define R_PPC_TPREL16_HI 71 /* half16 (sym+add)@tprel@h */ +#define R_PPC_TPREL16_HA 72 /* half16 (sym+add)@tprel@ha */ +#define R_PPC_TPREL32 73 /* word32 (sym+add)@tprel */ +#define R_PPC_DTPREL16 74 /* half16* (sym+add)@dtprel */ +#define R_PPC_DTPREL16_LO 75 /* half16 (sym+add)@dtprel@l */ +#define R_PPC_DTPREL16_HI 76 /* half16 (sym+add)@dtprel@h */ +#define R_PPC_DTPREL16_HA 77 /* half16 (sym+add)@dtprel@ha */ +#define R_PPC_DTPREL32 78 /* word32 (sym+add)@dtprel */ +#define R_PPC_GOT_TLSGD16 79 /* half16* (sym+add)@got@tlsgd */ +#define R_PPC_GOT_TLSGD16_LO 80 /* half16 (sym+add)@got@tlsgd@l */ +#define R_PPC_GOT_TLSGD16_HI 81 /* half16 (sym+add)@got@tlsgd@h */ +#define R_PPC_GOT_TLSGD16_HA 82 /* half16 (sym+add)@got@tlsgd@ha */ +#define R_PPC_GOT_TLSLD16 83 /* half16* (sym+add)@got@tlsld */ +#define R_PPC_GOT_TLSLD16_LO 84 /* half16 (sym+add)@got@tlsld@l */ +#define R_PPC_GOT_TLSLD16_HI 85 /* half16 (sym+add)@got@tlsld@h */ +#define R_PPC_GOT_TLSLD16_HA 86 /* half16 (sym+add)@got@tlsld@ha */ +#define R_PPC_GOT_TPREL16 87 /* half16* (sym+add)@got@tprel */ +#define R_PPC_GOT_TPREL16_LO 88 /* half16 (sym+add)@got@tprel@l */ +#define R_PPC_GOT_TPREL16_HI 89 /* half16 (sym+add)@got@tprel@h */ +#define R_PPC_GOT_TPREL16_HA 90 /* half16 (sym+add)@got@tprel@ha */ +#define R_PPC_GOT_DTPREL16 91 /* half16* (sym+add)@got@dtprel */ +#define R_PPC_GOT_DTPREL16_LO 92 /* half16* (sym+add)@got@dtprel@l */ +#define R_PPC_GOT_DTPREL16_HI 93 /* half16* (sym+add)@got@dtprel@h */ +#define R_PPC_GOT_DTPREL16_HA 94 /* half16* (sym+add)@got@dtprel@ha */ + +/* Keep this the last entry. */ +#define R_PPC_NUM 95 + +/* The remaining relocs are from the Embedded ELF ABI, and are not + in the SVR4 ELF ABI. */ +#define R_PPC_EMB_NADDR32 101 +#define R_PPC_EMB_NADDR16 102 +#define R_PPC_EMB_NADDR16_LO 103 +#define R_PPC_EMB_NADDR16_HI 104 +#define R_PPC_EMB_NADDR16_HA 105 +#define R_PPC_EMB_SDAI16 106 +#define R_PPC_EMB_SDA2I16 107 +#define R_PPC_EMB_SDA2REL 108 +#define R_PPC_EMB_SDA21 109 /* 16 bit offset in SDA */ +#define R_PPC_EMB_MRKREF 110 +#define R_PPC_EMB_RELSEC16 111 +#define R_PPC_EMB_RELST_LO 112 +#define R_PPC_EMB_RELST_HI 113 +#define R_PPC_EMB_RELST_HA 114 +#define R_PPC_EMB_BIT_FLD 115 +#define R_PPC_EMB_RELSDA 116 /* 16 bit relative offset in SDA */ + +/* Diab tool relocations. */ +#define R_PPC_DIAB_SDA21_LO 180 /* like EMB_SDA21, but lower 16 bit */ +#define R_PPC_DIAB_SDA21_HI 181 /* like EMB_SDA21, but high 16 bit */ +#define R_PPC_DIAB_SDA21_HA 182 /* like EMB_SDA21, adjusted high 16 */ +#define R_PPC_DIAB_RELSDA_LO 183 /* like EMB_RELSDA, but lower 16 bit */ +#define R_PPC_DIAB_RELSDA_HI 184 /* like EMB_RELSDA, but high 16 bit */ +#define R_PPC_DIAB_RELSDA_HA 185 /* like EMB_RELSDA, adjusted high 16 */ + +/* This is a phony reloc to handle any old fashioned TOC16 references + that may still be in object files. */ +#define R_PPC_TOC16 255 + + +/* PowerPC64 relocations defined by the ABIs */ +#define R_PPC64_NONE R_PPC_NONE +#define R_PPC64_ADDR32 R_PPC_ADDR32 /* 32bit absolute address */ +#define R_PPC64_ADDR24 R_PPC_ADDR24 /* 26bit address, word aligned */ +#define R_PPC64_ADDR16 R_PPC_ADDR16 /* 16bit absolute address */ +#define R_PPC64_ADDR16_LO R_PPC_ADDR16_LO /* lower 16bits of address */ +#define R_PPC64_ADDR16_HI R_PPC_ADDR16_HI /* high 16bits of address. */ +#define R_PPC64_ADDR16_HA R_PPC_ADDR16_HA /* adjusted high 16bits. */ +#define R_PPC64_ADDR14 R_PPC_ADDR14 /* 16bit address, word aligned */ +#define R_PPC64_ADDR14_BRTAKEN R_PPC_ADDR14_BRTAKEN +#define R_PPC64_ADDR14_BRNTAKEN R_PPC_ADDR14_BRNTAKEN +#define R_PPC64_REL24 R_PPC_REL24 /* PC-rel. 26 bit, word aligned */ +#define R_PPC64_REL14 R_PPC_REL14 /* PC relative 16 bit */ +#define R_PPC64_REL14_BRTAKEN R_PPC_REL14_BRTAKEN +#define R_PPC64_REL14_BRNTAKEN R_PPC_REL14_BRNTAKEN +#define R_PPC64_GOT16 R_PPC_GOT16 +#define R_PPC64_GOT16_LO R_PPC_GOT16_LO +#define R_PPC64_GOT16_HI R_PPC_GOT16_HI +#define R_PPC64_GOT16_HA R_PPC_GOT16_HA + +#define R_PPC64_COPY R_PPC_COPY +#define R_PPC64_GLOB_DAT R_PPC_GLOB_DAT +#define R_PPC64_JMP_SLOT R_PPC_JMP_SLOT +#define R_PPC64_RELATIVE R_PPC_RELATIVE + +#define R_PPC64_UADDR32 R_PPC_UADDR32 +#define R_PPC64_UADDR16 R_PPC_UADDR16 +#define R_PPC64_REL32 R_PPC_REL32 +#define R_PPC64_PLT32 R_PPC_PLT32 +#define R_PPC64_PLTREL32 R_PPC_PLTREL32 +#define R_PPC64_PLT16_LO R_PPC_PLT16_LO +#define R_PPC64_PLT16_HI R_PPC_PLT16_HI +#define R_PPC64_PLT16_HA R_PPC_PLT16_HA + +#define R_PPC64_SECTOFF R_PPC_SECTOFF +#define R_PPC64_SECTOFF_LO R_PPC_SECTOFF_LO +#define R_PPC64_SECTOFF_HI R_PPC_SECTOFF_HI +#define R_PPC64_SECTOFF_HA R_PPC_SECTOFF_HA +#define R_PPC64_ADDR30 37 /* word30 (S + A - P) >> 2 */ +#define R_PPC64_ADDR64 38 /* doubleword64 S + A */ +#define R_PPC64_ADDR16_HIGHER 39 /* half16 #higher(S + A) */ +#define R_PPC64_ADDR16_HIGHERA 40 /* half16 #highera(S + A) */ +#define R_PPC64_ADDR16_HIGHEST 41 /* half16 #highest(S + A) */ +#define R_PPC64_ADDR16_HIGHESTA 42 /* half16 #highesta(S + A) */ +#define R_PPC64_UADDR64 43 /* doubleword64 S + A */ +#define R_PPC64_REL64 44 /* doubleword64 S + A - P */ +#define R_PPC64_PLT64 45 /* doubleword64 L + A */ +#define R_PPC64_PLTREL64 46 /* doubleword64 L + A - P */ +#define R_PPC64_TOC16 47 /* half16* S + A - .TOC */ +#define R_PPC64_TOC16_LO 48 /* half16 #lo(S + A - .TOC.) */ +#define R_PPC64_TOC16_HI 49 /* half16 #hi(S + A - .TOC.) */ +#define R_PPC64_TOC16_HA 50 /* half16 #ha(S + A - .TOC.) */ +#define R_PPC64_TOC 51 /* doubleword64 .TOC */ +#define R_PPC64_PLTGOT16 52 /* half16* M + A */ +#define R_PPC64_PLTGOT16_LO 53 /* half16 #lo(M + A) */ +#define R_PPC64_PLTGOT16_HI 54 /* half16 #hi(M + A) */ +#define R_PPC64_PLTGOT16_HA 55 /* half16 #ha(M + A) */ + +#define R_PPC64_ADDR16_DS 56 /* half16ds* (S + A) >> 2 */ +#define R_PPC64_ADDR16_LO_DS 57 /* half16ds #lo(S + A) >> 2 */ +#define R_PPC64_GOT16_DS 58 /* half16ds* (G + A) >> 2 */ +#define R_PPC64_GOT16_LO_DS 59 /* half16ds #lo(G + A) >> 2 */ +#define R_PPC64_PLT16_LO_DS 60 /* half16ds #lo(L + A) >> 2 */ +#define R_PPC64_SECTOFF_DS 61 /* half16ds* (R + A) >> 2 */ +#define R_PPC64_SECTOFF_LO_DS 62 /* half16ds #lo(R + A) >> 2 */ +#define R_PPC64_TOC16_DS 63 /* half16ds* (S + A - .TOC.) >> 2 */ +#define R_PPC64_TOC16_LO_DS 64 /* half16ds #lo(S + A - .TOC.) >> 2 */ +#define R_PPC64_PLTGOT16_DS 65 /* half16ds* (M + A) >> 2 */ +#define R_PPC64_PLTGOT16_LO_DS 66 /* half16ds #lo(M + A) >> 2 */ + +/* PowerPC64 relocations defined for the TLS access ABI. */ +#define R_PPC64_TLS 67 /* none (sym+add)@tls */ +#define R_PPC64_DTPMOD64 68 /* doubleword64 (sym+add)@dtpmod */ +#define R_PPC64_TPREL16 69 /* half16* (sym+add)@tprel */ +#define R_PPC64_TPREL16_LO 70 /* half16 (sym+add)@tprel@l */ +#define R_PPC64_TPREL16_HI 71 /* half16 (sym+add)@tprel@h */ +#define R_PPC64_TPREL16_HA 72 /* half16 (sym+add)@tprel@ha */ +#define R_PPC64_TPREL64 73 /* doubleword64 (sym+add)@tprel */ +#define R_PPC64_DTPREL16 74 /* half16* (sym+add)@dtprel */ +#define R_PPC64_DTPREL16_LO 75 /* half16 (sym+add)@dtprel@l */ +#define R_PPC64_DTPREL16_HI 76 /* half16 (sym+add)@dtprel@h */ +#define R_PPC64_DTPREL16_HA 77 /* half16 (sym+add)@dtprel@ha */ +#define R_PPC64_DTPREL64 78 /* doubleword64 (sym+add)@dtprel */ +#define R_PPC64_GOT_TLSGD16 79 /* half16* (sym+add)@got@tlsgd */ +#define R_PPC64_GOT_TLSGD16_LO 80 /* half16 (sym+add)@got@tlsgd@l */ +#define R_PPC64_GOT_TLSGD16_HI 81 /* half16 (sym+add)@got@tlsgd@h */ +#define R_PPC64_GOT_TLSGD16_HA 82 /* half16 (sym+add)@got@tlsgd@ha */ +#define R_PPC64_GOT_TLSLD16 83 /* half16* (sym+add)@got@tlsld */ +#define R_PPC64_GOT_TLSLD16_LO 84 /* half16 (sym+add)@got@tlsld@l */ +#define R_PPC64_GOT_TLSLD16_HI 85 /* half16 (sym+add)@got@tlsld@h */ +#define R_PPC64_GOT_TLSLD16_HA 86 /* half16 (sym+add)@got@tlsld@ha */ +#define R_PPC64_GOT_TPREL16_DS 87 /* half16ds* (sym+add)@got@tprel */ +#define R_PPC64_GOT_TPREL16_LO_DS 88 /* half16ds (sym+add)@got@tprel@l */ +#define R_PPC64_GOT_TPREL16_HI 89 /* half16 (sym+add)@got@tprel@h */ +#define R_PPC64_GOT_TPREL16_HA 90 /* half16 (sym+add)@got@tprel@ha */ +#define R_PPC64_GOT_DTPREL16_DS 91 /* half16ds* (sym+add)@got@dtprel */ +#define R_PPC64_GOT_DTPREL16_LO_DS 92 /* half16ds (sym+add)@got@dtprel@l */ +#define R_PPC64_GOT_DTPREL16_HI 93 /* half16 (sym+add)@got@dtprel@h */ +#define R_PPC64_GOT_DTPREL16_HA 94 /* half16 (sym+add)@got@dtprel@ha */ +#define R_PPC64_TPREL16_DS 95 /* half16ds* (sym+add)@tprel */ +#define R_PPC64_TPREL16_LO_DS 96 /* half16ds (sym+add)@tprel@l */ +#define R_PPC64_TPREL16_HIGHER 97 /* half16 (sym+add)@tprel@higher */ +#define R_PPC64_TPREL16_HIGHERA 98 /* half16 (sym+add)@tprel@highera */ +#define R_PPC64_TPREL16_HIGHEST 99 /* half16 (sym+add)@tprel@highest */ +#define R_PPC64_TPREL16_HIGHESTA 100 /* half16 (sym+add)@tprel@highesta */ +#define R_PPC64_DTPREL16_DS 101 /* half16ds* (sym+add)@dtprel */ +#define R_PPC64_DTPREL16_LO_DS 102 /* half16ds (sym+add)@dtprel@l */ +#define R_PPC64_DTPREL16_HIGHER 103 /* half16 (sym+add)@dtprel@higher */ +#define R_PPC64_DTPREL16_HIGHERA 104 /* half16 (sym+add)@dtprel@highera */ +#define R_PPC64_DTPREL16_HIGHEST 105 /* half16 (sym+add)@dtprel@highest */ +#define R_PPC64_DTPREL16_HIGHESTA 106 /* half16 (sym+add)@dtprel@highesta */ + +/* Keep this the last entry. */ +#define R_PPC64_NUM 107 + +/* PowerPC64 specific values for the Dyn d_tag field. */ +#define DT_PPC64_GLINK (DT_LOPROC + 0) +#define DT_PPC64_NUM 1 + + +/* ARM specific declarations */ + +/* Processor specific flags for the ELF header e_flags field. */ +#define EF_ARM_RELEXEC 0x01 +#define EF_ARM_HASENTRY 0x02 +#define EF_ARM_INTERWORK 0x04 +#define EF_ARM_APCS_26 0x08 +#define EF_ARM_APCS_FLOAT 0x10 +#define EF_ARM_PIC 0x20 +#define EF_ARM_ALIGN8 0x40 /* 8-bit structure alignment is in use */ +#define EF_ARM_NEW_ABI 0x80 +#define EF_ARM_OLD_ABI 0x100 + +/* Other constants defined in the ARM ELF spec. version B-01. */ +/* NB. These conflict with values defined above. */ +#define EF_ARM_SYMSARESORTED 0x04 +#define EF_ARM_DYNSYMSUSESEGIDX 0x08 +#define EF_ARM_MAPSYMSFIRST 0x10 +#define EF_ARM_EABIMASK 0XFF000000 + +#define EF_ARM_EABI_VERSION(flags) ((flags) & EF_ARM_EABIMASK) +#define EF_ARM_EABI_UNKNOWN 0x00000000 +#define EF_ARM_EABI_VER1 0x01000000 +#define EF_ARM_EABI_VER2 0x02000000 + +/* Additional symbol types for Thumb */ +#define STT_ARM_TFUNC 0xd + +/* ARM-specific values for sh_flags */ +#define SHF_ARM_ENTRYSECT 0x10000000 /* Section contains an entry point */ +#define SHF_ARM_COMDEF 0x80000000 /* Section may be multiply defined + in the input to a link step */ + +/* ARM-specific program header flags */ +#define PF_ARM_SB 0x10000000 /* Segment contains the location + addressed by the static base */ + +/* ARM relocs. */ +#define R_ARM_NONE 0 /* No reloc */ +#define R_ARM_PC24 1 /* PC relative 26 bit branch */ +#define R_ARM_ABS32 2 /* Direct 32 bit */ +#define R_ARM_REL32 3 /* PC relative 32 bit */ +#define R_ARM_PC13 4 +#define R_ARM_ABS16 5 /* Direct 16 bit */ +#define R_ARM_ABS12 6 /* Direct 12 bit */ +#define R_ARM_THM_ABS5 7 +#define R_ARM_ABS8 8 /* Direct 8 bit */ +#define R_ARM_SBREL32 9 +#define R_ARM_THM_PC22 10 +#define R_ARM_THM_PC8 11 +#define R_ARM_AMP_VCALL9 12 +#define R_ARM_SWI24 13 +#define R_ARM_THM_SWI8 14 +#define R_ARM_XPC25 15 +#define R_ARM_THM_XPC22 16 +#define R_ARM_COPY 20 /* Copy symbol at runtime */ +#define R_ARM_GLOB_DAT 21 /* Create GOT entry */ +#define R_ARM_JUMP_SLOT 22 /* Create PLT entry */ +#define R_ARM_RELATIVE 23 /* Adjust by program base */ +#define R_ARM_GOTOFF 24 /* 32 bit offset to GOT */ +#define R_ARM_GOTPC 25 /* 32 bit PC relative offset to GOT */ +#define R_ARM_GOT32 26 /* 32 bit GOT entry */ +#define R_ARM_PLT32 27 /* 32 bit PLT address */ +#define R_ARM_ALU_PCREL_7_0 32 +#define R_ARM_ALU_PCREL_15_8 33 +#define R_ARM_ALU_PCREL_23_15 34 +#define R_ARM_LDR_SBREL_11_0 35 +#define R_ARM_ALU_SBREL_19_12 36 +#define R_ARM_ALU_SBREL_27_20 37 +#define R_ARM_GNU_VTENTRY 100 +#define R_ARM_GNU_VTINHERIT 101 +#define R_ARM_THM_PC11 102 /* thumb unconditional branch */ +#define R_ARM_THM_PC9 103 /* thumb conditional branch */ +#define R_ARM_RXPC25 249 +#define R_ARM_RSBREL32 250 +#define R_ARM_THM_RPC22 251 +#define R_ARM_RREL32 252 +#define R_ARM_RABS22 253 +#define R_ARM_RPC24 254 +#define R_ARM_RBASE 255 +/* Keep this the last entry. */ +#define R_ARM_NUM 256 + +/* IA-64 specific declarations. */ + +/* Processor specific flags for the Ehdr e_flags field. */ +#define EF_IA_64_MASKOS 0x0000000f /* os-specific flags */ +#define EF_IA_64_ABI64 0x00000010 /* 64-bit ABI */ +#define EF_IA_64_ARCH 0xff000000 /* arch. version mask */ + +/* Processor specific values for the Phdr p_type field. */ +#define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */ +#define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */ + +/* Processor specific flags for the Phdr p_flags field. */ +#define PF_IA_64_NORECOV 0x80000000 /* spec insns w/o recovery */ + +/* Processor specific values for the Shdr sh_type field. */ +#define SHT_IA_64_EXT (SHT_LOPROC + 0) /* extension bits */ +#define SHT_IA_64_UNWIND (SHT_LOPROC + 1) /* unwind bits */ + +/* Processor specific flags for the Shdr sh_flags field. */ +#define SHF_IA_64_SHORT 0x10000000 /* section near gp */ +#define SHF_IA_64_NORECOV 0x20000000 /* spec insns w/o recovery */ + +/* Processor specific values for the Dyn d_tag field. */ +#define DT_IA_64_PLT_RESERVE (DT_LOPROC + 0) +#define DT_IA_64_NUM 1 + +/* IA-64 relocations. */ +#define R_IA64_NONE 0x00 /* none */ +#define R_IA64_IMM14 0x21 /* symbol + addend, add imm14 */ +#define R_IA64_IMM22 0x22 /* symbol + addend, add imm22 */ +#define R_IA64_IMM64 0x23 /* symbol + addend, mov imm64 */ +#define R_IA64_DIR32MSB 0x24 /* symbol + addend, data4 MSB */ +#define R_IA64_DIR32LSB 0x25 /* symbol + addend, data4 LSB */ +#define R_IA64_DIR64MSB 0x26 /* symbol + addend, data8 MSB */ +#define R_IA64_DIR64LSB 0x27 /* symbol + addend, data8 LSB */ +#define R_IA64_GPREL22 0x2a /* @gprel(sym + add), add imm22 */ +#define R_IA64_GPREL64I 0x2b /* @gprel(sym + add), mov imm64 */ +#define R_IA64_GPREL32MSB 0x2c /* @gprel(sym + add), data4 MSB */ +#define R_IA64_GPREL32LSB 0x2d /* @gprel(sym + add), data4 LSB */ +#define R_IA64_GPREL64MSB 0x2e /* @gprel(sym + add), data8 MSB */ +#define R_IA64_GPREL64LSB 0x2f /* @gprel(sym + add), data8 LSB */ +#define R_IA64_LTOFF22 0x32 /* @ltoff(sym + add), add imm22 */ +#define R_IA64_LTOFF64I 0x33 /* @ltoff(sym + add), mov imm64 */ +#define R_IA64_PLTOFF22 0x3a /* @pltoff(sym + add), add imm22 */ +#define R_IA64_PLTOFF64I 0x3b /* @pltoff(sym + add), mov imm64 */ +#define R_IA64_PLTOFF64MSB 0x3e /* @pltoff(sym + add), data8 MSB */ +#define R_IA64_PLTOFF64LSB 0x3f /* @pltoff(sym + add), data8 LSB */ +#define R_IA64_FPTR64I 0x43 /* @fptr(sym + add), mov imm64 */ +#define R_IA64_FPTR32MSB 0x44 /* @fptr(sym + add), data4 MSB */ +#define R_IA64_FPTR32LSB 0x45 /* @fptr(sym + add), data4 LSB */ +#define R_IA64_FPTR64MSB 0x46 /* @fptr(sym + add), data8 MSB */ +#define R_IA64_FPTR64LSB 0x47 /* @fptr(sym + add), data8 LSB */ +#define R_IA64_PCREL60B 0x48 /* @pcrel(sym + add), brl */ +#define R_IA64_PCREL21B 0x49 /* @pcrel(sym + add), ptb, call */ +#define R_IA64_PCREL21M 0x4a /* @pcrel(sym + add), chk.s */ +#define R_IA64_PCREL21F 0x4b /* @pcrel(sym + add), fchkf */ +#define R_IA64_PCREL32MSB 0x4c /* @pcrel(sym + add), data4 MSB */ +#define R_IA64_PCREL32LSB 0x4d /* @pcrel(sym + add), data4 LSB */ +#define R_IA64_PCREL64MSB 0x4e /* @pcrel(sym + add), data8 MSB */ +#define R_IA64_PCREL64LSB 0x4f /* @pcrel(sym + add), data8 LSB */ +#define R_IA64_LTOFF_FPTR22 0x52 /* @ltoff(@fptr(s+a)), imm22 */ +#define R_IA64_LTOFF_FPTR64I 0x53 /* @ltoff(@fptr(s+a)), imm64 */ +#define R_IA64_LTOFF_FPTR32MSB 0x54 /* @ltoff(@fptr(s+a)), data4 MSB */ +#define R_IA64_LTOFF_FPTR32LSB 0x55 /* @ltoff(@fptr(s+a)), data4 LSB */ +#define R_IA64_LTOFF_FPTR64MSB 0x56 /* @ltoff(@fptr(s+a)), data8 MSB */ +#define R_IA64_LTOFF_FPTR64LSB 0x57 /* @ltoff(@fptr(s+a)), data8 LSB */ +#define R_IA64_SEGREL32MSB 0x5c /* @segrel(sym + add), data4 MSB */ +#define R_IA64_SEGREL32LSB 0x5d /* @segrel(sym + add), data4 LSB */ +#define R_IA64_SEGREL64MSB 0x5e /* @segrel(sym + add), data8 MSB */ +#define R_IA64_SEGREL64LSB 0x5f /* @segrel(sym + add), data8 LSB */ +#define R_IA64_SECREL32MSB 0x64 /* @secrel(sym + add), data4 MSB */ +#define R_IA64_SECREL32LSB 0x65 /* @secrel(sym + add), data4 LSB */ +#define R_IA64_SECREL64MSB 0x66 /* @secrel(sym + add), data8 MSB */ +#define R_IA64_SECREL64LSB 0x67 /* @secrel(sym + add), data8 LSB */ +#define R_IA64_REL32MSB 0x6c /* data 4 + REL */ +#define R_IA64_REL32LSB 0x6d /* data 4 + REL */ +#define R_IA64_REL64MSB 0x6e /* data 8 + REL */ +#define R_IA64_REL64LSB 0x6f /* data 8 + REL */ +#define R_IA64_LTV32MSB 0x74 /* symbol + addend, data4 MSB */ +#define R_IA64_LTV32LSB 0x75 /* symbol + addend, data4 LSB */ +#define R_IA64_LTV64MSB 0x76 /* symbol + addend, data8 MSB */ +#define R_IA64_LTV64LSB 0x77 /* symbol + addend, data8 LSB */ +#define R_IA64_PCREL21BI 0x79 /* @pcrel(sym + add), 21bit inst */ +#define R_IA64_PCREL22 0x7a /* @pcrel(sym + add), 22bit inst */ +#define R_IA64_PCREL64I 0x7b /* @pcrel(sym + add), 64bit inst */ +#define R_IA64_IPLTMSB 0x80 /* dynamic reloc, imported PLT, MSB */ +#define R_IA64_IPLTLSB 0x81 /* dynamic reloc, imported PLT, LSB */ +#define R_IA64_COPY 0x84 /* copy relocation */ +#define R_IA64_SUB 0x85 /* Addend and symbol difference */ +#define R_IA64_LTOFF22X 0x86 /* LTOFF22, relaxable. */ +#define R_IA64_LDXMOV 0x87 /* Use of LTOFF22X. */ +#define R_IA64_TPREL14 0x91 /* @tprel(sym + add), imm14 */ +#define R_IA64_TPREL22 0x92 /* @tprel(sym + add), imm22 */ +#define R_IA64_TPREL64I 0x93 /* @tprel(sym + add), imm64 */ +#define R_IA64_TPREL64MSB 0x96 /* @tprel(sym + add), data8 MSB */ +#define R_IA64_TPREL64LSB 0x97 /* @tprel(sym + add), data8 LSB */ +#define R_IA64_LTOFF_TPREL22 0x9a /* @ltoff(@tprel(s+a)), imm2 */ +#define R_IA64_DTPMOD64MSB 0xa6 /* @dtpmod(sym + add), data8 MSB */ +#define R_IA64_DTPMOD64LSB 0xa7 /* @dtpmod(sym + add), data8 LSB */ +#define R_IA64_LTOFF_DTPMOD22 0xaa /* @ltoff(@dtpmod(sym + add)), imm22 */ +#define R_IA64_DTPREL14 0xb1 /* @dtprel(sym + add), imm14 */ +#define R_IA64_DTPREL22 0xb2 /* @dtprel(sym + add), imm22 */ +#define R_IA64_DTPREL64I 0xb3 /* @dtprel(sym + add), imm64 */ +#define R_IA64_DTPREL32MSB 0xb4 /* @dtprel(sym + add), data4 MSB */ +#define R_IA64_DTPREL32LSB 0xb5 /* @dtprel(sym + add), data4 LSB */ +#define R_IA64_DTPREL64MSB 0xb6 /* @dtprel(sym + add), data8 MSB */ +#define R_IA64_DTPREL64LSB 0xb7 /* @dtprel(sym + add), data8 LSB */ +#define R_IA64_LTOFF_DTPREL22 0xba /* @ltoff(@dtprel(s+a)), imm22 */ + +/* SH specific declarations */ + +/* SH relocs. */ +#define R_SH_NONE 0 +#define R_SH_DIR32 1 +#define R_SH_REL32 2 +#define R_SH_DIR8WPN 3 +#define R_SH_IND12W 4 +#define R_SH_DIR8WPL 5 +#define R_SH_DIR8WPZ 6 +#define R_SH_DIR8BP 7 +#define R_SH_DIR8W 8 +#define R_SH_DIR8L 9 +#define R_SH_SWITCH16 25 +#define R_SH_SWITCH32 26 +#define R_SH_USES 27 +#define R_SH_COUNT 28 +#define R_SH_ALIGN 29 +#define R_SH_CODE 30 +#define R_SH_DATA 31 +#define R_SH_LABEL 32 +#define R_SH_SWITCH8 33 +#define R_SH_GNU_VTINHERIT 34 +#define R_SH_GNU_VTENTRY 35 +#define R_SH_TLS_GD_32 144 +#define R_SH_TLS_LD_32 145 +#define R_SH_TLS_LDO_32 146 +#define R_SH_TLS_IE_32 147 +#define R_SH_TLS_LE_32 148 +#define R_SH_TLS_DTPMOD32 149 +#define R_SH_TLS_DTPOFF32 150 +#define R_SH_TLS_TPOFF32 151 +#define R_SH_GOT32 160 +#define R_SH_PLT32 161 +#define R_SH_COPY 162 +#define R_SH_GLOB_DAT 163 +#define R_SH_JMP_SLOT 164 +#define R_SH_RELATIVE 165 +#define R_SH_GOTOFF 166 +#define R_SH_GOTPC 167 +/* Keep this the last entry. */ +#define R_SH_NUM 256 + +/* Additional s390 relocs */ + +#define R_390_NONE 0 /* No reloc. */ +#define R_390_8 1 /* Direct 8 bit. */ +#define R_390_12 2 /* Direct 12 bit. */ +#define R_390_16 3 /* Direct 16 bit. */ +#define R_390_32 4 /* Direct 32 bit. */ +#define R_390_PC32 5 /* PC relative 32 bit. */ +#define R_390_GOT12 6 /* 12 bit GOT offset. */ +#define R_390_GOT32 7 /* 32 bit GOT offset. */ +#define R_390_PLT32 8 /* 32 bit PC relative PLT address. */ +#define R_390_COPY 9 /* Copy symbol at runtime. */ +#define R_390_GLOB_DAT 10 /* Create GOT entry. */ +#define R_390_JMP_SLOT 11 /* Create PLT entry. */ +#define R_390_RELATIVE 12 /* Adjust by program base. */ +#define R_390_GOTOFF32 13 /* 32 bit offset to GOT. */ +#define R_390_GOTPC 14 /* 32 bit PC relative offset to GOT. */ +#define R_390_GOT16 15 /* 16 bit GOT offset. */ +#define R_390_PC16 16 /* PC relative 16 bit. */ +#define R_390_PC16DBL 17 /* PC relative 16 bit shifted by 1. */ +#define R_390_PLT16DBL 18 /* 16 bit PC rel. PLT shifted by 1. */ +#define R_390_PC32DBL 19 /* PC relative 32 bit shifted by 1. */ +#define R_390_PLT32DBL 20 /* 32 bit PC rel. PLT shifted by 1. */ +#define R_390_GOTPCDBL 21 /* 32 bit PC rel. GOT shifted by 1. */ +#define R_390_64 22 /* Direct 64 bit. */ +#define R_390_PC64 23 /* PC relative 64 bit. */ +#define R_390_GOT64 24 /* 64 bit GOT offset. */ +#define R_390_PLT64 25 /* 64 bit PC relative PLT address. */ +#define R_390_GOTENT 26 /* 32 bit PC rel. to GOT entry >> 1. */ +#define R_390_GOTOFF16 27 /* 16 bit offset to GOT. */ +#define R_390_GOTOFF64 28 /* 64 bit offset to GOT. */ +#define R_390_GOTPLT12 29 /* 12 bit offset to jump slot. */ +#define R_390_GOTPLT16 30 /* 16 bit offset to jump slot. */ +#define R_390_GOTPLT32 31 /* 32 bit offset to jump slot. */ +#define R_390_GOTPLT64 32 /* 64 bit offset to jump slot. */ +#define R_390_GOTPLTENT 33 /* 32 bit rel. offset to jump slot. */ +#define R_390_PLTOFF16 34 /* 16 bit offset from GOT to PLT. */ +#define R_390_PLTOFF32 35 /* 32 bit offset from GOT to PLT. */ +#define R_390_PLTOFF64 36 /* 16 bit offset from GOT to PLT. */ +#define R_390_TLS_LOAD 37 /* Tag for load insn in TLS code. */ +#define R_390_TLS_GDCALL 38 /* Tag for function call in general + dynamic TLS code. */ +#define R_390_TLS_LDCALL 39 /* Tag for function call in local + dynamic TLS code. */ +#define R_390_TLS_GD32 40 /* Direct 32 bit for general dynamic + thread local data. */ +#define R_390_TLS_GD64 41 /* Direct 64 bit for general dynamic + thread local data. */ +#define R_390_TLS_GOTIE12 42 /* 12 bit GOT offset for static TLS + block offset. */ +#define R_390_TLS_GOTIE32 43 /* 32 bit GOT offset for static TLS + block offset. */ +#define R_390_TLS_GOTIE64 44 /* 64 bit GOT offset for static TLS + block offset. */ +#define R_390_TLS_LDM32 45 /* Direct 32 bit for local dynamic + thread local data in LE code. */ +#define R_390_TLS_LDM64 46 /* Direct 64 bit for local dynamic + thread local data in LE code. */ +#define R_390_TLS_IE32 47 /* 32 bit address of GOT entry for + negated static TLS block offset. */ +#define R_390_TLS_IE64 48 /* 64 bit address of GOT entry for + negated static TLS block offset. */ +#define R_390_TLS_IEENT 49 /* 32 bit rel. offset to GOT entry for + negated static TLS block offset. */ +#define R_390_TLS_LE32 50 /* 32 bit negated offset relative to + static TLS block. */ +#define R_390_TLS_LE64 51 /* 64 bit negated offset relative to + static TLS block. */ +#define R_390_TLS_LDO32 52 /* 32 bit offset relative to TLS + block. */ +#define R_390_TLS_LDO64 53 /* 64 bit offset relative to TLS + block. */ +#define R_390_TLS_DTPMOD 54 /* ID of module containing symbol. */ +#define R_390_TLS_DTPOFF 55 /* Offset in TLS block. */ +#define R_390_TLS_TPOFF 56 /* Negated offset in static TLS + block. */ + +/* Keep this the last entry. */ +#define R_390_NUM 57 + +/* CRIS relocations. */ +#define R_CRIS_NONE 0 +#define R_CRIS_8 1 +#define R_CRIS_16 2 +#define R_CRIS_32 3 +#define R_CRIS_8_PCREL 4 +#define R_CRIS_16_PCREL 5 +#define R_CRIS_32_PCREL 6 +#define R_CRIS_GNU_VTINHERIT 7 +#define R_CRIS_GNU_VTENTRY 8 +#define R_CRIS_COPY 9 +#define R_CRIS_GLOB_DAT 10 +#define R_CRIS_JUMP_SLOT 11 +#define R_CRIS_RELATIVE 12 +#define R_CRIS_16_GOT 13 +#define R_CRIS_32_GOT 14 +#define R_CRIS_16_GOTPLT 15 +#define R_CRIS_32_GOTPLT 16 +#define R_CRIS_32_GOTREL 17 +#define R_CRIS_32_PLT_GOTREL 18 +#define R_CRIS_32_PLT_PCREL 19 + +#define R_CRIS_NUM 20 + +/* AMD x86-64 relocations. */ +#define R_X86_64_NONE 0 /* No reloc */ +#define R_X86_64_64 1 /* Direct 64 bit */ +#define R_X86_64_PC32 2 /* PC relative 32 bit signed */ +#define R_X86_64_GOT32 3 /* 32 bit GOT entry */ +#define R_X86_64_PLT32 4 /* 32 bit PLT address */ +#define R_X86_64_COPY 5 /* Copy symbol at runtime */ +#define R_X86_64_GLOB_DAT 6 /* Create GOT entry */ +#define R_X86_64_JUMP_SLOT 7 /* Create PLT entry */ +#define R_X86_64_RELATIVE 8 /* Adjust by program base */ +#define R_X86_64_GOTPCREL 9 /* 32 bit signed PC relative + offset to GOT */ +#define R_X86_64_32 10 /* Direct 32 bit zero extended */ +#define R_X86_64_32S 11 /* Direct 32 bit sign extended */ +#define R_X86_64_16 12 /* Direct 16 bit zero extended */ +#define R_X86_64_PC16 13 /* 16 bit sign extended pc relative */ +#define R_X86_64_8 14 /* Direct 8 bit sign extended */ +#define R_X86_64_PC8 15 /* 8 bit sign extended pc relative */ +#define R_X86_64_DTPMOD64 16 /* ID of module containing symbol */ +#define R_X86_64_DTPOFF64 17 /* Offset in module's TLS block */ +#define R_X86_64_TPOFF64 18 /* Offset in initial TLS block */ +#define R_X86_64_TLSGD 19 /* 32 bit signed PC relative offset + to two GOT entries for GD symbol */ +#define R_X86_64_TLSLD 20 /* 32 bit signed PC relative offset + to two GOT entries for LD symbol */ +#define R_X86_64_DTPOFF32 21 /* Offset in TLS block */ +#define R_X86_64_GOTTPOFF 22 /* 32 bit signed PC relative offset + to GOT entry for IE symbol */ +#define R_X86_64_TPOFF32 23 /* Offset in initial TLS block */ + +#define R_X86_64_NUM 24 + +__END_DECLS + +#ifdef __cplusplus +}; +#endif //__cplusplus + +#endif /* elf.h */
\ No newline at end of file diff --git a/tools/o2narc/o2narc.cpp b/tools/o2narc/o2narc.cpp new file mode 100644 index 00000000..e4b46e2a --- /dev/null +++ b/tools/o2narc/o2narc.cpp @@ -0,0 +1,317 @@ +#include <iostream> +#include <fstream> +#include <getopt.h> +#include <cstring> +#include <vector> +#include "elf.h" +#include "Narc.h" + +using namespace std; + +static Elf32_Sym NullSym { + .st_name = -1u, + .st_value = -1u, + .st_size = 0 +}; + +static Elf32_Shdr NullShdr { + .sh_name = -1u, + .sh_offset = -1u +}; + +class Symtab : public vector<Elf32_Sym> { +public: + char * strtab; + Symtab() : strtab(nullptr) {} + Elf32_Sym & operator[](const char * name) { + for (auto& value : *this) { + if (strcmp(strtab + value.st_name, name) == 0) + return value; + } + return NullSym; + } +}; + +class ShdrTab : public vector<Elf32_Shdr> { +public: + char * shstrtab; + ShdrTab() : shstrtab(nullptr) {} + Elf32_Shdr & operator[](const int idx) { + return data()[idx]; + } + Elf32_Shdr & operator[](const char * name) { + for (auto& value : *this) { + if (strcmp(shstrtab + value.sh_name, name) == 0) + return value; + } + return NullShdr; + } +}; + +class Elf { + fstream handle; + Elf32_Ehdr ehdr; + Elf32_Phdr * phdr; + uint32_t symnum; +public: + ShdrTab shdr; + Symtab symtab; + Elf(const char * filename) { + // Read the ELF header + phdr = nullptr; + handle.open(filename, ios_base::in | ios_base::binary); + if (!handle.good()) { + cerr << "ERROR: Unable to open file '" << filename << "' for reading" << endl; + exit(1); + } + handle.read((char *)&ehdr, sizeof(ehdr)); + if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0) { + handle.close(); + cerr << "ERROR: Opened file is not a valid ELF" << endl; + exit(1); + } + + // Read the section headers + shdr.resize(ehdr.e_shnum); + handle.seekg(ehdr.e_shoff); + handle.read((char *)shdr.data(), ehdr.e_shnum * ehdr.e_shentsize); + + // Read the program headers + phdr = new Elf32_Phdr [ehdr.e_phnum]; + handle.seekg(ehdr.e_phoff); + handle.read((char *)phdr, ehdr.e_phnum * ehdr.e_phentsize); + + // Read the section string table + shdr.shstrtab = new char[shdr[ehdr.e_shstrndx].sh_size]; + handle.seekg(shdr[ehdr.e_shstrndx].sh_offset); + handle.read(shdr.shstrtab, shdr[ehdr.e_shstrndx].sh_size); + + // Read the symbol table + for (int i = 0; i < ehdr.e_shnum; i++) { + switch (shdr[i].sh_type) + { + case SHT_SYMTAB: + if (!symtab.empty()) { + handle.close(); + cerr << "ERROR: double symtab" << endl; + exit(1); + } + symnum = shdr[i].sh_size / sizeof(Elf32_Sym); + symtab.resize(symnum); + handle.seekg(shdr[i].sh_offset); + handle.read((char *)symtab.data(), shdr[i].sh_size); + break; + case SHT_STRTAB: + if (i == ehdr.e_shstrndx) + break; + if (symtab.strtab != nullptr) { + handle.close(); + cerr << "ERROR: double strtab" << endl; + exit(1); + } + symtab.strtab = new char[shdr[i].sh_size]; + handle.seekg(shdr[i].sh_offset); + handle.read(symtab.strtab, shdr[i].sh_size); + break; + } + } + } + + void operator ~() { + delete[] symtab.strtab; + delete[] shdr.shstrtab; + delete[] phdr; + } + + void * read(Elf32_Sym & sym) { + // Reads the value of a symbol + if (sym.st_size == 0) + return nullptr; + if (shdr.empty()) + return nullptr; + Elf32_Shdr & sec = shdr[sym.st_shndx]; + size_t size = (sym.st_size + 3) & ~3; + off_t off = sym.st_value - sec.sh_addr + sec.sh_offset; + auto ret = new char[size]; + handle.seekg(off); + handle.read(ret, sym.st_size); + if (sym.st_size & 3) + memset(ret + sym.st_size, 0, size - sym.st_size); + return ret; + } + + void * read(Elf32_Shdr & sec) { + // Reads the contents of an ELF section + if (sec.sh_size == 0) + return nullptr; + size_t size = (sec.sh_size + 3) & ~3; + auto ret = new char[size]; + handle.seekg(sec.sh_offset); + handle.read(ret, sec.sh_size); + if (sec.sh_size & 3) + memset(ret + sec.sh_size, 0, size - sec.sh_size); + return ret; + } +}; + +static inline void usage() { + cout << "Usage: o2narc [-f|--flatten] infile outfile" << endl; + cout << endl; + cout << "Arguments:" << endl; + cout << "\tinfile\tELF object file with symbols __size and __data" << endl; + cout << "\toutfile\tOutput NARC file" << endl; + cout << "Options:" << endl; + cout << "\t-f|--flatten\tDon't generate NARC headers" << endl; +} + +int main(int argc, char ** argv) { + // CLI arguments + int flatten = 0; + char padding = '\xFF'; + static option options [] { + { "flatten", no_argument, &flatten, 1 }, + { "padding", required_argument, nullptr, 'p' }, + {nullptr, 0, nullptr, 0} + }; + int opt_index; + int c; + while ((c = getopt_long(argc, argv, "fp:", options, &opt_index)) != -1) + { + if (c == 'f') { + flatten = 1; + } else if (c == 'p') { + padding = *optarg; + } + } + argv += optind; + argc -= optind; + if (argc < 2) { + usage(); + cerr << "Insufficient arguments: missing " << (argc == 0 ? "infile, " : "") << "outfile" << endl; + return 1; + } + if (argc > 2) { + usage(); + cerr << "Excess arguments: first unrecognized '" << argv[2] << "'" << endl; + return 1; + } + char * infname = argv[0]; + char * outfname = argv[1]; + + // Read the ELF file + Elf elf(infname); + // .rodata contains the data + Elf32_Shdr & rodata_sec = elf.shdr[".rodata"]; + char * _rodata = (char *)elf.read(rodata_sec); + if (_rodata == nullptr) { + cerr << "ERROR: Missing required section .rodata" << endl; + exit(1); + } + + fstream ofile; + ofile.open(outfname, ios_base::out | ios_base::binary); + if (!ofile.good()) { + cerr << "ERROR: Unable to open '" << outfname << "' for writing" << endl; + exit(1); + } + + if (!flatten) // then build the NARC chunks + { + // .data contains the size table + Elf32_Shdr & data_sec = elf.shdr[".data"]; + uint32_t * _data = (uint32_t *)elf.read(data_sec); + + if (_data == nullptr) { + cerr << "ERROR: Missing required section .data" << endl; + exit(1); + } + + uint16_t count; + size_t narc_size; + size_t size_aln; + size_t size = *_data; + + if (data_sec.sh_size == sizeof(uint32_t)) + { + size_aln = (size + 3) & ~3; + count = rodata_sec.sh_size / size_aln; + } + else + { + size_aln = -1u; + count = data_sec.sh_size / sizeof(uint32_t); + } + // NARC header: 16 + // FATB header: 12 + 8 * count + // FNTB header: 8 + // GMIF header: 8 + data_sym.st_size + narc_size = ( + sizeof(NarcHeader) + + sizeof(FileAllocationTable) + sizeof(FileAllocationTableEntry) * count + + sizeof(FileNameTable) + sizeof(FileNameTableEntry) + + sizeof(FileImages) + (rodata_sec.sh_size + 3) & ~3 + ); + + NarcHeader header{ + .Id = *(uint32_t *) "NARC", + .ByteOrderMark = 0xFFFE, + .Version = 0x100, + .FileSize = static_cast<uint32_t>(narc_size), + .ChunkSize = sizeof(NarcHeader), + .ChunkCount = 3 + }; + FileAllocationTable fat{ + .Id = *(uint32_t *) "BTAF", + .ChunkSize = static_cast<uint32_t>(sizeof(FileAllocationTable) + sizeof(FileAllocationTableEntry) * count), + .FileCount = count, + .Reserved = 0 + }; + auto fat_entries = new FileAllocationTableEntry[count]; + for (int i = 0; i < count; i++) + { + // Each element of the size array corresponds to + // a NARC member + if (data_sec.sh_size > sizeof(uint32_t)) { + size = _data[i]; + size_aln = (size + 3) & ~3; + } + fat_entries[i].Start = i == 0 ? 0 : (fat_entries[i - 1].End + 3) & ~3; + fat_entries[i].End = fat_entries[i].Start + _data[data_sec.sh_size == sizeof(uint32_t) ? 0 : i]; + // Padding + for (int j = size; j < size_aln; j++) + { + _rodata[fat_entries[i].End + j] = padding; + } + } + // These NARCs have empty FNTs + FileNameTable fnt{ + .Id = *(uint32_t *) "BTNF", + .ChunkSize = static_cast<uint32_t>(sizeof(FileNameTable) + sizeof(FileNameTableEntry)) + }; + FileNameTableEntry fnt_entry{ + .Offset = 4, + .FirstFileId = 0, + .Utility = 1 + }; + FileImages fimg{ + .Id = *(uint32_t *) "GMIF", + .ChunkSize = static_cast<uint32_t>(sizeof(FileImages) + (rodata_sec.sh_size + 3) & ~3) + }; + + ofile.write((char *) &header, sizeof(header)); + ofile.write((char *) &fat, sizeof(fat)); + ofile.write((char *) fat_entries, sizeof(FileAllocationTableEntry) * count); + ofile.write((char *) &fnt, sizeof(fnt)); + ofile.write((char *) &fnt_entry, sizeof(fnt_entry)); + ofile.write((char *) &fimg, sizeof(fimg)); + // Cleanup + delete[] fat_entries; + delete[] _data; + } + // NARC members are contiguous in memory + ofile.write(_rodata, (rodata_sec.sh_size + 3) & ~3); + // Cleanup + delete[] _rodata; + ofile.close(); + return 0; +} |