pogo-masterfile-types 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/LICENSE +21 -0
- package/README.md +62 -0
- package/dist/_utils.d.ts +33 -0
- package/dist/avatar-customization/entries/backpack.d.ts +1671 -0
- package/dist/avatar-customization/entries/belt.d.ts +308 -0
- package/dist/avatar-customization/entries/eyes.d.ts +172 -0
- package/dist/avatar-customization/entries/face.d.ts +668 -0
- package/dist/avatar-customization/entries/glasses.d.ts +912 -0
- package/dist/avatar-customization/entries/gloves.d.ts +1465 -0
- package/dist/avatar-customization/entries/hair.d.ts +667 -0
- package/dist/avatar-customization/entries/hat.d.ts +5170 -0
- package/dist/avatar-customization/entries/index.d.ts +58 -0
- package/dist/avatar-customization/entries/necklace.d.ts +92 -0
- package/dist/avatar-customization/entries/pants.d.ts +3214 -0
- package/dist/avatar-customization/entries/poses.d.ts +2224 -0
- package/dist/avatar-customization/entries/seasonal.d.ts +182 -0
- package/dist/avatar-customization/entries/shirt.d.ts +9502 -0
- package/dist/avatar-customization/entries/shoes.d.ts +3648 -0
- package/dist/avatar-customization/entries/skin.d.ts +355 -0
- package/dist/avatar-customization/entries/socks.d.ts +424 -0
- package/dist/avatar-customization/entries/sponsor.d.ts +724 -0
- package/dist/avatar-customization/index.d.ts +2 -0
- package/dist/avatar-customization/lookup-table.d.ts +3521 -0
- package/dist/avatar-customization/types.d.ts +60 -0
- package/dist/avatar-group-order-settings/entries.d.ts +104 -0
- package/dist/avatar-group-order-settings/index.d.ts +2 -0
- package/dist/avatar-group-order-settings/lookup-table.d.ts +8 -0
- package/dist/avatar-group-order-settings/types.d.ts +37 -0
- package/dist/avatar-item-display/entries/display-string-id/backpack.d.ts +817 -0
- package/dist/avatar-item-display/entries/display-string-id/belt.d.ts +177 -0
- package/dist/avatar-item-display/entries/display-string-id/face.d.ts +217 -0
- package/dist/avatar-item-display/entries/display-string-id/glasses.d.ts +347 -0
- package/dist/avatar-item-display/entries/display-string-id/gloves.d.ts +567 -0
- package/dist/avatar-item-display/entries/display-string-id/hat.d.ts +2197 -0
- package/dist/avatar-item-display/entries/display-string-id/idle.d.ts +16 -0
- package/dist/avatar-item-display/entries/display-string-id/index.d.ts +46 -0
- package/dist/avatar-item-display/entries/display-string-id/necklace.d.ts +57 -0
- package/dist/avatar-item-display/entries/display-string-id/pants.d.ts +1557 -0
- package/dist/avatar-item-display/entries/display-string-id/pose.d.ts +977 -0
- package/dist/avatar-item-display/entries/display-string-id/shirt.d.ts +4427 -0
- package/dist/avatar-item-display/entries/display-string-id/shoes.d.ts +1577 -0
- package/dist/avatar-item-display/entries/display-string-id/socks.d.ts +187 -0
- package/dist/avatar-item-display/entries/index.d.ts +11 -0
- package/dist/avatar-item-display/entries/misc.d.ts +3103 -0
- package/dist/avatar-item-display/index.d.ts +2 -0
- package/dist/avatar-item-display/lookup-table.d.ts +3301 -0
- package/dist/avatar-item-display/types.d.ts +17 -0
- package/dist/badge-settings/entries/capture-reward.d.ts +243 -0
- package/dist/badge-settings/entries/event-badge-event-badge-settings.d.ts +1087 -0
- package/dist/badge-settings/entries/event-badge.d.ts +8671 -0
- package/dist/badge-settings/entries/index.d.ts +19 -0
- package/dist/badge-settings/entries/misc.d.ts +727 -0
- package/dist/badge-settings/index.d.ts +2 -0
- package/dist/badge-settings/lookup-table.d.ts +1745 -0
- package/dist/badge-settings/types.d.ts +31 -0
- package/dist/bread-move-level-settings/entries.d.ts +425 -0
- package/dist/bread-move-level-settings/index.d.ts +2 -0
- package/dist/bread-move-level-settings/lookup-table.d.ts +21 -0
- package/dist/bread-move-level-settings/types.d.ts +78 -0
- package/dist/buddy-activity-category-settings/entries.d.ts +81 -0
- package/dist/buddy-activity-category-settings/index.d.ts +2 -0
- package/dist/buddy-activity-category-settings/lookup-table.d.ts +23 -0
- package/dist/buddy-activity-category-settings/types.d.ts +21 -0
- package/dist/buddy-emotion-level-settings/entries.d.ts +78 -0
- package/dist/buddy-emotion-level-settings/index.d.ts +2 -0
- package/dist/buddy-emotion-level-settings/lookup-table.d.ts +21 -0
- package/dist/buddy-emotion-level-settings/types.d.ts +19 -0
- package/dist/buddy-level-settings/entries.d.ts +56 -0
- package/dist/buddy-level-settings/index.d.ts +2 -0
- package/dist/buddy-level-settings/lookup-table.d.ts +11 -0
- package/dist/buddy-level-settings/types.d.ts +29 -0
- package/dist/client-quest-template/entries.d.ts +1996 -0
- package/dist/client-quest-template/index.d.ts +2 -0
- package/dist/client-quest-template/lookup-table.d.ts +117 -0
- package/dist/client-quest-template/types.d.ts +282 -0
- package/dist/code-gate-proto/entries.d.ts +74 -0
- package/dist/code-gate-proto/index.d.ts +2 -0
- package/dist/code-gate-proto/lookup-table.d.ts +33 -0
- package/dist/code-gate-proto/types.d.ts +21 -0
- package/dist/combat-league/entries/default.d.ts +110 -0
- package/dist/combat-league/entries/index.d.ts +13 -0
- package/dist/combat-league/entries/safari.d.ts +6108 -0
- package/dist/combat-league/entries/vs.d.ts +17161 -0
- package/dist/combat-league/index.d.ts +2 -0
- package/dist/combat-league/lookup-table.d.ts +217 -0
- package/dist/combat-league/types.d.ts +190 -0
- package/dist/combat-move/entries/bug.d.ts +174 -0
- package/dist/combat-move/entries/dark.d.ts +196 -0
- package/dist/combat-move/entries/dragon.d.ts +189 -0
- package/dist/combat-move/entries/electric.d.ts +274 -0
- package/dist/combat-move/entries/fairy.d.ts +135 -0
- package/dist/combat-move/entries/fighting.d.ts +329 -0
- package/dist/combat-move/entries/fire.d.ts +385 -0
- package/dist/combat-move/entries/flying.d.ts +311 -0
- package/dist/combat-move/entries/ghost.d.ts +222 -0
- package/dist/combat-move/entries/grass.d.ts +313 -0
- package/dist/combat-move/entries/ground.d.ts +224 -0
- package/dist/combat-move/entries/ice.d.ts +252 -0
- package/dist/combat-move/entries/index.d.ts +61 -0
- package/dist/combat-move/entries/normal.d.ts +453 -0
- package/dist/combat-move/entries/poison.d.ts +152 -0
- package/dist/combat-move/entries/psychic.d.ts +252 -0
- package/dist/combat-move/entries/rock.d.ts +179 -0
- package/dist/combat-move/entries/steel.d.ts +250 -0
- package/dist/combat-move/entries/water.d.ts +411 -0
- package/dist/combat-move/index.d.ts +2 -0
- package/dist/combat-move/lookup-table.d.ts +643 -0
- package/dist/combat-move/types.d.ts +29 -0
- package/dist/combat-npc-personality/entries.d.ts +44 -0
- package/dist/combat-npc-personality/index.d.ts +2 -0
- package/dist/combat-npc-personality/lookup-table.d.ts +9 -0
- package/dist/combat-npc-personality/types.d.ts +23 -0
- package/dist/combat-npc-trainer/entries.d.ts +258 -0
- package/dist/combat-npc-trainer/index.d.ts +2 -0
- package/dist/combat-npc-trainer/lookup-table.d.ts +25 -0
- package/dist/combat-npc-trainer/types.d.ts +50 -0
- package/dist/combat-ranking-proto-settings/entries.d.ts +2183 -0
- package/dist/combat-ranking-proto-settings/index.d.ts +2 -0
- package/dist/combat-ranking-proto-settings/lookup-table.d.ts +49 -0
- package/dist/combat-ranking-proto-settings/types.d.ts +28 -0
- package/dist/combat-type/entries.d.ts +171 -0
- package/dist/combat-type/index.d.ts +2 -0
- package/dist/combat-type/lookup-table.d.ts +43 -0
- package/dist/combat-type/types.d.ts +20 -0
- package/dist/entries.d.ts +189 -0
- package/dist/event-pass-settings/entries.d.ts +97 -0
- package/dist/event-pass-settings/index.d.ts +2 -0
- package/dist/event-pass-settings/lookup-table.d.ts +8 -0
- package/dist/event-pass-settings/types.d.ts +83 -0
- package/dist/event-pass-tier-settings/entries/free/april2026.d.ts +3992 -0
- package/dist/event-pass-tier-settings/entries/free/index.d.ts +13 -0
- package/dist/event-pass-tier-settings/entries/free/steeledresolve2026.d.ts +1844 -0
- package/dist/event-pass-tier-settings/entries/index.d.ts +11 -0
- package/dist/event-pass-tier-settings/entries/premium/april2026.d.ts +3632 -0
- package/dist/event-pass-tier-settings/entries/premium/index.d.ts +13 -0
- package/dist/event-pass-tier-settings/entries/premium/steeledresolve2026.d.ts +1048 -0
- package/dist/event-pass-tier-settings/index.d.ts +2 -0
- package/dist/event-pass-tier-settings/lookup-table.d.ts +1167 -0
- package/dist/event-pass-tier-settings/types.d.ts +229 -0
- package/dist/evolution-chain-display-settings/entries.d.ts +3763 -0
- package/dist/evolution-chain-display-settings/index.d.ts +2 -0
- package/dist/evolution-chain-display-settings/lookup-table.d.ts +165 -0
- package/dist/evolution-chain-display-settings/types.d.ts +36 -0
- package/dist/evolution-quest-template/entries.d.ts +827 -0
- package/dist/evolution-quest-template/index.d.ts +2 -0
- package/dist/evolution-quest-template/lookup-table.d.ts +81 -0
- package/dist/evolution-quest-template/types.d.ts +103 -0
- package/dist/feature-gate/entries.d.ts +184 -0
- package/dist/feature-gate/index.d.ts +2 -0
- package/dist/feature-gate/lookup-table.d.ts +35 -0
- package/dist/feature-gate/types.d.ts +32 -0
- package/dist/form-settings/entries/forms.d.ts +15945 -0
- package/dist/form-settings/entries/index.d.ts +11 -0
- package/dist/form-settings/entries/misc.d.ts +15 -0
- package/dist/form-settings/index.d.ts +2 -0
- package/dist/form-settings/lookup-table.d.ts +2057 -0
- package/dist/form-settings/types.d.ts +50 -0
- package/dist/fort-power-up-level-settings/entries.d.ts +48 -0
- package/dist/fort-power-up-level-settings/index.d.ts +2 -0
- package/dist/fort-power-up-level-settings/lookup-table.d.ts +10 -0
- package/dist/fort-power-up-level-settings/types.d.ts +22 -0
- package/dist/friendship-milestone-settings/entries.d.ts +143 -0
- package/dist/friendship-milestone-settings/index.d.ts +2 -0
- package/dist/friendship-milestone-settings/lookup-table.d.ts +19 -0
- package/dist/friendship-milestone-settings/types.d.ts +36 -0
- package/dist/gender-settings/entries/form.d.ts +1255 -0
- package/dist/gender-settings/entries/index.d.ts +11 -0
- package/dist/gender-settings/entries/misc.d.ts +30274 -0
- package/dist/gender-settings/index.d.ts +2 -0
- package/dist/gender-settings/lookup-table.d.ts +4935 -0
- package/dist/gender-settings/types.d.ts +22 -0
- package/dist/iap-category-display/entries.d.ts +150 -0
- package/dist/iap-category-display/index.d.ts +2 -0
- package/dist/iap-category-display/lookup-table.d.ts +33 -0
- package/dist/iap-category-display/types.d.ts +38 -0
- package/dist/iap-item-display/entries/category-description-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title-webstore-sku-id-webstore-sku-price-e6.d.ts +51 -0
- package/dist/iap-item-display/entries/category-description-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +167 -0
- package/dist/iap-item-display/entries/category-description-hidden-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +83 -0
- package/dist/iap-item-display/entries/category-description-hidden-sort-order-sprite-id-title.d.ts +35 -0
- package/dist/iap-item-display/entries/category-description-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +43 -0
- package/dist/iap-item-display/entries/category-description-sort-order-sprite-id-title.d.ts +33 -0
- package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title-webstore-sku-id-webstore-sku-price-e6.d.ts +427 -0
- package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +425 -0
- package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id.d.ts +43 -0
- package/dist/iap-item-display/entries/category-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sprite-id.d.ts +24 -0
- package/dist/iap-item-display/entries/category-hidden-sale-sort-order-sprite-id-title.d.ts +2362 -0
- package/dist/iap-item-display/entries/category-hidden-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-title-total-value.d.ts +330 -0
- package/dist/iap-item-display/entries/category-hidden-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +43 -0
- package/dist/iap-item-display/entries/category-hidden-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id.d.ts +24 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id-title.d.ts +1463 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order-sprite-id.d.ts +59 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order-title.d.ts +19 -0
- package/dist/iap-item-display/entries/category-hidden-sort-order.d.ts +3895 -0
- package/dist/iap-item-display/entries/category-hidden.d.ts +27 -0
- package/dist/iap-item-display/entries/category-max-level-sale-sort-order-sprite-id-title.d.ts +21 -0
- package/dist/iap-item-display/entries/category-sale-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title.d.ts +25 -0
- package/dist/iap-item-display/entries/category-sale-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order.d.ts +71 -0
- package/dist/iap-item-display/entries/category-sale-sort-order-sprite-id-title.d.ts +77 -0
- package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-sprite-id-title-total-value.d.ts +27 -0
- package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-title-total-value.d.ts +55 -0
- package/dist/iap-item-display/entries/category-show-discount-tag-show-strikethrough-price-sort-order-sprite-id-total-value.d.ts +172 -0
- package/dist/iap-item-display/entries/category-sort-order-sprite-id-title.d.ts +72 -0
- package/dist/iap-item-display/entries/category-sort-order-sprite-id.d.ts +175 -0
- package/dist/iap-item-display/entries/category-sort-order.d.ts +3802 -0
- package/dist/iap-item-display/entries/category.d.ts +16 -0
- package/dist/iap-item-display/entries/description-hidden-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +655 -0
- package/dist/iap-item-display/entries/description-image-url-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +109 -0
- package/dist/iap-item-display/entries/description-sku-disable-time-sku-disable-time-utc-ms-sku-enable-time-sku-enable-time-utc-ms-sort-order-title.d.ts +39 -0
- package/dist/iap-item-display/entries/index.d.ts +112 -0
- package/dist/iap-item-display/entries/show-discount-tag-show-strikethrough-price-sprite-id-total-value.d.ts +19 -0
- package/dist/iap-item-display/entries/sprite-id.d.ts +16 -0
- package/dist/iap-item-display/index.d.ts +2 -0
- package/dist/iap-item-display/lookup-table.d.ts +2239 -0
- package/dist/iap-item-display/types.d.ts +247 -0
- package/dist/index.d.ts +2 -0
- package/dist/invasion-npc-display-settings/entries.d.ts +1400 -0
- package/dist/invasion-npc-display-settings/index.d.ts +2 -0
- package/dist/invasion-npc-display-settings/lookup-table.d.ts +141 -0
- package/dist/invasion-npc-display-settings/types.d.ts +235 -0
- package/dist/item-expiration-settings/entries.d.ts +262 -0
- package/dist/item-expiration-settings/index.d.ts +2 -0
- package/dist/item-expiration-settings/lookup-table.d.ts +51 -0
- package/dist/item-expiration-settings/types.d.ts +70 -0
- package/dist/item-settings/entries/boost.d.ts +47 -0
- package/dist/item-settings/entries/bread.d.ts +21 -0
- package/dist/item-settings/entries/buddy-exclusive-food.d.ts +22 -0
- package/dist/item-settings/entries/camera.d.ts +18 -0
- package/dist/item-settings/entries/candy.d.ts +27 -0
- package/dist/item-settings/entries/disk.d.ts +74 -0
- package/dist/item-settings/entries/enhanced-currency-holder.d.ts +18 -0
- package/dist/item-settings/entries/enhanced-currency.d.ts +19 -0
- package/dist/item-settings/entries/event-pass-point.d.ts +328 -0
- package/dist/item-settings/entries/evolution-requirement.d.ts +229 -0
- package/dist/item-settings/entries/food.d.ts +149 -0
- package/dist/item-settings/entries/friend-gift-box.d.ts +17 -0
- package/dist/item-settings/entries/global-event-ticket.d.ts +985 -0
- package/dist/item-settings/entries/incense.d.ts +99 -0
- package/dist/item-settings/entries/incident-ticket.d.ts +79 -0
- package/dist/item-settings/entries/incubator.d.ts +92 -0
- package/dist/item-settings/entries/index.d.ts +97 -0
- package/dist/item-settings/entries/inventory-upgrade.d.ts +52 -0
- package/dist/item-settings/entries/medicine.d.ts +91 -0
- package/dist/item-settings/entries/move-reroll.d.ts +62 -0
- package/dist/item-settings/entries/mp.d.ts +18 -0
- package/dist/item-settings/entries/pokeball.d.ts +95 -0
- package/dist/item-settings/entries/postcard-inventory.d.ts +19 -0
- package/dist/item-settings/entries/raid-ticket.d.ts +37 -0
- package/dist/item-settings/entries/route-maker.d.ts +17 -0
- package/dist/item-settings/entries/stardust-boost.d.ts +21 -0
- package/dist/item-settings/entries/stat-increase.d.ts +33 -0
- package/dist/item-settings/entries/sticker.d.ts +17 -0
- package/dist/item-settings/entries/team-change.d.ts +17 -0
- package/dist/item-settings/entries/utilites.d.ts +30 -0
- package/dist/item-settings/entries/xp-boost.d.ts +30 -0
- package/dist/item-settings/index.d.ts +2 -0
- package/dist/item-settings/lookup-table.d.ts +293 -0
- package/dist/item-settings/types.d.ts +462 -0
- package/dist/language-settings/entries.d.ts +33 -0
- package/dist/language-settings/index.d.ts +2 -0
- package/dist/language-settings/lookup-table.d.ts +9 -0
- package/dist/language-settings/types.d.ts +18 -0
- package/dist/level-up-rewards/entries.d.ts +1444 -0
- package/dist/level-up-rewards/index.d.ts +2 -0
- package/dist/level-up-rewards/lookup-table.d.ts +201 -0
- package/dist/level-up-rewards/types.d.ts +125 -0
- package/dist/limited-purchase-sku-settings/entries.d.ts +349 -0
- package/dist/limited-purchase-sku-settings/index.d.ts +2 -0
- package/dist/limited-purchase-sku-settings/lookup-table.d.ts +75 -0
- package/dist/limited-purchase-sku-settings/types.d.ts +20 -0
- package/dist/location-card-settings/entries/2023.d.ts +87 -0
- package/dist/location-card-settings/entries/2024.d.ts +330 -0
- package/dist/location-card-settings/entries/2025.d.ts +302 -0
- package/dist/location-card-settings/entries/2026.d.ts +189 -0
- package/dist/location-card-settings/entries/citysafari2025.d.ts +37 -0
- package/dist/location-card-settings/entries/id.d.ts +16 -0
- package/dist/location-card-settings/entries/index.d.ts +40 -0
- package/dist/location-card-settings/entries/jeju.d.ts +16 -0
- package/dist/location-card-settings/entries/pokelid.d.ts +417 -0
- package/dist/location-card-settings/entries/special.d.ts +43 -0
- package/dist/location-card-settings/entries/specialbackground.d.ts +536 -0
- package/dist/location-card-settings/entries/tokmun.d.ts +37 -0
- package/dist/location-card-settings/index.d.ts +2 -0
- package/dist/location-card-settings/lookup-table.d.ts +375 -0
- package/dist/location-card-settings/types.d.ts +56 -0
- package/dist/lookup-table.d.ts +571 -0
- package/dist/mega-evo-level-settings/entries/0.d.ts +431 -0
- package/dist/mega-evo-level-settings/entries/1.d.ts +506 -0
- package/dist/mega-evo-level-settings/entries/2.d.ts +556 -0
- package/dist/mega-evo-level-settings/entries/3.d.ts +556 -0
- package/dist/mega-evo-level-settings/entries/4.d.ts +82 -0
- package/dist/mega-evo-level-settings/entries/index.d.ts +22 -0
- package/dist/mega-evo-level-settings/index.d.ts +2 -0
- package/dist/mega-evo-level-settings/lookup-table.d.ts +213 -0
- package/dist/mega-evo-level-settings/types.d.ts +68 -0
- package/dist/move-sequence-settings/entries.d.ts +3683 -0
- package/dist/move-sequence-settings/index.d.ts +2 -0
- package/dist/move-sequence-settings/lookup-table.d.ts +669 -0
- package/dist/move-sequence-settings/types.d.ts +16 -0
- package/dist/move-settings/entries/bug.d.ts +288 -0
- package/dist/move-settings/entries/dark.d.ts +328 -0
- package/dist/move-settings/entries/dragon.d.ts +329 -0
- package/dist/move-settings/entries/electric.d.ts +429 -0
- package/dist/move-settings/entries/fairy.d.ts +250 -0
- package/dist/move-settings/entries/fighting.d.ts +493 -0
- package/dist/move-settings/entries/fire.d.ts +608 -0
- package/dist/move-settings/entries/flying.d.ts +451 -0
- package/dist/move-settings/entries/ghost.d.ts +350 -0
- package/dist/move-settings/entries/grass.d.ts +532 -0
- package/dist/move-settings/entries/ground.d.ts +372 -0
- package/dist/move-settings/entries/ice.d.ts +388 -0
- package/dist/move-settings/entries/index.d.ts +61 -0
- package/dist/move-settings/entries/normal.d.ts +937 -0
- package/dist/move-settings/entries/poison.d.ts +251 -0
- package/dist/move-settings/entries/psychic.d.ts +392 -0
- package/dist/move-settings/entries/rock.d.ts +291 -0
- package/dist/move-settings/entries/steel.d.ts +470 -0
- package/dist/move-settings/entries/water.d.ts +687 -0
- package/dist/move-settings/index.d.ts +2 -0
- package/dist/move-settings/lookup-table.d.ts +775 -0
- package/dist/move-settings/types.d.ts +34 -0
- package/dist/non-combat-move-settings/entries.d.ts +216 -0
- package/dist/non-combat-move-settings/index.d.ts +2 -0
- package/dist/non-combat-move-settings/lookup-table.d.ts +25 -0
- package/dist/non-combat-move-settings/types.d.ts +72 -0
- package/dist/party-play-general-settings/entries.d.ts +77 -0
- package/dist/party-play-general-settings/index.d.ts +2 -0
- package/dist/party-play-general-settings/lookup-table.d.ts +8 -0
- package/dist/party-play-general-settings/types.d.ts +72 -0
- package/dist/photo-sets-settings-proto/entries.d.ts +2309 -0
- package/dist/photo-sets-settings-proto/index.d.ts +2 -0
- package/dist/photo-sets-settings-proto/lookup-table.d.ts +97 -0
- package/dist/photo-sets-settings-proto/types.d.ts +83 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides-form-temp-evo-overrides.d.ts +710 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides-form.d.ts +5011 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides-temp-evo-overrides.d.ts +698 -0
- package/dist/pokemon-extended-settings/entries/bread-overrides.d.ts +4385 -0
- package/dist/pokemon-extended-settings/entries/form-temp-evo-overrides.d.ts +1371 -0
- package/dist/pokemon-extended-settings/entries/form.d.ts +22765 -0
- package/dist/pokemon-extended-settings/entries/index.d.ts +31 -0
- package/dist/pokemon-extended-settings/entries/misc.d.ts +14693 -0
- package/dist/pokemon-extended-settings/entries/temp-evo-overrides.d.ts +1147 -0
- package/dist/pokemon-extended-settings/index.d.ts +2 -0
- package/dist/pokemon-extended-settings/lookup-table.d.ts +4937 -0
- package/dist/pokemon-extended-settings/types.d.ts +97 -0
- package/dist/pokemon-family/entries/index.d.ts +16 -0
- package/dist/pokemon-family/entries/mega-evolvable-pokemon-id.d.ts +487 -0
- package/dist/pokemon-family/entries/mega-evolvable-pokemon-ids.d.ts +16 -0
- package/dist/pokemon-family/entries/misc.d.ts +4435 -0
- package/dist/pokemon-family/index.d.ts +2 -0
- package/dist/pokemon-family/lookup-table.d.ts +1089 -0
- package/dist/pokemon-family/types.d.ts +68 -0
- package/dist/pokemon-home-energy-costs/entries.d.ts +60 -0
- package/dist/pokemon-home-energy-costs/index.d.ts +2 -0
- package/dist/pokemon-home-energy-costs/lookup-table.d.ts +10 -0
- package/dist/pokemon-home-energy-costs/types.d.ts +20 -0
- package/dist/pokemon-home-form-reversions/entries.d.ts +126 -0
- package/dist/pokemon-home-form-reversions/index.d.ts +2 -0
- package/dist/pokemon-home-form-reversions/lookup-table.d.ts +21 -0
- package/dist/pokemon-home-form-reversions/types.d.ts +50 -0
- package/dist/pokemon-scale-settings/entries.d.ts +74 -0
- package/dist/pokemon-scale-settings/index.d.ts +2 -0
- package/dist/pokemon-scale-settings/lookup-table.d.ts +19 -0
- package/dist/pokemon-scale-settings/types.d.ts +18 -0
- package/dist/pokemon-settings/entries/bug.d.ts +16890 -0
- package/dist/pokemon-settings/entries/dark.d.ts +7418 -0
- package/dist/pokemon-settings/entries/dragon.d.ts +6661 -0
- package/dist/pokemon-settings/entries/electric.d.ts +13394 -0
- package/dist/pokemon-settings/entries/fairy.d.ts +5071 -0
- package/dist/pokemon-settings/entries/fighting.d.ts +6701 -0
- package/dist/pokemon-settings/entries/fire.d.ts +10904 -0
- package/dist/pokemon-settings/entries/flying.d.ts +1382 -0
- package/dist/pokemon-settings/entries/ghost.d.ts +6588 -0
- package/dist/pokemon-settings/entries/grass.d.ts +15850 -0
- package/dist/pokemon-settings/entries/ground.d.ts +6653 -0
- package/dist/pokemon-settings/entries/ice.d.ts +5707 -0
- package/dist/pokemon-settings/entries/index.d.ts +61 -0
- package/dist/pokemon-settings/entries/normal.d.ts +20676 -0
- package/dist/pokemon-settings/entries/poison.d.ts +6682 -0
- package/dist/pokemon-settings/entries/psychic.d.ts +12345 -0
- package/dist/pokemon-settings/entries/rock.d.ts +9616 -0
- package/dist/pokemon-settings/entries/steel.d.ts +5564 -0
- package/dist/pokemon-settings/entries/water.d.ts +21347 -0
- package/dist/pokemon-settings/index.d.ts +2 -0
- package/dist/pokemon-settings/lookup-table.d.ts +4929 -0
- package/dist/pokemon-settings/types.d.ts +428 -0
- package/dist/pokemon-upgrades/entries.d.ts +129 -0
- package/dist/pokemon-upgrades/index.d.ts +2 -0
- package/dist/pokemon-upgrades/lookup-table.d.ts +8 -0
- package/dist/pokemon-upgrades/types.d.ts +130 -0
- package/dist/pokestop-invasion-availability-settings/entries.d.ts +23 -0
- package/dist/pokestop-invasion-availability-settings/index.d.ts +2 -0
- package/dist/pokestop-invasion-availability-settings/lookup-table.d.ts +21 -0
- package/dist/pokestop-invasion-availability-settings/types.d.ts +20 -0
- package/dist/quest-settings/entries.d.ts +36 -0
- package/dist/quest-settings/index.d.ts +2 -0
- package/dist/quest-settings/lookup-table.d.ts +9 -0
- package/dist/quest-settings/types.d.ts +25 -0
- package/dist/recommended-search-settings/entries.d.ts +109 -0
- package/dist/recommended-search-settings/index.d.ts +2 -0
- package/dist/recommended-search-settings/lookup-table.d.ts +27 -0
- package/dist/recommended-search-settings/types.d.ts +36 -0
- package/dist/roll-back/entries.d.ts +12 -0
- package/dist/roll-back/index.d.ts +2 -0
- package/dist/roll-back/lookup-table.d.ts +9 -0
- package/dist/roll-back/types.d.ts +16 -0
- package/dist/settings-override-rule/entries/fused-depth-enabled-meshing-enabled-occlusion-default-on-vps-enabled.d.ts +22 -0
- package/dist/settings-override-rule/entries/index.d.ts +16 -0
- package/dist/settings-override-rule/entries/meshing-enabled-rule-value-vps-enabled.d.ts +3727 -0
- package/dist/settings-override-rule/entries/rule-value.d.ts +19 -0
- package/dist/settings-override-rule/index.d.ts +2 -0
- package/dist/settings-override-rule/lookup-table.d.ts +507 -0
- package/dist/settings-override-rule/types.d.ts +24 -0
- package/dist/singletons/entries/flags.d.ts +474 -0
- package/dist/singletons/entries/index.d.ts +19 -0
- package/dist/singletons/entries/misc.d.ts +429 -0
- package/dist/singletons/entries/proto.d.ts +27 -0
- package/dist/singletons/entries/settings.d.ts +5998 -0
- package/dist/singletons/index.d.ts +2 -0
- package/dist/singletons/lookup-table.d.ts +285 -0
- package/dist/singletons/types.d.ts +428 -0
- package/dist/sticker-metadata/entries/index.d.ts +40 -0
- package/dist/sticker-metadata/entries/misc.d.ts +115 -0
- package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date-sticker-url.d.ts +1073 -0
- package/dist/sticker-metadata/entries/pokemon-id-region-id-release-date.d.ts +3103 -0
- package/dist/sticker-metadata/entries/pokemon-id-region-id.d.ts +62 -0
- package/dist/sticker-metadata/entries/pokemon-id-release-date-sticker-url.d.ts +775 -0
- package/dist/sticker-metadata/entries/pokemon-id-release-date.d.ts +1162 -0
- package/dist/sticker-metadata/entries/pokemon-id.d.ts +34 -0
- package/dist/sticker-metadata/entries/region-id-release-date-sticker-url.d.ts +103 -0
- package/dist/sticker-metadata/entries/region-id-release-date.d.ts +183 -0
- package/dist/sticker-metadata/entries/release-date-sticker-url.d.ts +216 -0
- package/dist/sticker-metadata/entries/release-date.d.ts +347 -0
- package/dist/sticker-metadata/index.d.ts +2 -0
- package/dist/sticker-metadata/lookup-table.d.ts +1219 -0
- package/dist/sticker-metadata/types.d.ts +23 -0
- package/dist/tappable-settings/entries.d.ts +65 -0
- package/dist/tappable-settings/index.d.ts +2 -0
- package/dist/tappable-settings/lookup-table.d.ts +17 -0
- package/dist/tappable-settings/types.d.ts +24 -0
- package/dist/temporary-evolution-settings/entries.d.ts +763 -0
- package/dist/temporary-evolution-settings/index.d.ts +2 -0
- package/dist/temporary-evolution-settings/lookup-table.d.ts +107 -0
- package/dist/temporary-evolution-settings/types.d.ts +70 -0
- package/dist/type-effective/entries.d.ts +171 -0
- package/dist/type-effective/index.d.ts +2 -0
- package/dist/type-effective/lookup-table.d.ts +43 -0
- package/dist/type-effective/types.d.ts +37 -0
- package/dist/types.d.ts +247 -0
- package/dist/vs-seeker-loot/entries.d.ts +1701 -0
- package/dist/vs-seeker-loot/index.d.ts +2 -0
- package/dist/vs-seeker-loot/lookup-table.d.ts +103 -0
- package/dist/vs-seeker-loot/types.d.ts +64 -0
- package/dist/vs-seeker-pokemon-rewards/entries.d.ts +18 -0
- package/dist/vs-seeker-pokemon-rewards/index.d.ts +2 -0
- package/dist/vs-seeker-pokemon-rewards/lookup-table.d.ts +8 -0
- package/dist/vs-seeker-pokemon-rewards/types.d.ts +692 -0
- package/dist/weather-affinities/entries.d.ts +72 -0
- package/dist/weather-affinities/index.d.ts +2 -0
- package/dist/weather-affinities/lookup-table.d.ts +21 -0
- package/dist/weather-affinities/types.d.ts +19 -0
- package/package.json +75 -0
|
@@ -0,0 +1,1089 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — "pokemonFamily" lookup table.
|
|
2
|
+
|
|
3
|
+
import type {
|
|
4
|
+
PokemonFamilyV0001FamilyBulbasaur,
|
|
5
|
+
PokemonFamilyV0004FamilyCharmander,
|
|
6
|
+
PokemonFamilyV0007FamilySquirtle,
|
|
7
|
+
PokemonFamilyV0010FamilyCaterpie,
|
|
8
|
+
PokemonFamilyV0013FamilyWeedle,
|
|
9
|
+
PokemonFamilyV0016FamilyPidgey,
|
|
10
|
+
PokemonFamilyV0019FamilyRattata,
|
|
11
|
+
PokemonFamilyV0021FamilySpearow,
|
|
12
|
+
PokemonFamilyV0023FamilyEkans,
|
|
13
|
+
PokemonFamilyV0025FamilyPikachu,
|
|
14
|
+
PokemonFamilyV0027FamilySandshrew,
|
|
15
|
+
PokemonFamilyV0029FamilyNidoran,
|
|
16
|
+
PokemonFamilyV0032FamilyNidoran,
|
|
17
|
+
PokemonFamilyV0035FamilyClefairy,
|
|
18
|
+
PokemonFamilyV0037FamilyVulpix,
|
|
19
|
+
PokemonFamilyV0039FamilyJigglypuff,
|
|
20
|
+
PokemonFamilyV0041FamilyZubat,
|
|
21
|
+
PokemonFamilyV0043FamilyOddish,
|
|
22
|
+
PokemonFamilyV0046FamilyParas,
|
|
23
|
+
PokemonFamilyV0048FamilyVenonat,
|
|
24
|
+
PokemonFamilyV0050FamilyDiglett,
|
|
25
|
+
PokemonFamilyV0052FamilyMeowth,
|
|
26
|
+
PokemonFamilyV0054FamilyPsyduck,
|
|
27
|
+
PokemonFamilyV0056FamilyMankey,
|
|
28
|
+
PokemonFamilyV0058FamilyGrowlithe,
|
|
29
|
+
PokemonFamilyV0060FamilyPoliwag,
|
|
30
|
+
PokemonFamilyV0063FamilyAbra,
|
|
31
|
+
PokemonFamilyV0066FamilyMachop,
|
|
32
|
+
PokemonFamilyV0069FamilyBellsprout,
|
|
33
|
+
PokemonFamilyV0072FamilyTentacool,
|
|
34
|
+
PokemonFamilyV0074FamilyGeodude,
|
|
35
|
+
PokemonFamilyV0077FamilyPonyta,
|
|
36
|
+
PokemonFamilyV0079FamilySlowpoke,
|
|
37
|
+
PokemonFamilyV0081FamilyMagnemite,
|
|
38
|
+
PokemonFamilyV0083FamilyFarfetchd,
|
|
39
|
+
PokemonFamilyV0084FamilyDoduo,
|
|
40
|
+
PokemonFamilyV0086FamilySeel,
|
|
41
|
+
PokemonFamilyV0088FamilyGrimer,
|
|
42
|
+
PokemonFamilyV0090FamilyShellder,
|
|
43
|
+
PokemonFamilyV0092FamilyGastly,
|
|
44
|
+
PokemonFamilyV0095FamilyOnix,
|
|
45
|
+
PokemonFamilyV0096FamilyDrowzee,
|
|
46
|
+
PokemonFamilyV0098FamilyKrabby,
|
|
47
|
+
PokemonFamilyV0100FamilyVoltorb,
|
|
48
|
+
PokemonFamilyV0102FamilyExeggcute,
|
|
49
|
+
PokemonFamilyV0104FamilyCubone,
|
|
50
|
+
PokemonFamilyV0108FamilyLickitung,
|
|
51
|
+
PokemonFamilyV0109FamilyKoffing,
|
|
52
|
+
PokemonFamilyV0111FamilyRhyhorn,
|
|
53
|
+
PokemonFamilyV0113FamilyChansey,
|
|
54
|
+
PokemonFamilyV0114FamilyTangela,
|
|
55
|
+
PokemonFamilyV0115FamilyKangaskhan,
|
|
56
|
+
PokemonFamilyV0116FamilyHorsea,
|
|
57
|
+
PokemonFamilyV0118FamilyGoldeen,
|
|
58
|
+
PokemonFamilyV0120FamilyStaryu,
|
|
59
|
+
PokemonFamilyV0122FamilyMrMime,
|
|
60
|
+
PokemonFamilyV0123FamilyScyther,
|
|
61
|
+
PokemonFamilyV0124FamilyJynx,
|
|
62
|
+
PokemonFamilyV0125FamilyElectabuzz,
|
|
63
|
+
PokemonFamilyV0126FamilyMagmar,
|
|
64
|
+
PokemonFamilyV0127FamilyPinsir,
|
|
65
|
+
PokemonFamilyV0128FamilyTauros,
|
|
66
|
+
PokemonFamilyV0129FamilyMagikarp,
|
|
67
|
+
PokemonFamilyV0131FamilyLapras,
|
|
68
|
+
PokemonFamilyV0132FamilyDitto,
|
|
69
|
+
PokemonFamilyV0133FamilyEevee,
|
|
70
|
+
PokemonFamilyV0137FamilyPorygon,
|
|
71
|
+
PokemonFamilyV0138FamilyOmanyte,
|
|
72
|
+
PokemonFamilyV0140FamilyKabuto,
|
|
73
|
+
PokemonFamilyV0142FamilyAerodactyl,
|
|
74
|
+
PokemonFamilyV0143FamilySnorlax,
|
|
75
|
+
PokemonFamilyV0144FamilyArticuno,
|
|
76
|
+
PokemonFamilyV0145FamilyZapdos,
|
|
77
|
+
PokemonFamilyV0146FamilyMoltres,
|
|
78
|
+
PokemonFamilyV0147FamilyDratini,
|
|
79
|
+
PokemonFamilyV0150FamilyMewtwo,
|
|
80
|
+
PokemonFamilyV0151FamilyMew,
|
|
81
|
+
PokemonFamilyV0152FamilyChikorita,
|
|
82
|
+
PokemonFamilyV0155FamilyCyndaquil,
|
|
83
|
+
PokemonFamilyV0158FamilyTotodile,
|
|
84
|
+
PokemonFamilyV0161FamilySentret,
|
|
85
|
+
PokemonFamilyV0163FamilyHoothoot,
|
|
86
|
+
PokemonFamilyV0165FamilyLedyba,
|
|
87
|
+
PokemonFamilyV0167FamilySpinarak,
|
|
88
|
+
PokemonFamilyV0170FamilyChinchou,
|
|
89
|
+
PokemonFamilyV0175FamilyTogepi,
|
|
90
|
+
PokemonFamilyV0177FamilyNatu,
|
|
91
|
+
PokemonFamilyV0179FamilyMareep,
|
|
92
|
+
PokemonFamilyV0183FamilyMarill,
|
|
93
|
+
PokemonFamilyV0185FamilySudowoodo,
|
|
94
|
+
PokemonFamilyV0187FamilyHoppip,
|
|
95
|
+
PokemonFamilyV0190FamilyAipom,
|
|
96
|
+
PokemonFamilyV0191FamilySunkern,
|
|
97
|
+
PokemonFamilyV0193FamilyYanma,
|
|
98
|
+
PokemonFamilyV0194FamilyWooper,
|
|
99
|
+
PokemonFamilyV0198FamilyMurkrow,
|
|
100
|
+
PokemonFamilyV0200FamilyMisdreavus,
|
|
101
|
+
PokemonFamilyV0201FamilyUnown,
|
|
102
|
+
PokemonFamilyV0202FamilyWobbuffet,
|
|
103
|
+
PokemonFamilyV0203FamilyGirafarig,
|
|
104
|
+
PokemonFamilyV0204FamilyPineco,
|
|
105
|
+
PokemonFamilyV0206FamilyDunsparce,
|
|
106
|
+
PokemonFamilyV0207FamilyGligar,
|
|
107
|
+
PokemonFamilyV0209FamilySnubbull,
|
|
108
|
+
PokemonFamilyV0211FamilyQwilfish,
|
|
109
|
+
PokemonFamilyV0213FamilyShuckle,
|
|
110
|
+
PokemonFamilyV0214FamilyHeracross,
|
|
111
|
+
PokemonFamilyV0215FamilySneasel,
|
|
112
|
+
PokemonFamilyV0216FamilyTeddiursa,
|
|
113
|
+
PokemonFamilyV0218FamilySlugma,
|
|
114
|
+
PokemonFamilyV0220FamilySwinub,
|
|
115
|
+
PokemonFamilyV0222FamilyCorsola,
|
|
116
|
+
PokemonFamilyV0223FamilyRemoraid,
|
|
117
|
+
PokemonFamilyV0225FamilyDelibird,
|
|
118
|
+
PokemonFamilyV0226FamilyMantine,
|
|
119
|
+
PokemonFamilyV0227FamilySkarmory,
|
|
120
|
+
PokemonFamilyV0228FamilyHoundour,
|
|
121
|
+
PokemonFamilyV0231FamilyPhanpy,
|
|
122
|
+
PokemonFamilyV0234FamilyStantler,
|
|
123
|
+
PokemonFamilyV0235FamilySmeargle,
|
|
124
|
+
PokemonFamilyV0236FamilyTyrogue,
|
|
125
|
+
PokemonFamilyV0241FamilyMiltank,
|
|
126
|
+
PokemonFamilyV0243FamilyRaikou,
|
|
127
|
+
PokemonFamilyV0244FamilyEntei,
|
|
128
|
+
PokemonFamilyV0245FamilySuicune,
|
|
129
|
+
PokemonFamilyV0246FamilyLarvitar,
|
|
130
|
+
PokemonFamilyV0249FamilyLugia,
|
|
131
|
+
PokemonFamilyV0250FamilyHoOh,
|
|
132
|
+
PokemonFamilyV0251FamilyCelebi,
|
|
133
|
+
PokemonFamilyV0252FamilyTreecko,
|
|
134
|
+
PokemonFamilyV0255FamilyTorchic,
|
|
135
|
+
PokemonFamilyV0258FamilyMudkip,
|
|
136
|
+
PokemonFamilyV0261FamilyPoochyena,
|
|
137
|
+
PokemonFamilyV0263FamilyZigzagoon,
|
|
138
|
+
PokemonFamilyV0265FamilyWurmple,
|
|
139
|
+
PokemonFamilyV0270FamilyLotad,
|
|
140
|
+
PokemonFamilyV0273FamilySeedot,
|
|
141
|
+
PokemonFamilyV0276FamilyTaillow,
|
|
142
|
+
PokemonFamilyV0278FamilyWingull,
|
|
143
|
+
PokemonFamilyV0280FamilyRalts,
|
|
144
|
+
PokemonFamilyV0283FamilySurskit,
|
|
145
|
+
PokemonFamilyV0285FamilyShroomish,
|
|
146
|
+
PokemonFamilyV0287FamilySlakoth,
|
|
147
|
+
PokemonFamilyV0290FamilyNincada,
|
|
148
|
+
PokemonFamilyV0293FamilyWhismur,
|
|
149
|
+
PokemonFamilyV0296FamilyMakuhita,
|
|
150
|
+
PokemonFamilyV0299FamilyNosepass,
|
|
151
|
+
PokemonFamilyV0300FamilySkitty,
|
|
152
|
+
PokemonFamilyV0302FamilySableye,
|
|
153
|
+
PokemonFamilyV0303FamilyMawile,
|
|
154
|
+
PokemonFamilyV0304FamilyAron,
|
|
155
|
+
PokemonFamilyV0307FamilyMeditite,
|
|
156
|
+
PokemonFamilyV0309FamilyElectrike,
|
|
157
|
+
PokemonFamilyV0311FamilyPlusle,
|
|
158
|
+
PokemonFamilyV0312FamilyMinun,
|
|
159
|
+
PokemonFamilyV0313FamilyVolbeat,
|
|
160
|
+
PokemonFamilyV0314FamilyIllumise,
|
|
161
|
+
PokemonFamilyV0315FamilyRoselia,
|
|
162
|
+
PokemonFamilyV0316FamilyGulpin,
|
|
163
|
+
PokemonFamilyV0318FamilyCarvanha,
|
|
164
|
+
PokemonFamilyV0320FamilyWailmer,
|
|
165
|
+
PokemonFamilyV0322FamilyNumel,
|
|
166
|
+
PokemonFamilyV0324FamilyTorkoal,
|
|
167
|
+
PokemonFamilyV0325FamilySpoink,
|
|
168
|
+
PokemonFamilyV0327FamilySpinda,
|
|
169
|
+
PokemonFamilyV0328FamilyTrapinch,
|
|
170
|
+
PokemonFamilyV0331FamilyCacnea,
|
|
171
|
+
PokemonFamilyV0333FamilySwablu,
|
|
172
|
+
PokemonFamilyV0335FamilyZangoose,
|
|
173
|
+
PokemonFamilyV0336FamilySeviper,
|
|
174
|
+
PokemonFamilyV0337FamilyLunatone,
|
|
175
|
+
PokemonFamilyV0338FamilySolrock,
|
|
176
|
+
PokemonFamilyV0339FamilyBarboach,
|
|
177
|
+
PokemonFamilyV0341FamilyCorphish,
|
|
178
|
+
PokemonFamilyV0343FamilyBaltoy,
|
|
179
|
+
PokemonFamilyV0345FamilyLileep,
|
|
180
|
+
PokemonFamilyV0347FamilyAnorith,
|
|
181
|
+
PokemonFamilyV0349FamilyFeebas,
|
|
182
|
+
PokemonFamilyV0351FamilyCastform,
|
|
183
|
+
PokemonFamilyV0352FamilyKecleon,
|
|
184
|
+
PokemonFamilyV0353FamilyShuppet,
|
|
185
|
+
PokemonFamilyV0355FamilyDuskull,
|
|
186
|
+
PokemonFamilyV0357FamilyTropius,
|
|
187
|
+
PokemonFamilyV0358FamilyChimecho,
|
|
188
|
+
PokemonFamilyV0359FamilyAbsol,
|
|
189
|
+
PokemonFamilyV0361FamilySnorunt,
|
|
190
|
+
PokemonFamilyV0363FamilySpheal,
|
|
191
|
+
PokemonFamilyV0366FamilyClamperl,
|
|
192
|
+
PokemonFamilyV0369FamilyRelicanth,
|
|
193
|
+
PokemonFamilyV0370FamilyLuvdisc,
|
|
194
|
+
PokemonFamilyV0371FamilyBagon,
|
|
195
|
+
PokemonFamilyV0374FamilyBeldum,
|
|
196
|
+
PokemonFamilyV0377FamilyRegirock,
|
|
197
|
+
PokemonFamilyV0378FamilyRegice,
|
|
198
|
+
PokemonFamilyV0379FamilyRegisteel,
|
|
199
|
+
PokemonFamilyV0380FamilyLatias,
|
|
200
|
+
PokemonFamilyV0381FamilyLatios,
|
|
201
|
+
PokemonFamilyV0382FamilyKyogre,
|
|
202
|
+
PokemonFamilyV0383FamilyGroudon,
|
|
203
|
+
PokemonFamilyV0384FamilyRayquaza,
|
|
204
|
+
PokemonFamilyV0385FamilyJirachi,
|
|
205
|
+
PokemonFamilyV0386FamilyDeoxys,
|
|
206
|
+
PokemonFamilyV0387FamilyTurtwig,
|
|
207
|
+
PokemonFamilyV0390FamilyChimchar,
|
|
208
|
+
PokemonFamilyV0393FamilyPiplup,
|
|
209
|
+
PokemonFamilyV0396FamilyStarly,
|
|
210
|
+
PokemonFamilyV0399FamilyBidoof,
|
|
211
|
+
PokemonFamilyV0401FamilyKricketot,
|
|
212
|
+
PokemonFamilyV0403FamilyShinx,
|
|
213
|
+
PokemonFamilyV0408FamilyCranidos,
|
|
214
|
+
PokemonFamilyV0410FamilyShieldon,
|
|
215
|
+
PokemonFamilyV0412FamilyBurmy,
|
|
216
|
+
PokemonFamilyV0415FamilyCombee,
|
|
217
|
+
PokemonFamilyV0417FamilyPachirisu,
|
|
218
|
+
PokemonFamilyV0418FamilyBuizel,
|
|
219
|
+
PokemonFamilyV0420FamilyCherubi,
|
|
220
|
+
PokemonFamilyV0422FamilyShellos,
|
|
221
|
+
PokemonFamilyV0425FamilyDrifloon,
|
|
222
|
+
PokemonFamilyV0427FamilyBuneary,
|
|
223
|
+
PokemonFamilyV0431FamilyGlameow,
|
|
224
|
+
PokemonFamilyV0434FamilyStunky,
|
|
225
|
+
PokemonFamilyV0436FamilyBronzor,
|
|
226
|
+
PokemonFamilyV0441FamilyChatot,
|
|
227
|
+
PokemonFamilyV0442FamilySpiritomb,
|
|
228
|
+
PokemonFamilyV0443FamilyGible,
|
|
229
|
+
PokemonFamilyV0448FamilyLucario,
|
|
230
|
+
PokemonFamilyV0449FamilyHippopotas,
|
|
231
|
+
PokemonFamilyV0451FamilySkorupi,
|
|
232
|
+
PokemonFamilyV0453FamilyCroagunk,
|
|
233
|
+
PokemonFamilyV0455FamilyCarnivine,
|
|
234
|
+
PokemonFamilyV0456FamilyFinneon,
|
|
235
|
+
PokemonFamilyV0459FamilySnover,
|
|
236
|
+
PokemonFamilyV0479FamilyRotom,
|
|
237
|
+
PokemonFamilyV0480FamilyUxie,
|
|
238
|
+
PokemonFamilyV0481FamilyMesprit,
|
|
239
|
+
PokemonFamilyV0482FamilyAzelf,
|
|
240
|
+
PokemonFamilyV0483FamilyDialga,
|
|
241
|
+
PokemonFamilyV0484FamilyPalkia,
|
|
242
|
+
PokemonFamilyV0485FamilyHeatran,
|
|
243
|
+
PokemonFamilyV0486FamilyRegigigas,
|
|
244
|
+
PokemonFamilyV0487FamilyGiratina,
|
|
245
|
+
PokemonFamilyV0488FamilyCresselia,
|
|
246
|
+
PokemonFamilyV0489FamilyPhione,
|
|
247
|
+
PokemonFamilyV0490FamilyManaphy,
|
|
248
|
+
PokemonFamilyV0491FamilyDarkrai,
|
|
249
|
+
PokemonFamilyV0492FamilyShaymin,
|
|
250
|
+
PokemonFamilyV0493FamilyArceus,
|
|
251
|
+
PokemonFamilyV0494FamilyVictini,
|
|
252
|
+
PokemonFamilyV0495FamilySnivy,
|
|
253
|
+
PokemonFamilyV0498FamilyTepig,
|
|
254
|
+
PokemonFamilyV0501FamilyOshawott,
|
|
255
|
+
PokemonFamilyV0504FamilyPatrat,
|
|
256
|
+
PokemonFamilyV0506FamilyLillipup,
|
|
257
|
+
PokemonFamilyV0509FamilyPurrloin,
|
|
258
|
+
PokemonFamilyV0511FamilyPansage,
|
|
259
|
+
PokemonFamilyV0513FamilyPansear,
|
|
260
|
+
PokemonFamilyV0515FamilyPanpour,
|
|
261
|
+
PokemonFamilyV0517FamilyMunna,
|
|
262
|
+
PokemonFamilyV0519FamilyPidove,
|
|
263
|
+
PokemonFamilyV0522FamilyBlitzle,
|
|
264
|
+
PokemonFamilyV0524FamilyRoggenrola,
|
|
265
|
+
PokemonFamilyV0527FamilyWoobat,
|
|
266
|
+
PokemonFamilyV0529FamilyDrilbur,
|
|
267
|
+
PokemonFamilyV0531FamilyAudino,
|
|
268
|
+
PokemonFamilyV0532FamilyTimburr,
|
|
269
|
+
PokemonFamilyV0535FamilyTympole,
|
|
270
|
+
PokemonFamilyV0538FamilyThroh,
|
|
271
|
+
PokemonFamilyV0539FamilySawk,
|
|
272
|
+
PokemonFamilyV0540FamilySewaddle,
|
|
273
|
+
PokemonFamilyV0543FamilyVenipede,
|
|
274
|
+
PokemonFamilyV0546FamilyCottonee,
|
|
275
|
+
PokemonFamilyV0548FamilyPetilil,
|
|
276
|
+
PokemonFamilyV0550FamilyBasculin,
|
|
277
|
+
PokemonFamilyV0551FamilySandile,
|
|
278
|
+
PokemonFamilyV0554FamilyDarumaka,
|
|
279
|
+
PokemonFamilyV0556FamilyMaractus,
|
|
280
|
+
PokemonFamilyV0557FamilyDwebble,
|
|
281
|
+
PokemonFamilyV0559FamilyScraggy,
|
|
282
|
+
PokemonFamilyV0561FamilySigilyph,
|
|
283
|
+
PokemonFamilyV0562FamilyYamask,
|
|
284
|
+
PokemonFamilyV0564FamilyTirtouga,
|
|
285
|
+
PokemonFamilyV0566FamilyArchen,
|
|
286
|
+
PokemonFamilyV0568FamilyTrubbish,
|
|
287
|
+
PokemonFamilyV0570FamilyZorua,
|
|
288
|
+
PokemonFamilyV0572FamilyMinccino,
|
|
289
|
+
PokemonFamilyV0574FamilyGothita,
|
|
290
|
+
PokemonFamilyV0577FamilySolosis,
|
|
291
|
+
PokemonFamilyV0580FamilyDucklett,
|
|
292
|
+
PokemonFamilyV0582FamilyVanillite,
|
|
293
|
+
PokemonFamilyV0585FamilyDeerling,
|
|
294
|
+
PokemonFamilyV0587FamilyEmolga,
|
|
295
|
+
PokemonFamilyV0588FamilyKarrablast,
|
|
296
|
+
PokemonFamilyV0590FamilyFoongus,
|
|
297
|
+
PokemonFamilyV0592FamilyFrillish,
|
|
298
|
+
PokemonFamilyV0594FamilyAlomomola,
|
|
299
|
+
PokemonFamilyV0595FamilyJoltik,
|
|
300
|
+
PokemonFamilyV0597FamilyFerroseed,
|
|
301
|
+
PokemonFamilyV0599FamilyKlink,
|
|
302
|
+
PokemonFamilyV0602FamilyTynamo,
|
|
303
|
+
PokemonFamilyV0605FamilyElgyem,
|
|
304
|
+
PokemonFamilyV0607FamilyLitwick,
|
|
305
|
+
PokemonFamilyV0610FamilyAxew,
|
|
306
|
+
PokemonFamilyV0613FamilyCubchoo,
|
|
307
|
+
PokemonFamilyV0615FamilyCryogonal,
|
|
308
|
+
PokemonFamilyV0616FamilyShelmet,
|
|
309
|
+
PokemonFamilyV0618FamilyStunfisk,
|
|
310
|
+
PokemonFamilyV0619FamilyMienfoo,
|
|
311
|
+
PokemonFamilyV0621FamilyDruddigon,
|
|
312
|
+
PokemonFamilyV0622FamilyGolett,
|
|
313
|
+
PokemonFamilyV0624FamilyPawniard,
|
|
314
|
+
PokemonFamilyV0626FamilyBouffalant,
|
|
315
|
+
PokemonFamilyV0627FamilyRufflet,
|
|
316
|
+
PokemonFamilyV0629FamilyVullaby,
|
|
317
|
+
PokemonFamilyV0631FamilyHeatmor,
|
|
318
|
+
PokemonFamilyV0632FamilyDurant,
|
|
319
|
+
PokemonFamilyV0633FamilyDeino,
|
|
320
|
+
PokemonFamilyV0636FamilyLarvesta,
|
|
321
|
+
PokemonFamilyV0638FamilyCobalion,
|
|
322
|
+
PokemonFamilyV0639FamilyTerrakion,
|
|
323
|
+
PokemonFamilyV0640FamilyVirizion,
|
|
324
|
+
PokemonFamilyV0641FamilyTornadus,
|
|
325
|
+
PokemonFamilyV0642FamilyThundurus,
|
|
326
|
+
PokemonFamilyV0643FamilyReshiram,
|
|
327
|
+
PokemonFamilyV0644FamilyZekrom,
|
|
328
|
+
PokemonFamilyV0645FamilyLandorus,
|
|
329
|
+
PokemonFamilyV0646FamilyKyurem,
|
|
330
|
+
PokemonFamilyV0647FamilyKeldeo,
|
|
331
|
+
PokemonFamilyV0648FamilyMeloetta,
|
|
332
|
+
PokemonFamilyV0649FamilyGenesect,
|
|
333
|
+
PokemonFamilyV0650FamilyChespin,
|
|
334
|
+
PokemonFamilyV0653FamilyFennekin,
|
|
335
|
+
PokemonFamilyV0656FamilyFroakie,
|
|
336
|
+
PokemonFamilyV0659FamilyBunnelby,
|
|
337
|
+
PokemonFamilyV0661FamilyFletchling,
|
|
338
|
+
PokemonFamilyV0664FamilyScatterbug,
|
|
339
|
+
PokemonFamilyV0667FamilyLitleo,
|
|
340
|
+
PokemonFamilyV0669FamilyFlabebe,
|
|
341
|
+
PokemonFamilyV0672FamilySkiddo,
|
|
342
|
+
PokemonFamilyV0674FamilyPancham,
|
|
343
|
+
PokemonFamilyV0676FamilyFurfrou,
|
|
344
|
+
PokemonFamilyV0677FamilyEspurr,
|
|
345
|
+
PokemonFamilyV0679FamilyHonedge,
|
|
346
|
+
PokemonFamilyV0682FamilySpritzee,
|
|
347
|
+
PokemonFamilyV0684FamilySwirlix,
|
|
348
|
+
PokemonFamilyV0686FamilyInkay,
|
|
349
|
+
PokemonFamilyV0688FamilyBinacle,
|
|
350
|
+
PokemonFamilyV0690FamilySkrelp,
|
|
351
|
+
PokemonFamilyV0692FamilyClauncher,
|
|
352
|
+
PokemonFamilyV0694FamilyHelioptile,
|
|
353
|
+
PokemonFamilyV0696FamilyTyrunt,
|
|
354
|
+
PokemonFamilyV0698FamilyAmaura,
|
|
355
|
+
PokemonFamilyV0701FamilyHawlucha,
|
|
356
|
+
PokemonFamilyV0702FamilyDedenne,
|
|
357
|
+
PokemonFamilyV0703FamilyCarbink,
|
|
358
|
+
PokemonFamilyV0704FamilyGoomy,
|
|
359
|
+
PokemonFamilyV0707FamilyKlefki,
|
|
360
|
+
PokemonFamilyV0708FamilyPhantump,
|
|
361
|
+
PokemonFamilyV0710FamilyPumpkaboo,
|
|
362
|
+
PokemonFamilyV0712FamilyBergmite,
|
|
363
|
+
PokemonFamilyV0714FamilyNoibat,
|
|
364
|
+
PokemonFamilyV0716FamilyXerneas,
|
|
365
|
+
PokemonFamilyV0717FamilyYveltal,
|
|
366
|
+
PokemonFamilyV0718FamilyZygarde,
|
|
367
|
+
PokemonFamilyV0719FamilyDiancie,
|
|
368
|
+
PokemonFamilyV0720FamilyHoopa,
|
|
369
|
+
PokemonFamilyV0721FamilyVolcanion,
|
|
370
|
+
PokemonFamilyV0722FamilyRowlet,
|
|
371
|
+
PokemonFamilyV0725FamilyLitten,
|
|
372
|
+
PokemonFamilyV0728FamilyPopplio,
|
|
373
|
+
PokemonFamilyV0731FamilyPikipek,
|
|
374
|
+
PokemonFamilyV0734FamilyYungoos,
|
|
375
|
+
PokemonFamilyV0736FamilyGrubbin,
|
|
376
|
+
PokemonFamilyV0739FamilyCrabrawler,
|
|
377
|
+
PokemonFamilyV0741FamilyOricorio,
|
|
378
|
+
PokemonFamilyV0742FamilyCutiefly,
|
|
379
|
+
PokemonFamilyV0744FamilyRockruff,
|
|
380
|
+
PokemonFamilyV0746FamilyWishiwashi,
|
|
381
|
+
PokemonFamilyV0747FamilyMareanie,
|
|
382
|
+
PokemonFamilyV0749FamilyMudbray,
|
|
383
|
+
PokemonFamilyV0751FamilyDewpider,
|
|
384
|
+
PokemonFamilyV0753FamilyFomantis,
|
|
385
|
+
PokemonFamilyV0755FamilyMorelull,
|
|
386
|
+
PokemonFamilyV0757FamilySalandit,
|
|
387
|
+
PokemonFamilyV0759FamilyStufful,
|
|
388
|
+
PokemonFamilyV0761FamilyBounsweet,
|
|
389
|
+
PokemonFamilyV0764FamilyComfey,
|
|
390
|
+
PokemonFamilyV0765FamilyOranguru,
|
|
391
|
+
PokemonFamilyV0766FamilyPassimian,
|
|
392
|
+
PokemonFamilyV0767FamilyWimpod,
|
|
393
|
+
PokemonFamilyV0769FamilySandygast,
|
|
394
|
+
PokemonFamilyV0771FamilyPyukumuku,
|
|
395
|
+
PokemonFamilyV0772FamilyTypeNull,
|
|
396
|
+
PokemonFamilyV0774FamilyMinior,
|
|
397
|
+
PokemonFamilyV0775FamilyKomala,
|
|
398
|
+
PokemonFamilyV0776FamilyTurtonator,
|
|
399
|
+
PokemonFamilyV0777FamilyTogedemaru,
|
|
400
|
+
PokemonFamilyV0778FamilyMimikyu,
|
|
401
|
+
PokemonFamilyV0779FamilyBruxish,
|
|
402
|
+
PokemonFamilyV0780FamilyDrampa,
|
|
403
|
+
PokemonFamilyV0781FamilyDhelmise,
|
|
404
|
+
PokemonFamilyV0782FamilyJangmoO,
|
|
405
|
+
PokemonFamilyV0785FamilyTapuKoko,
|
|
406
|
+
PokemonFamilyV0786FamilyTapuLele,
|
|
407
|
+
PokemonFamilyV0787FamilyTapuBulu,
|
|
408
|
+
PokemonFamilyV0788FamilyTapuFini,
|
|
409
|
+
PokemonFamilyV0789FamilyCosmog,
|
|
410
|
+
PokemonFamilyV0793FamilyNihilego,
|
|
411
|
+
PokemonFamilyV0794FamilyBuzzwole,
|
|
412
|
+
PokemonFamilyV0795FamilyPheromosa,
|
|
413
|
+
PokemonFamilyV0796FamilyXurkitree,
|
|
414
|
+
PokemonFamilyV0797FamilyCelesteela,
|
|
415
|
+
PokemonFamilyV0798FamilyKartana,
|
|
416
|
+
PokemonFamilyV0799FamilyGuzzlord,
|
|
417
|
+
PokemonFamilyV0800FamilyNecrozma,
|
|
418
|
+
PokemonFamilyV0801FamilyMagearna,
|
|
419
|
+
PokemonFamilyV0802FamilyMarshadow,
|
|
420
|
+
PokemonFamilyV0803FamilyPoipole,
|
|
421
|
+
PokemonFamilyV0805FamilyStakataka,
|
|
422
|
+
PokemonFamilyV0806FamilyBlacephalon,
|
|
423
|
+
PokemonFamilyV0807FamilyZeraora,
|
|
424
|
+
PokemonFamilyV0808FamilyMeltan,
|
|
425
|
+
PokemonFamilyV0810FamilyGrookey,
|
|
426
|
+
PokemonFamilyV0813FamilyScorbunny,
|
|
427
|
+
PokemonFamilyV0816FamilySobble,
|
|
428
|
+
PokemonFamilyV0819FamilySkwovet,
|
|
429
|
+
PokemonFamilyV0821FamilyRookidee,
|
|
430
|
+
PokemonFamilyV0824FamilyBlipbug,
|
|
431
|
+
PokemonFamilyV0827FamilyNickit,
|
|
432
|
+
PokemonFamilyV0829FamilyGossifleur,
|
|
433
|
+
PokemonFamilyV0831FamilyWooloo,
|
|
434
|
+
PokemonFamilyV0833FamilyChewtle,
|
|
435
|
+
PokemonFamilyV0835FamilyYamper,
|
|
436
|
+
PokemonFamilyV0837FamilyRolycoly,
|
|
437
|
+
PokemonFamilyV0840FamilyApplin,
|
|
438
|
+
PokemonFamilyV0843FamilySilicobra,
|
|
439
|
+
PokemonFamilyV0845FamilyCramorant,
|
|
440
|
+
PokemonFamilyV0846FamilyArrokuda,
|
|
441
|
+
PokemonFamilyV0848FamilyToxel,
|
|
442
|
+
PokemonFamilyV0850FamilySizzlipede,
|
|
443
|
+
PokemonFamilyV0852FamilyClobbopus,
|
|
444
|
+
PokemonFamilyV0854FamilySinistea,
|
|
445
|
+
PokemonFamilyV0856FamilyHatenna,
|
|
446
|
+
PokemonFamilyV0859FamilyImpidimp,
|
|
447
|
+
PokemonFamilyV0868FamilyMilcery,
|
|
448
|
+
PokemonFamilyV0870FamilyFalinks,
|
|
449
|
+
PokemonFamilyV0871FamilyPincurchin,
|
|
450
|
+
PokemonFamilyV0872FamilySnom,
|
|
451
|
+
PokemonFamilyV0874FamilyStonjourner,
|
|
452
|
+
PokemonFamilyV0875FamilyEiscue,
|
|
453
|
+
PokemonFamilyV0876FamilyIndeedee,
|
|
454
|
+
PokemonFamilyV0877FamilyMorpeko,
|
|
455
|
+
PokemonFamilyV0878FamilyCufant,
|
|
456
|
+
PokemonFamilyV0880FamilyDracozolt,
|
|
457
|
+
PokemonFamilyV0881FamilyArctozolt,
|
|
458
|
+
PokemonFamilyV0882FamilyDracovish,
|
|
459
|
+
PokemonFamilyV0883FamilyArctovish,
|
|
460
|
+
PokemonFamilyV0884FamilyDuraludon,
|
|
461
|
+
PokemonFamilyV0885FamilyDreepy,
|
|
462
|
+
PokemonFamilyV0888FamilyZacian,
|
|
463
|
+
PokemonFamilyV0889FamilyZamazenta,
|
|
464
|
+
PokemonFamilyV0890FamilyEternatus,
|
|
465
|
+
PokemonFamilyV0891FamilyKubfu,
|
|
466
|
+
PokemonFamilyV0893FamilyZarude,
|
|
467
|
+
PokemonFamilyV0894FamilyRegieleki,
|
|
468
|
+
PokemonFamilyV0895FamilyRegidrago,
|
|
469
|
+
PokemonFamilyV0896FamilyGlastrier,
|
|
470
|
+
PokemonFamilyV0897FamilySpectrier,
|
|
471
|
+
PokemonFamilyV0898FamilyCalyrex,
|
|
472
|
+
PokemonFamilyV0905FamilyEnamorus,
|
|
473
|
+
PokemonFamilyV0906FamilySprigatito,
|
|
474
|
+
PokemonFamilyV0909FamilyFuecoco,
|
|
475
|
+
PokemonFamilyV0912FamilyQuaxly,
|
|
476
|
+
PokemonFamilyV0915FamilyLechonk,
|
|
477
|
+
PokemonFamilyV0917FamilyTarountula,
|
|
478
|
+
PokemonFamilyV0919FamilyNymble,
|
|
479
|
+
PokemonFamilyV0921FamilyPawmi,
|
|
480
|
+
PokemonFamilyV0924FamilyTandemaus,
|
|
481
|
+
PokemonFamilyV0926FamilyFidough,
|
|
482
|
+
PokemonFamilyV0928FamilySmoliv,
|
|
483
|
+
PokemonFamilyV0931FamilySquawkabilly,
|
|
484
|
+
PokemonFamilyV0932FamilyNacli,
|
|
485
|
+
PokemonFamilyV0935FamilyCharcadet,
|
|
486
|
+
PokemonFamilyV0938FamilyTadbulb,
|
|
487
|
+
PokemonFamilyV0940FamilyWattrel,
|
|
488
|
+
PokemonFamilyV0942FamilyMaschiff,
|
|
489
|
+
PokemonFamilyV0944FamilyShroodle,
|
|
490
|
+
PokemonFamilyV0946FamilyBramblin,
|
|
491
|
+
PokemonFamilyV0948FamilyToedscool,
|
|
492
|
+
PokemonFamilyV0950FamilyKlawf,
|
|
493
|
+
PokemonFamilyV0951FamilyCapsakid,
|
|
494
|
+
PokemonFamilyV0953FamilyRellor,
|
|
495
|
+
PokemonFamilyV0955FamilyFlittle,
|
|
496
|
+
PokemonFamilyV0957FamilyTinkatink,
|
|
497
|
+
PokemonFamilyV0960FamilyWiglett,
|
|
498
|
+
PokemonFamilyV0962FamilyBombirdier,
|
|
499
|
+
PokemonFamilyV0963FamilyFinizen,
|
|
500
|
+
PokemonFamilyV0965FamilyVaroom,
|
|
501
|
+
PokemonFamilyV0967FamilyCyclizar,
|
|
502
|
+
PokemonFamilyV0968FamilyOrthworm,
|
|
503
|
+
PokemonFamilyV0969FamilyGlimmet,
|
|
504
|
+
PokemonFamilyV0971FamilyGreavard,
|
|
505
|
+
PokemonFamilyV0973FamilyFlamigo,
|
|
506
|
+
PokemonFamilyV0974FamilyCetoddle,
|
|
507
|
+
PokemonFamilyV0976FamilyVeluza,
|
|
508
|
+
PokemonFamilyV0977FamilyDondozo,
|
|
509
|
+
PokemonFamilyV0978FamilyTatsugiri,
|
|
510
|
+
PokemonFamilyV0984FamilyGreattusk,
|
|
511
|
+
PokemonFamilyV0985FamilyScreamtail,
|
|
512
|
+
PokemonFamilyV0986FamilyBrutebonnet,
|
|
513
|
+
PokemonFamilyV0987FamilyFluttermane,
|
|
514
|
+
PokemonFamilyV0988FamilySlitherwing,
|
|
515
|
+
PokemonFamilyV0989FamilySandyshocks,
|
|
516
|
+
PokemonFamilyV0990FamilyIrontreads,
|
|
517
|
+
PokemonFamilyV0991FamilyIronbundle,
|
|
518
|
+
PokemonFamilyV0992FamilyIronhands,
|
|
519
|
+
PokemonFamilyV0993FamilyIronjugulis,
|
|
520
|
+
PokemonFamilyV0994FamilyIronmoth,
|
|
521
|
+
PokemonFamilyV0995FamilyIronthorns,
|
|
522
|
+
PokemonFamilyV0996FamilyFrigibax,
|
|
523
|
+
PokemonFamilyV0999FamilyGimmighoul,
|
|
524
|
+
PokemonFamilyV1001FamilyWochien,
|
|
525
|
+
PokemonFamilyV1002FamilyChienpao,
|
|
526
|
+
PokemonFamilyV1003FamilyTinglu,
|
|
527
|
+
PokemonFamilyV1004FamilyChiyu,
|
|
528
|
+
PokemonFamilyV1005FamilyRoaringmoon,
|
|
529
|
+
PokemonFamilyV1006FamilyIronvaliant,
|
|
530
|
+
PokemonFamilyV1007FamilyKoraidon,
|
|
531
|
+
PokemonFamilyV1008FamilyMiraidon,
|
|
532
|
+
PokemonFamilyV1009FamilyWalkingwake,
|
|
533
|
+
PokemonFamilyV1010FamilyIronleaves,
|
|
534
|
+
PokemonFamilyV1012FamilyPoltchageist,
|
|
535
|
+
PokemonFamilyV1014FamilyOkidogi,
|
|
536
|
+
PokemonFamilyV1015FamilyMunkidori,
|
|
537
|
+
PokemonFamilyV1016FamilyFezandipiti,
|
|
538
|
+
PokemonFamilyV1017FamilyOgerpon,
|
|
539
|
+
PokemonFamilyV1020FamilyGougingfire,
|
|
540
|
+
PokemonFamilyV1021FamilyRagingbolt,
|
|
541
|
+
PokemonFamilyV1022FamilyIronboulder,
|
|
542
|
+
PokemonFamilyV1023FamilyIroncrown,
|
|
543
|
+
PokemonFamilyV1024FamilyTerapagos,
|
|
544
|
+
PokemonFamilyV1025FamilyPecharunt,
|
|
545
|
+
} from "./entries";
|
|
546
|
+
|
|
547
|
+
export interface PokemonFamilyLookup {
|
|
548
|
+
V0001_FAMILY_BULBASAUR: PokemonFamilyV0001FamilyBulbasaur;
|
|
549
|
+
V0004_FAMILY_CHARMANDER: PokemonFamilyV0004FamilyCharmander;
|
|
550
|
+
V0007_FAMILY_SQUIRTLE: PokemonFamilyV0007FamilySquirtle;
|
|
551
|
+
V0010_FAMILY_CATERPIE: PokemonFamilyV0010FamilyCaterpie;
|
|
552
|
+
V0013_FAMILY_WEEDLE: PokemonFamilyV0013FamilyWeedle;
|
|
553
|
+
V0016_FAMILY_PIDGEY: PokemonFamilyV0016FamilyPidgey;
|
|
554
|
+
V0019_FAMILY_RATTATA: PokemonFamilyV0019FamilyRattata;
|
|
555
|
+
V0021_FAMILY_SPEAROW: PokemonFamilyV0021FamilySpearow;
|
|
556
|
+
V0023_FAMILY_EKANS: PokemonFamilyV0023FamilyEkans;
|
|
557
|
+
V0025_FAMILY_PIKACHU: PokemonFamilyV0025FamilyPikachu;
|
|
558
|
+
V0027_FAMILY_SANDSHREW: PokemonFamilyV0027FamilySandshrew;
|
|
559
|
+
V0029_FAMILY_NIDORAN: PokemonFamilyV0029FamilyNidoran;
|
|
560
|
+
V0032_FAMILY_NIDORAN: PokemonFamilyV0032FamilyNidoran;
|
|
561
|
+
V0035_FAMILY_CLEFAIRY: PokemonFamilyV0035FamilyClefairy;
|
|
562
|
+
V0037_FAMILY_VULPIX: PokemonFamilyV0037FamilyVulpix;
|
|
563
|
+
V0039_FAMILY_JIGGLYPUFF: PokemonFamilyV0039FamilyJigglypuff;
|
|
564
|
+
V0041_FAMILY_ZUBAT: PokemonFamilyV0041FamilyZubat;
|
|
565
|
+
V0043_FAMILY_ODDISH: PokemonFamilyV0043FamilyOddish;
|
|
566
|
+
V0046_FAMILY_PARAS: PokemonFamilyV0046FamilyParas;
|
|
567
|
+
V0048_FAMILY_VENONAT: PokemonFamilyV0048FamilyVenonat;
|
|
568
|
+
V0050_FAMILY_DIGLETT: PokemonFamilyV0050FamilyDiglett;
|
|
569
|
+
V0052_FAMILY_MEOWTH: PokemonFamilyV0052FamilyMeowth;
|
|
570
|
+
V0054_FAMILY_PSYDUCK: PokemonFamilyV0054FamilyPsyduck;
|
|
571
|
+
V0056_FAMILY_MANKEY: PokemonFamilyV0056FamilyMankey;
|
|
572
|
+
V0058_FAMILY_GROWLITHE: PokemonFamilyV0058FamilyGrowlithe;
|
|
573
|
+
V0060_FAMILY_POLIWAG: PokemonFamilyV0060FamilyPoliwag;
|
|
574
|
+
V0063_FAMILY_ABRA: PokemonFamilyV0063FamilyAbra;
|
|
575
|
+
V0066_FAMILY_MACHOP: PokemonFamilyV0066FamilyMachop;
|
|
576
|
+
V0069_FAMILY_BELLSPROUT: PokemonFamilyV0069FamilyBellsprout;
|
|
577
|
+
V0072_FAMILY_TENTACOOL: PokemonFamilyV0072FamilyTentacool;
|
|
578
|
+
V0074_FAMILY_GEODUDE: PokemonFamilyV0074FamilyGeodude;
|
|
579
|
+
V0077_FAMILY_PONYTA: PokemonFamilyV0077FamilyPonyta;
|
|
580
|
+
V0079_FAMILY_SLOWPOKE: PokemonFamilyV0079FamilySlowpoke;
|
|
581
|
+
V0081_FAMILY_MAGNEMITE: PokemonFamilyV0081FamilyMagnemite;
|
|
582
|
+
V0083_FAMILY_FARFETCHD: PokemonFamilyV0083FamilyFarfetchd;
|
|
583
|
+
V0084_FAMILY_DODUO: PokemonFamilyV0084FamilyDoduo;
|
|
584
|
+
V0086_FAMILY_SEEL: PokemonFamilyV0086FamilySeel;
|
|
585
|
+
V0088_FAMILY_GRIMER: PokemonFamilyV0088FamilyGrimer;
|
|
586
|
+
V0090_FAMILY_SHELLDER: PokemonFamilyV0090FamilyShellder;
|
|
587
|
+
V0092_FAMILY_GASTLY: PokemonFamilyV0092FamilyGastly;
|
|
588
|
+
V0095_FAMILY_ONIX: PokemonFamilyV0095FamilyOnix;
|
|
589
|
+
V0096_FAMILY_DROWZEE: PokemonFamilyV0096FamilyDrowzee;
|
|
590
|
+
V0098_FAMILY_KRABBY: PokemonFamilyV0098FamilyKrabby;
|
|
591
|
+
V0100_FAMILY_VOLTORB: PokemonFamilyV0100FamilyVoltorb;
|
|
592
|
+
V0102_FAMILY_EXEGGCUTE: PokemonFamilyV0102FamilyExeggcute;
|
|
593
|
+
V0104_FAMILY_CUBONE: PokemonFamilyV0104FamilyCubone;
|
|
594
|
+
V0108_FAMILY_LICKITUNG: PokemonFamilyV0108FamilyLickitung;
|
|
595
|
+
V0109_FAMILY_KOFFING: PokemonFamilyV0109FamilyKoffing;
|
|
596
|
+
V0111_FAMILY_RHYHORN: PokemonFamilyV0111FamilyRhyhorn;
|
|
597
|
+
V0113_FAMILY_CHANSEY: PokemonFamilyV0113FamilyChansey;
|
|
598
|
+
V0114_FAMILY_TANGELA: PokemonFamilyV0114FamilyTangela;
|
|
599
|
+
V0115_FAMILY_KANGASKHAN: PokemonFamilyV0115FamilyKangaskhan;
|
|
600
|
+
V0116_FAMILY_HORSEA: PokemonFamilyV0116FamilyHorsea;
|
|
601
|
+
V0118_FAMILY_GOLDEEN: PokemonFamilyV0118FamilyGoldeen;
|
|
602
|
+
V0120_FAMILY_STARYU: PokemonFamilyV0120FamilyStaryu;
|
|
603
|
+
V0122_FAMILY_MR_MIME: PokemonFamilyV0122FamilyMrMime;
|
|
604
|
+
V0123_FAMILY_SCYTHER: PokemonFamilyV0123FamilyScyther;
|
|
605
|
+
V0124_FAMILY_JYNX: PokemonFamilyV0124FamilyJynx;
|
|
606
|
+
V0125_FAMILY_ELECTABUZZ: PokemonFamilyV0125FamilyElectabuzz;
|
|
607
|
+
V0126_FAMILY_MAGMAR: PokemonFamilyV0126FamilyMagmar;
|
|
608
|
+
V0127_FAMILY_PINSIR: PokemonFamilyV0127FamilyPinsir;
|
|
609
|
+
V0128_FAMILY_TAUROS: PokemonFamilyV0128FamilyTauros;
|
|
610
|
+
V0129_FAMILY_MAGIKARP: PokemonFamilyV0129FamilyMagikarp;
|
|
611
|
+
V0131_FAMILY_LAPRAS: PokemonFamilyV0131FamilyLapras;
|
|
612
|
+
V0132_FAMILY_DITTO: PokemonFamilyV0132FamilyDitto;
|
|
613
|
+
V0133_FAMILY_EEVEE: PokemonFamilyV0133FamilyEevee;
|
|
614
|
+
V0137_FAMILY_PORYGON: PokemonFamilyV0137FamilyPorygon;
|
|
615
|
+
V0138_FAMILY_OMANYTE: PokemonFamilyV0138FamilyOmanyte;
|
|
616
|
+
V0140_FAMILY_KABUTO: PokemonFamilyV0140FamilyKabuto;
|
|
617
|
+
V0142_FAMILY_AERODACTYL: PokemonFamilyV0142FamilyAerodactyl;
|
|
618
|
+
V0143_FAMILY_SNORLAX: PokemonFamilyV0143FamilySnorlax;
|
|
619
|
+
V0144_FAMILY_ARTICUNO: PokemonFamilyV0144FamilyArticuno;
|
|
620
|
+
V0145_FAMILY_ZAPDOS: PokemonFamilyV0145FamilyZapdos;
|
|
621
|
+
V0146_FAMILY_MOLTRES: PokemonFamilyV0146FamilyMoltres;
|
|
622
|
+
V0147_FAMILY_DRATINI: PokemonFamilyV0147FamilyDratini;
|
|
623
|
+
V0150_FAMILY_MEWTWO: PokemonFamilyV0150FamilyMewtwo;
|
|
624
|
+
V0151_FAMILY_MEW: PokemonFamilyV0151FamilyMew;
|
|
625
|
+
V0152_FAMILY_CHIKORITA: PokemonFamilyV0152FamilyChikorita;
|
|
626
|
+
V0155_FAMILY_CYNDAQUIL: PokemonFamilyV0155FamilyCyndaquil;
|
|
627
|
+
V0158_FAMILY_TOTODILE: PokemonFamilyV0158FamilyTotodile;
|
|
628
|
+
V0161_FAMILY_SENTRET: PokemonFamilyV0161FamilySentret;
|
|
629
|
+
V0163_FAMILY_HOOTHOOT: PokemonFamilyV0163FamilyHoothoot;
|
|
630
|
+
V0165_FAMILY_LEDYBA: PokemonFamilyV0165FamilyLedyba;
|
|
631
|
+
V0167_FAMILY_SPINARAK: PokemonFamilyV0167FamilySpinarak;
|
|
632
|
+
V0170_FAMILY_CHINCHOU: PokemonFamilyV0170FamilyChinchou;
|
|
633
|
+
V0175_FAMILY_TOGEPI: PokemonFamilyV0175FamilyTogepi;
|
|
634
|
+
V0177_FAMILY_NATU: PokemonFamilyV0177FamilyNatu;
|
|
635
|
+
V0179_FAMILY_MAREEP: PokemonFamilyV0179FamilyMareep;
|
|
636
|
+
V0183_FAMILY_MARILL: PokemonFamilyV0183FamilyMarill;
|
|
637
|
+
V0185_FAMILY_SUDOWOODO: PokemonFamilyV0185FamilySudowoodo;
|
|
638
|
+
V0187_FAMILY_HOPPIP: PokemonFamilyV0187FamilyHoppip;
|
|
639
|
+
V0190_FAMILY_AIPOM: PokemonFamilyV0190FamilyAipom;
|
|
640
|
+
V0191_FAMILY_SUNKERN: PokemonFamilyV0191FamilySunkern;
|
|
641
|
+
V0193_FAMILY_YANMA: PokemonFamilyV0193FamilyYanma;
|
|
642
|
+
V0194_FAMILY_WOOPER: PokemonFamilyV0194FamilyWooper;
|
|
643
|
+
V0198_FAMILY_MURKROW: PokemonFamilyV0198FamilyMurkrow;
|
|
644
|
+
V0200_FAMILY_MISDREAVUS: PokemonFamilyV0200FamilyMisdreavus;
|
|
645
|
+
V0201_FAMILY_UNOWN: PokemonFamilyV0201FamilyUnown;
|
|
646
|
+
V0202_FAMILY_WOBBUFFET: PokemonFamilyV0202FamilyWobbuffet;
|
|
647
|
+
V0203_FAMILY_GIRAFARIG: PokemonFamilyV0203FamilyGirafarig;
|
|
648
|
+
V0204_FAMILY_PINECO: PokemonFamilyV0204FamilyPineco;
|
|
649
|
+
V0206_FAMILY_DUNSPARCE: PokemonFamilyV0206FamilyDunsparce;
|
|
650
|
+
V0207_FAMILY_GLIGAR: PokemonFamilyV0207FamilyGligar;
|
|
651
|
+
V0209_FAMILY_SNUBBULL: PokemonFamilyV0209FamilySnubbull;
|
|
652
|
+
V0211_FAMILY_QWILFISH: PokemonFamilyV0211FamilyQwilfish;
|
|
653
|
+
V0213_FAMILY_SHUCKLE: PokemonFamilyV0213FamilyShuckle;
|
|
654
|
+
V0214_FAMILY_HERACROSS: PokemonFamilyV0214FamilyHeracross;
|
|
655
|
+
V0215_FAMILY_SNEASEL: PokemonFamilyV0215FamilySneasel;
|
|
656
|
+
V0216_FAMILY_TEDDIURSA: PokemonFamilyV0216FamilyTeddiursa;
|
|
657
|
+
V0218_FAMILY_SLUGMA: PokemonFamilyV0218FamilySlugma;
|
|
658
|
+
V0220_FAMILY_SWINUB: PokemonFamilyV0220FamilySwinub;
|
|
659
|
+
V0222_FAMILY_CORSOLA: PokemonFamilyV0222FamilyCorsola;
|
|
660
|
+
V0223_FAMILY_REMORAID: PokemonFamilyV0223FamilyRemoraid;
|
|
661
|
+
V0225_FAMILY_DELIBIRD: PokemonFamilyV0225FamilyDelibird;
|
|
662
|
+
V0226_FAMILY_MANTINE: PokemonFamilyV0226FamilyMantine;
|
|
663
|
+
V0227_FAMILY_SKARMORY: PokemonFamilyV0227FamilySkarmory;
|
|
664
|
+
V0228_FAMILY_HOUNDOUR: PokemonFamilyV0228FamilyHoundour;
|
|
665
|
+
V0231_FAMILY_PHANPY: PokemonFamilyV0231FamilyPhanpy;
|
|
666
|
+
V0234_FAMILY_STANTLER: PokemonFamilyV0234FamilyStantler;
|
|
667
|
+
V0235_FAMILY_SMEARGLE: PokemonFamilyV0235FamilySmeargle;
|
|
668
|
+
V0236_FAMILY_TYROGUE: PokemonFamilyV0236FamilyTyrogue;
|
|
669
|
+
V0241_FAMILY_MILTANK: PokemonFamilyV0241FamilyMiltank;
|
|
670
|
+
V0243_FAMILY_RAIKOU: PokemonFamilyV0243FamilyRaikou;
|
|
671
|
+
V0244_FAMILY_ENTEI: PokemonFamilyV0244FamilyEntei;
|
|
672
|
+
V0245_FAMILY_SUICUNE: PokemonFamilyV0245FamilySuicune;
|
|
673
|
+
V0246_FAMILY_LARVITAR: PokemonFamilyV0246FamilyLarvitar;
|
|
674
|
+
V0249_FAMILY_LUGIA: PokemonFamilyV0249FamilyLugia;
|
|
675
|
+
V0250_FAMILY_HO_OH: PokemonFamilyV0250FamilyHoOh;
|
|
676
|
+
V0251_FAMILY_CELEBI: PokemonFamilyV0251FamilyCelebi;
|
|
677
|
+
V0252_FAMILY_TREECKO: PokemonFamilyV0252FamilyTreecko;
|
|
678
|
+
V0255_FAMILY_TORCHIC: PokemonFamilyV0255FamilyTorchic;
|
|
679
|
+
V0258_FAMILY_MUDKIP: PokemonFamilyV0258FamilyMudkip;
|
|
680
|
+
V0261_FAMILY_POOCHYENA: PokemonFamilyV0261FamilyPoochyena;
|
|
681
|
+
V0263_FAMILY_ZIGZAGOON: PokemonFamilyV0263FamilyZigzagoon;
|
|
682
|
+
V0265_FAMILY_WURMPLE: PokemonFamilyV0265FamilyWurmple;
|
|
683
|
+
V0270_FAMILY_LOTAD: PokemonFamilyV0270FamilyLotad;
|
|
684
|
+
V0273_FAMILY_SEEDOT: PokemonFamilyV0273FamilySeedot;
|
|
685
|
+
V0276_FAMILY_TAILLOW: PokemonFamilyV0276FamilyTaillow;
|
|
686
|
+
V0278_FAMILY_WINGULL: PokemonFamilyV0278FamilyWingull;
|
|
687
|
+
V0280_FAMILY_RALTS: PokemonFamilyV0280FamilyRalts;
|
|
688
|
+
V0283_FAMILY_SURSKIT: PokemonFamilyV0283FamilySurskit;
|
|
689
|
+
V0285_FAMILY_SHROOMISH: PokemonFamilyV0285FamilyShroomish;
|
|
690
|
+
V0287_FAMILY_SLAKOTH: PokemonFamilyV0287FamilySlakoth;
|
|
691
|
+
V0290_FAMILY_NINCADA: PokemonFamilyV0290FamilyNincada;
|
|
692
|
+
V0293_FAMILY_WHISMUR: PokemonFamilyV0293FamilyWhismur;
|
|
693
|
+
V0296_FAMILY_MAKUHITA: PokemonFamilyV0296FamilyMakuhita;
|
|
694
|
+
V0299_FAMILY_NOSEPASS: PokemonFamilyV0299FamilyNosepass;
|
|
695
|
+
V0300_FAMILY_SKITTY: PokemonFamilyV0300FamilySkitty;
|
|
696
|
+
V0302_FAMILY_SABLEYE: PokemonFamilyV0302FamilySableye;
|
|
697
|
+
V0303_FAMILY_MAWILE: PokemonFamilyV0303FamilyMawile;
|
|
698
|
+
V0304_FAMILY_ARON: PokemonFamilyV0304FamilyAron;
|
|
699
|
+
V0307_FAMILY_MEDITITE: PokemonFamilyV0307FamilyMeditite;
|
|
700
|
+
V0309_FAMILY_ELECTRIKE: PokemonFamilyV0309FamilyElectrike;
|
|
701
|
+
V0311_FAMILY_PLUSLE: PokemonFamilyV0311FamilyPlusle;
|
|
702
|
+
V0312_FAMILY_MINUN: PokemonFamilyV0312FamilyMinun;
|
|
703
|
+
V0313_FAMILY_VOLBEAT: PokemonFamilyV0313FamilyVolbeat;
|
|
704
|
+
V0314_FAMILY_ILLUMISE: PokemonFamilyV0314FamilyIllumise;
|
|
705
|
+
V0315_FAMILY_ROSELIA: PokemonFamilyV0315FamilyRoselia;
|
|
706
|
+
V0316_FAMILY_GULPIN: PokemonFamilyV0316FamilyGulpin;
|
|
707
|
+
V0318_FAMILY_CARVANHA: PokemonFamilyV0318FamilyCarvanha;
|
|
708
|
+
V0320_FAMILY_WAILMER: PokemonFamilyV0320FamilyWailmer;
|
|
709
|
+
V0322_FAMILY_NUMEL: PokemonFamilyV0322FamilyNumel;
|
|
710
|
+
V0324_FAMILY_TORKOAL: PokemonFamilyV0324FamilyTorkoal;
|
|
711
|
+
V0325_FAMILY_SPOINK: PokemonFamilyV0325FamilySpoink;
|
|
712
|
+
V0327_FAMILY_SPINDA: PokemonFamilyV0327FamilySpinda;
|
|
713
|
+
V0328_FAMILY_TRAPINCH: PokemonFamilyV0328FamilyTrapinch;
|
|
714
|
+
V0331_FAMILY_CACNEA: PokemonFamilyV0331FamilyCacnea;
|
|
715
|
+
V0333_FAMILY_SWABLU: PokemonFamilyV0333FamilySwablu;
|
|
716
|
+
V0335_FAMILY_ZANGOOSE: PokemonFamilyV0335FamilyZangoose;
|
|
717
|
+
V0336_FAMILY_SEVIPER: PokemonFamilyV0336FamilySeviper;
|
|
718
|
+
V0337_FAMILY_LUNATONE: PokemonFamilyV0337FamilyLunatone;
|
|
719
|
+
V0338_FAMILY_SOLROCK: PokemonFamilyV0338FamilySolrock;
|
|
720
|
+
V0339_FAMILY_BARBOACH: PokemonFamilyV0339FamilyBarboach;
|
|
721
|
+
V0341_FAMILY_CORPHISH: PokemonFamilyV0341FamilyCorphish;
|
|
722
|
+
V0343_FAMILY_BALTOY: PokemonFamilyV0343FamilyBaltoy;
|
|
723
|
+
V0345_FAMILY_LILEEP: PokemonFamilyV0345FamilyLileep;
|
|
724
|
+
V0347_FAMILY_ANORITH: PokemonFamilyV0347FamilyAnorith;
|
|
725
|
+
V0349_FAMILY_FEEBAS: PokemonFamilyV0349FamilyFeebas;
|
|
726
|
+
V0351_FAMILY_CASTFORM: PokemonFamilyV0351FamilyCastform;
|
|
727
|
+
V0352_FAMILY_KECLEON: PokemonFamilyV0352FamilyKecleon;
|
|
728
|
+
V0353_FAMILY_SHUPPET: PokemonFamilyV0353FamilyShuppet;
|
|
729
|
+
V0355_FAMILY_DUSKULL: PokemonFamilyV0355FamilyDuskull;
|
|
730
|
+
V0357_FAMILY_TROPIUS: PokemonFamilyV0357FamilyTropius;
|
|
731
|
+
V0358_FAMILY_CHIMECHO: PokemonFamilyV0358FamilyChimecho;
|
|
732
|
+
V0359_FAMILY_ABSOL: PokemonFamilyV0359FamilyAbsol;
|
|
733
|
+
V0361_FAMILY_SNORUNT: PokemonFamilyV0361FamilySnorunt;
|
|
734
|
+
V0363_FAMILY_SPHEAL: PokemonFamilyV0363FamilySpheal;
|
|
735
|
+
V0366_FAMILY_CLAMPERL: PokemonFamilyV0366FamilyClamperl;
|
|
736
|
+
V0369_FAMILY_RELICANTH: PokemonFamilyV0369FamilyRelicanth;
|
|
737
|
+
V0370_FAMILY_LUVDISC: PokemonFamilyV0370FamilyLuvdisc;
|
|
738
|
+
V0371_FAMILY_BAGON: PokemonFamilyV0371FamilyBagon;
|
|
739
|
+
V0374_FAMILY_BELDUM: PokemonFamilyV0374FamilyBeldum;
|
|
740
|
+
V0377_FAMILY_REGIROCK: PokemonFamilyV0377FamilyRegirock;
|
|
741
|
+
V0378_FAMILY_REGICE: PokemonFamilyV0378FamilyRegice;
|
|
742
|
+
V0379_FAMILY_REGISTEEL: PokemonFamilyV0379FamilyRegisteel;
|
|
743
|
+
V0380_FAMILY_LATIAS: PokemonFamilyV0380FamilyLatias;
|
|
744
|
+
V0381_FAMILY_LATIOS: PokemonFamilyV0381FamilyLatios;
|
|
745
|
+
V0382_FAMILY_KYOGRE: PokemonFamilyV0382FamilyKyogre;
|
|
746
|
+
V0383_FAMILY_GROUDON: PokemonFamilyV0383FamilyGroudon;
|
|
747
|
+
V0384_FAMILY_RAYQUAZA: PokemonFamilyV0384FamilyRayquaza;
|
|
748
|
+
V0385_FAMILY_JIRACHI: PokemonFamilyV0385FamilyJirachi;
|
|
749
|
+
V0386_FAMILY_DEOXYS: PokemonFamilyV0386FamilyDeoxys;
|
|
750
|
+
V0387_FAMILY_TURTWIG: PokemonFamilyV0387FamilyTurtwig;
|
|
751
|
+
V0390_FAMILY_CHIMCHAR: PokemonFamilyV0390FamilyChimchar;
|
|
752
|
+
V0393_FAMILY_PIPLUP: PokemonFamilyV0393FamilyPiplup;
|
|
753
|
+
V0396_FAMILY_STARLY: PokemonFamilyV0396FamilyStarly;
|
|
754
|
+
V0399_FAMILY_BIDOOF: PokemonFamilyV0399FamilyBidoof;
|
|
755
|
+
V0401_FAMILY_KRICKETOT: PokemonFamilyV0401FamilyKricketot;
|
|
756
|
+
V0403_FAMILY_SHINX: PokemonFamilyV0403FamilyShinx;
|
|
757
|
+
V0408_FAMILY_CRANIDOS: PokemonFamilyV0408FamilyCranidos;
|
|
758
|
+
V0410_FAMILY_SHIELDON: PokemonFamilyV0410FamilyShieldon;
|
|
759
|
+
V0412_FAMILY_BURMY: PokemonFamilyV0412FamilyBurmy;
|
|
760
|
+
V0415_FAMILY_COMBEE: PokemonFamilyV0415FamilyCombee;
|
|
761
|
+
V0417_FAMILY_PACHIRISU: PokemonFamilyV0417FamilyPachirisu;
|
|
762
|
+
V0418_FAMILY_BUIZEL: PokemonFamilyV0418FamilyBuizel;
|
|
763
|
+
V0420_FAMILY_CHERUBI: PokemonFamilyV0420FamilyCherubi;
|
|
764
|
+
V0422_FAMILY_SHELLOS: PokemonFamilyV0422FamilyShellos;
|
|
765
|
+
V0425_FAMILY_DRIFLOON: PokemonFamilyV0425FamilyDrifloon;
|
|
766
|
+
V0427_FAMILY_BUNEARY: PokemonFamilyV0427FamilyBuneary;
|
|
767
|
+
V0431_FAMILY_GLAMEOW: PokemonFamilyV0431FamilyGlameow;
|
|
768
|
+
V0434_FAMILY_STUNKY: PokemonFamilyV0434FamilyStunky;
|
|
769
|
+
V0436_FAMILY_BRONZOR: PokemonFamilyV0436FamilyBronzor;
|
|
770
|
+
V0441_FAMILY_CHATOT: PokemonFamilyV0441FamilyChatot;
|
|
771
|
+
V0442_FAMILY_SPIRITOMB: PokemonFamilyV0442FamilySpiritomb;
|
|
772
|
+
V0443_FAMILY_GIBLE: PokemonFamilyV0443FamilyGible;
|
|
773
|
+
V0448_FAMILY_LUCARIO: PokemonFamilyV0448FamilyLucario;
|
|
774
|
+
V0449_FAMILY_HIPPOPOTAS: PokemonFamilyV0449FamilyHippopotas;
|
|
775
|
+
V0451_FAMILY_SKORUPI: PokemonFamilyV0451FamilySkorupi;
|
|
776
|
+
V0453_FAMILY_CROAGUNK: PokemonFamilyV0453FamilyCroagunk;
|
|
777
|
+
V0455_FAMILY_CARNIVINE: PokemonFamilyV0455FamilyCarnivine;
|
|
778
|
+
V0456_FAMILY_FINNEON: PokemonFamilyV0456FamilyFinneon;
|
|
779
|
+
V0459_FAMILY_SNOVER: PokemonFamilyV0459FamilySnover;
|
|
780
|
+
V0479_FAMILY_ROTOM: PokemonFamilyV0479FamilyRotom;
|
|
781
|
+
V0480_FAMILY_UXIE: PokemonFamilyV0480FamilyUxie;
|
|
782
|
+
V0481_FAMILY_MESPRIT: PokemonFamilyV0481FamilyMesprit;
|
|
783
|
+
V0482_FAMILY_AZELF: PokemonFamilyV0482FamilyAzelf;
|
|
784
|
+
V0483_FAMILY_DIALGA: PokemonFamilyV0483FamilyDialga;
|
|
785
|
+
V0484_FAMILY_PALKIA: PokemonFamilyV0484FamilyPalkia;
|
|
786
|
+
V0485_FAMILY_HEATRAN: PokemonFamilyV0485FamilyHeatran;
|
|
787
|
+
V0486_FAMILY_REGIGIGAS: PokemonFamilyV0486FamilyRegigigas;
|
|
788
|
+
V0487_FAMILY_GIRATINA: PokemonFamilyV0487FamilyGiratina;
|
|
789
|
+
V0488_FAMILY_CRESSELIA: PokemonFamilyV0488FamilyCresselia;
|
|
790
|
+
V0489_FAMILY_PHIONE: PokemonFamilyV0489FamilyPhione;
|
|
791
|
+
V0490_FAMILY_MANAPHY: PokemonFamilyV0490FamilyManaphy;
|
|
792
|
+
V0491_FAMILY_DARKRAI: PokemonFamilyV0491FamilyDarkrai;
|
|
793
|
+
V0492_FAMILY_SHAYMIN: PokemonFamilyV0492FamilyShaymin;
|
|
794
|
+
V0493_FAMILY_ARCEUS: PokemonFamilyV0493FamilyArceus;
|
|
795
|
+
V0494_FAMILY_VICTINI: PokemonFamilyV0494FamilyVictini;
|
|
796
|
+
V0495_FAMILY_SNIVY: PokemonFamilyV0495FamilySnivy;
|
|
797
|
+
V0498_FAMILY_TEPIG: PokemonFamilyV0498FamilyTepig;
|
|
798
|
+
V0501_FAMILY_OSHAWOTT: PokemonFamilyV0501FamilyOshawott;
|
|
799
|
+
V0504_FAMILY_PATRAT: PokemonFamilyV0504FamilyPatrat;
|
|
800
|
+
V0506_FAMILY_LILLIPUP: PokemonFamilyV0506FamilyLillipup;
|
|
801
|
+
V0509_FAMILY_PURRLOIN: PokemonFamilyV0509FamilyPurrloin;
|
|
802
|
+
V0511_FAMILY_PANSAGE: PokemonFamilyV0511FamilyPansage;
|
|
803
|
+
V0513_FAMILY_PANSEAR: PokemonFamilyV0513FamilyPansear;
|
|
804
|
+
V0515_FAMILY_PANPOUR: PokemonFamilyV0515FamilyPanpour;
|
|
805
|
+
V0517_FAMILY_MUNNA: PokemonFamilyV0517FamilyMunna;
|
|
806
|
+
V0519_FAMILY_PIDOVE: PokemonFamilyV0519FamilyPidove;
|
|
807
|
+
V0522_FAMILY_BLITZLE: PokemonFamilyV0522FamilyBlitzle;
|
|
808
|
+
V0524_FAMILY_ROGGENROLA: PokemonFamilyV0524FamilyRoggenrola;
|
|
809
|
+
V0527_FAMILY_WOOBAT: PokemonFamilyV0527FamilyWoobat;
|
|
810
|
+
V0529_FAMILY_DRILBUR: PokemonFamilyV0529FamilyDrilbur;
|
|
811
|
+
V0531_FAMILY_AUDINO: PokemonFamilyV0531FamilyAudino;
|
|
812
|
+
V0532_FAMILY_TIMBURR: PokemonFamilyV0532FamilyTimburr;
|
|
813
|
+
V0535_FAMILY_TYMPOLE: PokemonFamilyV0535FamilyTympole;
|
|
814
|
+
V0538_FAMILY_THROH: PokemonFamilyV0538FamilyThroh;
|
|
815
|
+
V0539_FAMILY_SAWK: PokemonFamilyV0539FamilySawk;
|
|
816
|
+
V0540_FAMILY_SEWADDLE: PokemonFamilyV0540FamilySewaddle;
|
|
817
|
+
V0543_FAMILY_VENIPEDE: PokemonFamilyV0543FamilyVenipede;
|
|
818
|
+
V0546_FAMILY_COTTONEE: PokemonFamilyV0546FamilyCottonee;
|
|
819
|
+
V0548_FAMILY_PETILIL: PokemonFamilyV0548FamilyPetilil;
|
|
820
|
+
V0550_FAMILY_BASCULIN: PokemonFamilyV0550FamilyBasculin;
|
|
821
|
+
V0551_FAMILY_SANDILE: PokemonFamilyV0551FamilySandile;
|
|
822
|
+
V0554_FAMILY_DARUMAKA: PokemonFamilyV0554FamilyDarumaka;
|
|
823
|
+
V0556_FAMILY_MARACTUS: PokemonFamilyV0556FamilyMaractus;
|
|
824
|
+
V0557_FAMILY_DWEBBLE: PokemonFamilyV0557FamilyDwebble;
|
|
825
|
+
V0559_FAMILY_SCRAGGY: PokemonFamilyV0559FamilyScraggy;
|
|
826
|
+
V0561_FAMILY_SIGILYPH: PokemonFamilyV0561FamilySigilyph;
|
|
827
|
+
V0562_FAMILY_YAMASK: PokemonFamilyV0562FamilyYamask;
|
|
828
|
+
V0564_FAMILY_TIRTOUGA: PokemonFamilyV0564FamilyTirtouga;
|
|
829
|
+
V0566_FAMILY_ARCHEN: PokemonFamilyV0566FamilyArchen;
|
|
830
|
+
V0568_FAMILY_TRUBBISH: PokemonFamilyV0568FamilyTrubbish;
|
|
831
|
+
V0570_FAMILY_ZORUA: PokemonFamilyV0570FamilyZorua;
|
|
832
|
+
V0572_FAMILY_MINCCINO: PokemonFamilyV0572FamilyMinccino;
|
|
833
|
+
V0574_FAMILY_GOTHITA: PokemonFamilyV0574FamilyGothita;
|
|
834
|
+
V0577_FAMILY_SOLOSIS: PokemonFamilyV0577FamilySolosis;
|
|
835
|
+
V0580_FAMILY_DUCKLETT: PokemonFamilyV0580FamilyDucklett;
|
|
836
|
+
V0582_FAMILY_VANILLITE: PokemonFamilyV0582FamilyVanillite;
|
|
837
|
+
V0585_FAMILY_DEERLING: PokemonFamilyV0585FamilyDeerling;
|
|
838
|
+
V0587_FAMILY_EMOLGA: PokemonFamilyV0587FamilyEmolga;
|
|
839
|
+
V0588_FAMILY_KARRABLAST: PokemonFamilyV0588FamilyKarrablast;
|
|
840
|
+
V0590_FAMILY_FOONGUS: PokemonFamilyV0590FamilyFoongus;
|
|
841
|
+
V0592_FAMILY_FRILLISH: PokemonFamilyV0592FamilyFrillish;
|
|
842
|
+
V0594_FAMILY_ALOMOMOLA: PokemonFamilyV0594FamilyAlomomola;
|
|
843
|
+
V0595_FAMILY_JOLTIK: PokemonFamilyV0595FamilyJoltik;
|
|
844
|
+
V0597_FAMILY_FERROSEED: PokemonFamilyV0597FamilyFerroseed;
|
|
845
|
+
V0599_FAMILY_KLINK: PokemonFamilyV0599FamilyKlink;
|
|
846
|
+
V0602_FAMILY_TYNAMO: PokemonFamilyV0602FamilyTynamo;
|
|
847
|
+
V0605_FAMILY_ELGYEM: PokemonFamilyV0605FamilyElgyem;
|
|
848
|
+
V0607_FAMILY_LITWICK: PokemonFamilyV0607FamilyLitwick;
|
|
849
|
+
V0610_FAMILY_AXEW: PokemonFamilyV0610FamilyAxew;
|
|
850
|
+
V0613_FAMILY_CUBCHOO: PokemonFamilyV0613FamilyCubchoo;
|
|
851
|
+
V0615_FAMILY_CRYOGONAL: PokemonFamilyV0615FamilyCryogonal;
|
|
852
|
+
V0616_FAMILY_SHELMET: PokemonFamilyV0616FamilyShelmet;
|
|
853
|
+
V0618_FAMILY_STUNFISK: PokemonFamilyV0618FamilyStunfisk;
|
|
854
|
+
V0619_FAMILY_MIENFOO: PokemonFamilyV0619FamilyMienfoo;
|
|
855
|
+
V0621_FAMILY_DRUDDIGON: PokemonFamilyV0621FamilyDruddigon;
|
|
856
|
+
V0622_FAMILY_GOLETT: PokemonFamilyV0622FamilyGolett;
|
|
857
|
+
V0624_FAMILY_PAWNIARD: PokemonFamilyV0624FamilyPawniard;
|
|
858
|
+
V0626_FAMILY_BOUFFALANT: PokemonFamilyV0626FamilyBouffalant;
|
|
859
|
+
V0627_FAMILY_RUFFLET: PokemonFamilyV0627FamilyRufflet;
|
|
860
|
+
V0629_FAMILY_VULLABY: PokemonFamilyV0629FamilyVullaby;
|
|
861
|
+
V0631_FAMILY_HEATMOR: PokemonFamilyV0631FamilyHeatmor;
|
|
862
|
+
V0632_FAMILY_DURANT: PokemonFamilyV0632FamilyDurant;
|
|
863
|
+
V0633_FAMILY_DEINO: PokemonFamilyV0633FamilyDeino;
|
|
864
|
+
V0636_FAMILY_LARVESTA: PokemonFamilyV0636FamilyLarvesta;
|
|
865
|
+
V0638_FAMILY_COBALION: PokemonFamilyV0638FamilyCobalion;
|
|
866
|
+
V0639_FAMILY_TERRAKION: PokemonFamilyV0639FamilyTerrakion;
|
|
867
|
+
V0640_FAMILY_VIRIZION: PokemonFamilyV0640FamilyVirizion;
|
|
868
|
+
V0641_FAMILY_TORNADUS: PokemonFamilyV0641FamilyTornadus;
|
|
869
|
+
V0642_FAMILY_THUNDURUS: PokemonFamilyV0642FamilyThundurus;
|
|
870
|
+
V0643_FAMILY_RESHIRAM: PokemonFamilyV0643FamilyReshiram;
|
|
871
|
+
V0644_FAMILY_ZEKROM: PokemonFamilyV0644FamilyZekrom;
|
|
872
|
+
V0645_FAMILY_LANDORUS: PokemonFamilyV0645FamilyLandorus;
|
|
873
|
+
V0646_FAMILY_KYUREM: PokemonFamilyV0646FamilyKyurem;
|
|
874
|
+
V0647_FAMILY_KELDEO: PokemonFamilyV0647FamilyKeldeo;
|
|
875
|
+
V0648_FAMILY_MELOETTA: PokemonFamilyV0648FamilyMeloetta;
|
|
876
|
+
V0649_FAMILY_GENESECT: PokemonFamilyV0649FamilyGenesect;
|
|
877
|
+
V0650_FAMILY_CHESPIN: PokemonFamilyV0650FamilyChespin;
|
|
878
|
+
V0653_FAMILY_FENNEKIN: PokemonFamilyV0653FamilyFennekin;
|
|
879
|
+
V0656_FAMILY_FROAKIE: PokemonFamilyV0656FamilyFroakie;
|
|
880
|
+
V0659_FAMILY_BUNNELBY: PokemonFamilyV0659FamilyBunnelby;
|
|
881
|
+
V0661_FAMILY_FLETCHLING: PokemonFamilyV0661FamilyFletchling;
|
|
882
|
+
V0664_FAMILY_SCATTERBUG: PokemonFamilyV0664FamilyScatterbug;
|
|
883
|
+
V0667_FAMILY_LITLEO: PokemonFamilyV0667FamilyLitleo;
|
|
884
|
+
V0669_FAMILY_FLABEBE: PokemonFamilyV0669FamilyFlabebe;
|
|
885
|
+
V0672_FAMILY_SKIDDO: PokemonFamilyV0672FamilySkiddo;
|
|
886
|
+
V0674_FAMILY_PANCHAM: PokemonFamilyV0674FamilyPancham;
|
|
887
|
+
V0676_FAMILY_FURFROU: PokemonFamilyV0676FamilyFurfrou;
|
|
888
|
+
V0677_FAMILY_ESPURR: PokemonFamilyV0677FamilyEspurr;
|
|
889
|
+
V0679_FAMILY_HONEDGE: PokemonFamilyV0679FamilyHonedge;
|
|
890
|
+
V0682_FAMILY_SPRITZEE: PokemonFamilyV0682FamilySpritzee;
|
|
891
|
+
V0684_FAMILY_SWIRLIX: PokemonFamilyV0684FamilySwirlix;
|
|
892
|
+
V0686_FAMILY_INKAY: PokemonFamilyV0686FamilyInkay;
|
|
893
|
+
V0688_FAMILY_BINACLE: PokemonFamilyV0688FamilyBinacle;
|
|
894
|
+
V0690_FAMILY_SKRELP: PokemonFamilyV0690FamilySkrelp;
|
|
895
|
+
V0692_FAMILY_CLAUNCHER: PokemonFamilyV0692FamilyClauncher;
|
|
896
|
+
V0694_FAMILY_HELIOPTILE: PokemonFamilyV0694FamilyHelioptile;
|
|
897
|
+
V0696_FAMILY_TYRUNT: PokemonFamilyV0696FamilyTyrunt;
|
|
898
|
+
V0698_FAMILY_AMAURA: PokemonFamilyV0698FamilyAmaura;
|
|
899
|
+
V0701_FAMILY_HAWLUCHA: PokemonFamilyV0701FamilyHawlucha;
|
|
900
|
+
V0702_FAMILY_DEDENNE: PokemonFamilyV0702FamilyDedenne;
|
|
901
|
+
V0703_FAMILY_CARBINK: PokemonFamilyV0703FamilyCarbink;
|
|
902
|
+
V0704_FAMILY_GOOMY: PokemonFamilyV0704FamilyGoomy;
|
|
903
|
+
V0707_FAMILY_KLEFKI: PokemonFamilyV0707FamilyKlefki;
|
|
904
|
+
V0708_FAMILY_PHANTUMP: PokemonFamilyV0708FamilyPhantump;
|
|
905
|
+
V0710_FAMILY_PUMPKABOO: PokemonFamilyV0710FamilyPumpkaboo;
|
|
906
|
+
V0712_FAMILY_BERGMITE: PokemonFamilyV0712FamilyBergmite;
|
|
907
|
+
V0714_FAMILY_NOIBAT: PokemonFamilyV0714FamilyNoibat;
|
|
908
|
+
V0716_FAMILY_XERNEAS: PokemonFamilyV0716FamilyXerneas;
|
|
909
|
+
V0717_FAMILY_YVELTAL: PokemonFamilyV0717FamilyYveltal;
|
|
910
|
+
V0718_FAMILY_ZYGARDE: PokemonFamilyV0718FamilyZygarde;
|
|
911
|
+
V0719_FAMILY_DIANCIE: PokemonFamilyV0719FamilyDiancie;
|
|
912
|
+
V0720_FAMILY_HOOPA: PokemonFamilyV0720FamilyHoopa;
|
|
913
|
+
V0721_FAMILY_VOLCANION: PokemonFamilyV0721FamilyVolcanion;
|
|
914
|
+
V0722_FAMILY_ROWLET: PokemonFamilyV0722FamilyRowlet;
|
|
915
|
+
V0725_FAMILY_LITTEN: PokemonFamilyV0725FamilyLitten;
|
|
916
|
+
V0728_FAMILY_POPPLIO: PokemonFamilyV0728FamilyPopplio;
|
|
917
|
+
V0731_FAMILY_PIKIPEK: PokemonFamilyV0731FamilyPikipek;
|
|
918
|
+
V0734_FAMILY_YUNGOOS: PokemonFamilyV0734FamilyYungoos;
|
|
919
|
+
V0736_FAMILY_GRUBBIN: PokemonFamilyV0736FamilyGrubbin;
|
|
920
|
+
V0739_FAMILY_CRABRAWLER: PokemonFamilyV0739FamilyCrabrawler;
|
|
921
|
+
V0741_FAMILY_ORICORIO: PokemonFamilyV0741FamilyOricorio;
|
|
922
|
+
V0742_FAMILY_CUTIEFLY: PokemonFamilyV0742FamilyCutiefly;
|
|
923
|
+
V0744_FAMILY_ROCKRUFF: PokemonFamilyV0744FamilyRockruff;
|
|
924
|
+
V0746_FAMILY_WISHIWASHI: PokemonFamilyV0746FamilyWishiwashi;
|
|
925
|
+
V0747_FAMILY_MAREANIE: PokemonFamilyV0747FamilyMareanie;
|
|
926
|
+
V0749_FAMILY_MUDBRAY: PokemonFamilyV0749FamilyMudbray;
|
|
927
|
+
V0751_FAMILY_DEWPIDER: PokemonFamilyV0751FamilyDewpider;
|
|
928
|
+
V0753_FAMILY_FOMANTIS: PokemonFamilyV0753FamilyFomantis;
|
|
929
|
+
V0755_FAMILY_MORELULL: PokemonFamilyV0755FamilyMorelull;
|
|
930
|
+
V0757_FAMILY_SALANDIT: PokemonFamilyV0757FamilySalandit;
|
|
931
|
+
V0759_FAMILY_STUFFUL: PokemonFamilyV0759FamilyStufful;
|
|
932
|
+
V0761_FAMILY_BOUNSWEET: PokemonFamilyV0761FamilyBounsweet;
|
|
933
|
+
V0764_FAMILY_COMFEY: PokemonFamilyV0764FamilyComfey;
|
|
934
|
+
V0765_FAMILY_ORANGURU: PokemonFamilyV0765FamilyOranguru;
|
|
935
|
+
V0766_FAMILY_PASSIMIAN: PokemonFamilyV0766FamilyPassimian;
|
|
936
|
+
V0767_FAMILY_WIMPOD: PokemonFamilyV0767FamilyWimpod;
|
|
937
|
+
V0769_FAMILY_SANDYGAST: PokemonFamilyV0769FamilySandygast;
|
|
938
|
+
V0771_FAMILY_PYUKUMUKU: PokemonFamilyV0771FamilyPyukumuku;
|
|
939
|
+
V0772_FAMILY_TYPE_NULL: PokemonFamilyV0772FamilyTypeNull;
|
|
940
|
+
V0774_FAMILY_MINIOR: PokemonFamilyV0774FamilyMinior;
|
|
941
|
+
V0775_FAMILY_KOMALA: PokemonFamilyV0775FamilyKomala;
|
|
942
|
+
V0776_FAMILY_TURTONATOR: PokemonFamilyV0776FamilyTurtonator;
|
|
943
|
+
V0777_FAMILY_TOGEDEMARU: PokemonFamilyV0777FamilyTogedemaru;
|
|
944
|
+
V0778_FAMILY_MIMIKYU: PokemonFamilyV0778FamilyMimikyu;
|
|
945
|
+
V0779_FAMILY_BRUXISH: PokemonFamilyV0779FamilyBruxish;
|
|
946
|
+
V0780_FAMILY_DRAMPA: PokemonFamilyV0780FamilyDrampa;
|
|
947
|
+
V0781_FAMILY_DHELMISE: PokemonFamilyV0781FamilyDhelmise;
|
|
948
|
+
V0782_FAMILY_JANGMO_O: PokemonFamilyV0782FamilyJangmoO;
|
|
949
|
+
V0785_FAMILY_TAPU_KOKO: PokemonFamilyV0785FamilyTapuKoko;
|
|
950
|
+
V0786_FAMILY_TAPU_LELE: PokemonFamilyV0786FamilyTapuLele;
|
|
951
|
+
V0787_FAMILY_TAPU_BULU: PokemonFamilyV0787FamilyTapuBulu;
|
|
952
|
+
V0788_FAMILY_TAPU_FINI: PokemonFamilyV0788FamilyTapuFini;
|
|
953
|
+
V0789_FAMILY_COSMOG: PokemonFamilyV0789FamilyCosmog;
|
|
954
|
+
V0793_FAMILY_NIHILEGO: PokemonFamilyV0793FamilyNihilego;
|
|
955
|
+
V0794_FAMILY_BUZZWOLE: PokemonFamilyV0794FamilyBuzzwole;
|
|
956
|
+
V0795_FAMILY_PHEROMOSA: PokemonFamilyV0795FamilyPheromosa;
|
|
957
|
+
V0796_FAMILY_XURKITREE: PokemonFamilyV0796FamilyXurkitree;
|
|
958
|
+
V0797_FAMILY_CELESTEELA: PokemonFamilyV0797FamilyCelesteela;
|
|
959
|
+
V0798_FAMILY_KARTANA: PokemonFamilyV0798FamilyKartana;
|
|
960
|
+
V0799_FAMILY_GUZZLORD: PokemonFamilyV0799FamilyGuzzlord;
|
|
961
|
+
V0800_FAMILY_NECROZMA: PokemonFamilyV0800FamilyNecrozma;
|
|
962
|
+
V0801_FAMILY_MAGEARNA: PokemonFamilyV0801FamilyMagearna;
|
|
963
|
+
V0802_FAMILY_MARSHADOW: PokemonFamilyV0802FamilyMarshadow;
|
|
964
|
+
V0803_FAMILY_POIPOLE: PokemonFamilyV0803FamilyPoipole;
|
|
965
|
+
V0805_FAMILY_STAKATAKA: PokemonFamilyV0805FamilyStakataka;
|
|
966
|
+
V0806_FAMILY_BLACEPHALON: PokemonFamilyV0806FamilyBlacephalon;
|
|
967
|
+
V0807_FAMILY_ZERAORA: PokemonFamilyV0807FamilyZeraora;
|
|
968
|
+
V0808_FAMILY_MELTAN: PokemonFamilyV0808FamilyMeltan;
|
|
969
|
+
V0810_FAMILY_GROOKEY: PokemonFamilyV0810FamilyGrookey;
|
|
970
|
+
V0813_FAMILY_SCORBUNNY: PokemonFamilyV0813FamilyScorbunny;
|
|
971
|
+
V0816_FAMILY_SOBBLE: PokemonFamilyV0816FamilySobble;
|
|
972
|
+
V0819_FAMILY_SKWOVET: PokemonFamilyV0819FamilySkwovet;
|
|
973
|
+
V0821_FAMILY_ROOKIDEE: PokemonFamilyV0821FamilyRookidee;
|
|
974
|
+
V0824_FAMILY_BLIPBUG: PokemonFamilyV0824FamilyBlipbug;
|
|
975
|
+
V0827_FAMILY_NICKIT: PokemonFamilyV0827FamilyNickit;
|
|
976
|
+
V0829_FAMILY_GOSSIFLEUR: PokemonFamilyV0829FamilyGossifleur;
|
|
977
|
+
V0831_FAMILY_WOOLOO: PokemonFamilyV0831FamilyWooloo;
|
|
978
|
+
V0833_FAMILY_CHEWTLE: PokemonFamilyV0833FamilyChewtle;
|
|
979
|
+
V0835_FAMILY_YAMPER: PokemonFamilyV0835FamilyYamper;
|
|
980
|
+
V0837_FAMILY_ROLYCOLY: PokemonFamilyV0837FamilyRolycoly;
|
|
981
|
+
V0840_FAMILY_APPLIN: PokemonFamilyV0840FamilyApplin;
|
|
982
|
+
V0843_FAMILY_SILICOBRA: PokemonFamilyV0843FamilySilicobra;
|
|
983
|
+
V0845_FAMILY_CRAMORANT: PokemonFamilyV0845FamilyCramorant;
|
|
984
|
+
V0846_FAMILY_ARROKUDA: PokemonFamilyV0846FamilyArrokuda;
|
|
985
|
+
V0848_FAMILY_TOXEL: PokemonFamilyV0848FamilyToxel;
|
|
986
|
+
V0850_FAMILY_SIZZLIPEDE: PokemonFamilyV0850FamilySizzlipede;
|
|
987
|
+
V0852_FAMILY_CLOBBOPUS: PokemonFamilyV0852FamilyClobbopus;
|
|
988
|
+
V0854_FAMILY_SINISTEA: PokemonFamilyV0854FamilySinistea;
|
|
989
|
+
V0856_FAMILY_HATENNA: PokemonFamilyV0856FamilyHatenna;
|
|
990
|
+
V0859_FAMILY_IMPIDIMP: PokemonFamilyV0859FamilyImpidimp;
|
|
991
|
+
V0868_FAMILY_MILCERY: PokemonFamilyV0868FamilyMilcery;
|
|
992
|
+
V0870_FAMILY_FALINKS: PokemonFamilyV0870FamilyFalinks;
|
|
993
|
+
V0871_FAMILY_PINCURCHIN: PokemonFamilyV0871FamilyPincurchin;
|
|
994
|
+
V0872_FAMILY_SNOM: PokemonFamilyV0872FamilySnom;
|
|
995
|
+
V0874_FAMILY_STONJOURNER: PokemonFamilyV0874FamilyStonjourner;
|
|
996
|
+
V0875_FAMILY_EISCUE: PokemonFamilyV0875FamilyEiscue;
|
|
997
|
+
V0876_FAMILY_INDEEDEE: PokemonFamilyV0876FamilyIndeedee;
|
|
998
|
+
V0877_FAMILY_MORPEKO: PokemonFamilyV0877FamilyMorpeko;
|
|
999
|
+
V0878_FAMILY_CUFANT: PokemonFamilyV0878FamilyCufant;
|
|
1000
|
+
V0880_FAMILY_DRACOZOLT: PokemonFamilyV0880FamilyDracozolt;
|
|
1001
|
+
V0881_FAMILY_ARCTOZOLT: PokemonFamilyV0881FamilyArctozolt;
|
|
1002
|
+
V0882_FAMILY_DRACOVISH: PokemonFamilyV0882FamilyDracovish;
|
|
1003
|
+
V0883_FAMILY_ARCTOVISH: PokemonFamilyV0883FamilyArctovish;
|
|
1004
|
+
V0884_FAMILY_DURALUDON: PokemonFamilyV0884FamilyDuraludon;
|
|
1005
|
+
V0885_FAMILY_DREEPY: PokemonFamilyV0885FamilyDreepy;
|
|
1006
|
+
V0888_FAMILY_ZACIAN: PokemonFamilyV0888FamilyZacian;
|
|
1007
|
+
V0889_FAMILY_ZAMAZENTA: PokemonFamilyV0889FamilyZamazenta;
|
|
1008
|
+
V0890_FAMILY_ETERNATUS: PokemonFamilyV0890FamilyEternatus;
|
|
1009
|
+
V0891_FAMILY_KUBFU: PokemonFamilyV0891FamilyKubfu;
|
|
1010
|
+
V0893_FAMILY_ZARUDE: PokemonFamilyV0893FamilyZarude;
|
|
1011
|
+
V0894_FAMILY_REGIELEKI: PokemonFamilyV0894FamilyRegieleki;
|
|
1012
|
+
V0895_FAMILY_REGIDRAGO: PokemonFamilyV0895FamilyRegidrago;
|
|
1013
|
+
V0896_FAMILY_GLASTRIER: PokemonFamilyV0896FamilyGlastrier;
|
|
1014
|
+
V0897_FAMILY_SPECTRIER: PokemonFamilyV0897FamilySpectrier;
|
|
1015
|
+
V0898_FAMILY_CALYREX: PokemonFamilyV0898FamilyCalyrex;
|
|
1016
|
+
V0905_FAMILY_ENAMORUS: PokemonFamilyV0905FamilyEnamorus;
|
|
1017
|
+
V0906_FAMILY_SPRIGATITO: PokemonFamilyV0906FamilySprigatito;
|
|
1018
|
+
V0909_FAMILY_FUECOCO: PokemonFamilyV0909FamilyFuecoco;
|
|
1019
|
+
V0912_FAMILY_QUAXLY: PokemonFamilyV0912FamilyQuaxly;
|
|
1020
|
+
V0915_FAMILY_LECHONK: PokemonFamilyV0915FamilyLechonk;
|
|
1021
|
+
V0917_FAMILY_TAROUNTULA: PokemonFamilyV0917FamilyTarountula;
|
|
1022
|
+
V0919_FAMILY_NYMBLE: PokemonFamilyV0919FamilyNymble;
|
|
1023
|
+
V0921_FAMILY_PAWMI: PokemonFamilyV0921FamilyPawmi;
|
|
1024
|
+
V0924_FAMILY_TANDEMAUS: PokemonFamilyV0924FamilyTandemaus;
|
|
1025
|
+
V0926_FAMILY_FIDOUGH: PokemonFamilyV0926FamilyFidough;
|
|
1026
|
+
V0928_FAMILY_SMOLIV: PokemonFamilyV0928FamilySmoliv;
|
|
1027
|
+
V0931_FAMILY_SQUAWKABILLY: PokemonFamilyV0931FamilySquawkabilly;
|
|
1028
|
+
V0932_FAMILY_NACLI: PokemonFamilyV0932FamilyNacli;
|
|
1029
|
+
V0935_FAMILY_CHARCADET: PokemonFamilyV0935FamilyCharcadet;
|
|
1030
|
+
V0938_FAMILY_TADBULB: PokemonFamilyV0938FamilyTadbulb;
|
|
1031
|
+
V0940_FAMILY_WATTREL: PokemonFamilyV0940FamilyWattrel;
|
|
1032
|
+
V0942_FAMILY_MASCHIFF: PokemonFamilyV0942FamilyMaschiff;
|
|
1033
|
+
V0944_FAMILY_SHROODLE: PokemonFamilyV0944FamilyShroodle;
|
|
1034
|
+
V0946_FAMILY_BRAMBLIN: PokemonFamilyV0946FamilyBramblin;
|
|
1035
|
+
V0948_FAMILY_TOEDSCOOL: PokemonFamilyV0948FamilyToedscool;
|
|
1036
|
+
V0950_FAMILY_KLAWF: PokemonFamilyV0950FamilyKlawf;
|
|
1037
|
+
V0951_FAMILY_CAPSAKID: PokemonFamilyV0951FamilyCapsakid;
|
|
1038
|
+
V0953_FAMILY_RELLOR: PokemonFamilyV0953FamilyRellor;
|
|
1039
|
+
V0955_FAMILY_FLITTLE: PokemonFamilyV0955FamilyFlittle;
|
|
1040
|
+
V0957_FAMILY_TINKATINK: PokemonFamilyV0957FamilyTinkatink;
|
|
1041
|
+
V0960_FAMILY_WIGLETT: PokemonFamilyV0960FamilyWiglett;
|
|
1042
|
+
V0962_FAMILY_BOMBIRDIER: PokemonFamilyV0962FamilyBombirdier;
|
|
1043
|
+
V0963_FAMILY_FINIZEN: PokemonFamilyV0963FamilyFinizen;
|
|
1044
|
+
V0965_FAMILY_VAROOM: PokemonFamilyV0965FamilyVaroom;
|
|
1045
|
+
V0967_FAMILY_CYCLIZAR: PokemonFamilyV0967FamilyCyclizar;
|
|
1046
|
+
V0968_FAMILY_ORTHWORM: PokemonFamilyV0968FamilyOrthworm;
|
|
1047
|
+
V0969_FAMILY_GLIMMET: PokemonFamilyV0969FamilyGlimmet;
|
|
1048
|
+
V0971_FAMILY_GREAVARD: PokemonFamilyV0971FamilyGreavard;
|
|
1049
|
+
V0973_FAMILY_FLAMIGO: PokemonFamilyV0973FamilyFlamigo;
|
|
1050
|
+
V0974_FAMILY_CETODDLE: PokemonFamilyV0974FamilyCetoddle;
|
|
1051
|
+
V0976_FAMILY_VELUZA: PokemonFamilyV0976FamilyVeluza;
|
|
1052
|
+
V0977_FAMILY_DONDOZO: PokemonFamilyV0977FamilyDondozo;
|
|
1053
|
+
V0978_FAMILY_TATSUGIRI: PokemonFamilyV0978FamilyTatsugiri;
|
|
1054
|
+
V0984_FAMILY_GREATTUSK: PokemonFamilyV0984FamilyGreattusk;
|
|
1055
|
+
V0985_FAMILY_SCREAMTAIL: PokemonFamilyV0985FamilyScreamtail;
|
|
1056
|
+
V0986_FAMILY_BRUTEBONNET: PokemonFamilyV0986FamilyBrutebonnet;
|
|
1057
|
+
V0987_FAMILY_FLUTTERMANE: PokemonFamilyV0987FamilyFluttermane;
|
|
1058
|
+
V0988_FAMILY_SLITHERWING: PokemonFamilyV0988FamilySlitherwing;
|
|
1059
|
+
V0989_FAMILY_SANDYSHOCKS: PokemonFamilyV0989FamilySandyshocks;
|
|
1060
|
+
V0990_FAMILY_IRONTREADS: PokemonFamilyV0990FamilyIrontreads;
|
|
1061
|
+
V0991_FAMILY_IRONBUNDLE: PokemonFamilyV0991FamilyIronbundle;
|
|
1062
|
+
V0992_FAMILY_IRONHANDS: PokemonFamilyV0992FamilyIronhands;
|
|
1063
|
+
V0993_FAMILY_IRONJUGULIS: PokemonFamilyV0993FamilyIronjugulis;
|
|
1064
|
+
V0994_FAMILY_IRONMOTH: PokemonFamilyV0994FamilyIronmoth;
|
|
1065
|
+
V0995_FAMILY_IRONTHORNS: PokemonFamilyV0995FamilyIronthorns;
|
|
1066
|
+
V0996_FAMILY_FRIGIBAX: PokemonFamilyV0996FamilyFrigibax;
|
|
1067
|
+
V0999_FAMILY_GIMMIGHOUL: PokemonFamilyV0999FamilyGimmighoul;
|
|
1068
|
+
V1001_FAMILY_WOCHIEN: PokemonFamilyV1001FamilyWochien;
|
|
1069
|
+
V1002_FAMILY_CHIENPAO: PokemonFamilyV1002FamilyChienpao;
|
|
1070
|
+
V1003_FAMILY_TINGLU: PokemonFamilyV1003FamilyTinglu;
|
|
1071
|
+
V1004_FAMILY_CHIYU: PokemonFamilyV1004FamilyChiyu;
|
|
1072
|
+
V1005_FAMILY_ROARINGMOON: PokemonFamilyV1005FamilyRoaringmoon;
|
|
1073
|
+
V1006_FAMILY_IRONVALIANT: PokemonFamilyV1006FamilyIronvaliant;
|
|
1074
|
+
V1007_FAMILY_KORAIDON: PokemonFamilyV1007FamilyKoraidon;
|
|
1075
|
+
V1008_FAMILY_MIRAIDON: PokemonFamilyV1008FamilyMiraidon;
|
|
1076
|
+
V1009_FAMILY_WALKINGWAKE: PokemonFamilyV1009FamilyWalkingwake;
|
|
1077
|
+
V1010_FAMILY_IRONLEAVES: PokemonFamilyV1010FamilyIronleaves;
|
|
1078
|
+
V1012_FAMILY_POLTCHAGEIST: PokemonFamilyV1012FamilyPoltchageist;
|
|
1079
|
+
V1014_FAMILY_OKIDOGI: PokemonFamilyV1014FamilyOkidogi;
|
|
1080
|
+
V1015_FAMILY_MUNKIDORI: PokemonFamilyV1015FamilyMunkidori;
|
|
1081
|
+
V1016_FAMILY_FEZANDIPITI: PokemonFamilyV1016FamilyFezandipiti;
|
|
1082
|
+
V1017_FAMILY_OGERPON: PokemonFamilyV1017FamilyOgerpon;
|
|
1083
|
+
V1020_FAMILY_GOUGINGFIRE: PokemonFamilyV1020FamilyGougingfire;
|
|
1084
|
+
V1021_FAMILY_RAGINGBOLT: PokemonFamilyV1021FamilyRagingbolt;
|
|
1085
|
+
V1022_FAMILY_IRONBOULDER: PokemonFamilyV1022FamilyIronboulder;
|
|
1086
|
+
V1023_FAMILY_IRONCROWN: PokemonFamilyV1023FamilyIroncrown;
|
|
1087
|
+
V1024_FAMILY_TERAPAGOS: PokemonFamilyV1024FamilyTerapagos;
|
|
1088
|
+
V1025_FAMILY_PECHARUNT: PokemonFamilyV1025FamilyPecharunt;
|
|
1089
|
+
}
|