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,2057 @@
|
|
|
1
|
+
// Generated from Pokémon GO masterfile — "formSettings" lookup table.
|
|
2
|
+
|
|
3
|
+
import type {
|
|
4
|
+
FormSettingsV0001PokemonBulbasaur,
|
|
5
|
+
FormSettingsV0002PokemonIvysaur,
|
|
6
|
+
FormSettingsV0003PokemonVenusaur,
|
|
7
|
+
FormSettingsV0004PokemonCharmander,
|
|
8
|
+
FormSettingsV0005PokemonCharmeleon,
|
|
9
|
+
FormSettingsV0006PokemonCharizard,
|
|
10
|
+
FormSettingsV0007PokemonSquirtle,
|
|
11
|
+
FormSettingsV0008PokemonWartortle,
|
|
12
|
+
FormSettingsV0009PokemonBlastoise,
|
|
13
|
+
FormSettingsV0010PokemonCaterpie,
|
|
14
|
+
FormSettingsV0011PokemonMetapod,
|
|
15
|
+
FormSettingsV0012PokemonButterfree,
|
|
16
|
+
FormSettingsV0013PokemonWeedle,
|
|
17
|
+
FormSettingsV0014PokemonKakuna,
|
|
18
|
+
FormSettingsV0015PokemonBeedrill,
|
|
19
|
+
FormSettingsV0016PokemonPidgey,
|
|
20
|
+
FormSettingsV0017PokemonPidgeotto,
|
|
21
|
+
FormSettingsV0018PokemonPidgeot,
|
|
22
|
+
FormSettingsV0019PokemonRattata,
|
|
23
|
+
FormSettingsV0020PokemonRaticate,
|
|
24
|
+
FormSettingsV0021PokemonSpearow,
|
|
25
|
+
FormSettingsV0022PokemonFearow,
|
|
26
|
+
FormSettingsV0023PokemonEkans,
|
|
27
|
+
FormSettingsV0024PokemonArbok,
|
|
28
|
+
FormSettingsV0025PokemonPikachu,
|
|
29
|
+
FormSettingsV0026PokemonRaichu,
|
|
30
|
+
FormSettingsV0027PokemonSandshrew,
|
|
31
|
+
FormSettingsV0028PokemonSandslash,
|
|
32
|
+
FormSettingsV0029PokemonNidoran,
|
|
33
|
+
FormSettingsV0030PokemonNidorina,
|
|
34
|
+
FormSettingsV0031PokemonNidoqueen,
|
|
35
|
+
FormSettingsV0032PokemonNidoran,
|
|
36
|
+
FormSettingsV0033PokemonNidorino,
|
|
37
|
+
FormSettingsV0034PokemonNidoking,
|
|
38
|
+
FormSettingsV0035PokemonClefairy,
|
|
39
|
+
FormSettingsV0036PokemonClefable,
|
|
40
|
+
FormSettingsV0037PokemonVulpix,
|
|
41
|
+
FormSettingsV0038PokemonNinetales,
|
|
42
|
+
FormSettingsV0039PokemonJigglypuff,
|
|
43
|
+
FormSettingsV0040PokemonWigglytuff,
|
|
44
|
+
FormSettingsV0041PokemonZubat,
|
|
45
|
+
FormSettingsV0042PokemonGolbat,
|
|
46
|
+
FormSettingsV0043PokemonOddish,
|
|
47
|
+
FormSettingsV0044PokemonGloom,
|
|
48
|
+
FormSettingsV0045PokemonVileplume,
|
|
49
|
+
FormSettingsV0046PokemonParas,
|
|
50
|
+
FormSettingsV0047PokemonParasect,
|
|
51
|
+
FormSettingsV0048PokemonVenonat,
|
|
52
|
+
FormSettingsV0049PokemonVenomoth,
|
|
53
|
+
FormSettingsV0050PokemonDiglett,
|
|
54
|
+
FormSettingsV0051PokemonDugtrio,
|
|
55
|
+
FormSettingsV0052PokemonMeowth,
|
|
56
|
+
FormSettingsV0053PokemonPersian,
|
|
57
|
+
FormSettingsV0054PokemonPsyduck,
|
|
58
|
+
FormSettingsV0055PokemonGolduck,
|
|
59
|
+
FormSettingsV0056PokemonMankey,
|
|
60
|
+
FormSettingsV0057PokemonPrimeape,
|
|
61
|
+
FormSettingsV0058PokemonGrowlithe,
|
|
62
|
+
FormSettingsV0059PokemonArcanine,
|
|
63
|
+
FormSettingsV0060PokemonPoliwag,
|
|
64
|
+
FormSettingsV0061PokemonPoliwhirl,
|
|
65
|
+
FormSettingsV0062PokemonPoliwrath,
|
|
66
|
+
FormSettingsV0063PokemonAbra,
|
|
67
|
+
FormSettingsV0064PokemonKadabra,
|
|
68
|
+
FormSettingsV0065PokemonAlakazam,
|
|
69
|
+
FormSettingsV0066PokemonMachop,
|
|
70
|
+
FormSettingsV0067PokemonMachoke,
|
|
71
|
+
FormSettingsV0068PokemonMachamp,
|
|
72
|
+
FormSettingsV0069PokemonBellsprout,
|
|
73
|
+
FormSettingsV0070PokemonWeepinbell,
|
|
74
|
+
FormSettingsV0071PokemonVictreebel,
|
|
75
|
+
FormSettingsV0072PokemonTentacool,
|
|
76
|
+
FormSettingsV0073PokemonTentacruel,
|
|
77
|
+
FormSettingsV0074PokemonGeodude,
|
|
78
|
+
FormSettingsV0075PokemonGraveler,
|
|
79
|
+
FormSettingsV0076PokemonGolem,
|
|
80
|
+
FormSettingsV0077PokemonPonyta,
|
|
81
|
+
FormSettingsV0078PokemonRapidash,
|
|
82
|
+
FormSettingsV0079PokemonSlowpoke,
|
|
83
|
+
FormSettingsV0080PokemonSlowbro,
|
|
84
|
+
FormSettingsV0081PokemonMagnemite,
|
|
85
|
+
FormSettingsV0082PokemonMagneton,
|
|
86
|
+
FormSettingsV0083PokemonFarfetchd,
|
|
87
|
+
FormSettingsV0084PokemonDoduo,
|
|
88
|
+
FormSettingsV0085PokemonDodrio,
|
|
89
|
+
FormSettingsV0086PokemonSeel,
|
|
90
|
+
FormSettingsV0087PokemonDewgong,
|
|
91
|
+
FormSettingsV0088PokemonGrimer,
|
|
92
|
+
FormSettingsV0089PokemonMuk,
|
|
93
|
+
FormSettingsV0090PokemonShellder,
|
|
94
|
+
FormSettingsV0091PokemonCloyster,
|
|
95
|
+
FormSettingsV0092PokemonGastly,
|
|
96
|
+
FormSettingsV0093PokemonHaunter,
|
|
97
|
+
FormSettingsV0094PokemonGengar,
|
|
98
|
+
FormSettingsV0095PokemonOnix,
|
|
99
|
+
FormSettingsV0096PokemonDrowzee,
|
|
100
|
+
FormSettingsV0097PokemonHypno,
|
|
101
|
+
FormSettingsV0098PokemonKrabby,
|
|
102
|
+
FormSettingsV0099PokemonKingler,
|
|
103
|
+
FormSettingsV0100PokemonVoltorb,
|
|
104
|
+
FormSettingsV0101PokemonElectrode,
|
|
105
|
+
FormSettingsV0102PokemonExeggcute,
|
|
106
|
+
FormSettingsV0103PokemonExeggutor,
|
|
107
|
+
FormSettingsV0104PokemonCubone,
|
|
108
|
+
FormSettingsV0105PokemonMarowak,
|
|
109
|
+
FormSettingsV0106PokemonHitmonlee,
|
|
110
|
+
FormSettingsV0107PokemonHitmonchan,
|
|
111
|
+
FormSettingsV0108PokemonLickitung,
|
|
112
|
+
FormSettingsV0109PokemonKoffing,
|
|
113
|
+
FormSettingsV0110PokemonWeezing,
|
|
114
|
+
FormSettingsV0111PokemonRhyhorn,
|
|
115
|
+
FormSettingsV0112PokemonRhydon,
|
|
116
|
+
FormSettingsV0113PokemonChansey,
|
|
117
|
+
FormSettingsV0114PokemonTangela,
|
|
118
|
+
FormSettingsV0115PokemonKangaskhan,
|
|
119
|
+
FormSettingsV0116PokemonHorsea,
|
|
120
|
+
FormSettingsV0117PokemonSeadra,
|
|
121
|
+
FormSettingsV0118PokemonGoldeen,
|
|
122
|
+
FormSettingsV0119PokemonSeaking,
|
|
123
|
+
FormSettingsV0120PokemonStaryu,
|
|
124
|
+
FormSettingsV0121PokemonStarmie,
|
|
125
|
+
FormSettingsV0122PokemonMrMime,
|
|
126
|
+
FormSettingsV0123PokemonScyther,
|
|
127
|
+
FormSettingsV0124PokemonJynx,
|
|
128
|
+
FormSettingsV0125PokemonElectabuzz,
|
|
129
|
+
FormSettingsV0126PokemonMagmar,
|
|
130
|
+
FormSettingsV0127PokemonPinsir,
|
|
131
|
+
FormSettingsV0128PokemonTauros,
|
|
132
|
+
FormSettingsV0129PokemonMagikarp,
|
|
133
|
+
FormSettingsV0130PokemonGyarados,
|
|
134
|
+
FormSettingsV0131PokemonLapras,
|
|
135
|
+
FormSettingsV0132PokemonDitto,
|
|
136
|
+
FormSettingsV0133PokemonEevee,
|
|
137
|
+
FormSettingsV0134PokemonVaporeon,
|
|
138
|
+
FormSettingsV0135PokemonJolteon,
|
|
139
|
+
FormSettingsV0136PokemonFlareon,
|
|
140
|
+
FormSettingsV0137PokemonPorygon,
|
|
141
|
+
FormSettingsV0138PokemonOmanyte,
|
|
142
|
+
FormSettingsV0139PokemonOmastar,
|
|
143
|
+
FormSettingsV0140PokemonKabuto,
|
|
144
|
+
FormSettingsV0141PokemonKabutops,
|
|
145
|
+
FormSettingsV0142PokemonAerodactyl,
|
|
146
|
+
FormSettingsV0143PokemonSnorlax,
|
|
147
|
+
FormSettingsV0144PokemonArticuno,
|
|
148
|
+
FormSettingsV0145PokemonZapdos,
|
|
149
|
+
FormSettingsV0146PokemonMoltres,
|
|
150
|
+
FormSettingsV0147PokemonDratini,
|
|
151
|
+
FormSettingsV0148PokemonDragonair,
|
|
152
|
+
FormSettingsV0149PokemonDragonite,
|
|
153
|
+
FormSettingsV0150PokemonMewtwo,
|
|
154
|
+
FormSettingsV0151PokemonMew,
|
|
155
|
+
FormSettingsV0152PokemonChikorita,
|
|
156
|
+
FormSettingsV0153PokemonBayleef,
|
|
157
|
+
FormSettingsV0154PokemonMeganium,
|
|
158
|
+
FormSettingsV0155PokemonCyndaquil,
|
|
159
|
+
FormSettingsV0156PokemonQuilava,
|
|
160
|
+
FormSettingsV0157PokemonTyphlosion,
|
|
161
|
+
FormSettingsV0158PokemonTotodile,
|
|
162
|
+
FormSettingsV0159PokemonCroconaw,
|
|
163
|
+
FormSettingsV0160PokemonFeraligatr,
|
|
164
|
+
FormSettingsV0161PokemonSentret,
|
|
165
|
+
FormSettingsV0162PokemonFurret,
|
|
166
|
+
FormSettingsV0163PokemonHoothoot,
|
|
167
|
+
FormSettingsV0164PokemonNoctowl,
|
|
168
|
+
FormSettingsV0165PokemonLedyba,
|
|
169
|
+
FormSettingsV0166PokemonLedian,
|
|
170
|
+
FormSettingsV0167PokemonSpinarak,
|
|
171
|
+
FormSettingsV0168PokemonAriados,
|
|
172
|
+
FormSettingsV0169PokemonCrobat,
|
|
173
|
+
FormSettingsV0170PokemonChinchou,
|
|
174
|
+
FormSettingsV0171PokemonLanturn,
|
|
175
|
+
FormSettingsV0172PokemonPichu,
|
|
176
|
+
FormSettingsV0173PokemonCleffa,
|
|
177
|
+
FormSettingsV0174PokemonIgglybuff,
|
|
178
|
+
FormSettingsV0175PokemonTogepi,
|
|
179
|
+
FormSettingsV0176PokemonTogetic,
|
|
180
|
+
FormSettingsV0177PokemonNatu,
|
|
181
|
+
FormSettingsV0178PokemonXatu,
|
|
182
|
+
FormSettingsV0179PokemonMareep,
|
|
183
|
+
FormSettingsV0180PokemonFlaaffy,
|
|
184
|
+
FormSettingsV0181PokemonAmpharos,
|
|
185
|
+
FormSettingsV0182PokemonBellossom,
|
|
186
|
+
FormSettingsV0183PokemonMarill,
|
|
187
|
+
FormSettingsV0184PokemonAzumarill,
|
|
188
|
+
FormSettingsV0185PokemonSudowoodo,
|
|
189
|
+
FormSettingsV0186PokemonPolitoed,
|
|
190
|
+
FormSettingsV0187PokemonHoppip,
|
|
191
|
+
FormSettingsV0188PokemonSkiploom,
|
|
192
|
+
FormSettingsV0189PokemonJumpluff,
|
|
193
|
+
FormSettingsV0190PokemonAipom,
|
|
194
|
+
FormSettingsV0191PokemonSunkern,
|
|
195
|
+
FormSettingsV0192PokemonSunflora,
|
|
196
|
+
FormSettingsV0193PokemonYanma,
|
|
197
|
+
FormSettingsV0194PokemonWooper,
|
|
198
|
+
FormSettingsV0195PokemonQuagsire,
|
|
199
|
+
FormSettingsV0196PokemonEspeon,
|
|
200
|
+
FormSettingsV0197PokemonUmbreon,
|
|
201
|
+
FormSettingsV0198PokemonMurkrow,
|
|
202
|
+
FormSettingsV0199PokemonSlowking,
|
|
203
|
+
FormSettingsV0200PokemonMisdreavus,
|
|
204
|
+
FormSettingsV0201PokemonUnown,
|
|
205
|
+
FormSettingsV0202PokemonWobbuffet,
|
|
206
|
+
FormSettingsV0203PokemonGirafarig,
|
|
207
|
+
FormSettingsV0204PokemonPineco,
|
|
208
|
+
FormSettingsV0205PokemonForretress,
|
|
209
|
+
FormSettingsV0206PokemonDunsparce,
|
|
210
|
+
FormSettingsV0207PokemonGligar,
|
|
211
|
+
FormSettingsV0208PokemonSteelix,
|
|
212
|
+
FormSettingsV0209PokemonSnubbull,
|
|
213
|
+
FormSettingsV0210PokemonGranbull,
|
|
214
|
+
FormSettingsV0211PokemonQwilfish,
|
|
215
|
+
FormSettingsV0212PokemonScizor,
|
|
216
|
+
FormSettingsV0213PokemonShuckle,
|
|
217
|
+
FormSettingsV0214PokemonHeracross,
|
|
218
|
+
FormSettingsV0215PokemonSneasel,
|
|
219
|
+
FormSettingsV0216PokemonTeddiursa,
|
|
220
|
+
FormSettingsV0217PokemonUrsaring,
|
|
221
|
+
FormSettingsV0218PokemonSlugma,
|
|
222
|
+
FormSettingsV0219PokemonMagcargo,
|
|
223
|
+
FormSettingsV0220PokemonSwinub,
|
|
224
|
+
FormSettingsV0221PokemonPiloswine,
|
|
225
|
+
FormSettingsV0222PokemonCorsola,
|
|
226
|
+
FormSettingsV0223PokemonRemoraid,
|
|
227
|
+
FormSettingsV0224PokemonOctillery,
|
|
228
|
+
FormSettingsV0225PokemonDelibird,
|
|
229
|
+
FormSettingsV0226PokemonMantine,
|
|
230
|
+
FormSettingsV0227PokemonSkarmory,
|
|
231
|
+
FormSettingsV0228PokemonHoundour,
|
|
232
|
+
FormSettingsV0229PokemonHoundoom,
|
|
233
|
+
FormSettingsV0230PokemonKingdra,
|
|
234
|
+
FormSettingsV0231PokemonPhanpy,
|
|
235
|
+
FormSettingsV0232PokemonDonphan,
|
|
236
|
+
FormSettingsV0233PokemonPorygon2,
|
|
237
|
+
FormSettingsV0234PokemonStantler,
|
|
238
|
+
FormSettingsV0235PokemonSmeargle,
|
|
239
|
+
FormSettingsV0236PokemonTyrogue,
|
|
240
|
+
FormSettingsV0237PokemonHitmontop,
|
|
241
|
+
FormSettingsV0238PokemonSmoochum,
|
|
242
|
+
FormSettingsV0239PokemonElekid,
|
|
243
|
+
FormSettingsV0240PokemonMagby,
|
|
244
|
+
FormSettingsV0241PokemonMiltank,
|
|
245
|
+
FormSettingsV0242PokemonBlissey,
|
|
246
|
+
FormSettingsV0243PokemonRaikou,
|
|
247
|
+
FormSettingsV0244PokemonEntei,
|
|
248
|
+
FormSettingsV0245PokemonSuicune,
|
|
249
|
+
FormSettingsV0246PokemonLarvitar,
|
|
250
|
+
FormSettingsV0247PokemonPupitar,
|
|
251
|
+
FormSettingsV0248PokemonTyranitar,
|
|
252
|
+
FormSettingsV0249PokemonLugia,
|
|
253
|
+
FormSettingsV0250PokemonHoOh,
|
|
254
|
+
FormSettingsV0251PokemonCelebi,
|
|
255
|
+
FormSettingsV0252PokemonTreecko,
|
|
256
|
+
FormSettingsV0253PokemonGrovyle,
|
|
257
|
+
FormSettingsV0254PokemonSceptile,
|
|
258
|
+
FormSettingsV0255PokemonTorchic,
|
|
259
|
+
FormSettingsV0256PokemonCombusken,
|
|
260
|
+
FormSettingsV0257PokemonBlaziken,
|
|
261
|
+
FormSettingsV0258PokemonMudkip,
|
|
262
|
+
FormSettingsV0259PokemonMarshtomp,
|
|
263
|
+
FormSettingsV0260PokemonSwampert,
|
|
264
|
+
FormSettingsV0261PokemonPoochyena,
|
|
265
|
+
FormSettingsV0262PokemonMightyena,
|
|
266
|
+
FormSettingsV0263PokemonZigzagoon,
|
|
267
|
+
FormSettingsV0264PokemonLinoone,
|
|
268
|
+
FormSettingsV0265PokemonWurmple,
|
|
269
|
+
FormSettingsV0266PokemonSilcoon,
|
|
270
|
+
FormSettingsV0267PokemonBeautifly,
|
|
271
|
+
FormSettingsV0268PokemonCascoon,
|
|
272
|
+
FormSettingsV0269PokemonDustox,
|
|
273
|
+
FormSettingsV0270PokemonLotad,
|
|
274
|
+
FormSettingsV0271PokemonLombre,
|
|
275
|
+
FormSettingsV0272PokemonLudicolo,
|
|
276
|
+
FormSettingsV0273PokemonSeedot,
|
|
277
|
+
FormSettingsV0274PokemonNuzleaf,
|
|
278
|
+
FormSettingsV0275PokemonShiftry,
|
|
279
|
+
FormSettingsV0276PokemonTaillow,
|
|
280
|
+
FormSettingsV0277PokemonSwellow,
|
|
281
|
+
FormSettingsV0278PokemonWingull,
|
|
282
|
+
FormSettingsV0279PokemonPelipper,
|
|
283
|
+
FormSettingsV0280PokemonRalts,
|
|
284
|
+
FormSettingsV0281PokemonKirlia,
|
|
285
|
+
FormSettingsV0282PokemonGardevoir,
|
|
286
|
+
FormSettingsV0283PokemonSurskit,
|
|
287
|
+
FormSettingsV0284PokemonMasquerain,
|
|
288
|
+
FormSettingsV0285PokemonShroomish,
|
|
289
|
+
FormSettingsV0286PokemonBreloom,
|
|
290
|
+
FormSettingsV0287PokemonSlakoth,
|
|
291
|
+
FormSettingsV0288PokemonVigoroth,
|
|
292
|
+
FormSettingsV0289PokemonSlaking,
|
|
293
|
+
FormSettingsV0290PokemonNincada,
|
|
294
|
+
FormSettingsV0291PokemonNinjask,
|
|
295
|
+
FormSettingsV0292PokemonShedinja,
|
|
296
|
+
FormSettingsV0293PokemonWhismur,
|
|
297
|
+
FormSettingsV0294PokemonLoudred,
|
|
298
|
+
FormSettingsV0295PokemonExploud,
|
|
299
|
+
FormSettingsV0296PokemonMakuhita,
|
|
300
|
+
FormSettingsV0297PokemonHariyama,
|
|
301
|
+
FormSettingsV0298PokemonAzurill,
|
|
302
|
+
FormSettingsV0299PokemonNosepass,
|
|
303
|
+
FormSettingsV0300PokemonSkitty,
|
|
304
|
+
FormSettingsV0301PokemonDelcatty,
|
|
305
|
+
FormSettingsV0302PokemonSableye,
|
|
306
|
+
FormSettingsV0303PokemonMawile,
|
|
307
|
+
FormSettingsV0304PokemonAron,
|
|
308
|
+
FormSettingsV0305PokemonLairon,
|
|
309
|
+
FormSettingsV0306PokemonAggron,
|
|
310
|
+
FormSettingsV0307PokemonMeditite,
|
|
311
|
+
FormSettingsV0308PokemonMedicham,
|
|
312
|
+
FormSettingsV0309PokemonElectrike,
|
|
313
|
+
FormSettingsV0310PokemonManectric,
|
|
314
|
+
FormSettingsV0311PokemonPlusle,
|
|
315
|
+
FormSettingsV0312PokemonMinun,
|
|
316
|
+
FormSettingsV0313PokemonVolbeat,
|
|
317
|
+
FormSettingsV0314PokemonIllumise,
|
|
318
|
+
FormSettingsV0315PokemonRoselia,
|
|
319
|
+
FormSettingsV0316PokemonGulpin,
|
|
320
|
+
FormSettingsV0317PokemonSwalot,
|
|
321
|
+
FormSettingsV0318PokemonCarvanha,
|
|
322
|
+
FormSettingsV0319PokemonSharpedo,
|
|
323
|
+
FormSettingsV0320PokemonWailmer,
|
|
324
|
+
FormSettingsV0321PokemonWailord,
|
|
325
|
+
FormSettingsV0322PokemonNumel,
|
|
326
|
+
FormSettingsV0323PokemonCamerupt,
|
|
327
|
+
FormSettingsV0324PokemonTorkoal,
|
|
328
|
+
FormSettingsV0325PokemonSpoink,
|
|
329
|
+
FormSettingsV0326PokemonGrumpig,
|
|
330
|
+
FormSettingsV0327PokemonSpinda,
|
|
331
|
+
FormSettingsV0328PokemonTrapinch,
|
|
332
|
+
FormSettingsV0329PokemonVibrava,
|
|
333
|
+
FormSettingsV0330PokemonFlygon,
|
|
334
|
+
FormSettingsV0331PokemonCacnea,
|
|
335
|
+
FormSettingsV0332PokemonCacturne,
|
|
336
|
+
FormSettingsV0333PokemonSwablu,
|
|
337
|
+
FormSettingsV0334PokemonAltaria,
|
|
338
|
+
FormSettingsV0335PokemonZangoose,
|
|
339
|
+
FormSettingsV0336PokemonSeviper,
|
|
340
|
+
FormSettingsV0337PokemonLunatone,
|
|
341
|
+
FormSettingsV0338PokemonSolrock,
|
|
342
|
+
FormSettingsV0339PokemonBarboach,
|
|
343
|
+
FormSettingsV0340PokemonWhiscash,
|
|
344
|
+
FormSettingsV0341PokemonCorphish,
|
|
345
|
+
FormSettingsV0342PokemonCrawdaunt,
|
|
346
|
+
FormSettingsV0343PokemonBaltoy,
|
|
347
|
+
FormSettingsV0344PokemonClaydol,
|
|
348
|
+
FormSettingsV0345PokemonLileep,
|
|
349
|
+
FormSettingsV0346PokemonCradily,
|
|
350
|
+
FormSettingsV0347PokemonAnorith,
|
|
351
|
+
FormSettingsV0348PokemonArmaldo,
|
|
352
|
+
FormSettingsV0349PokemonFeebas,
|
|
353
|
+
FormSettingsV0350PokemonMilotic,
|
|
354
|
+
FormSettingsV0351PokemonCastform,
|
|
355
|
+
FormSettingsV0352PokemonKecleon,
|
|
356
|
+
FormSettingsV0353PokemonShuppet,
|
|
357
|
+
FormSettingsV0354PokemonBanette,
|
|
358
|
+
FormSettingsV0355PokemonDuskull,
|
|
359
|
+
FormSettingsV0356PokemonDusclops,
|
|
360
|
+
FormSettingsV0357PokemonTropius,
|
|
361
|
+
FormSettingsV0358PokemonChimecho,
|
|
362
|
+
FormSettingsV0359PokemonAbsol,
|
|
363
|
+
FormSettingsV0360PokemonWynaut,
|
|
364
|
+
FormSettingsV0361PokemonSnorunt,
|
|
365
|
+
FormSettingsV0362PokemonGlalie,
|
|
366
|
+
FormSettingsV0363PokemonSpheal,
|
|
367
|
+
FormSettingsV0364PokemonSealeo,
|
|
368
|
+
FormSettingsV0365PokemonWalrein,
|
|
369
|
+
FormSettingsV0366PokemonClamperl,
|
|
370
|
+
FormSettingsV0367PokemonHuntail,
|
|
371
|
+
FormSettingsV0368PokemonGorebyss,
|
|
372
|
+
FormSettingsV0369PokemonRelicanth,
|
|
373
|
+
FormSettingsV0370PokemonLuvdisc,
|
|
374
|
+
FormSettingsV0371PokemonBagon,
|
|
375
|
+
FormSettingsV0372PokemonShelgon,
|
|
376
|
+
FormSettingsV0373PokemonSalamence,
|
|
377
|
+
FormSettingsV0374PokemonBeldum,
|
|
378
|
+
FormSettingsV0375PokemonMetang,
|
|
379
|
+
FormSettingsV0376PokemonMetagross,
|
|
380
|
+
FormSettingsV0377PokemonRegirock,
|
|
381
|
+
FormSettingsV0378PokemonRegice,
|
|
382
|
+
FormSettingsV0379PokemonRegisteel,
|
|
383
|
+
FormSettingsV0380PokemonLatias,
|
|
384
|
+
FormSettingsV0381PokemonLatios,
|
|
385
|
+
FormSettingsV0382PokemonKyogre,
|
|
386
|
+
FormSettingsV0383PokemonGroudon,
|
|
387
|
+
FormSettingsV0384PokemonRayquaza,
|
|
388
|
+
FormSettingsV0385PokemonJirachi,
|
|
389
|
+
FormSettingsV0386PokemonDeoxys,
|
|
390
|
+
FormSettingsV0387PokemonTurtwig,
|
|
391
|
+
FormSettingsV0388PokemonGrotle,
|
|
392
|
+
FormSettingsV0389PokemonTorterra,
|
|
393
|
+
FormSettingsV0390PokemonChimchar,
|
|
394
|
+
FormSettingsV0391PokemonMonferno,
|
|
395
|
+
FormSettingsV0392PokemonInfernape,
|
|
396
|
+
FormSettingsV0393PokemonPiplup,
|
|
397
|
+
FormSettingsV0394PokemonPrinplup,
|
|
398
|
+
FormSettingsV0395PokemonEmpoleon,
|
|
399
|
+
FormSettingsV0396PokemonStarly,
|
|
400
|
+
FormSettingsV0397PokemonStaravia,
|
|
401
|
+
FormSettingsV0398PokemonStaraptor,
|
|
402
|
+
FormSettingsV0399PokemonBidoof,
|
|
403
|
+
FormSettingsV0400PokemonBibarel,
|
|
404
|
+
FormSettingsV0401PokemonKricketot,
|
|
405
|
+
FormSettingsV0402PokemonKricketune,
|
|
406
|
+
FormSettingsV0403PokemonShinx,
|
|
407
|
+
FormSettingsV0404PokemonLuxio,
|
|
408
|
+
FormSettingsV0405PokemonLuxray,
|
|
409
|
+
FormSettingsV0406PokemonBudew,
|
|
410
|
+
FormSettingsV0407PokemonRoserade,
|
|
411
|
+
FormSettingsV0408PokemonCranidos,
|
|
412
|
+
FormSettingsV0409PokemonRampardos,
|
|
413
|
+
FormSettingsV0410PokemonShieldon,
|
|
414
|
+
FormSettingsV0411PokemonBastiodon,
|
|
415
|
+
FormSettingsV0412PokemonBurmy,
|
|
416
|
+
FormSettingsV0413PokemonWormadam,
|
|
417
|
+
FormSettingsV0414PokemonMothim,
|
|
418
|
+
FormSettingsV0415PokemonCombee,
|
|
419
|
+
FormSettingsV0416PokemonVespiquen,
|
|
420
|
+
FormSettingsV0417PokemonPachirisu,
|
|
421
|
+
FormSettingsV0418PokemonBuizel,
|
|
422
|
+
FormSettingsV0419PokemonFloatzel,
|
|
423
|
+
FormSettingsV0420PokemonCherubi,
|
|
424
|
+
FormSettingsV0421PokemonCherrim,
|
|
425
|
+
FormSettingsV0422PokemonShellos,
|
|
426
|
+
FormSettingsV0423PokemonGastrodon,
|
|
427
|
+
FormSettingsV0424PokemonAmbipom,
|
|
428
|
+
FormSettingsV0425PokemonDrifloon,
|
|
429
|
+
FormSettingsV0426PokemonDrifblim,
|
|
430
|
+
FormSettingsV0427PokemonBuneary,
|
|
431
|
+
FormSettingsV0428PokemonLopunny,
|
|
432
|
+
FormSettingsV0429PokemonMismagius,
|
|
433
|
+
FormSettingsV0430PokemonHonchkrow,
|
|
434
|
+
FormSettingsV0431PokemonGlameow,
|
|
435
|
+
FormSettingsV0432PokemonPurugly,
|
|
436
|
+
FormSettingsV0433PokemonChingling,
|
|
437
|
+
FormSettingsV0434PokemonStunky,
|
|
438
|
+
FormSettingsV0435PokemonSkuntank,
|
|
439
|
+
FormSettingsV0436PokemonBronzor,
|
|
440
|
+
FormSettingsV0437PokemonBronzong,
|
|
441
|
+
FormSettingsV0438PokemonBonsly,
|
|
442
|
+
FormSettingsV0439PokemonMimeJr,
|
|
443
|
+
FormSettingsV0440PokemonHappiny,
|
|
444
|
+
FormSettingsV0441PokemonChatot,
|
|
445
|
+
FormSettingsV0442PokemonSpiritomb,
|
|
446
|
+
FormSettingsV0443PokemonGible,
|
|
447
|
+
FormSettingsV0444PokemonGabite,
|
|
448
|
+
FormSettingsV0445PokemonGarchomp,
|
|
449
|
+
FormSettingsV0446PokemonMunchlax,
|
|
450
|
+
FormSettingsV0447PokemonRiolu,
|
|
451
|
+
FormSettingsV0448PokemonLucario,
|
|
452
|
+
FormSettingsV0449PokemonHippopotas,
|
|
453
|
+
FormSettingsV0450PokemonHippowdon,
|
|
454
|
+
FormSettingsV0451PokemonSkorupi,
|
|
455
|
+
FormSettingsV0452PokemonDrapion,
|
|
456
|
+
FormSettingsV0453PokemonCroagunk,
|
|
457
|
+
FormSettingsV0454PokemonToxicroak,
|
|
458
|
+
FormSettingsV0455PokemonCarnivine,
|
|
459
|
+
FormSettingsV0456PokemonFinneon,
|
|
460
|
+
FormSettingsV0457PokemonLumineon,
|
|
461
|
+
FormSettingsV0458PokemonMantyke,
|
|
462
|
+
FormSettingsV0459PokemonSnover,
|
|
463
|
+
FormSettingsV0460PokemonAbomasnow,
|
|
464
|
+
FormSettingsV0461PokemonWeavile,
|
|
465
|
+
FormSettingsV0462PokemonMagnezone,
|
|
466
|
+
FormSettingsV0463PokemonLickilicky,
|
|
467
|
+
FormSettingsV0464PokemonRhyperior,
|
|
468
|
+
FormSettingsV0465PokemonTangrowth,
|
|
469
|
+
FormSettingsV0466PokemonElectivire,
|
|
470
|
+
FormSettingsV0467PokemonMagmortar,
|
|
471
|
+
FormSettingsV0468PokemonTogekiss,
|
|
472
|
+
FormSettingsV0469PokemonYanmega,
|
|
473
|
+
FormSettingsV0470PokemonLeafeon,
|
|
474
|
+
FormSettingsV0471PokemonGlaceon,
|
|
475
|
+
FormSettingsV0472PokemonGliscor,
|
|
476
|
+
FormSettingsV0473PokemonMamoswine,
|
|
477
|
+
FormSettingsV0474PokemonPorygonZ,
|
|
478
|
+
FormSettingsV0475PokemonGallade,
|
|
479
|
+
FormSettingsV0476PokemonProbopass,
|
|
480
|
+
FormSettingsV0477PokemonDusknoir,
|
|
481
|
+
FormSettingsV0478PokemonFroslass,
|
|
482
|
+
FormSettingsV0479PokemonRotom,
|
|
483
|
+
FormSettingsV0480PokemonUxie,
|
|
484
|
+
FormSettingsV0481PokemonMesprit,
|
|
485
|
+
FormSettingsV0482PokemonAzelf,
|
|
486
|
+
FormSettingsV0483PokemonDialga,
|
|
487
|
+
FormSettingsV0484PokemonPalkia,
|
|
488
|
+
FormSettingsV0485PokemonHeatran,
|
|
489
|
+
FormSettingsV0486PokemonRegigigas,
|
|
490
|
+
FormSettingsV0487PokemonGiratina,
|
|
491
|
+
FormSettingsV0488PokemonCresselia,
|
|
492
|
+
FormSettingsV0489PokemonPhione,
|
|
493
|
+
FormSettingsV0490PokemonManaphy,
|
|
494
|
+
FormSettingsV0491PokemonDarkrai,
|
|
495
|
+
FormSettingsV0492PokemonShaymin,
|
|
496
|
+
FormSettingsV0493PokemonArceus,
|
|
497
|
+
FormSettingsV0494PokemonVictini,
|
|
498
|
+
FormSettingsV0495PokemonSnivy,
|
|
499
|
+
FormSettingsV0496PokemonServine,
|
|
500
|
+
FormSettingsV0497PokemonSerperior,
|
|
501
|
+
FormSettingsV0498PokemonTepig,
|
|
502
|
+
FormSettingsV0499PokemonPignite,
|
|
503
|
+
FormSettingsV0500PokemonEmboar,
|
|
504
|
+
FormSettingsV0501PokemonOshawott,
|
|
505
|
+
FormSettingsV0502PokemonDewott,
|
|
506
|
+
FormSettingsV0503PokemonSamurott,
|
|
507
|
+
FormSettingsV0504PokemonPatrat,
|
|
508
|
+
FormSettingsV0505PokemonWatchog,
|
|
509
|
+
FormSettingsV0506PokemonLillipup,
|
|
510
|
+
FormSettingsV0507PokemonHerdier,
|
|
511
|
+
FormSettingsV0508PokemonStoutland,
|
|
512
|
+
FormSettingsV0509PokemonPurrloin,
|
|
513
|
+
FormSettingsV0510PokemonLiepard,
|
|
514
|
+
FormSettingsV0511PokemonPansage,
|
|
515
|
+
FormSettingsV0512PokemonSimisage,
|
|
516
|
+
FormSettingsV0513PokemonPansear,
|
|
517
|
+
FormSettingsV0514PokemonSimisear,
|
|
518
|
+
FormSettingsV0515PokemonPanpour,
|
|
519
|
+
FormSettingsV0516PokemonSimipour,
|
|
520
|
+
FormSettingsV0517PokemonMunna,
|
|
521
|
+
FormSettingsV0518PokemonMusharna,
|
|
522
|
+
FormSettingsV0519PokemonPidove,
|
|
523
|
+
FormSettingsV0520PokemonTranquill,
|
|
524
|
+
FormSettingsV0521PokemonUnfezant,
|
|
525
|
+
FormSettingsV0522PokemonBlitzle,
|
|
526
|
+
FormSettingsV0523PokemonZebstrika,
|
|
527
|
+
FormSettingsV0524PokemonRoggenrola,
|
|
528
|
+
FormSettingsV0525PokemonBoldore,
|
|
529
|
+
FormSettingsV0526PokemonGigalith,
|
|
530
|
+
FormSettingsV0527PokemonWoobat,
|
|
531
|
+
FormSettingsV0528PokemonSwoobat,
|
|
532
|
+
FormSettingsV0529PokemonDrilbur,
|
|
533
|
+
FormSettingsV0530PokemonExcadrill,
|
|
534
|
+
FormSettingsV0531PokemonAudino,
|
|
535
|
+
FormSettingsV0532PokemonTimburr,
|
|
536
|
+
FormSettingsV0533PokemonGurdurr,
|
|
537
|
+
FormSettingsV0534PokemonConkeldurr,
|
|
538
|
+
FormSettingsV0535PokemonTympole,
|
|
539
|
+
FormSettingsV0536PokemonPalpitoad,
|
|
540
|
+
FormSettingsV0537PokemonSeismitoad,
|
|
541
|
+
FormSettingsV0538PokemonThroh,
|
|
542
|
+
FormSettingsV0539PokemonSawk,
|
|
543
|
+
FormSettingsV0540PokemonSewaddle,
|
|
544
|
+
FormSettingsV0541PokemonSwadloon,
|
|
545
|
+
FormSettingsV0542PokemonLeavanny,
|
|
546
|
+
FormSettingsV0543PokemonVenipede,
|
|
547
|
+
FormSettingsV0544PokemonWhirlipede,
|
|
548
|
+
FormSettingsV0545PokemonScolipede,
|
|
549
|
+
FormSettingsV0546PokemonCottonee,
|
|
550
|
+
FormSettingsV0547PokemonWhimsicott,
|
|
551
|
+
FormSettingsV0548PokemonPetilil,
|
|
552
|
+
FormSettingsV0549PokemonLilligant,
|
|
553
|
+
FormSettingsV0550PokemonBasculin,
|
|
554
|
+
FormSettingsV0551PokemonSandile,
|
|
555
|
+
FormSettingsV0552PokemonKrokorok,
|
|
556
|
+
FormSettingsV0553PokemonKrookodile,
|
|
557
|
+
FormSettingsV0554PokemonDarumaka,
|
|
558
|
+
FormSettingsV0555PokemonDarmanitan,
|
|
559
|
+
FormSettingsV0556PokemonMaractus,
|
|
560
|
+
FormSettingsV0557PokemonDwebble,
|
|
561
|
+
FormSettingsV0558PokemonCrustle,
|
|
562
|
+
FormSettingsV0559PokemonScraggy,
|
|
563
|
+
FormSettingsV0560PokemonScrafty,
|
|
564
|
+
FormSettingsV0561PokemonSigilyph,
|
|
565
|
+
FormSettingsV0562PokemonYamask,
|
|
566
|
+
FormSettingsV0563PokemonCofagrigus,
|
|
567
|
+
FormSettingsV0564PokemonTirtouga,
|
|
568
|
+
FormSettingsV0565PokemonCarracosta,
|
|
569
|
+
FormSettingsV0566PokemonArchen,
|
|
570
|
+
FormSettingsV0567PokemonArcheops,
|
|
571
|
+
FormSettingsV0568PokemonTrubbish,
|
|
572
|
+
FormSettingsV0569PokemonGarbodor,
|
|
573
|
+
FormSettingsV0570PokemonZorua,
|
|
574
|
+
FormSettingsV0571PokemonZoroark,
|
|
575
|
+
FormSettingsV0572PokemonMinccino,
|
|
576
|
+
FormSettingsV0573PokemonCinccino,
|
|
577
|
+
FormSettingsV0574PokemonGothita,
|
|
578
|
+
FormSettingsV0575PokemonGothorita,
|
|
579
|
+
FormSettingsV0576PokemonGothitelle,
|
|
580
|
+
FormSettingsV0577PokemonSolosis,
|
|
581
|
+
FormSettingsV0578PokemonDuosion,
|
|
582
|
+
FormSettingsV0579PokemonReuniclus,
|
|
583
|
+
FormSettingsV0580PokemonDucklett,
|
|
584
|
+
FormSettingsV0581PokemonSwanna,
|
|
585
|
+
FormSettingsV0582PokemonVanillite,
|
|
586
|
+
FormSettingsV0583PokemonVanillish,
|
|
587
|
+
FormSettingsV0584PokemonVanilluxe,
|
|
588
|
+
FormSettingsV0585PokemonDeerling,
|
|
589
|
+
FormSettingsV0586PokemonSawsbuck,
|
|
590
|
+
FormSettingsV0587PokemonEmolga,
|
|
591
|
+
FormSettingsV0588PokemonKarrablast,
|
|
592
|
+
FormSettingsV0589PokemonEscavalier,
|
|
593
|
+
FormSettingsV0590PokemonFoongus,
|
|
594
|
+
FormSettingsV0591PokemonAmoonguss,
|
|
595
|
+
FormSettingsV0592PokemonFrillish,
|
|
596
|
+
FormSettingsV0593PokemonJellicent,
|
|
597
|
+
FormSettingsV0594PokemonAlomomola,
|
|
598
|
+
FormSettingsV0595PokemonJoltik,
|
|
599
|
+
FormSettingsV0596PokemonGalvantula,
|
|
600
|
+
FormSettingsV0597PokemonFerroseed,
|
|
601
|
+
FormSettingsV0598PokemonFerrothorn,
|
|
602
|
+
FormSettingsV0599PokemonKlink,
|
|
603
|
+
FormSettingsV0600PokemonKlang,
|
|
604
|
+
FormSettingsV0601PokemonKlinklang,
|
|
605
|
+
FormSettingsV0602PokemonTynamo,
|
|
606
|
+
FormSettingsV0603PokemonEelektrik,
|
|
607
|
+
FormSettingsV0604PokemonEelektross,
|
|
608
|
+
FormSettingsV0605PokemonElgyem,
|
|
609
|
+
FormSettingsV0606PokemonBeheeyem,
|
|
610
|
+
FormSettingsV0607PokemonLitwick,
|
|
611
|
+
FormSettingsV0608PokemonLampent,
|
|
612
|
+
FormSettingsV0609PokemonChandelure,
|
|
613
|
+
FormSettingsV0610PokemonAxew,
|
|
614
|
+
FormSettingsV0611PokemonFraxure,
|
|
615
|
+
FormSettingsV0612PokemonHaxorus,
|
|
616
|
+
FormSettingsV0613PokemonCubchoo,
|
|
617
|
+
FormSettingsV0614PokemonBeartic,
|
|
618
|
+
FormSettingsV0615PokemonCryogonal,
|
|
619
|
+
FormSettingsV0616PokemonShelmet,
|
|
620
|
+
FormSettingsV0617PokemonAccelgor,
|
|
621
|
+
FormSettingsV0618PokemonStunfisk,
|
|
622
|
+
FormSettingsV0619PokemonMienfoo,
|
|
623
|
+
FormSettingsV0620PokemonMienshao,
|
|
624
|
+
FormSettingsV0621PokemonDruddigon,
|
|
625
|
+
FormSettingsV0622PokemonGolett,
|
|
626
|
+
FormSettingsV0623PokemonGolurk,
|
|
627
|
+
FormSettingsV0624PokemonPawniard,
|
|
628
|
+
FormSettingsV0625PokemonBisharp,
|
|
629
|
+
FormSettingsV0626PokemonBouffalant,
|
|
630
|
+
FormSettingsV0627PokemonRufflet,
|
|
631
|
+
FormSettingsV0628PokemonBraviary,
|
|
632
|
+
FormSettingsV0629PokemonVullaby,
|
|
633
|
+
FormSettingsV0630PokemonMandibuzz,
|
|
634
|
+
FormSettingsV0631PokemonHeatmor,
|
|
635
|
+
FormSettingsV0632PokemonDurant,
|
|
636
|
+
FormSettingsV0633PokemonDeino,
|
|
637
|
+
FormSettingsV0634PokemonZweilous,
|
|
638
|
+
FormSettingsV0635PokemonHydreigon,
|
|
639
|
+
FormSettingsV0636PokemonLarvesta,
|
|
640
|
+
FormSettingsV0637PokemonVolcarona,
|
|
641
|
+
FormSettingsV0638PokemonCobalion,
|
|
642
|
+
FormSettingsV0639PokemonTerrakion,
|
|
643
|
+
FormSettingsV0640PokemonVirizion,
|
|
644
|
+
FormSettingsV0641PokemonTornadus,
|
|
645
|
+
FormSettingsV0642PokemonThundurus,
|
|
646
|
+
FormSettingsV0643PokemonReshiram,
|
|
647
|
+
FormSettingsV0644PokemonZekrom,
|
|
648
|
+
FormSettingsV0645PokemonLandorus,
|
|
649
|
+
FormSettingsV0646PokemonKyurem,
|
|
650
|
+
FormSettingsV0647PokemonKeldeo,
|
|
651
|
+
FormSettingsV0648PokemonMeloetta,
|
|
652
|
+
FormSettingsV0649PokemonGenesect,
|
|
653
|
+
FormSettingsV0650PokemonChespin,
|
|
654
|
+
FormSettingsV0651PokemonQuilladin,
|
|
655
|
+
FormSettingsV0652PokemonChesnaught,
|
|
656
|
+
FormSettingsV0653PokemonFennekin,
|
|
657
|
+
FormSettingsV0654PokemonBraixen,
|
|
658
|
+
FormSettingsV0655PokemonDelphox,
|
|
659
|
+
FormSettingsV0656PokemonFroakie,
|
|
660
|
+
FormSettingsV0657PokemonFrogadier,
|
|
661
|
+
FormSettingsV0658PokemonGreninja,
|
|
662
|
+
FormSettingsV0659PokemonBunnelby,
|
|
663
|
+
FormSettingsV0660PokemonDiggersby,
|
|
664
|
+
FormSettingsV0661PokemonFletchling,
|
|
665
|
+
FormSettingsV0662PokemonFletchinder,
|
|
666
|
+
FormSettingsV0663PokemonTalonflame,
|
|
667
|
+
FormSettingsV0664PokemonScatterbug,
|
|
668
|
+
FormSettingsV0665PokemonSpewpa,
|
|
669
|
+
FormSettingsV0666PokemonVivillon,
|
|
670
|
+
FormSettingsV0667PokemonLitleo,
|
|
671
|
+
FormSettingsV0668PokemonPyroar,
|
|
672
|
+
FormSettingsV0669PokemonFlabebe,
|
|
673
|
+
FormSettingsV0670PokemonFloette,
|
|
674
|
+
FormSettingsV0671PokemonFlorges,
|
|
675
|
+
FormSettingsV0672PokemonSkiddo,
|
|
676
|
+
FormSettingsV0673PokemonGogoat,
|
|
677
|
+
FormSettingsV0674PokemonPancham,
|
|
678
|
+
FormSettingsV0675PokemonPangoro,
|
|
679
|
+
FormSettingsV0676PokemonFurfrou,
|
|
680
|
+
FormSettingsV0677PokemonEspurr,
|
|
681
|
+
FormSettingsV0678PokemonMeowstic,
|
|
682
|
+
FormSettingsV0679PokemonHonedge,
|
|
683
|
+
FormSettingsV0680PokemonDoublade,
|
|
684
|
+
FormSettingsV0681PokemonAegislash,
|
|
685
|
+
FormSettingsV0682PokemonSpritzee,
|
|
686
|
+
FormSettingsV0683PokemonAromatisse,
|
|
687
|
+
FormSettingsV0684PokemonSwirlix,
|
|
688
|
+
FormSettingsV0685PokemonSlurpuff,
|
|
689
|
+
FormSettingsV0686PokemonInkay,
|
|
690
|
+
FormSettingsV0687PokemonMalamar,
|
|
691
|
+
FormSettingsV0688PokemonBinacle,
|
|
692
|
+
FormSettingsV0689PokemonBarbaracle,
|
|
693
|
+
FormSettingsV0690PokemonSkrelp,
|
|
694
|
+
FormSettingsV0691PokemonDragalge,
|
|
695
|
+
FormSettingsV0692PokemonClauncher,
|
|
696
|
+
FormSettingsV0693PokemonClawitzer,
|
|
697
|
+
FormSettingsV0694PokemonHelioptile,
|
|
698
|
+
FormSettingsV0695PokemonHeliolisk,
|
|
699
|
+
FormSettingsV0696PokemonTyrunt,
|
|
700
|
+
FormSettingsV0697PokemonTyrantrum,
|
|
701
|
+
FormSettingsV0698PokemonAmaura,
|
|
702
|
+
FormSettingsV0699PokemonAurorus,
|
|
703
|
+
FormSettingsV0700PokemonSylveon,
|
|
704
|
+
FormSettingsV0701PokemonHawlucha,
|
|
705
|
+
FormSettingsV0702PokemonDedenne,
|
|
706
|
+
FormSettingsV0703PokemonCarbink,
|
|
707
|
+
FormSettingsV0704PokemonGoomy,
|
|
708
|
+
FormSettingsV0705PokemonSliggoo,
|
|
709
|
+
FormSettingsV0706PokemonGoodra,
|
|
710
|
+
FormSettingsV0707PokemonKlefki,
|
|
711
|
+
FormSettingsV0708PokemonPhantump,
|
|
712
|
+
FormSettingsV0709PokemonTrevenant,
|
|
713
|
+
FormSettingsV0710PokemonPumpkaboo,
|
|
714
|
+
FormSettingsV0711PokemonGourgeist,
|
|
715
|
+
FormSettingsV0712PokemonBergmite,
|
|
716
|
+
FormSettingsV0713PokemonAvalugg,
|
|
717
|
+
FormSettingsV0714PokemonNoibat,
|
|
718
|
+
FormSettingsV0715PokemonNoivern,
|
|
719
|
+
FormSettingsV0716PokemonXerneas,
|
|
720
|
+
FormSettingsV0717PokemonYveltal,
|
|
721
|
+
FormSettingsV0718PokemonZygarde,
|
|
722
|
+
FormSettingsV0719PokemonDiancie,
|
|
723
|
+
FormSettingsV0720PokemonHoopa,
|
|
724
|
+
FormSettingsV0721PokemonVolcanion,
|
|
725
|
+
FormSettingsV0722PokemonRowlet,
|
|
726
|
+
FormSettingsV0723PokemonDartrix,
|
|
727
|
+
FormSettingsV0724PokemonDecidueye,
|
|
728
|
+
FormSettingsV0725PokemonLitten,
|
|
729
|
+
FormSettingsV0726PokemonTorracat,
|
|
730
|
+
FormSettingsV0727PokemonIncineroar,
|
|
731
|
+
FormSettingsV0728PokemonPopplio,
|
|
732
|
+
FormSettingsV0729PokemonBrionne,
|
|
733
|
+
FormSettingsV0730PokemonPrimarina,
|
|
734
|
+
FormSettingsV0731PokemonPikipek,
|
|
735
|
+
FormSettingsV0732PokemonTrumbeak,
|
|
736
|
+
FormSettingsV0733PokemonToucannon,
|
|
737
|
+
FormSettingsV0734PokemonYungoos,
|
|
738
|
+
FormSettingsV0735PokemonGumshoos,
|
|
739
|
+
FormSettingsV0736PokemonGrubbin,
|
|
740
|
+
FormSettingsV0737PokemonCharjabug,
|
|
741
|
+
FormSettingsV0738PokemonVikavolt,
|
|
742
|
+
FormSettingsV0739PokemonCrabrawler,
|
|
743
|
+
FormSettingsV0740PokemonCrabominable,
|
|
744
|
+
FormSettingsV0741PokemonOricorio,
|
|
745
|
+
FormSettingsV0742PokemonCutiefly,
|
|
746
|
+
FormSettingsV0743PokemonRibombee,
|
|
747
|
+
FormSettingsV0744PokemonRockruff,
|
|
748
|
+
FormSettingsV0745PokemonLycanroc,
|
|
749
|
+
FormSettingsV0746PokemonWishiwashi,
|
|
750
|
+
FormSettingsV0747PokemonMareanie,
|
|
751
|
+
FormSettingsV0748PokemonToxapex,
|
|
752
|
+
FormSettingsV0749PokemonMudbray,
|
|
753
|
+
FormSettingsV0750PokemonMudsdale,
|
|
754
|
+
FormSettingsV0751PokemonDewpider,
|
|
755
|
+
FormSettingsV0752PokemonAraquanid,
|
|
756
|
+
FormSettingsV0753PokemonFomantis,
|
|
757
|
+
FormSettingsV0754PokemonLurantis,
|
|
758
|
+
FormSettingsV0755PokemonMorelull,
|
|
759
|
+
FormSettingsV0756PokemonShiinotic,
|
|
760
|
+
FormSettingsV0757PokemonSalandit,
|
|
761
|
+
FormSettingsV0758PokemonSalazzle,
|
|
762
|
+
FormSettingsV0759PokemonStufful,
|
|
763
|
+
FormSettingsV0760PokemonBewear,
|
|
764
|
+
FormSettingsV0761PokemonBounsweet,
|
|
765
|
+
FormSettingsV0762PokemonSteenee,
|
|
766
|
+
FormSettingsV0763PokemonTsareena,
|
|
767
|
+
FormSettingsV0764PokemonComfey,
|
|
768
|
+
FormSettingsV0765PokemonOranguru,
|
|
769
|
+
FormSettingsV0766PokemonPassimian,
|
|
770
|
+
FormSettingsV0767PokemonWimpod,
|
|
771
|
+
FormSettingsV0768PokemonGolisopod,
|
|
772
|
+
FormSettingsV0769PokemonSandygast,
|
|
773
|
+
FormSettingsV0770PokemonPalossand,
|
|
774
|
+
FormSettingsV0771PokemonPyukumuku,
|
|
775
|
+
FormSettingsV0772PokemonTypeNull,
|
|
776
|
+
FormSettingsV0773PokemonSilvally,
|
|
777
|
+
FormSettingsV0774PokemonMinior,
|
|
778
|
+
FormSettingsV0775PokemonKomala,
|
|
779
|
+
FormSettingsV0776PokemonTurtonator,
|
|
780
|
+
FormSettingsV0777PokemonTogedemaru,
|
|
781
|
+
FormSettingsV0778PokemonMimikyu,
|
|
782
|
+
FormSettingsV0779PokemonBruxish,
|
|
783
|
+
FormSettingsV0780PokemonDrampa,
|
|
784
|
+
FormSettingsV0781PokemonDhelmise,
|
|
785
|
+
FormSettingsV0782PokemonJangmoO,
|
|
786
|
+
FormSettingsV0783PokemonHakamoO,
|
|
787
|
+
FormSettingsV0784PokemonKommoO,
|
|
788
|
+
FormSettingsV0785PokemonTapuKoko,
|
|
789
|
+
FormSettingsV0786PokemonTapuLele,
|
|
790
|
+
FormSettingsV0787PokemonTapuBulu,
|
|
791
|
+
FormSettingsV0788PokemonTapuFini,
|
|
792
|
+
FormSettingsV0789PokemonCosmog,
|
|
793
|
+
FormSettingsV0790PokemonCosmoem,
|
|
794
|
+
FormSettingsV0791PokemonSolgaleo,
|
|
795
|
+
FormSettingsV0792PokemonLunala,
|
|
796
|
+
FormSettingsV0793PokemonNihilego,
|
|
797
|
+
FormSettingsV0794PokemonBuzzwole,
|
|
798
|
+
FormSettingsV0795PokemonPheromosa,
|
|
799
|
+
FormSettingsV0796PokemonXurkitree,
|
|
800
|
+
FormSettingsV0797PokemonCelesteela,
|
|
801
|
+
FormSettingsV0798PokemonKartana,
|
|
802
|
+
FormSettingsV0799PokemonGuzzlord,
|
|
803
|
+
FormSettingsV0800PokemonNecrozma,
|
|
804
|
+
FormSettingsV0801PokemonMagearna,
|
|
805
|
+
FormSettingsV0802PokemonMarshadow,
|
|
806
|
+
FormSettingsV0803PokemonPoipole,
|
|
807
|
+
FormSettingsV0804PokemonNaganadel,
|
|
808
|
+
FormSettingsV0805PokemonStakataka,
|
|
809
|
+
FormSettingsV0806PokemonBlacephalon,
|
|
810
|
+
FormSettingsV0807PokemonZeraora,
|
|
811
|
+
FormSettingsV0808PokemonMeltan,
|
|
812
|
+
FormSettingsV0809PokemonMelmetal,
|
|
813
|
+
FormSettingsV0810PokemonGrookey,
|
|
814
|
+
FormSettingsV0811PokemonThwackey,
|
|
815
|
+
FormSettingsV0812PokemonRillaboom,
|
|
816
|
+
FormSettingsV0813PokemonScorbunny,
|
|
817
|
+
FormSettingsV0814PokemonRaboot,
|
|
818
|
+
FormSettingsV0815PokemonCinderace,
|
|
819
|
+
FormSettingsV0816PokemonSobble,
|
|
820
|
+
FormSettingsV0817PokemonDrizzile,
|
|
821
|
+
FormSettingsV0818PokemonInteleon,
|
|
822
|
+
FormSettingsV0819PokemonSkwovet,
|
|
823
|
+
FormSettingsV0820PokemonGreedent,
|
|
824
|
+
FormSettingsV0821PokemonRookidee,
|
|
825
|
+
FormSettingsV0822PokemonCorvisquire,
|
|
826
|
+
FormSettingsV0823PokemonCorviknight,
|
|
827
|
+
FormSettingsV0824PokemonBlipbug,
|
|
828
|
+
FormSettingsV0825PokemonDottler,
|
|
829
|
+
FormSettingsV0826PokemonOrbeetle,
|
|
830
|
+
FormSettingsV0827PokemonNickit,
|
|
831
|
+
FormSettingsV0828PokemonThievul,
|
|
832
|
+
FormSettingsV0829PokemonGossifleur,
|
|
833
|
+
FormSettingsV0830PokemonEldegoss,
|
|
834
|
+
FormSettingsV0831PokemonWooloo,
|
|
835
|
+
FormSettingsV0832PokemonDubwool,
|
|
836
|
+
FormSettingsV0833PokemonChewtle,
|
|
837
|
+
FormSettingsV0834PokemonDrednaw,
|
|
838
|
+
FormSettingsV0835PokemonYamper,
|
|
839
|
+
FormSettingsV0836PokemonBoltund,
|
|
840
|
+
FormSettingsV0837PokemonRolycoly,
|
|
841
|
+
FormSettingsV0838PokemonCarkol,
|
|
842
|
+
FormSettingsV0839PokemonCoalossal,
|
|
843
|
+
FormSettingsV0840PokemonApplin,
|
|
844
|
+
FormSettingsV0841PokemonFlapple,
|
|
845
|
+
FormSettingsV0842PokemonAppletun,
|
|
846
|
+
FormSettingsV0843PokemonSilicobra,
|
|
847
|
+
FormSettingsV0844PokemonSandaconda,
|
|
848
|
+
FormSettingsV0845PokemonCramorant,
|
|
849
|
+
FormSettingsV0846PokemonArrokuda,
|
|
850
|
+
FormSettingsV0847PokemonBarraskewda,
|
|
851
|
+
FormSettingsV0848PokemonToxel,
|
|
852
|
+
FormSettingsV0849PokemonToxtricity,
|
|
853
|
+
FormSettingsV0850PokemonSizzlipede,
|
|
854
|
+
FormSettingsV0851PokemonCentiskorch,
|
|
855
|
+
FormSettingsV0852PokemonClobbopus,
|
|
856
|
+
FormSettingsV0853PokemonGrapploct,
|
|
857
|
+
FormSettingsV0854PokemonSinistea,
|
|
858
|
+
FormSettingsV0855PokemonPolteageist,
|
|
859
|
+
FormSettingsV0856PokemonHatenna,
|
|
860
|
+
FormSettingsV0857PokemonHattrem,
|
|
861
|
+
FormSettingsV0858PokemonHatterene,
|
|
862
|
+
FormSettingsV0859PokemonImpidimp,
|
|
863
|
+
FormSettingsV0860PokemonMorgrem,
|
|
864
|
+
FormSettingsV0861PokemonGrimmsnarl,
|
|
865
|
+
FormSettingsV0862PokemonObstagoon,
|
|
866
|
+
FormSettingsV0863PokemonPerrserker,
|
|
867
|
+
FormSettingsV0864PokemonCursola,
|
|
868
|
+
FormSettingsV0865PokemonSirfetchd,
|
|
869
|
+
FormSettingsV0866PokemonMrRime,
|
|
870
|
+
FormSettingsV0867PokemonRunerigus,
|
|
871
|
+
FormSettingsV0868PokemonMilcery,
|
|
872
|
+
FormSettingsV0869PokemonAlcremie,
|
|
873
|
+
FormSettingsV0870PokemonFalinks,
|
|
874
|
+
FormSettingsV0871PokemonPincurchin,
|
|
875
|
+
FormSettingsV0872PokemonSnom,
|
|
876
|
+
FormSettingsV0873PokemonFrosmoth,
|
|
877
|
+
FormSettingsV0874PokemonStonjourner,
|
|
878
|
+
FormSettingsV0875PokemonEiscue,
|
|
879
|
+
FormSettingsV0876PokemonIndeedee,
|
|
880
|
+
FormSettingsV0877PokemonMorpeko,
|
|
881
|
+
FormSettingsV0878PokemonCufant,
|
|
882
|
+
FormSettingsV0879PokemonCopperajah,
|
|
883
|
+
FormSettingsV0880PokemonDracozolt,
|
|
884
|
+
FormSettingsV0881PokemonArctozolt,
|
|
885
|
+
FormSettingsV0882PokemonDracovish,
|
|
886
|
+
FormSettingsV0883PokemonArctovish,
|
|
887
|
+
FormSettingsV0884PokemonDuraludon,
|
|
888
|
+
FormSettingsV0885PokemonDreepy,
|
|
889
|
+
FormSettingsV0886PokemonDrakloak,
|
|
890
|
+
FormSettingsV0887PokemonDragapult,
|
|
891
|
+
FormSettingsV0888PokemonZacian,
|
|
892
|
+
FormSettingsV0889PokemonZamazenta,
|
|
893
|
+
FormSettingsV0890PokemonEternatus,
|
|
894
|
+
FormSettingsV0891PokemonKubfu,
|
|
895
|
+
FormSettingsV0892PokemonUrshifu,
|
|
896
|
+
FormSettingsV0893PokemonZarude,
|
|
897
|
+
FormSettingsV0894PokemonRegieleki,
|
|
898
|
+
FormSettingsV0895PokemonRegidrago,
|
|
899
|
+
FormSettingsV0896PokemonGlastrier,
|
|
900
|
+
FormSettingsV0897PokemonSpectrier,
|
|
901
|
+
FormSettingsV0898PokemonCalyrex,
|
|
902
|
+
FormSettingsV0899PokemonWyrdeer,
|
|
903
|
+
FormSettingsV0900PokemonKleavor,
|
|
904
|
+
FormSettingsV0901PokemonUrsaluna,
|
|
905
|
+
FormSettingsV0902PokemonBasculegion,
|
|
906
|
+
FormSettingsV0903PokemonSneasler,
|
|
907
|
+
FormSettingsV0904PokemonOverqwil,
|
|
908
|
+
FormSettingsV0905PokemonEnamorus,
|
|
909
|
+
FormSettingsV0906PokemonSprigatito,
|
|
910
|
+
FormSettingsV0907PokemonFloragato,
|
|
911
|
+
FormSettingsV0908PokemonMeowscarada,
|
|
912
|
+
FormSettingsV0909PokemonFuecoco,
|
|
913
|
+
FormSettingsV0910PokemonCrocalor,
|
|
914
|
+
FormSettingsV0911PokemonSkeledirge,
|
|
915
|
+
FormSettingsV0912PokemonQuaxly,
|
|
916
|
+
FormSettingsV0913PokemonQuaxwell,
|
|
917
|
+
FormSettingsV0914PokemonQuaquaval,
|
|
918
|
+
FormSettingsV0915PokemonLechonk,
|
|
919
|
+
FormSettingsV0916PokemonOinkologne,
|
|
920
|
+
FormSettingsV0917PokemonTarountula,
|
|
921
|
+
FormSettingsV0918PokemonSpidops,
|
|
922
|
+
FormSettingsV0919PokemonNymble,
|
|
923
|
+
FormSettingsV0920PokemonLokix,
|
|
924
|
+
FormSettingsV0921PokemonPawmi,
|
|
925
|
+
FormSettingsV0922PokemonPawmo,
|
|
926
|
+
FormSettingsV0923PokemonPawmot,
|
|
927
|
+
FormSettingsV0924PokemonTandemaus,
|
|
928
|
+
FormSettingsV0925PokemonMaushold,
|
|
929
|
+
FormSettingsV0926PokemonFidough,
|
|
930
|
+
FormSettingsV0927PokemonDachsbun,
|
|
931
|
+
FormSettingsV0928PokemonSmoliv,
|
|
932
|
+
FormSettingsV0929PokemonDolliv,
|
|
933
|
+
FormSettingsV0930PokemonArboliva,
|
|
934
|
+
FormSettingsV0931PokemonSquawkabilly,
|
|
935
|
+
FormSettingsV0932PokemonNacli,
|
|
936
|
+
FormSettingsV0933PokemonNaclstack,
|
|
937
|
+
FormSettingsV0934PokemonGarganacl,
|
|
938
|
+
FormSettingsV0935PokemonCharcadet,
|
|
939
|
+
FormSettingsV0936PokemonArmarouge,
|
|
940
|
+
FormSettingsV0937PokemonCeruledge,
|
|
941
|
+
FormSettingsV0938PokemonTadbulb,
|
|
942
|
+
FormSettingsV0939PokemonBellibolt,
|
|
943
|
+
FormSettingsV0940PokemonWattrel,
|
|
944
|
+
FormSettingsV0941PokemonKilowattrel,
|
|
945
|
+
FormSettingsV0942PokemonMaschiff,
|
|
946
|
+
FormSettingsV0943PokemonMabosstiff,
|
|
947
|
+
FormSettingsV0944PokemonShroodle,
|
|
948
|
+
FormSettingsV0945PokemonGrafaiai,
|
|
949
|
+
FormSettingsV0946PokemonBramblin,
|
|
950
|
+
FormSettingsV0947PokemonBrambleghast,
|
|
951
|
+
FormSettingsV0948PokemonToedscool,
|
|
952
|
+
FormSettingsV0949PokemonToedscruel,
|
|
953
|
+
FormSettingsV0950PokemonKlawf,
|
|
954
|
+
FormSettingsV0951PokemonCapsakid,
|
|
955
|
+
FormSettingsV0952PokemonScovillain,
|
|
956
|
+
FormSettingsV0953PokemonRellor,
|
|
957
|
+
FormSettingsV0954PokemonRabsca,
|
|
958
|
+
FormSettingsV0955PokemonFlittle,
|
|
959
|
+
FormSettingsV0956PokemonEspathra,
|
|
960
|
+
FormSettingsV0957PokemonTinkatink,
|
|
961
|
+
FormSettingsV0958PokemonTinkatuff,
|
|
962
|
+
FormSettingsV0959PokemonTinkaton,
|
|
963
|
+
FormSettingsV0960PokemonWiglett,
|
|
964
|
+
FormSettingsV0961PokemonWugtrio,
|
|
965
|
+
FormSettingsV0962PokemonBombirdier,
|
|
966
|
+
FormSettingsV0963PokemonFinizen,
|
|
967
|
+
FormSettingsV0964PokemonPalafin,
|
|
968
|
+
FormSettingsV0965PokemonVaroom,
|
|
969
|
+
FormSettingsV0966PokemonRevavroom,
|
|
970
|
+
FormSettingsV0967PokemonCyclizar,
|
|
971
|
+
FormSettingsV0968PokemonOrthworm,
|
|
972
|
+
FormSettingsV0969PokemonGlimmet,
|
|
973
|
+
FormSettingsV0970PokemonGlimmora,
|
|
974
|
+
FormSettingsV0971PokemonGreavard,
|
|
975
|
+
FormSettingsV0972PokemonHoundstone,
|
|
976
|
+
FormSettingsV0973PokemonFlamigo,
|
|
977
|
+
FormSettingsV0974PokemonCetoddle,
|
|
978
|
+
FormSettingsV0975PokemonCetitan,
|
|
979
|
+
FormSettingsV0976PokemonVeluza,
|
|
980
|
+
FormSettingsV0977PokemonDondozo,
|
|
981
|
+
FormSettingsV0978PokemonTatsugiri,
|
|
982
|
+
FormSettingsV0979PokemonAnnihilape,
|
|
983
|
+
FormSettingsV0980PokemonClodsire,
|
|
984
|
+
FormSettingsV0981PokemonFarigiraf,
|
|
985
|
+
FormSettingsV0982PokemonDudunsparce,
|
|
986
|
+
FormSettingsV0983PokemonKingambit,
|
|
987
|
+
FormSettingsV0984PokemonGreattusk,
|
|
988
|
+
FormSettingsV0985PokemonScreamtail,
|
|
989
|
+
FormSettingsV0986PokemonBrutebonnet,
|
|
990
|
+
FormSettingsV0987PokemonFluttermane,
|
|
991
|
+
FormSettingsV0988PokemonSlitherwing,
|
|
992
|
+
FormSettingsV0989PokemonSandyshocks,
|
|
993
|
+
FormSettingsV0990PokemonIrontreads,
|
|
994
|
+
FormSettingsV0991PokemonIronbundle,
|
|
995
|
+
FormSettingsV0992PokemonIronhands,
|
|
996
|
+
FormSettingsV0993PokemonIronjugulis,
|
|
997
|
+
FormSettingsV0994PokemonIronmoth,
|
|
998
|
+
FormSettingsV0995PokemonIronthorns,
|
|
999
|
+
FormSettingsV0996PokemonFrigibax,
|
|
1000
|
+
FormSettingsV0997PokemonArctibax,
|
|
1001
|
+
FormSettingsV0998PokemonBaxcalibur,
|
|
1002
|
+
FormSettingsV0999PokemonGimmighoul,
|
|
1003
|
+
FormSettingsV1000PokemonGholdengo,
|
|
1004
|
+
FormSettingsV1001PokemonWochien,
|
|
1005
|
+
FormSettingsV1002PokemonChienpao,
|
|
1006
|
+
FormSettingsV1003PokemonTinglu,
|
|
1007
|
+
FormSettingsV1004PokemonChiyu,
|
|
1008
|
+
FormSettingsV1005PokemonRoaringmoon,
|
|
1009
|
+
FormSettingsV1006PokemonIronvaliant,
|
|
1010
|
+
FormSettingsV1007PokemonKoraidon,
|
|
1011
|
+
FormSettingsV1008PokemonMiraidon,
|
|
1012
|
+
FormSettingsV1009PokemonWalkingwake,
|
|
1013
|
+
FormSettingsV1010PokemonIronleaves,
|
|
1014
|
+
FormSettingsV1011PokemonDipplin,
|
|
1015
|
+
FormSettingsV1012PokemonPoltchageist,
|
|
1016
|
+
FormSettingsV1013PokemonSinistcha,
|
|
1017
|
+
FormSettingsV1014PokemonOkidogi,
|
|
1018
|
+
FormSettingsV1015PokemonMunkidori,
|
|
1019
|
+
FormSettingsV1016PokemonFezandipiti,
|
|
1020
|
+
FormSettingsV1017PokemonOgerpon,
|
|
1021
|
+
FormSettingsV1018PokemonArchaludon,
|
|
1022
|
+
FormSettingsV1019PokemonHydrapple,
|
|
1023
|
+
FormSettingsV1020PokemonGougingfire,
|
|
1024
|
+
FormSettingsV1021PokemonRagingbolt,
|
|
1025
|
+
FormSettingsV1022PokemonIronboulder,
|
|
1026
|
+
FormSettingsV1023PokemonIroncrown,
|
|
1027
|
+
FormSettingsV1024PokemonTerapagos,
|
|
1028
|
+
FormSettingsV1025PokemonPecharunt,
|
|
1029
|
+
} from "./entries";
|
|
1030
|
+
|
|
1031
|
+
export interface FormSettingsLookup {
|
|
1032
|
+
FORMS_V0001_POKEMON_BULBASAUR: FormSettingsV0001PokemonBulbasaur;
|
|
1033
|
+
FORMS_V0002_POKEMON_IVYSAUR: FormSettingsV0002PokemonIvysaur;
|
|
1034
|
+
FORMS_V0003_POKEMON_VENUSAUR: FormSettingsV0003PokemonVenusaur;
|
|
1035
|
+
FORMS_V0004_POKEMON_CHARMANDER: FormSettingsV0004PokemonCharmander;
|
|
1036
|
+
FORMS_V0005_POKEMON_CHARMELEON: FormSettingsV0005PokemonCharmeleon;
|
|
1037
|
+
FORMS_V0006_POKEMON_CHARIZARD: FormSettingsV0006PokemonCharizard;
|
|
1038
|
+
FORMS_V0007_POKEMON_SQUIRTLE: FormSettingsV0007PokemonSquirtle;
|
|
1039
|
+
FORMS_V0008_POKEMON_WARTORTLE: FormSettingsV0008PokemonWartortle;
|
|
1040
|
+
FORMS_V0009_POKEMON_BLASTOISE: FormSettingsV0009PokemonBlastoise;
|
|
1041
|
+
FORMS_V0010_POKEMON_CATERPIE: FormSettingsV0010PokemonCaterpie;
|
|
1042
|
+
FORMS_V0011_POKEMON_METAPOD: FormSettingsV0011PokemonMetapod;
|
|
1043
|
+
FORMS_V0012_POKEMON_BUTTERFREE: FormSettingsV0012PokemonButterfree;
|
|
1044
|
+
FORMS_V0013_POKEMON_WEEDLE: FormSettingsV0013PokemonWeedle;
|
|
1045
|
+
FORMS_V0014_POKEMON_KAKUNA: FormSettingsV0014PokemonKakuna;
|
|
1046
|
+
FORMS_V0015_POKEMON_BEEDRILL: FormSettingsV0015PokemonBeedrill;
|
|
1047
|
+
FORMS_V0016_POKEMON_PIDGEY: FormSettingsV0016PokemonPidgey;
|
|
1048
|
+
FORMS_V0017_POKEMON_PIDGEOTTO: FormSettingsV0017PokemonPidgeotto;
|
|
1049
|
+
FORMS_V0018_POKEMON_PIDGEOT: FormSettingsV0018PokemonPidgeot;
|
|
1050
|
+
FORMS_V0019_POKEMON_RATTATA: FormSettingsV0019PokemonRattata;
|
|
1051
|
+
FORMS_V0020_POKEMON_RATICATE: FormSettingsV0020PokemonRaticate;
|
|
1052
|
+
FORMS_V0021_POKEMON_SPEAROW: FormSettingsV0021PokemonSpearow;
|
|
1053
|
+
FORMS_V0022_POKEMON_FEAROW: FormSettingsV0022PokemonFearow;
|
|
1054
|
+
FORMS_V0023_POKEMON_EKANS: FormSettingsV0023PokemonEkans;
|
|
1055
|
+
FORMS_V0024_POKEMON_ARBOK: FormSettingsV0024PokemonArbok;
|
|
1056
|
+
FORMS_V0025_POKEMON_PIKACHU: FormSettingsV0025PokemonPikachu;
|
|
1057
|
+
FORMS_V0026_POKEMON_RAICHU: FormSettingsV0026PokemonRaichu;
|
|
1058
|
+
FORMS_V0027_POKEMON_SANDSHREW: FormSettingsV0027PokemonSandshrew;
|
|
1059
|
+
FORMS_V0028_POKEMON_SANDSLASH: FormSettingsV0028PokemonSandslash;
|
|
1060
|
+
FORMS_V0029_POKEMON_NIDORAN: FormSettingsV0029PokemonNidoran;
|
|
1061
|
+
FORMS_V0030_POKEMON_NIDORINA: FormSettingsV0030PokemonNidorina;
|
|
1062
|
+
FORMS_V0031_POKEMON_NIDOQUEEN: FormSettingsV0031PokemonNidoqueen;
|
|
1063
|
+
FORMS_V0032_POKEMON_NIDORAN: FormSettingsV0032PokemonNidoran;
|
|
1064
|
+
FORMS_V0033_POKEMON_NIDORINO: FormSettingsV0033PokemonNidorino;
|
|
1065
|
+
FORMS_V0034_POKEMON_NIDOKING: FormSettingsV0034PokemonNidoking;
|
|
1066
|
+
FORMS_V0035_POKEMON_CLEFAIRY: FormSettingsV0035PokemonClefairy;
|
|
1067
|
+
FORMS_V0036_POKEMON_CLEFABLE: FormSettingsV0036PokemonClefable;
|
|
1068
|
+
FORMS_V0037_POKEMON_VULPIX: FormSettingsV0037PokemonVulpix;
|
|
1069
|
+
FORMS_V0038_POKEMON_NINETALES: FormSettingsV0038PokemonNinetales;
|
|
1070
|
+
FORMS_V0039_POKEMON_JIGGLYPUFF: FormSettingsV0039PokemonJigglypuff;
|
|
1071
|
+
FORMS_V0040_POKEMON_WIGGLYTUFF: FormSettingsV0040PokemonWigglytuff;
|
|
1072
|
+
FORMS_V0041_POKEMON_ZUBAT: FormSettingsV0041PokemonZubat;
|
|
1073
|
+
FORMS_V0042_POKEMON_GOLBAT: FormSettingsV0042PokemonGolbat;
|
|
1074
|
+
FORMS_V0043_POKEMON_ODDISH: FormSettingsV0043PokemonOddish;
|
|
1075
|
+
FORMS_V0044_POKEMON_GLOOM: FormSettingsV0044PokemonGloom;
|
|
1076
|
+
FORMS_V0045_POKEMON_VILEPLUME: FormSettingsV0045PokemonVileplume;
|
|
1077
|
+
FORMS_V0046_POKEMON_PARAS: FormSettingsV0046PokemonParas;
|
|
1078
|
+
FORMS_V0047_POKEMON_PARASECT: FormSettingsV0047PokemonParasect;
|
|
1079
|
+
FORMS_V0048_POKEMON_VENONAT: FormSettingsV0048PokemonVenonat;
|
|
1080
|
+
FORMS_V0049_POKEMON_VENOMOTH: FormSettingsV0049PokemonVenomoth;
|
|
1081
|
+
FORMS_V0050_POKEMON_DIGLETT: FormSettingsV0050PokemonDiglett;
|
|
1082
|
+
FORMS_V0051_POKEMON_DUGTRIO: FormSettingsV0051PokemonDugtrio;
|
|
1083
|
+
FORMS_V0052_POKEMON_MEOWTH: FormSettingsV0052PokemonMeowth;
|
|
1084
|
+
FORMS_V0053_POKEMON_PERSIAN: FormSettingsV0053PokemonPersian;
|
|
1085
|
+
FORMS_V0054_POKEMON_PSYDUCK: FormSettingsV0054PokemonPsyduck;
|
|
1086
|
+
FORMS_V0055_POKEMON_GOLDUCK: FormSettingsV0055PokemonGolduck;
|
|
1087
|
+
FORMS_V0056_POKEMON_MANKEY: FormSettingsV0056PokemonMankey;
|
|
1088
|
+
FORMS_V0057_POKEMON_PRIMEAPE: FormSettingsV0057PokemonPrimeape;
|
|
1089
|
+
FORMS_V0058_POKEMON_GROWLITHE: FormSettingsV0058PokemonGrowlithe;
|
|
1090
|
+
FORMS_V0059_POKEMON_ARCANINE: FormSettingsV0059PokemonArcanine;
|
|
1091
|
+
FORMS_V0060_POKEMON_POLIWAG: FormSettingsV0060PokemonPoliwag;
|
|
1092
|
+
FORMS_V0061_POKEMON_POLIWHIRL: FormSettingsV0061PokemonPoliwhirl;
|
|
1093
|
+
FORMS_V0062_POKEMON_POLIWRATH: FormSettingsV0062PokemonPoliwrath;
|
|
1094
|
+
FORMS_V0063_POKEMON_ABRA: FormSettingsV0063PokemonAbra;
|
|
1095
|
+
FORMS_V0064_POKEMON_KADABRA: FormSettingsV0064PokemonKadabra;
|
|
1096
|
+
FORMS_V0065_POKEMON_ALAKAZAM: FormSettingsV0065PokemonAlakazam;
|
|
1097
|
+
FORMS_V0066_POKEMON_MACHOP: FormSettingsV0066PokemonMachop;
|
|
1098
|
+
FORMS_V0067_POKEMON_MACHOKE: FormSettingsV0067PokemonMachoke;
|
|
1099
|
+
FORMS_V0068_POKEMON_MACHAMP: FormSettingsV0068PokemonMachamp;
|
|
1100
|
+
FORMS_V0069_POKEMON_BELLSPROUT: FormSettingsV0069PokemonBellsprout;
|
|
1101
|
+
FORMS_V0070_POKEMON_WEEPINBELL: FormSettingsV0070PokemonWeepinbell;
|
|
1102
|
+
FORMS_V0071_POKEMON_VICTREEBEL: FormSettingsV0071PokemonVictreebel;
|
|
1103
|
+
FORMS_V0072_POKEMON_TENTACOOL: FormSettingsV0072PokemonTentacool;
|
|
1104
|
+
FORMS_V0073_POKEMON_TENTACRUEL: FormSettingsV0073PokemonTentacruel;
|
|
1105
|
+
FORMS_V0074_POKEMON_GEODUDE: FormSettingsV0074PokemonGeodude;
|
|
1106
|
+
FORMS_V0075_POKEMON_GRAVELER: FormSettingsV0075PokemonGraveler;
|
|
1107
|
+
FORMS_V0076_POKEMON_GOLEM: FormSettingsV0076PokemonGolem;
|
|
1108
|
+
FORMS_V0077_POKEMON_PONYTA: FormSettingsV0077PokemonPonyta;
|
|
1109
|
+
FORMS_V0078_POKEMON_RAPIDASH: FormSettingsV0078PokemonRapidash;
|
|
1110
|
+
FORMS_V0079_POKEMON_SLOWPOKE: FormSettingsV0079PokemonSlowpoke;
|
|
1111
|
+
FORMS_V0080_POKEMON_SLOWBRO: FormSettingsV0080PokemonSlowbro;
|
|
1112
|
+
FORMS_V0081_POKEMON_MAGNEMITE: FormSettingsV0081PokemonMagnemite;
|
|
1113
|
+
FORMS_V0082_POKEMON_MAGNETON: FormSettingsV0082PokemonMagneton;
|
|
1114
|
+
FORMS_V0083_POKEMON_FARFETCHD: FormSettingsV0083PokemonFarfetchd;
|
|
1115
|
+
FORMS_V0084_POKEMON_DODUO: FormSettingsV0084PokemonDoduo;
|
|
1116
|
+
FORMS_V0085_POKEMON_DODRIO: FormSettingsV0085PokemonDodrio;
|
|
1117
|
+
FORMS_V0086_POKEMON_SEEL: FormSettingsV0086PokemonSeel;
|
|
1118
|
+
FORMS_V0087_POKEMON_DEWGONG: FormSettingsV0087PokemonDewgong;
|
|
1119
|
+
FORMS_V0088_POKEMON_GRIMER: FormSettingsV0088PokemonGrimer;
|
|
1120
|
+
FORMS_V0089_POKEMON_MUK: FormSettingsV0089PokemonMuk;
|
|
1121
|
+
FORMS_V0090_POKEMON_SHELLDER: FormSettingsV0090PokemonShellder;
|
|
1122
|
+
FORMS_V0091_POKEMON_CLOYSTER: FormSettingsV0091PokemonCloyster;
|
|
1123
|
+
FORMS_V0092_POKEMON_GASTLY: FormSettingsV0092PokemonGastly;
|
|
1124
|
+
FORMS_V0093_POKEMON_HAUNTER: FormSettingsV0093PokemonHaunter;
|
|
1125
|
+
FORMS_V0094_POKEMON_GENGAR: FormSettingsV0094PokemonGengar;
|
|
1126
|
+
FORMS_V0095_POKEMON_ONIX: FormSettingsV0095PokemonOnix;
|
|
1127
|
+
FORMS_V0096_POKEMON_DROWZEE: FormSettingsV0096PokemonDrowzee;
|
|
1128
|
+
FORMS_V0097_POKEMON_HYPNO: FormSettingsV0097PokemonHypno;
|
|
1129
|
+
FORMS_V0098_POKEMON_KRABBY: FormSettingsV0098PokemonKrabby;
|
|
1130
|
+
FORMS_V0099_POKEMON_KINGLER: FormSettingsV0099PokemonKingler;
|
|
1131
|
+
FORMS_V0100_POKEMON_VOLTORB: FormSettingsV0100PokemonVoltorb;
|
|
1132
|
+
FORMS_V0101_POKEMON_ELECTRODE: FormSettingsV0101PokemonElectrode;
|
|
1133
|
+
FORMS_V0102_POKEMON_EXEGGCUTE: FormSettingsV0102PokemonExeggcute;
|
|
1134
|
+
FORMS_V0103_POKEMON_EXEGGUTOR: FormSettingsV0103PokemonExeggutor;
|
|
1135
|
+
FORMS_V0104_POKEMON_CUBONE: FormSettingsV0104PokemonCubone;
|
|
1136
|
+
FORMS_V0105_POKEMON_MAROWAK: FormSettingsV0105PokemonMarowak;
|
|
1137
|
+
FORMS_V0106_POKEMON_HITMONLEE: FormSettingsV0106PokemonHitmonlee;
|
|
1138
|
+
FORMS_V0107_POKEMON_HITMONCHAN: FormSettingsV0107PokemonHitmonchan;
|
|
1139
|
+
FORMS_V0108_POKEMON_LICKITUNG: FormSettingsV0108PokemonLickitung;
|
|
1140
|
+
FORMS_V0109_POKEMON_KOFFING: FormSettingsV0109PokemonKoffing;
|
|
1141
|
+
FORMS_V0110_POKEMON_WEEZING: FormSettingsV0110PokemonWeezing;
|
|
1142
|
+
FORMS_V0111_POKEMON_RHYHORN: FormSettingsV0111PokemonRhyhorn;
|
|
1143
|
+
FORMS_V0112_POKEMON_RHYDON: FormSettingsV0112PokemonRhydon;
|
|
1144
|
+
FORMS_V0113_POKEMON_CHANSEY: FormSettingsV0113PokemonChansey;
|
|
1145
|
+
FORMS_V0114_POKEMON_TANGELA: FormSettingsV0114PokemonTangela;
|
|
1146
|
+
FORMS_V0115_POKEMON_KANGASKHAN: FormSettingsV0115PokemonKangaskhan;
|
|
1147
|
+
FORMS_V0116_POKEMON_HORSEA: FormSettingsV0116PokemonHorsea;
|
|
1148
|
+
FORMS_V0117_POKEMON_SEADRA: FormSettingsV0117PokemonSeadra;
|
|
1149
|
+
FORMS_V0118_POKEMON_GOLDEEN: FormSettingsV0118PokemonGoldeen;
|
|
1150
|
+
FORMS_V0119_POKEMON_SEAKING: FormSettingsV0119PokemonSeaking;
|
|
1151
|
+
FORMS_V0120_POKEMON_STARYU: FormSettingsV0120PokemonStaryu;
|
|
1152
|
+
FORMS_V0121_POKEMON_STARMIE: FormSettingsV0121PokemonStarmie;
|
|
1153
|
+
FORMS_V0122_POKEMON_MR_MIME: FormSettingsV0122PokemonMrMime;
|
|
1154
|
+
FORMS_V0123_POKEMON_SCYTHER: FormSettingsV0123PokemonScyther;
|
|
1155
|
+
FORMS_V0124_POKEMON_JYNX: FormSettingsV0124PokemonJynx;
|
|
1156
|
+
FORMS_V0125_POKEMON_ELECTABUZZ: FormSettingsV0125PokemonElectabuzz;
|
|
1157
|
+
FORMS_V0126_POKEMON_MAGMAR: FormSettingsV0126PokemonMagmar;
|
|
1158
|
+
FORMS_V0127_POKEMON_PINSIR: FormSettingsV0127PokemonPinsir;
|
|
1159
|
+
FORMS_V0128_POKEMON_TAUROS: FormSettingsV0128PokemonTauros;
|
|
1160
|
+
FORMS_V0129_POKEMON_MAGIKARP: FormSettingsV0129PokemonMagikarp;
|
|
1161
|
+
FORMS_V0130_POKEMON_GYARADOS: FormSettingsV0130PokemonGyarados;
|
|
1162
|
+
FORMS_V0131_POKEMON_LAPRAS: FormSettingsV0131PokemonLapras;
|
|
1163
|
+
FORMS_V0132_POKEMON_DITTO: FormSettingsV0132PokemonDitto;
|
|
1164
|
+
FORMS_V0133_POKEMON_EEVEE: FormSettingsV0133PokemonEevee;
|
|
1165
|
+
FORMS_V0134_POKEMON_VAPOREON: FormSettingsV0134PokemonVaporeon;
|
|
1166
|
+
FORMS_V0135_POKEMON_JOLTEON: FormSettingsV0135PokemonJolteon;
|
|
1167
|
+
FORMS_V0136_POKEMON_FLAREON: FormSettingsV0136PokemonFlareon;
|
|
1168
|
+
FORMS_V0137_POKEMON_PORYGON: FormSettingsV0137PokemonPorygon;
|
|
1169
|
+
FORMS_V0138_POKEMON_OMANYTE: FormSettingsV0138PokemonOmanyte;
|
|
1170
|
+
FORMS_V0139_POKEMON_OMASTAR: FormSettingsV0139PokemonOmastar;
|
|
1171
|
+
FORMS_V0140_POKEMON_KABUTO: FormSettingsV0140PokemonKabuto;
|
|
1172
|
+
FORMS_V0141_POKEMON_KABUTOPS: FormSettingsV0141PokemonKabutops;
|
|
1173
|
+
FORMS_V0142_POKEMON_AERODACTYL: FormSettingsV0142PokemonAerodactyl;
|
|
1174
|
+
FORMS_V0143_POKEMON_SNORLAX: FormSettingsV0143PokemonSnorlax;
|
|
1175
|
+
FORMS_V0144_POKEMON_ARTICUNO: FormSettingsV0144PokemonArticuno;
|
|
1176
|
+
FORMS_V0145_POKEMON_ZAPDOS: FormSettingsV0145PokemonZapdos;
|
|
1177
|
+
FORMS_V0146_POKEMON_MOLTRES: FormSettingsV0146PokemonMoltres;
|
|
1178
|
+
FORMS_V0147_POKEMON_DRATINI: FormSettingsV0147PokemonDratini;
|
|
1179
|
+
FORMS_V0148_POKEMON_DRAGONAIR: FormSettingsV0148PokemonDragonair;
|
|
1180
|
+
FORMS_V0149_POKEMON_DRAGONITE: FormSettingsV0149PokemonDragonite;
|
|
1181
|
+
FORMS_V0150_POKEMON_MEWTWO: FormSettingsV0150PokemonMewtwo;
|
|
1182
|
+
FORMS_V0151_POKEMON_MEW: FormSettingsV0151PokemonMew;
|
|
1183
|
+
FORMS_V0152_POKEMON_CHIKORITA: FormSettingsV0152PokemonChikorita;
|
|
1184
|
+
FORMS_V0153_POKEMON_BAYLEEF: FormSettingsV0153PokemonBayleef;
|
|
1185
|
+
FORMS_V0154_POKEMON_MEGANIUM: FormSettingsV0154PokemonMeganium;
|
|
1186
|
+
FORMS_V0155_POKEMON_CYNDAQUIL: FormSettingsV0155PokemonCyndaquil;
|
|
1187
|
+
FORMS_V0156_POKEMON_QUILAVA: FormSettingsV0156PokemonQuilava;
|
|
1188
|
+
FORMS_V0157_POKEMON_TYPHLOSION: FormSettingsV0157PokemonTyphlosion;
|
|
1189
|
+
FORMS_V0158_POKEMON_TOTODILE: FormSettingsV0158PokemonTotodile;
|
|
1190
|
+
FORMS_V0159_POKEMON_CROCONAW: FormSettingsV0159PokemonCroconaw;
|
|
1191
|
+
FORMS_V0160_POKEMON_FERALIGATR: FormSettingsV0160PokemonFeraligatr;
|
|
1192
|
+
FORMS_V0161_POKEMON_SENTRET: FormSettingsV0161PokemonSentret;
|
|
1193
|
+
FORMS_V0162_POKEMON_FURRET: FormSettingsV0162PokemonFurret;
|
|
1194
|
+
FORMS_V0163_POKEMON_HOOTHOOT: FormSettingsV0163PokemonHoothoot;
|
|
1195
|
+
FORMS_V0164_POKEMON_NOCTOWL: FormSettingsV0164PokemonNoctowl;
|
|
1196
|
+
FORMS_V0165_POKEMON_LEDYBA: FormSettingsV0165PokemonLedyba;
|
|
1197
|
+
FORMS_V0166_POKEMON_LEDIAN: FormSettingsV0166PokemonLedian;
|
|
1198
|
+
FORMS_V0167_POKEMON_SPINARAK: FormSettingsV0167PokemonSpinarak;
|
|
1199
|
+
FORMS_V0168_POKEMON_ARIADOS: FormSettingsV0168PokemonAriados;
|
|
1200
|
+
FORMS_V0169_POKEMON_CROBAT: FormSettingsV0169PokemonCrobat;
|
|
1201
|
+
FORMS_V0170_POKEMON_CHINCHOU: FormSettingsV0170PokemonChinchou;
|
|
1202
|
+
FORMS_V0171_POKEMON_LANTURN: FormSettingsV0171PokemonLanturn;
|
|
1203
|
+
FORMS_V0172_POKEMON_PICHU: FormSettingsV0172PokemonPichu;
|
|
1204
|
+
FORMS_V0173_POKEMON_CLEFFA: FormSettingsV0173PokemonCleffa;
|
|
1205
|
+
FORMS_V0174_POKEMON_IGGLYBUFF: FormSettingsV0174PokemonIgglybuff;
|
|
1206
|
+
FORMS_V0175_POKEMON_TOGEPI: FormSettingsV0175PokemonTogepi;
|
|
1207
|
+
FORMS_V0176_POKEMON_TOGETIC: FormSettingsV0176PokemonTogetic;
|
|
1208
|
+
FORMS_V0177_POKEMON_NATU: FormSettingsV0177PokemonNatu;
|
|
1209
|
+
FORMS_V0178_POKEMON_XATU: FormSettingsV0178PokemonXatu;
|
|
1210
|
+
FORMS_V0179_POKEMON_MAREEP: FormSettingsV0179PokemonMareep;
|
|
1211
|
+
FORMS_V0180_POKEMON_FLAAFFY: FormSettingsV0180PokemonFlaaffy;
|
|
1212
|
+
FORMS_V0181_POKEMON_AMPHAROS: FormSettingsV0181PokemonAmpharos;
|
|
1213
|
+
FORMS_V0182_POKEMON_BELLOSSOM: FormSettingsV0182PokemonBellossom;
|
|
1214
|
+
FORMS_V0183_POKEMON_MARILL: FormSettingsV0183PokemonMarill;
|
|
1215
|
+
FORMS_V0184_POKEMON_AZUMARILL: FormSettingsV0184PokemonAzumarill;
|
|
1216
|
+
FORMS_V0185_POKEMON_SUDOWOODO: FormSettingsV0185PokemonSudowoodo;
|
|
1217
|
+
FORMS_V0186_POKEMON_POLITOED: FormSettingsV0186PokemonPolitoed;
|
|
1218
|
+
FORMS_V0187_POKEMON_HOPPIP: FormSettingsV0187PokemonHoppip;
|
|
1219
|
+
FORMS_V0188_POKEMON_SKIPLOOM: FormSettingsV0188PokemonSkiploom;
|
|
1220
|
+
FORMS_V0189_POKEMON_JUMPLUFF: FormSettingsV0189PokemonJumpluff;
|
|
1221
|
+
FORMS_V0190_POKEMON_AIPOM: FormSettingsV0190PokemonAipom;
|
|
1222
|
+
FORMS_V0191_POKEMON_SUNKERN: FormSettingsV0191PokemonSunkern;
|
|
1223
|
+
FORMS_V0192_POKEMON_SUNFLORA: FormSettingsV0192PokemonSunflora;
|
|
1224
|
+
FORMS_V0193_POKEMON_YANMA: FormSettingsV0193PokemonYanma;
|
|
1225
|
+
FORMS_V0194_POKEMON_WOOPER: FormSettingsV0194PokemonWooper;
|
|
1226
|
+
FORMS_V0195_POKEMON_QUAGSIRE: FormSettingsV0195PokemonQuagsire;
|
|
1227
|
+
FORMS_V0196_POKEMON_ESPEON: FormSettingsV0196PokemonEspeon;
|
|
1228
|
+
FORMS_V0197_POKEMON_UMBREON: FormSettingsV0197PokemonUmbreon;
|
|
1229
|
+
FORMS_V0198_POKEMON_MURKROW: FormSettingsV0198PokemonMurkrow;
|
|
1230
|
+
FORMS_V0199_POKEMON_SLOWKING: FormSettingsV0199PokemonSlowking;
|
|
1231
|
+
FORMS_V0200_POKEMON_MISDREAVUS: FormSettingsV0200PokemonMisdreavus;
|
|
1232
|
+
FORMS_V0201_POKEMON_UNOWN: FormSettingsV0201PokemonUnown;
|
|
1233
|
+
FORMS_V0202_POKEMON_WOBBUFFET: FormSettingsV0202PokemonWobbuffet;
|
|
1234
|
+
FORMS_V0203_POKEMON_GIRAFARIG: FormSettingsV0203PokemonGirafarig;
|
|
1235
|
+
FORMS_V0204_POKEMON_PINECO: FormSettingsV0204PokemonPineco;
|
|
1236
|
+
FORMS_V0205_POKEMON_FORRETRESS: FormSettingsV0205PokemonForretress;
|
|
1237
|
+
FORMS_V0206_POKEMON_DUNSPARCE: FormSettingsV0206PokemonDunsparce;
|
|
1238
|
+
FORMS_V0207_POKEMON_GLIGAR: FormSettingsV0207PokemonGligar;
|
|
1239
|
+
FORMS_V0208_POKEMON_STEELIX: FormSettingsV0208PokemonSteelix;
|
|
1240
|
+
FORMS_V0209_POKEMON_SNUBBULL: FormSettingsV0209PokemonSnubbull;
|
|
1241
|
+
FORMS_V0210_POKEMON_GRANBULL: FormSettingsV0210PokemonGranbull;
|
|
1242
|
+
FORMS_V0211_POKEMON_QWILFISH: FormSettingsV0211PokemonQwilfish;
|
|
1243
|
+
FORMS_V0212_POKEMON_SCIZOR: FormSettingsV0212PokemonScizor;
|
|
1244
|
+
FORMS_V0213_POKEMON_SHUCKLE: FormSettingsV0213PokemonShuckle;
|
|
1245
|
+
FORMS_V0214_POKEMON_HERACROSS: FormSettingsV0214PokemonHeracross;
|
|
1246
|
+
FORMS_V0215_POKEMON_SNEASEL: FormSettingsV0215PokemonSneasel;
|
|
1247
|
+
FORMS_V0216_POKEMON_TEDDIURSA: FormSettingsV0216PokemonTeddiursa;
|
|
1248
|
+
FORMS_V0217_POKEMON_URSARING: FormSettingsV0217PokemonUrsaring;
|
|
1249
|
+
FORMS_V0218_POKEMON_SLUGMA: FormSettingsV0218PokemonSlugma;
|
|
1250
|
+
FORMS_V0219_POKEMON_MAGCARGO: FormSettingsV0219PokemonMagcargo;
|
|
1251
|
+
FORMS_V0220_POKEMON_SWINUB: FormSettingsV0220PokemonSwinub;
|
|
1252
|
+
FORMS_V0221_POKEMON_PILOSWINE: FormSettingsV0221PokemonPiloswine;
|
|
1253
|
+
FORMS_V0222_POKEMON_CORSOLA: FormSettingsV0222PokemonCorsola;
|
|
1254
|
+
FORMS_V0223_POKEMON_REMORAID: FormSettingsV0223PokemonRemoraid;
|
|
1255
|
+
FORMS_V0224_POKEMON_OCTILLERY: FormSettingsV0224PokemonOctillery;
|
|
1256
|
+
FORMS_V0225_POKEMON_DELIBIRD: FormSettingsV0225PokemonDelibird;
|
|
1257
|
+
FORMS_V0226_POKEMON_MANTINE: FormSettingsV0226PokemonMantine;
|
|
1258
|
+
FORMS_V0227_POKEMON_SKARMORY: FormSettingsV0227PokemonSkarmory;
|
|
1259
|
+
FORMS_V0228_POKEMON_HOUNDOUR: FormSettingsV0228PokemonHoundour;
|
|
1260
|
+
FORMS_V0229_POKEMON_HOUNDOOM: FormSettingsV0229PokemonHoundoom;
|
|
1261
|
+
FORMS_V0230_POKEMON_KINGDRA: FormSettingsV0230PokemonKingdra;
|
|
1262
|
+
FORMS_V0231_POKEMON_PHANPY: FormSettingsV0231PokemonPhanpy;
|
|
1263
|
+
FORMS_V0232_POKEMON_DONPHAN: FormSettingsV0232PokemonDonphan;
|
|
1264
|
+
FORMS_V0233_POKEMON_PORYGON2: FormSettingsV0233PokemonPorygon2;
|
|
1265
|
+
FORMS_V0234_POKEMON_STANTLER: FormSettingsV0234PokemonStantler;
|
|
1266
|
+
FORMS_V0235_POKEMON_SMEARGLE: FormSettingsV0235PokemonSmeargle;
|
|
1267
|
+
FORMS_V0236_POKEMON_TYROGUE: FormSettingsV0236PokemonTyrogue;
|
|
1268
|
+
FORMS_V0237_POKEMON_HITMONTOP: FormSettingsV0237PokemonHitmontop;
|
|
1269
|
+
FORMS_V0238_POKEMON_SMOOCHUM: FormSettingsV0238PokemonSmoochum;
|
|
1270
|
+
FORMS_V0239_POKEMON_ELEKID: FormSettingsV0239PokemonElekid;
|
|
1271
|
+
FORMS_V0240_POKEMON_MAGBY: FormSettingsV0240PokemonMagby;
|
|
1272
|
+
FORMS_V0241_POKEMON_MILTANK: FormSettingsV0241PokemonMiltank;
|
|
1273
|
+
FORMS_V0242_POKEMON_BLISSEY: FormSettingsV0242PokemonBlissey;
|
|
1274
|
+
FORMS_V0243_POKEMON_RAIKOU: FormSettingsV0243PokemonRaikou;
|
|
1275
|
+
FORMS_V0244_POKEMON_ENTEI: FormSettingsV0244PokemonEntei;
|
|
1276
|
+
FORMS_V0245_POKEMON_SUICUNE: FormSettingsV0245PokemonSuicune;
|
|
1277
|
+
FORMS_V0246_POKEMON_LARVITAR: FormSettingsV0246PokemonLarvitar;
|
|
1278
|
+
FORMS_V0247_POKEMON_PUPITAR: FormSettingsV0247PokemonPupitar;
|
|
1279
|
+
FORMS_V0248_POKEMON_TYRANITAR: FormSettingsV0248PokemonTyranitar;
|
|
1280
|
+
FORMS_V0249_POKEMON_LUGIA: FormSettingsV0249PokemonLugia;
|
|
1281
|
+
FORMS_V0250_POKEMON_HO_OH: FormSettingsV0250PokemonHoOh;
|
|
1282
|
+
FORMS_V0251_POKEMON_CELEBI: FormSettingsV0251PokemonCelebi;
|
|
1283
|
+
FORMS_V0252_POKEMON_TREECKO: FormSettingsV0252PokemonTreecko;
|
|
1284
|
+
FORMS_V0253_POKEMON_GROVYLE: FormSettingsV0253PokemonGrovyle;
|
|
1285
|
+
FORMS_V0254_POKEMON_SCEPTILE: FormSettingsV0254PokemonSceptile;
|
|
1286
|
+
FORMS_V0255_POKEMON_TORCHIC: FormSettingsV0255PokemonTorchic;
|
|
1287
|
+
FORMS_V0256_POKEMON_COMBUSKEN: FormSettingsV0256PokemonCombusken;
|
|
1288
|
+
FORMS_V0257_POKEMON_BLAZIKEN: FormSettingsV0257PokemonBlaziken;
|
|
1289
|
+
FORMS_V0258_POKEMON_MUDKIP: FormSettingsV0258PokemonMudkip;
|
|
1290
|
+
FORMS_V0259_POKEMON_MARSHTOMP: FormSettingsV0259PokemonMarshtomp;
|
|
1291
|
+
FORMS_V0260_POKEMON_SWAMPERT: FormSettingsV0260PokemonSwampert;
|
|
1292
|
+
FORMS_V0261_POKEMON_POOCHYENA: FormSettingsV0261PokemonPoochyena;
|
|
1293
|
+
FORMS_V0262_POKEMON_MIGHTYENA: FormSettingsV0262PokemonMightyena;
|
|
1294
|
+
FORMS_V0263_POKEMON_ZIGZAGOON: FormSettingsV0263PokemonZigzagoon;
|
|
1295
|
+
FORMS_V0264_POKEMON_LINOONE: FormSettingsV0264PokemonLinoone;
|
|
1296
|
+
FORMS_V0265_POKEMON_WURMPLE: FormSettingsV0265PokemonWurmple;
|
|
1297
|
+
FORMS_V0266_POKEMON_SILCOON: FormSettingsV0266PokemonSilcoon;
|
|
1298
|
+
FORMS_V0267_POKEMON_BEAUTIFLY: FormSettingsV0267PokemonBeautifly;
|
|
1299
|
+
FORMS_V0268_POKEMON_CASCOON: FormSettingsV0268PokemonCascoon;
|
|
1300
|
+
FORMS_V0269_POKEMON_DUSTOX: FormSettingsV0269PokemonDustox;
|
|
1301
|
+
FORMS_V0270_POKEMON_LOTAD: FormSettingsV0270PokemonLotad;
|
|
1302
|
+
FORMS_V0271_POKEMON_LOMBRE: FormSettingsV0271PokemonLombre;
|
|
1303
|
+
FORMS_V0272_POKEMON_LUDICOLO: FormSettingsV0272PokemonLudicolo;
|
|
1304
|
+
FORMS_V0273_POKEMON_SEEDOT: FormSettingsV0273PokemonSeedot;
|
|
1305
|
+
FORMS_V0274_POKEMON_NUZLEAF: FormSettingsV0274PokemonNuzleaf;
|
|
1306
|
+
FORMS_V0275_POKEMON_SHIFTRY: FormSettingsV0275PokemonShiftry;
|
|
1307
|
+
FORMS_V0276_POKEMON_TAILLOW: FormSettingsV0276PokemonTaillow;
|
|
1308
|
+
FORMS_V0277_POKEMON_SWELLOW: FormSettingsV0277PokemonSwellow;
|
|
1309
|
+
FORMS_V0278_POKEMON_WINGULL: FormSettingsV0278PokemonWingull;
|
|
1310
|
+
FORMS_V0279_POKEMON_PELIPPER: FormSettingsV0279PokemonPelipper;
|
|
1311
|
+
FORMS_V0280_POKEMON_RALTS: FormSettingsV0280PokemonRalts;
|
|
1312
|
+
FORMS_V0281_POKEMON_KIRLIA: FormSettingsV0281PokemonKirlia;
|
|
1313
|
+
FORMS_V0282_POKEMON_GARDEVOIR: FormSettingsV0282PokemonGardevoir;
|
|
1314
|
+
FORMS_V0283_POKEMON_SURSKIT: FormSettingsV0283PokemonSurskit;
|
|
1315
|
+
FORMS_V0284_POKEMON_MASQUERAIN: FormSettingsV0284PokemonMasquerain;
|
|
1316
|
+
FORMS_V0285_POKEMON_SHROOMISH: FormSettingsV0285PokemonShroomish;
|
|
1317
|
+
FORMS_V0286_POKEMON_BRELOOM: FormSettingsV0286PokemonBreloom;
|
|
1318
|
+
FORMS_V0287_POKEMON_SLAKOTH: FormSettingsV0287PokemonSlakoth;
|
|
1319
|
+
FORMS_V0288_POKEMON_VIGOROTH: FormSettingsV0288PokemonVigoroth;
|
|
1320
|
+
FORMS_V0289_POKEMON_SLAKING: FormSettingsV0289PokemonSlaking;
|
|
1321
|
+
FORMS_V0290_POKEMON_NINCADA: FormSettingsV0290PokemonNincada;
|
|
1322
|
+
FORMS_V0291_POKEMON_NINJASK: FormSettingsV0291PokemonNinjask;
|
|
1323
|
+
FORMS_V0292_POKEMON_SHEDINJA: FormSettingsV0292PokemonShedinja;
|
|
1324
|
+
FORMS_V0293_POKEMON_WHISMUR: FormSettingsV0293PokemonWhismur;
|
|
1325
|
+
FORMS_V0294_POKEMON_LOUDRED: FormSettingsV0294PokemonLoudred;
|
|
1326
|
+
FORMS_V0295_POKEMON_EXPLOUD: FormSettingsV0295PokemonExploud;
|
|
1327
|
+
FORMS_V0296_POKEMON_MAKUHITA: FormSettingsV0296PokemonMakuhita;
|
|
1328
|
+
FORMS_V0297_POKEMON_HARIYAMA: FormSettingsV0297PokemonHariyama;
|
|
1329
|
+
FORMS_V0298_POKEMON_AZURILL: FormSettingsV0298PokemonAzurill;
|
|
1330
|
+
FORMS_V0299_POKEMON_NOSEPASS: FormSettingsV0299PokemonNosepass;
|
|
1331
|
+
FORMS_V0300_POKEMON_SKITTY: FormSettingsV0300PokemonSkitty;
|
|
1332
|
+
FORMS_V0301_POKEMON_DELCATTY: FormSettingsV0301PokemonDelcatty;
|
|
1333
|
+
FORMS_V0302_POKEMON_SABLEYE: FormSettingsV0302PokemonSableye;
|
|
1334
|
+
FORMS_V0303_POKEMON_MAWILE: FormSettingsV0303PokemonMawile;
|
|
1335
|
+
FORMS_V0304_POKEMON_ARON: FormSettingsV0304PokemonAron;
|
|
1336
|
+
FORMS_V0305_POKEMON_LAIRON: FormSettingsV0305PokemonLairon;
|
|
1337
|
+
FORMS_V0306_POKEMON_AGGRON: FormSettingsV0306PokemonAggron;
|
|
1338
|
+
FORMS_V0307_POKEMON_MEDITITE: FormSettingsV0307PokemonMeditite;
|
|
1339
|
+
FORMS_V0308_POKEMON_MEDICHAM: FormSettingsV0308PokemonMedicham;
|
|
1340
|
+
FORMS_V0309_POKEMON_ELECTRIKE: FormSettingsV0309PokemonElectrike;
|
|
1341
|
+
FORMS_V0310_POKEMON_MANECTRIC: FormSettingsV0310PokemonManectric;
|
|
1342
|
+
FORMS_V0311_POKEMON_PLUSLE: FormSettingsV0311PokemonPlusle;
|
|
1343
|
+
FORMS_V0312_POKEMON_MINUN: FormSettingsV0312PokemonMinun;
|
|
1344
|
+
FORMS_V0313_POKEMON_VOLBEAT: FormSettingsV0313PokemonVolbeat;
|
|
1345
|
+
FORMS_V0314_POKEMON_ILLUMISE: FormSettingsV0314PokemonIllumise;
|
|
1346
|
+
FORMS_V0315_POKEMON_ROSELIA: FormSettingsV0315PokemonRoselia;
|
|
1347
|
+
FORMS_V0316_POKEMON_GULPIN: FormSettingsV0316PokemonGulpin;
|
|
1348
|
+
FORMS_V0317_POKEMON_SWALOT: FormSettingsV0317PokemonSwalot;
|
|
1349
|
+
FORMS_V0318_POKEMON_CARVANHA: FormSettingsV0318PokemonCarvanha;
|
|
1350
|
+
FORMS_V0319_POKEMON_SHARPEDO: FormSettingsV0319PokemonSharpedo;
|
|
1351
|
+
FORMS_V0320_POKEMON_WAILMER: FormSettingsV0320PokemonWailmer;
|
|
1352
|
+
FORMS_V0321_POKEMON_WAILORD: FormSettingsV0321PokemonWailord;
|
|
1353
|
+
FORMS_V0322_POKEMON_NUMEL: FormSettingsV0322PokemonNumel;
|
|
1354
|
+
FORMS_V0323_POKEMON_CAMERUPT: FormSettingsV0323PokemonCamerupt;
|
|
1355
|
+
FORMS_V0324_POKEMON_TORKOAL: FormSettingsV0324PokemonTorkoal;
|
|
1356
|
+
FORMS_V0325_POKEMON_SPOINK: FormSettingsV0325PokemonSpoink;
|
|
1357
|
+
FORMS_V0326_POKEMON_GRUMPIG: FormSettingsV0326PokemonGrumpig;
|
|
1358
|
+
FORMS_V0327_POKEMON_SPINDA: FormSettingsV0327PokemonSpinda;
|
|
1359
|
+
FORMS_V0328_POKEMON_TRAPINCH: FormSettingsV0328PokemonTrapinch;
|
|
1360
|
+
FORMS_V0329_POKEMON_VIBRAVA: FormSettingsV0329PokemonVibrava;
|
|
1361
|
+
FORMS_V0330_POKEMON_FLYGON: FormSettingsV0330PokemonFlygon;
|
|
1362
|
+
FORMS_V0331_POKEMON_CACNEA: FormSettingsV0331PokemonCacnea;
|
|
1363
|
+
FORMS_V0332_POKEMON_CACTURNE: FormSettingsV0332PokemonCacturne;
|
|
1364
|
+
FORMS_V0333_POKEMON_SWABLU: FormSettingsV0333PokemonSwablu;
|
|
1365
|
+
FORMS_V0334_POKEMON_ALTARIA: FormSettingsV0334PokemonAltaria;
|
|
1366
|
+
FORMS_V0335_POKEMON_ZANGOOSE: FormSettingsV0335PokemonZangoose;
|
|
1367
|
+
FORMS_V0336_POKEMON_SEVIPER: FormSettingsV0336PokemonSeviper;
|
|
1368
|
+
FORMS_V0337_POKEMON_LUNATONE: FormSettingsV0337PokemonLunatone;
|
|
1369
|
+
FORMS_V0338_POKEMON_SOLROCK: FormSettingsV0338PokemonSolrock;
|
|
1370
|
+
FORMS_V0339_POKEMON_BARBOACH: FormSettingsV0339PokemonBarboach;
|
|
1371
|
+
FORMS_V0340_POKEMON_WHISCASH: FormSettingsV0340PokemonWhiscash;
|
|
1372
|
+
FORMS_V0341_POKEMON_CORPHISH: FormSettingsV0341PokemonCorphish;
|
|
1373
|
+
FORMS_V0342_POKEMON_CRAWDAUNT: FormSettingsV0342PokemonCrawdaunt;
|
|
1374
|
+
FORMS_V0343_POKEMON_BALTOY: FormSettingsV0343PokemonBaltoy;
|
|
1375
|
+
FORMS_V0344_POKEMON_CLAYDOL: FormSettingsV0344PokemonClaydol;
|
|
1376
|
+
FORMS_V0345_POKEMON_LILEEP: FormSettingsV0345PokemonLileep;
|
|
1377
|
+
FORMS_V0346_POKEMON_CRADILY: FormSettingsV0346PokemonCradily;
|
|
1378
|
+
FORMS_V0347_POKEMON_ANORITH: FormSettingsV0347PokemonAnorith;
|
|
1379
|
+
FORMS_V0348_POKEMON_ARMALDO: FormSettingsV0348PokemonArmaldo;
|
|
1380
|
+
FORMS_V0349_POKEMON_FEEBAS: FormSettingsV0349PokemonFeebas;
|
|
1381
|
+
FORMS_V0350_POKEMON_MILOTIC: FormSettingsV0350PokemonMilotic;
|
|
1382
|
+
FORMS_V0351_POKEMON_CASTFORM: FormSettingsV0351PokemonCastform;
|
|
1383
|
+
FORMS_V0352_POKEMON_KECLEON: FormSettingsV0352PokemonKecleon;
|
|
1384
|
+
FORMS_V0353_POKEMON_SHUPPET: FormSettingsV0353PokemonShuppet;
|
|
1385
|
+
FORMS_V0354_POKEMON_BANETTE: FormSettingsV0354PokemonBanette;
|
|
1386
|
+
FORMS_V0355_POKEMON_DUSKULL: FormSettingsV0355PokemonDuskull;
|
|
1387
|
+
FORMS_V0356_POKEMON_DUSCLOPS: FormSettingsV0356PokemonDusclops;
|
|
1388
|
+
FORMS_V0357_POKEMON_TROPIUS: FormSettingsV0357PokemonTropius;
|
|
1389
|
+
FORMS_V0358_POKEMON_CHIMECHO: FormSettingsV0358PokemonChimecho;
|
|
1390
|
+
FORMS_V0359_POKEMON_ABSOL: FormSettingsV0359PokemonAbsol;
|
|
1391
|
+
FORMS_V0360_POKEMON_WYNAUT: FormSettingsV0360PokemonWynaut;
|
|
1392
|
+
FORMS_V0361_POKEMON_SNORUNT: FormSettingsV0361PokemonSnorunt;
|
|
1393
|
+
FORMS_V0362_POKEMON_GLALIE: FormSettingsV0362PokemonGlalie;
|
|
1394
|
+
FORMS_V0363_POKEMON_SPHEAL: FormSettingsV0363PokemonSpheal;
|
|
1395
|
+
FORMS_V0364_POKEMON_SEALEO: FormSettingsV0364PokemonSealeo;
|
|
1396
|
+
FORMS_V0365_POKEMON_WALREIN: FormSettingsV0365PokemonWalrein;
|
|
1397
|
+
FORMS_V0366_POKEMON_CLAMPERL: FormSettingsV0366PokemonClamperl;
|
|
1398
|
+
FORMS_V0367_POKEMON_HUNTAIL: FormSettingsV0367PokemonHuntail;
|
|
1399
|
+
FORMS_V0368_POKEMON_GOREBYSS: FormSettingsV0368PokemonGorebyss;
|
|
1400
|
+
FORMS_V0369_POKEMON_RELICANTH: FormSettingsV0369PokemonRelicanth;
|
|
1401
|
+
FORMS_V0370_POKEMON_LUVDISC: FormSettingsV0370PokemonLuvdisc;
|
|
1402
|
+
FORMS_V0371_POKEMON_BAGON: FormSettingsV0371PokemonBagon;
|
|
1403
|
+
FORMS_V0372_POKEMON_SHELGON: FormSettingsV0372PokemonShelgon;
|
|
1404
|
+
FORMS_V0373_POKEMON_SALAMENCE: FormSettingsV0373PokemonSalamence;
|
|
1405
|
+
FORMS_V0374_POKEMON_BELDUM: FormSettingsV0374PokemonBeldum;
|
|
1406
|
+
FORMS_V0375_POKEMON_METANG: FormSettingsV0375PokemonMetang;
|
|
1407
|
+
FORMS_V0376_POKEMON_METAGROSS: FormSettingsV0376PokemonMetagross;
|
|
1408
|
+
FORMS_V0377_POKEMON_REGIROCK: FormSettingsV0377PokemonRegirock;
|
|
1409
|
+
FORMS_V0378_POKEMON_REGICE: FormSettingsV0378PokemonRegice;
|
|
1410
|
+
FORMS_V0379_POKEMON_REGISTEEL: FormSettingsV0379PokemonRegisteel;
|
|
1411
|
+
FORMS_V0380_POKEMON_LATIAS: FormSettingsV0380PokemonLatias;
|
|
1412
|
+
FORMS_V0381_POKEMON_LATIOS: FormSettingsV0381PokemonLatios;
|
|
1413
|
+
FORMS_V0382_POKEMON_KYOGRE: FormSettingsV0382PokemonKyogre;
|
|
1414
|
+
FORMS_V0383_POKEMON_GROUDON: FormSettingsV0383PokemonGroudon;
|
|
1415
|
+
FORMS_V0384_POKEMON_RAYQUAZA: FormSettingsV0384PokemonRayquaza;
|
|
1416
|
+
FORMS_V0385_POKEMON_JIRACHI: FormSettingsV0385PokemonJirachi;
|
|
1417
|
+
FORMS_V0386_POKEMON_DEOXYS: FormSettingsV0386PokemonDeoxys;
|
|
1418
|
+
FORMS_V0387_POKEMON_TURTWIG: FormSettingsV0387PokemonTurtwig;
|
|
1419
|
+
FORMS_V0388_POKEMON_GROTLE: FormSettingsV0388PokemonGrotle;
|
|
1420
|
+
FORMS_V0389_POKEMON_TORTERRA: FormSettingsV0389PokemonTorterra;
|
|
1421
|
+
FORMS_V0390_POKEMON_CHIMCHAR: FormSettingsV0390PokemonChimchar;
|
|
1422
|
+
FORMS_V0391_POKEMON_MONFERNO: FormSettingsV0391PokemonMonferno;
|
|
1423
|
+
FORMS_V0392_POKEMON_INFERNAPE: FormSettingsV0392PokemonInfernape;
|
|
1424
|
+
FORMS_V0393_POKEMON_PIPLUP: FormSettingsV0393PokemonPiplup;
|
|
1425
|
+
FORMS_V0394_POKEMON_PRINPLUP: FormSettingsV0394PokemonPrinplup;
|
|
1426
|
+
FORMS_V0395_POKEMON_EMPOLEON: FormSettingsV0395PokemonEmpoleon;
|
|
1427
|
+
FORMS_V0396_POKEMON_STARLY: FormSettingsV0396PokemonStarly;
|
|
1428
|
+
FORMS_V0397_POKEMON_STARAVIA: FormSettingsV0397PokemonStaravia;
|
|
1429
|
+
FORMS_V0398_POKEMON_STARAPTOR: FormSettingsV0398PokemonStaraptor;
|
|
1430
|
+
FORMS_V0399_POKEMON_BIDOOF: FormSettingsV0399PokemonBidoof;
|
|
1431
|
+
FORMS_V0400_POKEMON_BIBAREL: FormSettingsV0400PokemonBibarel;
|
|
1432
|
+
FORMS_V0401_POKEMON_KRICKETOT: FormSettingsV0401PokemonKricketot;
|
|
1433
|
+
FORMS_V0402_POKEMON_KRICKETUNE: FormSettingsV0402PokemonKricketune;
|
|
1434
|
+
FORMS_V0403_POKEMON_SHINX: FormSettingsV0403PokemonShinx;
|
|
1435
|
+
FORMS_V0404_POKEMON_LUXIO: FormSettingsV0404PokemonLuxio;
|
|
1436
|
+
FORMS_V0405_POKEMON_LUXRAY: FormSettingsV0405PokemonLuxray;
|
|
1437
|
+
FORMS_V0406_POKEMON_BUDEW: FormSettingsV0406PokemonBudew;
|
|
1438
|
+
FORMS_V0407_POKEMON_ROSERADE: FormSettingsV0407PokemonRoserade;
|
|
1439
|
+
FORMS_V0408_POKEMON_CRANIDOS: FormSettingsV0408PokemonCranidos;
|
|
1440
|
+
FORMS_V0409_POKEMON_RAMPARDOS: FormSettingsV0409PokemonRampardos;
|
|
1441
|
+
FORMS_V0410_POKEMON_SHIELDON: FormSettingsV0410PokemonShieldon;
|
|
1442
|
+
FORMS_V0411_POKEMON_BASTIODON: FormSettingsV0411PokemonBastiodon;
|
|
1443
|
+
FORMS_V0412_POKEMON_BURMY: FormSettingsV0412PokemonBurmy;
|
|
1444
|
+
FORMS_V0413_POKEMON_WORMADAM: FormSettingsV0413PokemonWormadam;
|
|
1445
|
+
FORMS_V0414_POKEMON_MOTHIM: FormSettingsV0414PokemonMothim;
|
|
1446
|
+
FORMS_V0415_POKEMON_COMBEE: FormSettingsV0415PokemonCombee;
|
|
1447
|
+
FORMS_V0416_POKEMON_VESPIQUEN: FormSettingsV0416PokemonVespiquen;
|
|
1448
|
+
FORMS_V0417_POKEMON_PACHIRISU: FormSettingsV0417PokemonPachirisu;
|
|
1449
|
+
FORMS_V0418_POKEMON_BUIZEL: FormSettingsV0418PokemonBuizel;
|
|
1450
|
+
FORMS_V0419_POKEMON_FLOATZEL: FormSettingsV0419PokemonFloatzel;
|
|
1451
|
+
FORMS_V0420_POKEMON_CHERUBI: FormSettingsV0420PokemonCherubi;
|
|
1452
|
+
FORMS_V0421_POKEMON_CHERRIM: FormSettingsV0421PokemonCherrim;
|
|
1453
|
+
FORMS_V0422_POKEMON_SHELLOS: FormSettingsV0422PokemonShellos;
|
|
1454
|
+
FORMS_V0423_POKEMON_GASTRODON: FormSettingsV0423PokemonGastrodon;
|
|
1455
|
+
FORMS_V0424_POKEMON_AMBIPOM: FormSettingsV0424PokemonAmbipom;
|
|
1456
|
+
FORMS_V0425_POKEMON_DRIFLOON: FormSettingsV0425PokemonDrifloon;
|
|
1457
|
+
FORMS_V0426_POKEMON_DRIFBLIM: FormSettingsV0426PokemonDrifblim;
|
|
1458
|
+
FORMS_V0427_POKEMON_BUNEARY: FormSettingsV0427PokemonBuneary;
|
|
1459
|
+
FORMS_V0428_POKEMON_LOPUNNY: FormSettingsV0428PokemonLopunny;
|
|
1460
|
+
FORMS_V0429_POKEMON_MISMAGIUS: FormSettingsV0429PokemonMismagius;
|
|
1461
|
+
FORMS_V0430_POKEMON_HONCHKROW: FormSettingsV0430PokemonHonchkrow;
|
|
1462
|
+
FORMS_V0431_POKEMON_GLAMEOW: FormSettingsV0431PokemonGlameow;
|
|
1463
|
+
FORMS_V0432_POKEMON_PURUGLY: FormSettingsV0432PokemonPurugly;
|
|
1464
|
+
FORMS_V0433_POKEMON_CHINGLING: FormSettingsV0433PokemonChingling;
|
|
1465
|
+
FORMS_V0434_POKEMON_STUNKY: FormSettingsV0434PokemonStunky;
|
|
1466
|
+
FORMS_V0435_POKEMON_SKUNTANK: FormSettingsV0435PokemonSkuntank;
|
|
1467
|
+
FORMS_V0436_POKEMON_BRONZOR: FormSettingsV0436PokemonBronzor;
|
|
1468
|
+
FORMS_V0437_POKEMON_BRONZONG: FormSettingsV0437PokemonBronzong;
|
|
1469
|
+
FORMS_V0438_POKEMON_BONSLY: FormSettingsV0438PokemonBonsly;
|
|
1470
|
+
FORMS_V0439_POKEMON_MIME_JR: FormSettingsV0439PokemonMimeJr;
|
|
1471
|
+
FORMS_V0440_POKEMON_HAPPINY: FormSettingsV0440PokemonHappiny;
|
|
1472
|
+
FORMS_V0441_POKEMON_CHATOT: FormSettingsV0441PokemonChatot;
|
|
1473
|
+
FORMS_V0442_POKEMON_SPIRITOMB: FormSettingsV0442PokemonSpiritomb;
|
|
1474
|
+
FORMS_V0443_POKEMON_GIBLE: FormSettingsV0443PokemonGible;
|
|
1475
|
+
FORMS_V0444_POKEMON_GABITE: FormSettingsV0444PokemonGabite;
|
|
1476
|
+
FORMS_V0445_POKEMON_GARCHOMP: FormSettingsV0445PokemonGarchomp;
|
|
1477
|
+
FORMS_V0446_POKEMON_MUNCHLAX: FormSettingsV0446PokemonMunchlax;
|
|
1478
|
+
FORMS_V0447_POKEMON_RIOLU: FormSettingsV0447PokemonRiolu;
|
|
1479
|
+
FORMS_V0448_POKEMON_LUCARIO: FormSettingsV0448PokemonLucario;
|
|
1480
|
+
FORMS_V0449_POKEMON_HIPPOPOTAS: FormSettingsV0449PokemonHippopotas;
|
|
1481
|
+
FORMS_V0450_POKEMON_HIPPOWDON: FormSettingsV0450PokemonHippowdon;
|
|
1482
|
+
FORMS_V0451_POKEMON_SKORUPI: FormSettingsV0451PokemonSkorupi;
|
|
1483
|
+
FORMS_V0452_POKEMON_DRAPION: FormSettingsV0452PokemonDrapion;
|
|
1484
|
+
FORMS_V0453_POKEMON_CROAGUNK: FormSettingsV0453PokemonCroagunk;
|
|
1485
|
+
FORMS_V0454_POKEMON_TOXICROAK: FormSettingsV0454PokemonToxicroak;
|
|
1486
|
+
FORMS_V0455_POKEMON_CARNIVINE: FormSettingsV0455PokemonCarnivine;
|
|
1487
|
+
FORMS_V0456_POKEMON_FINNEON: FormSettingsV0456PokemonFinneon;
|
|
1488
|
+
FORMS_V0457_POKEMON_LUMINEON: FormSettingsV0457PokemonLumineon;
|
|
1489
|
+
FORMS_V0458_POKEMON_MANTYKE: FormSettingsV0458PokemonMantyke;
|
|
1490
|
+
FORMS_V0459_POKEMON_SNOVER: FormSettingsV0459PokemonSnover;
|
|
1491
|
+
FORMS_V0460_POKEMON_ABOMASNOW: FormSettingsV0460PokemonAbomasnow;
|
|
1492
|
+
FORMS_V0461_POKEMON_WEAVILE: FormSettingsV0461PokemonWeavile;
|
|
1493
|
+
FORMS_V0462_POKEMON_MAGNEZONE: FormSettingsV0462PokemonMagnezone;
|
|
1494
|
+
FORMS_V0463_POKEMON_LICKILICKY: FormSettingsV0463PokemonLickilicky;
|
|
1495
|
+
FORMS_V0464_POKEMON_RHYPERIOR: FormSettingsV0464PokemonRhyperior;
|
|
1496
|
+
FORMS_V0465_POKEMON_TANGROWTH: FormSettingsV0465PokemonTangrowth;
|
|
1497
|
+
FORMS_V0466_POKEMON_ELECTIVIRE: FormSettingsV0466PokemonElectivire;
|
|
1498
|
+
FORMS_V0467_POKEMON_MAGMORTAR: FormSettingsV0467PokemonMagmortar;
|
|
1499
|
+
FORMS_V0468_POKEMON_TOGEKISS: FormSettingsV0468PokemonTogekiss;
|
|
1500
|
+
FORMS_V0469_POKEMON_YANMEGA: FormSettingsV0469PokemonYanmega;
|
|
1501
|
+
FORMS_V0470_POKEMON_LEAFEON: FormSettingsV0470PokemonLeafeon;
|
|
1502
|
+
FORMS_V0471_POKEMON_GLACEON: FormSettingsV0471PokemonGlaceon;
|
|
1503
|
+
FORMS_V0472_POKEMON_GLISCOR: FormSettingsV0472PokemonGliscor;
|
|
1504
|
+
FORMS_V0473_POKEMON_MAMOSWINE: FormSettingsV0473PokemonMamoswine;
|
|
1505
|
+
FORMS_V0474_POKEMON_PORYGON_Z: FormSettingsV0474PokemonPorygonZ;
|
|
1506
|
+
FORMS_V0475_POKEMON_GALLADE: FormSettingsV0475PokemonGallade;
|
|
1507
|
+
FORMS_V0476_POKEMON_PROBOPASS: FormSettingsV0476PokemonProbopass;
|
|
1508
|
+
FORMS_V0477_POKEMON_DUSKNOIR: FormSettingsV0477PokemonDusknoir;
|
|
1509
|
+
FORMS_V0478_POKEMON_FROSLASS: FormSettingsV0478PokemonFroslass;
|
|
1510
|
+
FORMS_V0479_POKEMON_ROTOM: FormSettingsV0479PokemonRotom;
|
|
1511
|
+
FORMS_V0480_POKEMON_UXIE: FormSettingsV0480PokemonUxie;
|
|
1512
|
+
FORMS_V0481_POKEMON_MESPRIT: FormSettingsV0481PokemonMesprit;
|
|
1513
|
+
FORMS_V0482_POKEMON_AZELF: FormSettingsV0482PokemonAzelf;
|
|
1514
|
+
FORMS_V0483_POKEMON_DIALGA: FormSettingsV0483PokemonDialga;
|
|
1515
|
+
FORMS_V0484_POKEMON_PALKIA: FormSettingsV0484PokemonPalkia;
|
|
1516
|
+
FORMS_V0485_POKEMON_HEATRAN: FormSettingsV0485PokemonHeatran;
|
|
1517
|
+
FORMS_V0486_POKEMON_REGIGIGAS: FormSettingsV0486PokemonRegigigas;
|
|
1518
|
+
FORMS_V0487_POKEMON_GIRATINA: FormSettingsV0487PokemonGiratina;
|
|
1519
|
+
FORMS_V0488_POKEMON_CRESSELIA: FormSettingsV0488PokemonCresselia;
|
|
1520
|
+
FORMS_V0489_POKEMON_PHIONE: FormSettingsV0489PokemonPhione;
|
|
1521
|
+
FORMS_V0490_POKEMON_MANAPHY: FormSettingsV0490PokemonManaphy;
|
|
1522
|
+
FORMS_V0491_POKEMON_DARKRAI: FormSettingsV0491PokemonDarkrai;
|
|
1523
|
+
FORMS_V0492_POKEMON_SHAYMIN: FormSettingsV0492PokemonShaymin;
|
|
1524
|
+
FORMS_V0493_POKEMON_ARCEUS: FormSettingsV0493PokemonArceus;
|
|
1525
|
+
FORMS_V0494_POKEMON_VICTINI: FormSettingsV0494PokemonVictini;
|
|
1526
|
+
FORMS_V0495_POKEMON_SNIVY: FormSettingsV0495PokemonSnivy;
|
|
1527
|
+
FORMS_V0496_POKEMON_SERVINE: FormSettingsV0496PokemonServine;
|
|
1528
|
+
FORMS_V0497_POKEMON_SERPERIOR: FormSettingsV0497PokemonSerperior;
|
|
1529
|
+
FORMS_V0498_POKEMON_TEPIG: FormSettingsV0498PokemonTepig;
|
|
1530
|
+
FORMS_V0499_POKEMON_PIGNITE: FormSettingsV0499PokemonPignite;
|
|
1531
|
+
FORMS_V0500_POKEMON_EMBOAR: FormSettingsV0500PokemonEmboar;
|
|
1532
|
+
FORMS_V0501_POKEMON_OSHAWOTT: FormSettingsV0501PokemonOshawott;
|
|
1533
|
+
FORMS_V0502_POKEMON_DEWOTT: FormSettingsV0502PokemonDewott;
|
|
1534
|
+
FORMS_V0503_POKEMON_SAMUROTT: FormSettingsV0503PokemonSamurott;
|
|
1535
|
+
FORMS_V0504_POKEMON_PATRAT: FormSettingsV0504PokemonPatrat;
|
|
1536
|
+
FORMS_V0505_POKEMON_WATCHOG: FormSettingsV0505PokemonWatchog;
|
|
1537
|
+
FORMS_V0506_POKEMON_LILLIPUP: FormSettingsV0506PokemonLillipup;
|
|
1538
|
+
FORMS_V0507_POKEMON_HERDIER: FormSettingsV0507PokemonHerdier;
|
|
1539
|
+
FORMS_V0508_POKEMON_STOUTLAND: FormSettingsV0508PokemonStoutland;
|
|
1540
|
+
FORMS_V0509_POKEMON_PURRLOIN: FormSettingsV0509PokemonPurrloin;
|
|
1541
|
+
FORMS_V0510_POKEMON_LIEPARD: FormSettingsV0510PokemonLiepard;
|
|
1542
|
+
FORMS_V0511_POKEMON_PANSAGE: FormSettingsV0511PokemonPansage;
|
|
1543
|
+
FORMS_V0512_POKEMON_SIMISAGE: FormSettingsV0512PokemonSimisage;
|
|
1544
|
+
FORMS_V0513_POKEMON_PANSEAR: FormSettingsV0513PokemonPansear;
|
|
1545
|
+
FORMS_V0514_POKEMON_SIMISEAR: FormSettingsV0514PokemonSimisear;
|
|
1546
|
+
FORMS_V0515_POKEMON_PANPOUR: FormSettingsV0515PokemonPanpour;
|
|
1547
|
+
FORMS_V0516_POKEMON_SIMIPOUR: FormSettingsV0516PokemonSimipour;
|
|
1548
|
+
FORMS_V0517_POKEMON_MUNNA: FormSettingsV0517PokemonMunna;
|
|
1549
|
+
FORMS_V0518_POKEMON_MUSHARNA: FormSettingsV0518PokemonMusharna;
|
|
1550
|
+
FORMS_V0519_POKEMON_PIDOVE: FormSettingsV0519PokemonPidove;
|
|
1551
|
+
FORMS_V0520_POKEMON_TRANQUILL: FormSettingsV0520PokemonTranquill;
|
|
1552
|
+
FORMS_V0521_POKEMON_UNFEZANT: FormSettingsV0521PokemonUnfezant;
|
|
1553
|
+
FORMS_V0522_POKEMON_BLITZLE: FormSettingsV0522PokemonBlitzle;
|
|
1554
|
+
FORMS_V0523_POKEMON_ZEBSTRIKA: FormSettingsV0523PokemonZebstrika;
|
|
1555
|
+
FORMS_V0524_POKEMON_ROGGENROLA: FormSettingsV0524PokemonRoggenrola;
|
|
1556
|
+
FORMS_V0525_POKEMON_BOLDORE: FormSettingsV0525PokemonBoldore;
|
|
1557
|
+
FORMS_V0526_POKEMON_GIGALITH: FormSettingsV0526PokemonGigalith;
|
|
1558
|
+
FORMS_V0527_POKEMON_WOOBAT: FormSettingsV0527PokemonWoobat;
|
|
1559
|
+
FORMS_V0528_POKEMON_SWOOBAT: FormSettingsV0528PokemonSwoobat;
|
|
1560
|
+
FORMS_V0529_POKEMON_DRILBUR: FormSettingsV0529PokemonDrilbur;
|
|
1561
|
+
FORMS_V0530_POKEMON_EXCADRILL: FormSettingsV0530PokemonExcadrill;
|
|
1562
|
+
FORMS_V0531_POKEMON_AUDINO: FormSettingsV0531PokemonAudino;
|
|
1563
|
+
FORMS_V0532_POKEMON_TIMBURR: FormSettingsV0532PokemonTimburr;
|
|
1564
|
+
FORMS_V0533_POKEMON_GURDURR: FormSettingsV0533PokemonGurdurr;
|
|
1565
|
+
FORMS_V0534_POKEMON_CONKELDURR: FormSettingsV0534PokemonConkeldurr;
|
|
1566
|
+
FORMS_V0535_POKEMON_TYMPOLE: FormSettingsV0535PokemonTympole;
|
|
1567
|
+
FORMS_V0536_POKEMON_PALPITOAD: FormSettingsV0536PokemonPalpitoad;
|
|
1568
|
+
FORMS_V0537_POKEMON_SEISMITOAD: FormSettingsV0537PokemonSeismitoad;
|
|
1569
|
+
FORMS_V0538_POKEMON_THROH: FormSettingsV0538PokemonThroh;
|
|
1570
|
+
FORMS_V0539_POKEMON_SAWK: FormSettingsV0539PokemonSawk;
|
|
1571
|
+
FORMS_V0540_POKEMON_SEWADDLE: FormSettingsV0540PokemonSewaddle;
|
|
1572
|
+
FORMS_V0541_POKEMON_SWADLOON: FormSettingsV0541PokemonSwadloon;
|
|
1573
|
+
FORMS_V0542_POKEMON_LEAVANNY: FormSettingsV0542PokemonLeavanny;
|
|
1574
|
+
FORMS_V0543_POKEMON_VENIPEDE: FormSettingsV0543PokemonVenipede;
|
|
1575
|
+
FORMS_V0544_POKEMON_WHIRLIPEDE: FormSettingsV0544PokemonWhirlipede;
|
|
1576
|
+
FORMS_V0545_POKEMON_SCOLIPEDE: FormSettingsV0545PokemonScolipede;
|
|
1577
|
+
FORMS_V0546_POKEMON_COTTONEE: FormSettingsV0546PokemonCottonee;
|
|
1578
|
+
FORMS_V0547_POKEMON_WHIMSICOTT: FormSettingsV0547PokemonWhimsicott;
|
|
1579
|
+
FORMS_V0548_POKEMON_PETILIL: FormSettingsV0548PokemonPetilil;
|
|
1580
|
+
FORMS_V0549_POKEMON_LILLIGANT: FormSettingsV0549PokemonLilligant;
|
|
1581
|
+
FORMS_V0550_POKEMON_BASCULIN: FormSettingsV0550PokemonBasculin;
|
|
1582
|
+
FORMS_V0551_POKEMON_SANDILE: FormSettingsV0551PokemonSandile;
|
|
1583
|
+
FORMS_V0552_POKEMON_KROKOROK: FormSettingsV0552PokemonKrokorok;
|
|
1584
|
+
FORMS_V0553_POKEMON_KROOKODILE: FormSettingsV0553PokemonKrookodile;
|
|
1585
|
+
FORMS_V0554_POKEMON_DARUMAKA: FormSettingsV0554PokemonDarumaka;
|
|
1586
|
+
FORMS_V0555_POKEMON_DARMANITAN: FormSettingsV0555PokemonDarmanitan;
|
|
1587
|
+
FORMS_V0556_POKEMON_MARACTUS: FormSettingsV0556PokemonMaractus;
|
|
1588
|
+
FORMS_V0557_POKEMON_DWEBBLE: FormSettingsV0557PokemonDwebble;
|
|
1589
|
+
FORMS_V0558_POKEMON_CRUSTLE: FormSettingsV0558PokemonCrustle;
|
|
1590
|
+
FORMS_V0559_POKEMON_SCRAGGY: FormSettingsV0559PokemonScraggy;
|
|
1591
|
+
FORMS_V0560_POKEMON_SCRAFTY: FormSettingsV0560PokemonScrafty;
|
|
1592
|
+
FORMS_V0561_POKEMON_SIGILYPH: FormSettingsV0561PokemonSigilyph;
|
|
1593
|
+
FORMS_V0562_POKEMON_YAMASK: FormSettingsV0562PokemonYamask;
|
|
1594
|
+
FORMS_V0563_POKEMON_COFAGRIGUS: FormSettingsV0563PokemonCofagrigus;
|
|
1595
|
+
FORMS_V0564_POKEMON_TIRTOUGA: FormSettingsV0564PokemonTirtouga;
|
|
1596
|
+
FORMS_V0565_POKEMON_CARRACOSTA: FormSettingsV0565PokemonCarracosta;
|
|
1597
|
+
FORMS_V0566_POKEMON_ARCHEN: FormSettingsV0566PokemonArchen;
|
|
1598
|
+
FORMS_V0567_POKEMON_ARCHEOPS: FormSettingsV0567PokemonArcheops;
|
|
1599
|
+
FORMS_V0568_POKEMON_TRUBBISH: FormSettingsV0568PokemonTrubbish;
|
|
1600
|
+
FORMS_V0569_POKEMON_GARBODOR: FormSettingsV0569PokemonGarbodor;
|
|
1601
|
+
FORMS_V0570_POKEMON_ZORUA: FormSettingsV0570PokemonZorua;
|
|
1602
|
+
FORMS_V0571_POKEMON_ZOROARK: FormSettingsV0571PokemonZoroark;
|
|
1603
|
+
FORMS_V0572_POKEMON_MINCCINO: FormSettingsV0572PokemonMinccino;
|
|
1604
|
+
FORMS_V0573_POKEMON_CINCCINO: FormSettingsV0573PokemonCinccino;
|
|
1605
|
+
FORMS_V0574_POKEMON_GOTHITA: FormSettingsV0574PokemonGothita;
|
|
1606
|
+
FORMS_V0575_POKEMON_GOTHORITA: FormSettingsV0575PokemonGothorita;
|
|
1607
|
+
FORMS_V0576_POKEMON_GOTHITELLE: FormSettingsV0576PokemonGothitelle;
|
|
1608
|
+
FORMS_V0577_POKEMON_SOLOSIS: FormSettingsV0577PokemonSolosis;
|
|
1609
|
+
FORMS_V0578_POKEMON_DUOSION: FormSettingsV0578PokemonDuosion;
|
|
1610
|
+
FORMS_V0579_POKEMON_REUNICLUS: FormSettingsV0579PokemonReuniclus;
|
|
1611
|
+
FORMS_V0580_POKEMON_DUCKLETT: FormSettingsV0580PokemonDucklett;
|
|
1612
|
+
FORMS_V0581_POKEMON_SWANNA: FormSettingsV0581PokemonSwanna;
|
|
1613
|
+
FORMS_V0582_POKEMON_VANILLITE: FormSettingsV0582PokemonVanillite;
|
|
1614
|
+
FORMS_V0583_POKEMON_VANILLISH: FormSettingsV0583PokemonVanillish;
|
|
1615
|
+
FORMS_V0584_POKEMON_VANILLUXE: FormSettingsV0584PokemonVanilluxe;
|
|
1616
|
+
FORMS_V0585_POKEMON_DEERLING: FormSettingsV0585PokemonDeerling;
|
|
1617
|
+
FORMS_V0586_POKEMON_SAWSBUCK: FormSettingsV0586PokemonSawsbuck;
|
|
1618
|
+
FORMS_V0587_POKEMON_EMOLGA: FormSettingsV0587PokemonEmolga;
|
|
1619
|
+
FORMS_V0588_POKEMON_KARRABLAST: FormSettingsV0588PokemonKarrablast;
|
|
1620
|
+
FORMS_V0589_POKEMON_ESCAVALIER: FormSettingsV0589PokemonEscavalier;
|
|
1621
|
+
FORMS_V0590_POKEMON_FOONGUS: FormSettingsV0590PokemonFoongus;
|
|
1622
|
+
FORMS_V0591_POKEMON_AMOONGUSS: FormSettingsV0591PokemonAmoonguss;
|
|
1623
|
+
FORMS_V0592_POKEMON_FRILLISH: FormSettingsV0592PokemonFrillish;
|
|
1624
|
+
FORMS_V0593_POKEMON_JELLICENT: FormSettingsV0593PokemonJellicent;
|
|
1625
|
+
FORMS_V0594_POKEMON_ALOMOMOLA: FormSettingsV0594PokemonAlomomola;
|
|
1626
|
+
FORMS_V0595_POKEMON_JOLTIK: FormSettingsV0595PokemonJoltik;
|
|
1627
|
+
FORMS_V0596_POKEMON_GALVANTULA: FormSettingsV0596PokemonGalvantula;
|
|
1628
|
+
FORMS_V0597_POKEMON_FERROSEED: FormSettingsV0597PokemonFerroseed;
|
|
1629
|
+
FORMS_V0598_POKEMON_FERROTHORN: FormSettingsV0598PokemonFerrothorn;
|
|
1630
|
+
FORMS_V0599_POKEMON_KLINK: FormSettingsV0599PokemonKlink;
|
|
1631
|
+
FORMS_V0600_POKEMON_KLANG: FormSettingsV0600PokemonKlang;
|
|
1632
|
+
FORMS_V0601_POKEMON_KLINKLANG: FormSettingsV0601PokemonKlinklang;
|
|
1633
|
+
FORMS_V0602_POKEMON_TYNAMO: FormSettingsV0602PokemonTynamo;
|
|
1634
|
+
FORMS_V0603_POKEMON_EELEKTRIK: FormSettingsV0603PokemonEelektrik;
|
|
1635
|
+
FORMS_V0604_POKEMON_EELEKTROSS: FormSettingsV0604PokemonEelektross;
|
|
1636
|
+
FORMS_V0605_POKEMON_ELGYEM: FormSettingsV0605PokemonElgyem;
|
|
1637
|
+
FORMS_V0606_POKEMON_BEHEEYEM: FormSettingsV0606PokemonBeheeyem;
|
|
1638
|
+
FORMS_V0607_POKEMON_LITWICK: FormSettingsV0607PokemonLitwick;
|
|
1639
|
+
FORMS_V0608_POKEMON_LAMPENT: FormSettingsV0608PokemonLampent;
|
|
1640
|
+
FORMS_V0609_POKEMON_CHANDELURE: FormSettingsV0609PokemonChandelure;
|
|
1641
|
+
FORMS_V0610_POKEMON_AXEW: FormSettingsV0610PokemonAxew;
|
|
1642
|
+
FORMS_V0611_POKEMON_FRAXURE: FormSettingsV0611PokemonFraxure;
|
|
1643
|
+
FORMS_V0612_POKEMON_HAXORUS: FormSettingsV0612PokemonHaxorus;
|
|
1644
|
+
FORMS_V0613_POKEMON_CUBCHOO: FormSettingsV0613PokemonCubchoo;
|
|
1645
|
+
FORMS_V0614_POKEMON_BEARTIC: FormSettingsV0614PokemonBeartic;
|
|
1646
|
+
FORMS_V0615_POKEMON_CRYOGONAL: FormSettingsV0615PokemonCryogonal;
|
|
1647
|
+
FORMS_V0616_POKEMON_SHELMET: FormSettingsV0616PokemonShelmet;
|
|
1648
|
+
FORMS_V0617_POKEMON_ACCELGOR: FormSettingsV0617PokemonAccelgor;
|
|
1649
|
+
FORMS_V0618_POKEMON_STUNFISK: FormSettingsV0618PokemonStunfisk;
|
|
1650
|
+
FORMS_V0619_POKEMON_MIENFOO: FormSettingsV0619PokemonMienfoo;
|
|
1651
|
+
FORMS_V0620_POKEMON_MIENSHAO: FormSettingsV0620PokemonMienshao;
|
|
1652
|
+
FORMS_V0621_POKEMON_DRUDDIGON: FormSettingsV0621PokemonDruddigon;
|
|
1653
|
+
FORMS_V0622_POKEMON_GOLETT: FormSettingsV0622PokemonGolett;
|
|
1654
|
+
FORMS_V0623_POKEMON_GOLURK: FormSettingsV0623PokemonGolurk;
|
|
1655
|
+
FORMS_V0624_POKEMON_PAWNIARD: FormSettingsV0624PokemonPawniard;
|
|
1656
|
+
FORMS_V0625_POKEMON_BISHARP: FormSettingsV0625PokemonBisharp;
|
|
1657
|
+
FORMS_V0626_POKEMON_BOUFFALANT: FormSettingsV0626PokemonBouffalant;
|
|
1658
|
+
FORMS_V0627_POKEMON_RUFFLET: FormSettingsV0627PokemonRufflet;
|
|
1659
|
+
FORMS_V0628_POKEMON_BRAVIARY: FormSettingsV0628PokemonBraviary;
|
|
1660
|
+
FORMS_V0629_POKEMON_VULLABY: FormSettingsV0629PokemonVullaby;
|
|
1661
|
+
FORMS_V0630_POKEMON_MANDIBUZZ: FormSettingsV0630PokemonMandibuzz;
|
|
1662
|
+
FORMS_V0631_POKEMON_HEATMOR: FormSettingsV0631PokemonHeatmor;
|
|
1663
|
+
FORMS_V0632_POKEMON_DURANT: FormSettingsV0632PokemonDurant;
|
|
1664
|
+
FORMS_V0633_POKEMON_DEINO: FormSettingsV0633PokemonDeino;
|
|
1665
|
+
FORMS_V0634_POKEMON_ZWEILOUS: FormSettingsV0634PokemonZweilous;
|
|
1666
|
+
FORMS_V0635_POKEMON_HYDREIGON: FormSettingsV0635PokemonHydreigon;
|
|
1667
|
+
FORMS_V0636_POKEMON_LARVESTA: FormSettingsV0636PokemonLarvesta;
|
|
1668
|
+
FORMS_V0637_POKEMON_VOLCARONA: FormSettingsV0637PokemonVolcarona;
|
|
1669
|
+
FORMS_V0638_POKEMON_COBALION: FormSettingsV0638PokemonCobalion;
|
|
1670
|
+
FORMS_V0639_POKEMON_TERRAKION: FormSettingsV0639PokemonTerrakion;
|
|
1671
|
+
FORMS_V0640_POKEMON_VIRIZION: FormSettingsV0640PokemonVirizion;
|
|
1672
|
+
FORMS_V0641_POKEMON_TORNADUS: FormSettingsV0641PokemonTornadus;
|
|
1673
|
+
FORMS_V0642_POKEMON_THUNDURUS: FormSettingsV0642PokemonThundurus;
|
|
1674
|
+
FORMS_V0643_POKEMON_RESHIRAM: FormSettingsV0643PokemonReshiram;
|
|
1675
|
+
FORMS_V0644_POKEMON_ZEKROM: FormSettingsV0644PokemonZekrom;
|
|
1676
|
+
FORMS_V0645_POKEMON_LANDORUS: FormSettingsV0645PokemonLandorus;
|
|
1677
|
+
FORMS_V0646_POKEMON_KYUREM: FormSettingsV0646PokemonKyurem;
|
|
1678
|
+
FORMS_V0647_POKEMON_KELDEO: FormSettingsV0647PokemonKeldeo;
|
|
1679
|
+
FORMS_V0648_POKEMON_MELOETTA: FormSettingsV0648PokemonMeloetta;
|
|
1680
|
+
FORMS_V0649_POKEMON_GENESECT: FormSettingsV0649PokemonGenesect;
|
|
1681
|
+
FORMS_V0650_POKEMON_CHESPIN: FormSettingsV0650PokemonChespin;
|
|
1682
|
+
FORMS_V0651_POKEMON_QUILLADIN: FormSettingsV0651PokemonQuilladin;
|
|
1683
|
+
FORMS_V0652_POKEMON_CHESNAUGHT: FormSettingsV0652PokemonChesnaught;
|
|
1684
|
+
FORMS_V0653_POKEMON_FENNEKIN: FormSettingsV0653PokemonFennekin;
|
|
1685
|
+
FORMS_V0654_POKEMON_BRAIXEN: FormSettingsV0654PokemonBraixen;
|
|
1686
|
+
FORMS_V0655_POKEMON_DELPHOX: FormSettingsV0655PokemonDelphox;
|
|
1687
|
+
FORMS_V0656_POKEMON_FROAKIE: FormSettingsV0656PokemonFroakie;
|
|
1688
|
+
FORMS_V0657_POKEMON_FROGADIER: FormSettingsV0657PokemonFrogadier;
|
|
1689
|
+
FORMS_V0658_POKEMON_GRENINJA: FormSettingsV0658PokemonGreninja;
|
|
1690
|
+
FORMS_V0659_POKEMON_BUNNELBY: FormSettingsV0659PokemonBunnelby;
|
|
1691
|
+
FORMS_V0660_POKEMON_DIGGERSBY: FormSettingsV0660PokemonDiggersby;
|
|
1692
|
+
FORMS_V0661_POKEMON_FLETCHLING: FormSettingsV0661PokemonFletchling;
|
|
1693
|
+
FORMS_V0662_POKEMON_FLETCHINDER: FormSettingsV0662PokemonFletchinder;
|
|
1694
|
+
FORMS_V0663_POKEMON_TALONFLAME: FormSettingsV0663PokemonTalonflame;
|
|
1695
|
+
FORMS_V0664_POKEMON_SCATTERBUG: FormSettingsV0664PokemonScatterbug;
|
|
1696
|
+
FORMS_V0665_POKEMON_SPEWPA: FormSettingsV0665PokemonSpewpa;
|
|
1697
|
+
FORMS_V0666_POKEMON_VIVILLON: FormSettingsV0666PokemonVivillon;
|
|
1698
|
+
FORMS_V0667_POKEMON_LITLEO: FormSettingsV0667PokemonLitleo;
|
|
1699
|
+
FORMS_V0668_POKEMON_PYROAR: FormSettingsV0668PokemonPyroar;
|
|
1700
|
+
FORMS_V0669_POKEMON_FLABEBE: FormSettingsV0669PokemonFlabebe;
|
|
1701
|
+
FORMS_V0670_POKEMON_FLOETTE: FormSettingsV0670PokemonFloette;
|
|
1702
|
+
FORMS_V0671_POKEMON_FLORGES: FormSettingsV0671PokemonFlorges;
|
|
1703
|
+
FORMS_V0672_POKEMON_SKIDDO: FormSettingsV0672PokemonSkiddo;
|
|
1704
|
+
FORMS_V0673_POKEMON_GOGOAT: FormSettingsV0673PokemonGogoat;
|
|
1705
|
+
FORMS_V0674_POKEMON_PANCHAM: FormSettingsV0674PokemonPancham;
|
|
1706
|
+
FORMS_V0675_POKEMON_PANGORO: FormSettingsV0675PokemonPangoro;
|
|
1707
|
+
FORMS_V0676_POKEMON_FURFROU: FormSettingsV0676PokemonFurfrou;
|
|
1708
|
+
FORMS_V0677_POKEMON_ESPURR: FormSettingsV0677PokemonEspurr;
|
|
1709
|
+
FORMS_V0678_POKEMON_MEOWSTIC: FormSettingsV0678PokemonMeowstic;
|
|
1710
|
+
FORMS_V0679_POKEMON_HONEDGE: FormSettingsV0679PokemonHonedge;
|
|
1711
|
+
FORMS_V0680_POKEMON_DOUBLADE: FormSettingsV0680PokemonDoublade;
|
|
1712
|
+
FORMS_V0681_POKEMON_AEGISLASH: FormSettingsV0681PokemonAegislash;
|
|
1713
|
+
FORMS_V0682_POKEMON_SPRITZEE: FormSettingsV0682PokemonSpritzee;
|
|
1714
|
+
FORMS_V0683_POKEMON_AROMATISSE: FormSettingsV0683PokemonAromatisse;
|
|
1715
|
+
FORMS_V0684_POKEMON_SWIRLIX: FormSettingsV0684PokemonSwirlix;
|
|
1716
|
+
FORMS_V0685_POKEMON_SLURPUFF: FormSettingsV0685PokemonSlurpuff;
|
|
1717
|
+
FORMS_V0686_POKEMON_INKAY: FormSettingsV0686PokemonInkay;
|
|
1718
|
+
FORMS_V0687_POKEMON_MALAMAR: FormSettingsV0687PokemonMalamar;
|
|
1719
|
+
FORMS_V0688_POKEMON_BINACLE: FormSettingsV0688PokemonBinacle;
|
|
1720
|
+
FORMS_V0689_POKEMON_BARBARACLE: FormSettingsV0689PokemonBarbaracle;
|
|
1721
|
+
FORMS_V0690_POKEMON_SKRELP: FormSettingsV0690PokemonSkrelp;
|
|
1722
|
+
FORMS_V0691_POKEMON_DRAGALGE: FormSettingsV0691PokemonDragalge;
|
|
1723
|
+
FORMS_V0692_POKEMON_CLAUNCHER: FormSettingsV0692PokemonClauncher;
|
|
1724
|
+
FORMS_V0693_POKEMON_CLAWITZER: FormSettingsV0693PokemonClawitzer;
|
|
1725
|
+
FORMS_V0694_POKEMON_HELIOPTILE: FormSettingsV0694PokemonHelioptile;
|
|
1726
|
+
FORMS_V0695_POKEMON_HELIOLISK: FormSettingsV0695PokemonHeliolisk;
|
|
1727
|
+
FORMS_V0696_POKEMON_TYRUNT: FormSettingsV0696PokemonTyrunt;
|
|
1728
|
+
FORMS_V0697_POKEMON_TYRANTRUM: FormSettingsV0697PokemonTyrantrum;
|
|
1729
|
+
FORMS_V0698_POKEMON_AMAURA: FormSettingsV0698PokemonAmaura;
|
|
1730
|
+
FORMS_V0699_POKEMON_AURORUS: FormSettingsV0699PokemonAurorus;
|
|
1731
|
+
FORMS_V0700_POKEMON_SYLVEON: FormSettingsV0700PokemonSylveon;
|
|
1732
|
+
FORMS_V0701_POKEMON_HAWLUCHA: FormSettingsV0701PokemonHawlucha;
|
|
1733
|
+
FORMS_V0702_POKEMON_DEDENNE: FormSettingsV0702PokemonDedenne;
|
|
1734
|
+
FORMS_V0703_POKEMON_CARBINK: FormSettingsV0703PokemonCarbink;
|
|
1735
|
+
FORMS_V0704_POKEMON_GOOMY: FormSettingsV0704PokemonGoomy;
|
|
1736
|
+
FORMS_V0705_POKEMON_SLIGGOO: FormSettingsV0705PokemonSliggoo;
|
|
1737
|
+
FORMS_V0706_POKEMON_GOODRA: FormSettingsV0706PokemonGoodra;
|
|
1738
|
+
FORMS_V0707_POKEMON_KLEFKI: FormSettingsV0707PokemonKlefki;
|
|
1739
|
+
FORMS_V0708_POKEMON_PHANTUMP: FormSettingsV0708PokemonPhantump;
|
|
1740
|
+
FORMS_V0709_POKEMON_TREVENANT: FormSettingsV0709PokemonTrevenant;
|
|
1741
|
+
FORMS_V0710_POKEMON_PUMPKABOO: FormSettingsV0710PokemonPumpkaboo;
|
|
1742
|
+
FORMS_V0711_POKEMON_GOURGEIST: FormSettingsV0711PokemonGourgeist;
|
|
1743
|
+
FORMS_V0712_POKEMON_BERGMITE: FormSettingsV0712PokemonBergmite;
|
|
1744
|
+
FORMS_V0713_POKEMON_AVALUGG: FormSettingsV0713PokemonAvalugg;
|
|
1745
|
+
FORMS_V0714_POKEMON_NOIBAT: FormSettingsV0714PokemonNoibat;
|
|
1746
|
+
FORMS_V0715_POKEMON_NOIVERN: FormSettingsV0715PokemonNoivern;
|
|
1747
|
+
FORMS_V0716_POKEMON_XERNEAS: FormSettingsV0716PokemonXerneas;
|
|
1748
|
+
FORMS_V0717_POKEMON_YVELTAL: FormSettingsV0717PokemonYveltal;
|
|
1749
|
+
FORMS_V0718_POKEMON_ZYGARDE: FormSettingsV0718PokemonZygarde;
|
|
1750
|
+
FORMS_V0719_POKEMON_DIANCIE: FormSettingsV0719PokemonDiancie;
|
|
1751
|
+
FORMS_V0720_POKEMON_HOOPA: FormSettingsV0720PokemonHoopa;
|
|
1752
|
+
FORMS_V0721_POKEMON_VOLCANION: FormSettingsV0721PokemonVolcanion;
|
|
1753
|
+
FORMS_V0722_POKEMON_ROWLET: FormSettingsV0722PokemonRowlet;
|
|
1754
|
+
FORMS_V0723_POKEMON_DARTRIX: FormSettingsV0723PokemonDartrix;
|
|
1755
|
+
FORMS_V0724_POKEMON_DECIDUEYE: FormSettingsV0724PokemonDecidueye;
|
|
1756
|
+
FORMS_V0725_POKEMON_LITTEN: FormSettingsV0725PokemonLitten;
|
|
1757
|
+
FORMS_V0726_POKEMON_TORRACAT: FormSettingsV0726PokemonTorracat;
|
|
1758
|
+
FORMS_V0727_POKEMON_INCINEROAR: FormSettingsV0727PokemonIncineroar;
|
|
1759
|
+
FORMS_V0728_POKEMON_POPPLIO: FormSettingsV0728PokemonPopplio;
|
|
1760
|
+
FORMS_V0729_POKEMON_BRIONNE: FormSettingsV0729PokemonBrionne;
|
|
1761
|
+
FORMS_V0730_POKEMON_PRIMARINA: FormSettingsV0730PokemonPrimarina;
|
|
1762
|
+
FORMS_V0731_POKEMON_PIKIPEK: FormSettingsV0731PokemonPikipek;
|
|
1763
|
+
FORMS_V0732_POKEMON_TRUMBEAK: FormSettingsV0732PokemonTrumbeak;
|
|
1764
|
+
FORMS_V0733_POKEMON_TOUCANNON: FormSettingsV0733PokemonToucannon;
|
|
1765
|
+
FORMS_V0734_POKEMON_YUNGOOS: FormSettingsV0734PokemonYungoos;
|
|
1766
|
+
FORMS_V0735_POKEMON_GUMSHOOS: FormSettingsV0735PokemonGumshoos;
|
|
1767
|
+
FORMS_V0736_POKEMON_GRUBBIN: FormSettingsV0736PokemonGrubbin;
|
|
1768
|
+
FORMS_V0737_POKEMON_CHARJABUG: FormSettingsV0737PokemonCharjabug;
|
|
1769
|
+
FORMS_V0738_POKEMON_VIKAVOLT: FormSettingsV0738PokemonVikavolt;
|
|
1770
|
+
FORMS_V0739_POKEMON_CRABRAWLER: FormSettingsV0739PokemonCrabrawler;
|
|
1771
|
+
FORMS_V0740_POKEMON_CRABOMINABLE: FormSettingsV0740PokemonCrabominable;
|
|
1772
|
+
FORMS_V0741_POKEMON_ORICORIO: FormSettingsV0741PokemonOricorio;
|
|
1773
|
+
FORMS_V0742_POKEMON_CUTIEFLY: FormSettingsV0742PokemonCutiefly;
|
|
1774
|
+
FORMS_V0743_POKEMON_RIBOMBEE: FormSettingsV0743PokemonRibombee;
|
|
1775
|
+
FORMS_V0744_POKEMON_ROCKRUFF: FormSettingsV0744PokemonRockruff;
|
|
1776
|
+
FORMS_V0745_POKEMON_LYCANROC: FormSettingsV0745PokemonLycanroc;
|
|
1777
|
+
FORMS_V0746_POKEMON_WISHIWASHI: FormSettingsV0746PokemonWishiwashi;
|
|
1778
|
+
FORMS_V0747_POKEMON_MAREANIE: FormSettingsV0747PokemonMareanie;
|
|
1779
|
+
FORMS_V0748_POKEMON_TOXAPEX: FormSettingsV0748PokemonToxapex;
|
|
1780
|
+
FORMS_V0749_POKEMON_MUDBRAY: FormSettingsV0749PokemonMudbray;
|
|
1781
|
+
FORMS_V0750_POKEMON_MUDSDALE: FormSettingsV0750PokemonMudsdale;
|
|
1782
|
+
FORMS_V0751_POKEMON_DEWPIDER: FormSettingsV0751PokemonDewpider;
|
|
1783
|
+
FORMS_V0752_POKEMON_ARAQUANID: FormSettingsV0752PokemonAraquanid;
|
|
1784
|
+
FORMS_V0753_POKEMON_FOMANTIS: FormSettingsV0753PokemonFomantis;
|
|
1785
|
+
FORMS_V0754_POKEMON_LURANTIS: FormSettingsV0754PokemonLurantis;
|
|
1786
|
+
FORMS_V0755_POKEMON_MORELULL: FormSettingsV0755PokemonMorelull;
|
|
1787
|
+
FORMS_V0756_POKEMON_SHIINOTIC: FormSettingsV0756PokemonShiinotic;
|
|
1788
|
+
FORMS_V0757_POKEMON_SALANDIT: FormSettingsV0757PokemonSalandit;
|
|
1789
|
+
FORMS_V0758_POKEMON_SALAZZLE: FormSettingsV0758PokemonSalazzle;
|
|
1790
|
+
FORMS_V0759_POKEMON_STUFFUL: FormSettingsV0759PokemonStufful;
|
|
1791
|
+
FORMS_V0760_POKEMON_BEWEAR: FormSettingsV0760PokemonBewear;
|
|
1792
|
+
FORMS_V0761_POKEMON_BOUNSWEET: FormSettingsV0761PokemonBounsweet;
|
|
1793
|
+
FORMS_V0762_POKEMON_STEENEE: FormSettingsV0762PokemonSteenee;
|
|
1794
|
+
FORMS_V0763_POKEMON_TSAREENA: FormSettingsV0763PokemonTsareena;
|
|
1795
|
+
FORMS_V0764_POKEMON_COMFEY: FormSettingsV0764PokemonComfey;
|
|
1796
|
+
FORMS_V0765_POKEMON_ORANGURU: FormSettingsV0765PokemonOranguru;
|
|
1797
|
+
FORMS_V0766_POKEMON_PASSIMIAN: FormSettingsV0766PokemonPassimian;
|
|
1798
|
+
FORMS_V0767_POKEMON_WIMPOD: FormSettingsV0767PokemonWimpod;
|
|
1799
|
+
FORMS_V0768_POKEMON_GOLISOPOD: FormSettingsV0768PokemonGolisopod;
|
|
1800
|
+
FORMS_V0769_POKEMON_SANDYGAST: FormSettingsV0769PokemonSandygast;
|
|
1801
|
+
FORMS_V0770_POKEMON_PALOSSAND: FormSettingsV0770PokemonPalossand;
|
|
1802
|
+
FORMS_V0771_POKEMON_PYUKUMUKU: FormSettingsV0771PokemonPyukumuku;
|
|
1803
|
+
FORMS_V0772_POKEMON_TYPE_NULL: FormSettingsV0772PokemonTypeNull;
|
|
1804
|
+
FORMS_V0773_POKEMON_SILVALLY: FormSettingsV0773PokemonSilvally;
|
|
1805
|
+
FORMS_V0774_POKEMON_MINIOR: FormSettingsV0774PokemonMinior;
|
|
1806
|
+
FORMS_V0775_POKEMON_KOMALA: FormSettingsV0775PokemonKomala;
|
|
1807
|
+
FORMS_V0776_POKEMON_TURTONATOR: FormSettingsV0776PokemonTurtonator;
|
|
1808
|
+
FORMS_V0777_POKEMON_TOGEDEMARU: FormSettingsV0777PokemonTogedemaru;
|
|
1809
|
+
FORMS_V0778_POKEMON_MIMIKYU: FormSettingsV0778PokemonMimikyu;
|
|
1810
|
+
FORMS_V0779_POKEMON_BRUXISH: FormSettingsV0779PokemonBruxish;
|
|
1811
|
+
FORMS_V0780_POKEMON_DRAMPA: FormSettingsV0780PokemonDrampa;
|
|
1812
|
+
FORMS_V0781_POKEMON_DHELMISE: FormSettingsV0781PokemonDhelmise;
|
|
1813
|
+
FORMS_V0782_POKEMON_JANGMO_O: FormSettingsV0782PokemonJangmoO;
|
|
1814
|
+
FORMS_V0783_POKEMON_HAKAMO_O: FormSettingsV0783PokemonHakamoO;
|
|
1815
|
+
FORMS_V0784_POKEMON_KOMMO_O: FormSettingsV0784PokemonKommoO;
|
|
1816
|
+
FORMS_V0785_POKEMON_TAPU_KOKO: FormSettingsV0785PokemonTapuKoko;
|
|
1817
|
+
FORMS_V0786_POKEMON_TAPU_LELE: FormSettingsV0786PokemonTapuLele;
|
|
1818
|
+
FORMS_V0787_POKEMON_TAPU_BULU: FormSettingsV0787PokemonTapuBulu;
|
|
1819
|
+
FORMS_V0788_POKEMON_TAPU_FINI: FormSettingsV0788PokemonTapuFini;
|
|
1820
|
+
FORMS_V0789_POKEMON_COSMOG: FormSettingsV0789PokemonCosmog;
|
|
1821
|
+
FORMS_V0790_POKEMON_COSMOEM: FormSettingsV0790PokemonCosmoem;
|
|
1822
|
+
FORMS_V0791_POKEMON_SOLGALEO: FormSettingsV0791PokemonSolgaleo;
|
|
1823
|
+
FORMS_V0792_POKEMON_LUNALA: FormSettingsV0792PokemonLunala;
|
|
1824
|
+
FORMS_V0793_POKEMON_NIHILEGO: FormSettingsV0793PokemonNihilego;
|
|
1825
|
+
FORMS_V0794_POKEMON_BUZZWOLE: FormSettingsV0794PokemonBuzzwole;
|
|
1826
|
+
FORMS_V0795_POKEMON_PHEROMOSA: FormSettingsV0795PokemonPheromosa;
|
|
1827
|
+
FORMS_V0796_POKEMON_XURKITREE: FormSettingsV0796PokemonXurkitree;
|
|
1828
|
+
FORMS_V0797_POKEMON_CELESTEELA: FormSettingsV0797PokemonCelesteela;
|
|
1829
|
+
FORMS_V0798_POKEMON_KARTANA: FormSettingsV0798PokemonKartana;
|
|
1830
|
+
FORMS_V0799_POKEMON_GUZZLORD: FormSettingsV0799PokemonGuzzlord;
|
|
1831
|
+
FORMS_V0800_POKEMON_NECROZMA: FormSettingsV0800PokemonNecrozma;
|
|
1832
|
+
FORMS_V0801_POKEMON_MAGEARNA: FormSettingsV0801PokemonMagearna;
|
|
1833
|
+
FORMS_V0802_POKEMON_MARSHADOW: FormSettingsV0802PokemonMarshadow;
|
|
1834
|
+
FORMS_V0803_POKEMON_POIPOLE: FormSettingsV0803PokemonPoipole;
|
|
1835
|
+
FORMS_V0804_POKEMON_NAGANADEL: FormSettingsV0804PokemonNaganadel;
|
|
1836
|
+
FORMS_V0805_POKEMON_STAKATAKA: FormSettingsV0805PokemonStakataka;
|
|
1837
|
+
FORMS_V0806_POKEMON_BLACEPHALON: FormSettingsV0806PokemonBlacephalon;
|
|
1838
|
+
FORMS_V0807_POKEMON_ZERAORA: FormSettingsV0807PokemonZeraora;
|
|
1839
|
+
FORMS_V0808_POKEMON_MELTAN: FormSettingsV0808PokemonMeltan;
|
|
1840
|
+
FORMS_V0809_POKEMON_MELMETAL: FormSettingsV0809PokemonMelmetal;
|
|
1841
|
+
FORMS_V0810_POKEMON_GROOKEY: FormSettingsV0810PokemonGrookey;
|
|
1842
|
+
FORMS_V0811_POKEMON_THWACKEY: FormSettingsV0811PokemonThwackey;
|
|
1843
|
+
FORMS_V0812_POKEMON_RILLABOOM: FormSettingsV0812PokemonRillaboom;
|
|
1844
|
+
FORMS_V0813_POKEMON_SCORBUNNY: FormSettingsV0813PokemonScorbunny;
|
|
1845
|
+
FORMS_V0814_POKEMON_RABOOT: FormSettingsV0814PokemonRaboot;
|
|
1846
|
+
FORMS_V0815_POKEMON_CINDERACE: FormSettingsV0815PokemonCinderace;
|
|
1847
|
+
FORMS_V0816_POKEMON_SOBBLE: FormSettingsV0816PokemonSobble;
|
|
1848
|
+
FORMS_V0817_POKEMON_DRIZZILE: FormSettingsV0817PokemonDrizzile;
|
|
1849
|
+
FORMS_V0818_POKEMON_INTELEON: FormSettingsV0818PokemonInteleon;
|
|
1850
|
+
FORMS_V0819_POKEMON_SKWOVET: FormSettingsV0819PokemonSkwovet;
|
|
1851
|
+
FORMS_V0820_POKEMON_GREEDENT: FormSettingsV0820PokemonGreedent;
|
|
1852
|
+
FORMS_V0821_POKEMON_ROOKIDEE: FormSettingsV0821PokemonRookidee;
|
|
1853
|
+
FORMS_V0822_POKEMON_CORVISQUIRE: FormSettingsV0822PokemonCorvisquire;
|
|
1854
|
+
FORMS_V0823_POKEMON_CORVIKNIGHT: FormSettingsV0823PokemonCorviknight;
|
|
1855
|
+
FORMS_V0824_POKEMON_BLIPBUG: FormSettingsV0824PokemonBlipbug;
|
|
1856
|
+
FORMS_V0825_POKEMON_DOTTLER: FormSettingsV0825PokemonDottler;
|
|
1857
|
+
FORMS_V0826_POKEMON_ORBEETLE: FormSettingsV0826PokemonOrbeetle;
|
|
1858
|
+
FORMS_V0827_POKEMON_NICKIT: FormSettingsV0827PokemonNickit;
|
|
1859
|
+
FORMS_V0828_POKEMON_THIEVUL: FormSettingsV0828PokemonThievul;
|
|
1860
|
+
FORMS_V0829_POKEMON_GOSSIFLEUR: FormSettingsV0829PokemonGossifleur;
|
|
1861
|
+
FORMS_V0830_POKEMON_ELDEGOSS: FormSettingsV0830PokemonEldegoss;
|
|
1862
|
+
FORMS_V0831_POKEMON_WOOLOO: FormSettingsV0831PokemonWooloo;
|
|
1863
|
+
FORMS_V0832_POKEMON_DUBWOOL: FormSettingsV0832PokemonDubwool;
|
|
1864
|
+
FORMS_V0833_POKEMON_CHEWTLE: FormSettingsV0833PokemonChewtle;
|
|
1865
|
+
FORMS_V0834_POKEMON_DREDNAW: FormSettingsV0834PokemonDrednaw;
|
|
1866
|
+
FORMS_V0835_POKEMON_YAMPER: FormSettingsV0835PokemonYamper;
|
|
1867
|
+
FORMS_V0836_POKEMON_BOLTUND: FormSettingsV0836PokemonBoltund;
|
|
1868
|
+
FORMS_V0837_POKEMON_ROLYCOLY: FormSettingsV0837PokemonRolycoly;
|
|
1869
|
+
FORMS_V0838_POKEMON_CARKOL: FormSettingsV0838PokemonCarkol;
|
|
1870
|
+
FORMS_V0839_POKEMON_COALOSSAL: FormSettingsV0839PokemonCoalossal;
|
|
1871
|
+
FORMS_V0840_POKEMON_APPLIN: FormSettingsV0840PokemonApplin;
|
|
1872
|
+
FORMS_V0841_POKEMON_FLAPPLE: FormSettingsV0841PokemonFlapple;
|
|
1873
|
+
FORMS_V0842_POKEMON_APPLETUN: FormSettingsV0842PokemonAppletun;
|
|
1874
|
+
FORMS_V0843_POKEMON_SILICOBRA: FormSettingsV0843PokemonSilicobra;
|
|
1875
|
+
FORMS_V0844_POKEMON_SANDACONDA: FormSettingsV0844PokemonSandaconda;
|
|
1876
|
+
FORMS_V0845_POKEMON_CRAMORANT: FormSettingsV0845PokemonCramorant;
|
|
1877
|
+
FORMS_V0846_POKEMON_ARROKUDA: FormSettingsV0846PokemonArrokuda;
|
|
1878
|
+
FORMS_V0847_POKEMON_BARRASKEWDA: FormSettingsV0847PokemonBarraskewda;
|
|
1879
|
+
FORMS_V0848_POKEMON_TOXEL: FormSettingsV0848PokemonToxel;
|
|
1880
|
+
FORMS_V0849_POKEMON_TOXTRICITY: FormSettingsV0849PokemonToxtricity;
|
|
1881
|
+
FORMS_V0850_POKEMON_SIZZLIPEDE: FormSettingsV0850PokemonSizzlipede;
|
|
1882
|
+
FORMS_V0851_POKEMON_CENTISKORCH: FormSettingsV0851PokemonCentiskorch;
|
|
1883
|
+
FORMS_V0852_POKEMON_CLOBBOPUS: FormSettingsV0852PokemonClobbopus;
|
|
1884
|
+
FORMS_V0853_POKEMON_GRAPPLOCT: FormSettingsV0853PokemonGrapploct;
|
|
1885
|
+
FORMS_V0854_POKEMON_SINISTEA: FormSettingsV0854PokemonSinistea;
|
|
1886
|
+
FORMS_V0855_POKEMON_POLTEAGEIST: FormSettingsV0855PokemonPolteageist;
|
|
1887
|
+
FORMS_V0856_POKEMON_HATENNA: FormSettingsV0856PokemonHatenna;
|
|
1888
|
+
FORMS_V0857_POKEMON_HATTREM: FormSettingsV0857PokemonHattrem;
|
|
1889
|
+
FORMS_V0858_POKEMON_HATTERENE: FormSettingsV0858PokemonHatterene;
|
|
1890
|
+
FORMS_V0859_POKEMON_IMPIDIMP: FormSettingsV0859PokemonImpidimp;
|
|
1891
|
+
FORMS_V0860_POKEMON_MORGREM: FormSettingsV0860PokemonMorgrem;
|
|
1892
|
+
FORMS_V0861_POKEMON_GRIMMSNARL: FormSettingsV0861PokemonGrimmsnarl;
|
|
1893
|
+
FORMS_V0862_POKEMON_OBSTAGOON: FormSettingsV0862PokemonObstagoon;
|
|
1894
|
+
FORMS_V0863_POKEMON_PERRSERKER: FormSettingsV0863PokemonPerrserker;
|
|
1895
|
+
FORMS_V0864_POKEMON_CURSOLA: FormSettingsV0864PokemonCursola;
|
|
1896
|
+
FORMS_V0865_POKEMON_SIRFETCHD: FormSettingsV0865PokemonSirfetchd;
|
|
1897
|
+
FORMS_V0866_POKEMON_MR_RIME: FormSettingsV0866PokemonMrRime;
|
|
1898
|
+
FORMS_V0867_POKEMON_RUNERIGUS: FormSettingsV0867PokemonRunerigus;
|
|
1899
|
+
FORMS_V0868_POKEMON_MILCERY: FormSettingsV0868PokemonMilcery;
|
|
1900
|
+
FORMS_V0869_POKEMON_ALCREMIE: FormSettingsV0869PokemonAlcremie;
|
|
1901
|
+
FORMS_V0870_POKEMON_FALINKS: FormSettingsV0870PokemonFalinks;
|
|
1902
|
+
FORMS_V0871_POKEMON_PINCURCHIN: FormSettingsV0871PokemonPincurchin;
|
|
1903
|
+
FORMS_V0872_POKEMON_SNOM: FormSettingsV0872PokemonSnom;
|
|
1904
|
+
FORMS_V0873_POKEMON_FROSMOTH: FormSettingsV0873PokemonFrosmoth;
|
|
1905
|
+
FORMS_V0874_POKEMON_STONJOURNER: FormSettingsV0874PokemonStonjourner;
|
|
1906
|
+
FORMS_V0875_POKEMON_EISCUE: FormSettingsV0875PokemonEiscue;
|
|
1907
|
+
FORMS_V0876_POKEMON_INDEEDEE: FormSettingsV0876PokemonIndeedee;
|
|
1908
|
+
FORMS_V0877_POKEMON_MORPEKO: FormSettingsV0877PokemonMorpeko;
|
|
1909
|
+
FORMS_V0878_POKEMON_CUFANT: FormSettingsV0878PokemonCufant;
|
|
1910
|
+
FORMS_V0879_POKEMON_COPPERAJAH: FormSettingsV0879PokemonCopperajah;
|
|
1911
|
+
FORMS_V0880_POKEMON_DRACOZOLT: FormSettingsV0880PokemonDracozolt;
|
|
1912
|
+
FORMS_V0881_POKEMON_ARCTOZOLT: FormSettingsV0881PokemonArctozolt;
|
|
1913
|
+
FORMS_V0882_POKEMON_DRACOVISH: FormSettingsV0882PokemonDracovish;
|
|
1914
|
+
FORMS_V0883_POKEMON_ARCTOVISH: FormSettingsV0883PokemonArctovish;
|
|
1915
|
+
FORMS_V0884_POKEMON_DURALUDON: FormSettingsV0884PokemonDuraludon;
|
|
1916
|
+
FORMS_V0885_POKEMON_DREEPY: FormSettingsV0885PokemonDreepy;
|
|
1917
|
+
FORMS_V0886_POKEMON_DRAKLOAK: FormSettingsV0886PokemonDrakloak;
|
|
1918
|
+
FORMS_V0887_POKEMON_DRAGAPULT: FormSettingsV0887PokemonDragapult;
|
|
1919
|
+
FORMS_V0888_POKEMON_ZACIAN: FormSettingsV0888PokemonZacian;
|
|
1920
|
+
FORMS_V0889_POKEMON_ZAMAZENTA: FormSettingsV0889PokemonZamazenta;
|
|
1921
|
+
FORMS_V0890_POKEMON_ETERNATUS: FormSettingsV0890PokemonEternatus;
|
|
1922
|
+
FORMS_V0891_POKEMON_KUBFU: FormSettingsV0891PokemonKubfu;
|
|
1923
|
+
FORMS_V0892_POKEMON_URSHIFU: FormSettingsV0892PokemonUrshifu;
|
|
1924
|
+
FORMS_V0893_POKEMON_ZARUDE: FormSettingsV0893PokemonZarude;
|
|
1925
|
+
FORMS_V0894_POKEMON_REGIELEKI: FormSettingsV0894PokemonRegieleki;
|
|
1926
|
+
FORMS_V0895_POKEMON_REGIDRAGO: FormSettingsV0895PokemonRegidrago;
|
|
1927
|
+
FORMS_V0896_POKEMON_GLASTRIER: FormSettingsV0896PokemonGlastrier;
|
|
1928
|
+
FORMS_V0897_POKEMON_SPECTRIER: FormSettingsV0897PokemonSpectrier;
|
|
1929
|
+
FORMS_V0898_POKEMON_CALYREX: FormSettingsV0898PokemonCalyrex;
|
|
1930
|
+
FORMS_V0899_POKEMON_WYRDEER: FormSettingsV0899PokemonWyrdeer;
|
|
1931
|
+
FORMS_V0900_POKEMON_KLEAVOR: FormSettingsV0900PokemonKleavor;
|
|
1932
|
+
FORMS_V0901_POKEMON_URSALUNA: FormSettingsV0901PokemonUrsaluna;
|
|
1933
|
+
FORMS_V0902_POKEMON_BASCULEGION: FormSettingsV0902PokemonBasculegion;
|
|
1934
|
+
FORMS_V0903_POKEMON_SNEASLER: FormSettingsV0903PokemonSneasler;
|
|
1935
|
+
FORMS_V0904_POKEMON_OVERQWIL: FormSettingsV0904PokemonOverqwil;
|
|
1936
|
+
FORMS_V0905_POKEMON_ENAMORUS: FormSettingsV0905PokemonEnamorus;
|
|
1937
|
+
FORMS_V0906_POKEMON_SPRIGATITO: FormSettingsV0906PokemonSprigatito;
|
|
1938
|
+
FORMS_V0907_POKEMON_FLORAGATO: FormSettingsV0907PokemonFloragato;
|
|
1939
|
+
FORMS_V0908_POKEMON_MEOWSCARADA: FormSettingsV0908PokemonMeowscarada;
|
|
1940
|
+
FORMS_V0909_POKEMON_FUECOCO: FormSettingsV0909PokemonFuecoco;
|
|
1941
|
+
FORMS_V0910_POKEMON_CROCALOR: FormSettingsV0910PokemonCrocalor;
|
|
1942
|
+
FORMS_V0911_POKEMON_SKELEDIRGE: FormSettingsV0911PokemonSkeledirge;
|
|
1943
|
+
FORMS_V0912_POKEMON_QUAXLY: FormSettingsV0912PokemonQuaxly;
|
|
1944
|
+
FORMS_V0913_POKEMON_QUAXWELL: FormSettingsV0913PokemonQuaxwell;
|
|
1945
|
+
FORMS_V0914_POKEMON_QUAQUAVAL: FormSettingsV0914PokemonQuaquaval;
|
|
1946
|
+
FORMS_V0915_POKEMON_LECHONK: FormSettingsV0915PokemonLechonk;
|
|
1947
|
+
FORMS_V0916_POKEMON_OINKOLOGNE: FormSettingsV0916PokemonOinkologne;
|
|
1948
|
+
FORMS_V0917_POKEMON_TAROUNTULA: FormSettingsV0917PokemonTarountula;
|
|
1949
|
+
FORMS_V0918_POKEMON_SPIDOPS: FormSettingsV0918PokemonSpidops;
|
|
1950
|
+
FORMS_V0919_POKEMON_NYMBLE: FormSettingsV0919PokemonNymble;
|
|
1951
|
+
FORMS_V0920_POKEMON_LOKIX: FormSettingsV0920PokemonLokix;
|
|
1952
|
+
FORMS_V0921_POKEMON_PAWMI: FormSettingsV0921PokemonPawmi;
|
|
1953
|
+
FORMS_V0922_POKEMON_PAWMO: FormSettingsV0922PokemonPawmo;
|
|
1954
|
+
FORMS_V0923_POKEMON_PAWMOT: FormSettingsV0923PokemonPawmot;
|
|
1955
|
+
FORMS_V0924_POKEMON_TANDEMAUS: FormSettingsV0924PokemonTandemaus;
|
|
1956
|
+
FORMS_V0925_POKEMON_MAUSHOLD: FormSettingsV0925PokemonMaushold;
|
|
1957
|
+
FORMS_V0926_POKEMON_FIDOUGH: FormSettingsV0926PokemonFidough;
|
|
1958
|
+
FORMS_V0927_POKEMON_DACHSBUN: FormSettingsV0927PokemonDachsbun;
|
|
1959
|
+
FORMS_V0928_POKEMON_SMOLIV: FormSettingsV0928PokemonSmoliv;
|
|
1960
|
+
FORMS_V0929_POKEMON_DOLLIV: FormSettingsV0929PokemonDolliv;
|
|
1961
|
+
FORMS_V0930_POKEMON_ARBOLIVA: FormSettingsV0930PokemonArboliva;
|
|
1962
|
+
FORMS_V0931_POKEMON_SQUAWKABILLY: FormSettingsV0931PokemonSquawkabilly;
|
|
1963
|
+
FORMS_V0932_POKEMON_NACLI: FormSettingsV0932PokemonNacli;
|
|
1964
|
+
FORMS_V0933_POKEMON_NACLSTACK: FormSettingsV0933PokemonNaclstack;
|
|
1965
|
+
FORMS_V0934_POKEMON_GARGANACL: FormSettingsV0934PokemonGarganacl;
|
|
1966
|
+
FORMS_V0935_POKEMON_CHARCADET: FormSettingsV0935PokemonCharcadet;
|
|
1967
|
+
FORMS_V0936_POKEMON_ARMAROUGE: FormSettingsV0936PokemonArmarouge;
|
|
1968
|
+
FORMS_V0937_POKEMON_CERULEDGE: FormSettingsV0937PokemonCeruledge;
|
|
1969
|
+
FORMS_V0938_POKEMON_TADBULB: FormSettingsV0938PokemonTadbulb;
|
|
1970
|
+
FORMS_V0939_POKEMON_BELLIBOLT: FormSettingsV0939PokemonBellibolt;
|
|
1971
|
+
FORMS_V0940_POKEMON_WATTREL: FormSettingsV0940PokemonWattrel;
|
|
1972
|
+
FORMS_V0941_POKEMON_KILOWATTREL: FormSettingsV0941PokemonKilowattrel;
|
|
1973
|
+
FORMS_V0942_POKEMON_MASCHIFF: FormSettingsV0942PokemonMaschiff;
|
|
1974
|
+
FORMS_V0943_POKEMON_MABOSSTIFF: FormSettingsV0943PokemonMabosstiff;
|
|
1975
|
+
FORMS_V0944_POKEMON_SHROODLE: FormSettingsV0944PokemonShroodle;
|
|
1976
|
+
FORMS_V0945_POKEMON_GRAFAIAI: FormSettingsV0945PokemonGrafaiai;
|
|
1977
|
+
FORMS_V0946_POKEMON_BRAMBLIN: FormSettingsV0946PokemonBramblin;
|
|
1978
|
+
FORMS_V0947_POKEMON_BRAMBLEGHAST: FormSettingsV0947PokemonBrambleghast;
|
|
1979
|
+
FORMS_V0948_POKEMON_TOEDSCOOL: FormSettingsV0948PokemonToedscool;
|
|
1980
|
+
FORMS_V0949_POKEMON_TOEDSCRUEL: FormSettingsV0949PokemonToedscruel;
|
|
1981
|
+
FORMS_V0950_POKEMON_KLAWF: FormSettingsV0950PokemonKlawf;
|
|
1982
|
+
FORMS_V0951_POKEMON_CAPSAKID: FormSettingsV0951PokemonCapsakid;
|
|
1983
|
+
FORMS_V0952_POKEMON_SCOVILLAIN: FormSettingsV0952PokemonScovillain;
|
|
1984
|
+
FORMS_V0953_POKEMON_RELLOR: FormSettingsV0953PokemonRellor;
|
|
1985
|
+
FORMS_V0954_POKEMON_RABSCA: FormSettingsV0954PokemonRabsca;
|
|
1986
|
+
FORMS_V0955_POKEMON_FLITTLE: FormSettingsV0955PokemonFlittle;
|
|
1987
|
+
FORMS_V0956_POKEMON_ESPATHRA: FormSettingsV0956PokemonEspathra;
|
|
1988
|
+
FORMS_V0957_POKEMON_TINKATINK: FormSettingsV0957PokemonTinkatink;
|
|
1989
|
+
FORMS_V0958_POKEMON_TINKATUFF: FormSettingsV0958PokemonTinkatuff;
|
|
1990
|
+
FORMS_V0959_POKEMON_TINKATON: FormSettingsV0959PokemonTinkaton;
|
|
1991
|
+
FORMS_V0960_POKEMON_WIGLETT: FormSettingsV0960PokemonWiglett;
|
|
1992
|
+
FORMS_V0961_POKEMON_WUGTRIO: FormSettingsV0961PokemonWugtrio;
|
|
1993
|
+
FORMS_V0962_POKEMON_BOMBIRDIER: FormSettingsV0962PokemonBombirdier;
|
|
1994
|
+
FORMS_V0963_POKEMON_FINIZEN: FormSettingsV0963PokemonFinizen;
|
|
1995
|
+
FORMS_V0964_POKEMON_PALAFIN: FormSettingsV0964PokemonPalafin;
|
|
1996
|
+
FORMS_V0965_POKEMON_VAROOM: FormSettingsV0965PokemonVaroom;
|
|
1997
|
+
FORMS_V0966_POKEMON_REVAVROOM: FormSettingsV0966PokemonRevavroom;
|
|
1998
|
+
FORMS_V0967_POKEMON_CYCLIZAR: FormSettingsV0967PokemonCyclizar;
|
|
1999
|
+
FORMS_V0968_POKEMON_ORTHWORM: FormSettingsV0968PokemonOrthworm;
|
|
2000
|
+
FORMS_V0969_POKEMON_GLIMMET: FormSettingsV0969PokemonGlimmet;
|
|
2001
|
+
FORMS_V0970_POKEMON_GLIMMORA: FormSettingsV0970PokemonGlimmora;
|
|
2002
|
+
FORMS_V0971_POKEMON_GREAVARD: FormSettingsV0971PokemonGreavard;
|
|
2003
|
+
FORMS_V0972_POKEMON_HOUNDSTONE: FormSettingsV0972PokemonHoundstone;
|
|
2004
|
+
FORMS_V0973_POKEMON_FLAMIGO: FormSettingsV0973PokemonFlamigo;
|
|
2005
|
+
FORMS_V0974_POKEMON_CETODDLE: FormSettingsV0974PokemonCetoddle;
|
|
2006
|
+
FORMS_V0975_POKEMON_CETITAN: FormSettingsV0975PokemonCetitan;
|
|
2007
|
+
FORMS_V0976_POKEMON_VELUZA: FormSettingsV0976PokemonVeluza;
|
|
2008
|
+
FORMS_V0977_POKEMON_DONDOZO: FormSettingsV0977PokemonDondozo;
|
|
2009
|
+
FORMS_V0978_POKEMON_TATSUGIRI: FormSettingsV0978PokemonTatsugiri;
|
|
2010
|
+
FORMS_V0979_POKEMON_ANNIHILAPE: FormSettingsV0979PokemonAnnihilape;
|
|
2011
|
+
FORMS_V0980_POKEMON_CLODSIRE: FormSettingsV0980PokemonClodsire;
|
|
2012
|
+
FORMS_V0981_POKEMON_FARIGIRAF: FormSettingsV0981PokemonFarigiraf;
|
|
2013
|
+
FORMS_V0982_POKEMON_DUDUNSPARCE: FormSettingsV0982PokemonDudunsparce;
|
|
2014
|
+
FORMS_V0983_POKEMON_KINGAMBIT: FormSettingsV0983PokemonKingambit;
|
|
2015
|
+
FORMS_V0984_POKEMON_GREATTUSK: FormSettingsV0984PokemonGreattusk;
|
|
2016
|
+
FORMS_V0985_POKEMON_SCREAMTAIL: FormSettingsV0985PokemonScreamtail;
|
|
2017
|
+
FORMS_V0986_POKEMON_BRUTEBONNET: FormSettingsV0986PokemonBrutebonnet;
|
|
2018
|
+
FORMS_V0987_POKEMON_FLUTTERMANE: FormSettingsV0987PokemonFluttermane;
|
|
2019
|
+
FORMS_V0988_POKEMON_SLITHERWING: FormSettingsV0988PokemonSlitherwing;
|
|
2020
|
+
FORMS_V0989_POKEMON_SANDYSHOCKS: FormSettingsV0989PokemonSandyshocks;
|
|
2021
|
+
FORMS_V0990_POKEMON_IRONTREADS: FormSettingsV0990PokemonIrontreads;
|
|
2022
|
+
FORMS_V0991_POKEMON_IRONBUNDLE: FormSettingsV0991PokemonIronbundle;
|
|
2023
|
+
FORMS_V0992_POKEMON_IRONHANDS: FormSettingsV0992PokemonIronhands;
|
|
2024
|
+
FORMS_V0993_POKEMON_IRONJUGULIS: FormSettingsV0993PokemonIronjugulis;
|
|
2025
|
+
FORMS_V0994_POKEMON_IRONMOTH: FormSettingsV0994PokemonIronmoth;
|
|
2026
|
+
FORMS_V0995_POKEMON_IRONTHORNS: FormSettingsV0995PokemonIronthorns;
|
|
2027
|
+
FORMS_V0996_POKEMON_FRIGIBAX: FormSettingsV0996PokemonFrigibax;
|
|
2028
|
+
FORMS_V0997_POKEMON_ARCTIBAX: FormSettingsV0997PokemonArctibax;
|
|
2029
|
+
FORMS_V0998_POKEMON_BAXCALIBUR: FormSettingsV0998PokemonBaxcalibur;
|
|
2030
|
+
FORMS_V0999_POKEMON_GIMMIGHOUL: FormSettingsV0999PokemonGimmighoul;
|
|
2031
|
+
FORMS_V1000_POKEMON_GHOLDENGO: FormSettingsV1000PokemonGholdengo;
|
|
2032
|
+
FORMS_V1001_POKEMON_WOCHIEN: FormSettingsV1001PokemonWochien;
|
|
2033
|
+
FORMS_V1002_POKEMON_CHIENPAO: FormSettingsV1002PokemonChienpao;
|
|
2034
|
+
FORMS_V1003_POKEMON_TINGLU: FormSettingsV1003PokemonTinglu;
|
|
2035
|
+
FORMS_V1004_POKEMON_CHIYU: FormSettingsV1004PokemonChiyu;
|
|
2036
|
+
FORMS_V1005_POKEMON_ROARINGMOON: FormSettingsV1005PokemonRoaringmoon;
|
|
2037
|
+
FORMS_V1006_POKEMON_IRONVALIANT: FormSettingsV1006PokemonIronvaliant;
|
|
2038
|
+
FORMS_V1007_POKEMON_KORAIDON: FormSettingsV1007PokemonKoraidon;
|
|
2039
|
+
FORMS_V1008_POKEMON_MIRAIDON: FormSettingsV1008PokemonMiraidon;
|
|
2040
|
+
FORMS_V1009_POKEMON_WALKINGWAKE: FormSettingsV1009PokemonWalkingwake;
|
|
2041
|
+
FORMS_V1010_POKEMON_IRONLEAVES: FormSettingsV1010PokemonIronleaves;
|
|
2042
|
+
FORMS_V1011_POKEMON_DIPPLIN: FormSettingsV1011PokemonDipplin;
|
|
2043
|
+
FORMS_V1012_POKEMON_POLTCHAGEIST: FormSettingsV1012PokemonPoltchageist;
|
|
2044
|
+
FORMS_V1013_POKEMON_SINISTCHA: FormSettingsV1013PokemonSinistcha;
|
|
2045
|
+
FORMS_V1014_POKEMON_OKIDOGI: FormSettingsV1014PokemonOkidogi;
|
|
2046
|
+
FORMS_V1015_POKEMON_MUNKIDORI: FormSettingsV1015PokemonMunkidori;
|
|
2047
|
+
FORMS_V1016_POKEMON_FEZANDIPITI: FormSettingsV1016PokemonFezandipiti;
|
|
2048
|
+
FORMS_V1017_POKEMON_OGERPON: FormSettingsV1017PokemonOgerpon;
|
|
2049
|
+
FORMS_V1018_POKEMON_ARCHALUDON: FormSettingsV1018PokemonArchaludon;
|
|
2050
|
+
FORMS_V1019_POKEMON_HYDRAPPLE: FormSettingsV1019PokemonHydrapple;
|
|
2051
|
+
FORMS_V1020_POKEMON_GOUGINGFIRE: FormSettingsV1020PokemonGougingfire;
|
|
2052
|
+
FORMS_V1021_POKEMON_RAGINGBOLT: FormSettingsV1021PokemonRagingbolt;
|
|
2053
|
+
FORMS_V1022_POKEMON_IRONBOULDER: FormSettingsV1022PokemonIronboulder;
|
|
2054
|
+
FORMS_V1023_POKEMON_IRONCROWN: FormSettingsV1023PokemonIroncrown;
|
|
2055
|
+
FORMS_V1024_POKEMON_TERAPAGOS: FormSettingsV1024PokemonTerapagos;
|
|
2056
|
+
FORMS_V1025_POKEMON_PECHARUNT: FormSettingsV1025PokemonPecharunt;
|
|
2057
|
+
}
|