summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/item/.gitignore1
-rw-r--r--data/item/item_data.json3225
-rw-r--r--data/pokemon/.gitignore1
-rw-r--r--data/pokemon/species_data.json20552
-rw-r--r--data/system_sbin.s1214
5 files changed, 23789 insertions, 1204 deletions
diff --git a/data/item/.gitignore b/data/item/.gitignore
new file mode 100644
index 0000000..fa03e18
--- /dev/null
+++ b/data/item/.gitignore
@@ -0,0 +1 @@
+item_data.inc
diff --git a/data/item/item_data.json b/data/item/item_data.json
new file mode 100644
index 0000000..1169444
--- /dev/null
+++ b/data/item/item_data.json
@@ -0,0 +1,3225 @@
+[
+ {
+ "name": "None",
+ "namePointer": "0x0830f664",
+ "buyPrice": 0,
+ "sellPrice": 0,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 2,
+ "descriptionPointer": "0x08306580",
+ "order": 0,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_NOTHING"
+ },
+ {
+ "name": "Stick",
+ "namePointer": "0x0830f65c",
+ "buyPrice": 2,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_THROWABLE",
+ "icon": 0,
+ "descriptionPointer": "0x0830659b",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 50,
+ "unkThrow1B": [
+ 6,
+ 10
+ ],
+ "palette": 1,
+ "category": "ITEM_CATEGORY_THROWABLE"
+ },
+ {
+ "name": "Iron Thorn",
+ "namePointer": "0x0830f650",
+ "buyPrice": 4,
+ "sellPrice": 2,
+ "type": "ITEM_TYPE_THROWABLE",
+ "icon": 0,
+ "descriptionPointer": "0x0830659b",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 48,
+ "unkThrow1B": [
+ 5,
+ 8
+ ],
+ "palette": 2,
+ "category": "ITEM_CATEGORY_THROWABLE"
+ },
+ {
+ "name": "Silver Spike",
+ "namePointer": "0x0830f640",
+ "buyPrice": 6,
+ "sellPrice": 3,
+ "type": "ITEM_TYPE_THROWABLE",
+ "icon": 0,
+ "descriptionPointer": "0x0830659b",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 49,
+ "unkThrow1B": [
+ 5,
+ 8
+ ],
+ "palette": 11,
+ "category": "ITEM_CATEGORY_THROWABLE"
+ },
+ {
+ "name": "Gold Fang",
+ "namePointer": "0x0830f634",
+ "buyPrice": 8,
+ "sellPrice": 4,
+ "type": "ITEM_TYPE_THROWABLE",
+ "icon": 0,
+ "descriptionPointer": "0x0830659b",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 47,
+ "unkThrow1B": [
+ 5,
+ 5
+ ],
+ "palette": 3,
+ "category": "ITEM_CATEGORY_THROWABLE"
+ },
+ {
+ "name": "Cacnea Spike",
+ "namePointer": "0x0830f624",
+ "buyPrice": 10,
+ "sellPrice": 5,
+ "type": "ITEM_TYPE_THROWABLE",
+ "icon": 0,
+ "descriptionPointer": "0x0830659b",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 45,
+ "unkThrow1B": [
+ 5,
+ 5
+ ],
+ "palette": 10,
+ "category": "ITEM_CATEGORY_THROWABLE"
+ },
+ {
+ "name": "Corsola Twig",
+ "namePointer": "0x0830f614",
+ "buyPrice": 12,
+ "sellPrice": 6,
+ "type": "ITEM_TYPE_THROWABLE",
+ "icon": 0,
+ "descriptionPointer": "0x0830659b",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 46,
+ "unkThrow1B": [
+ 5,
+ 5
+ ],
+ "palette": 4,
+ "category": "ITEM_CATEGORY_THROWABLE"
+ },
+ {
+ "name": "Gravelerock",
+ "namePointer": "0x0830f608",
+ "buyPrice": 10,
+ "sellPrice": 5,
+ "type": "ITEM_TYPE_ROCK",
+ "icon": 1,
+ "descriptionPointer": "0x083065ce",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 52,
+ "unkThrow1B": [
+ 3,
+ 5
+ ],
+ "palette": 11,
+ "category": "ITEM_CATEGORY_ROCKS"
+ },
+ {
+ "name": "Geo Pebble",
+ "namePointer": "0x0830f5fc",
+ "buyPrice": 5,
+ "sellPrice": 5,
+ "type": "ITEM_TYPE_ROCK",
+ "icon": 1,
+ "descriptionPointer": "0x083065ce",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 51,
+ "unkThrow1B": [
+ 7,
+ 10
+ ],
+ "palette": 11,
+ "category": "ITEM_CATEGORY_ROCKS"
+ },
+ {
+ "name": "Mobile Scarf",
+ "namePointer": "0x0830f5ec",
+ "buyPrice": 1000,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x0830665f",
+ "order": 4,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Heal Ribbon",
+ "namePointer": "0x0830f5e0",
+ "buyPrice": 1100,
+ "sellPrice": 350,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306718",
+ "order": 14,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Twist Band",
+ "namePointer": "0x0830f5d4",
+ "buyPrice": 1200,
+ "sellPrice": 400,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x083067a0",
+ "order": 32,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Scope Lens",
+ "namePointer": "0x0830f5c8",
+ "buyPrice": 1300,
+ "sellPrice": 450,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 13,
+ "descriptionPointer": "0x08306802",
+ "order": 42,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SPECS"
+ },
+ {
+ "name": "Patsy Band",
+ "namePointer": "0x0830f5bc",
+ "buyPrice": 50,
+ "sellPrice": 25,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306855",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 28,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "No-Stick Cap",
+ "namePointer": "0x0830f5ac",
+ "buyPrice": 1500,
+ "sellPrice": 550,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x083068be",
+ "order": 33,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Pierce Band",
+ "namePointer": "0x0830f5a0",
+ "buyPrice": 1600,
+ "sellPrice": 600,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306915",
+ "order": 22,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Joy Ribbon",
+ "namePointer": "0x0830f594",
+ "buyPrice": 5000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306992",
+ "order": 15,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "X-Ray Specs",
+ "namePointer": "0x0830f588",
+ "buyPrice": 4000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 13,
+ "descriptionPointer": "0x083069d7",
+ "order": 44,
+ "palette": 9,
+ "category": "ITEM_CATEGORY_SPECS"
+ },
+ {
+ "name": "Persim Band",
+ "namePointer": "0x0830f57c",
+ "buyPrice": 1500,
+ "sellPrice": 750,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306a26",
+ "order": 29,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Power Band",
+ "namePointer": "0x0830f570",
+ "buyPrice": 500,
+ "sellPrice": 250,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306a6b",
+ "order": 23,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Pecha Scarf",
+ "namePointer": "0x0830f564",
+ "buyPrice": 1200,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306aa2",
+ "order": 6,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Insomniscope",
+ "namePointer": "0x0830f554",
+ "buyPrice": 1200,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 13,
+ "descriptionPointer": "0x08306afb",
+ "order": 37,
+ "palette": 9,
+ "category": "ITEM_CATEGORY_SPECS"
+ },
+ {
+ "name": "Warp Scarf",
+ "namePointer": "0x0830f548",
+ "buyPrice": 50,
+ "sellPrice": 25,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306b7c",
+ "order": 9,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Tight Belt",
+ "namePointer": "0x0830f53c",
+ "buyPrice": 5000,
+ "sellPrice": 1000,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306bd3",
+ "order": 31,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Sneak Scarf",
+ "namePointer": "0x0830f530",
+ "buyPrice": 2500,
+ "sellPrice": 1000,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306c25",
+ "order": 7,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Gold Ribbon",
+ "namePointer": "0x0830f524",
+ "buyPrice": 3000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306ca7",
+ "order": 13,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Goggle Specs",
+ "namePointer": "0x0830f514",
+ "buyPrice": 1500,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 13,
+ "descriptionPointer": "0x08306d07",
+ "order": 40,
+ "palette": 9,
+ "category": "ITEM_CATEGORY_SPECS"
+ },
+ {
+ "name": "Diet Ribbon",
+ "namePointer": "0x0830f508",
+ "buyPrice": 50,
+ "sellPrice": 25,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306d71",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 11,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Trap Scarf",
+ "namePointer": "0x0830f4fc",
+ "buyPrice": 5000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306e2b",
+ "order": 8,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Racket Band",
+ "namePointer": "0x0830f4f0",
+ "buyPrice": 3000,
+ "sellPrice": 1300,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306e84",
+ "order": 30,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Def. Scarf",
+ "namePointer": "0x0830f4e4",
+ "buyPrice": 3000,
+ "sellPrice": 1350,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306eff",
+ "order": 2,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Stamina Band",
+ "namePointer": "0x0830f4d4",
+ "buyPrice": 3200,
+ "sellPrice": 1400,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306f37",
+ "order": 19,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Plain Ribbon",
+ "namePointer": "0x0830f4c4",
+ "buyPrice": 50,
+ "sellPrice": 25,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306f82",
+ "order": 17,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Special Band",
+ "namePointer": "0x0830f4b4",
+ "buyPrice": 5000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08306fc3",
+ "order": 18,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Zinc Band",
+ "namePointer": "0x0830f4a8",
+ "buyPrice": 5000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08307002",
+ "order": 25,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Detect Band",
+ "namePointer": "0x0830f49c",
+ "buyPrice": 5000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08307042",
+ "order": 26,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Alert Specs",
+ "namePointer": "0x0830f490",
+ "buyPrice": 4000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 13,
+ "descriptionPointer": "0x0830707a",
+ "order": 39,
+ "palette": 9,
+ "category": "ITEM_CATEGORY_SPECS"
+ },
+ {
+ "name": "Dodge Scarf",
+ "namePointer": "0x0830f484",
+ "buyPrice": 5000,
+ "sellPrice": 2500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x083070dc",
+ "order": 3,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Bounce Band",
+ "namePointer": "0x0830f478",
+ "buyPrice": 3500,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08307122",
+ "order": 10,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Curve Band",
+ "namePointer": "0x0830f46c",
+ "buyPrice": 50,
+ "sellPrice": 25,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08307160",
+ "order": 21,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Whiff Specs",
+ "namePointer": "0x0830f460",
+ "buyPrice": 50,
+ "sellPrice": 25,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 13,
+ "descriptionPointer": "0x083071fd",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 43,
+ "palette": 9,
+ "category": "ITEM_CATEGORY_SPECS"
+ },
+ {
+ "name": "No-Aim Scope",
+ "namePointer": "0x0830f450",
+ "buyPrice": 100,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 13,
+ "descriptionPointer": "0x08307254",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 38,
+ "palette": 9,
+ "category": "ITEM_CATEGORY_SPECS"
+ },
+ {
+ "name": "Lockon Specs",
+ "namePointer": "0x0830f440",
+ "buyPrice": 4000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 13,
+ "descriptionPointer": "0x083072ab",
+ "order": 41,
+ "palette": 9,
+ "category": "ITEM_CATEGORY_SPECS"
+ },
+ {
+ "name": "Munch Belt",
+ "namePointer": "0x0830f434",
+ "buyPrice": 4000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x083072fa",
+ "order": 27,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Pass Scarf",
+ "namePointer": "0x0830f428",
+ "buyPrice": 4000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08307398",
+ "order": 5,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Weather Band",
+ "namePointer": "0x0830f418",
+ "buyPrice": 4000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08307461",
+ "order": 24,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Friend Bow",
+ "namePointer": "0x0830f40c",
+ "buyPrice": 5000,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x083074b2",
+ "order": 12,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Beauty Scarf",
+ "namePointer": "0x0830f3fc",
+ "buyPrice": 9000,
+ "sellPrice": 5000,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08307526",
+ "order": 1,
+ "palette": 10,
+ "category": "ITEM_CATEGORY_SCARFS"
+ },
+ {
+ "name": "Sun Ribbon",
+ "namePointer": "0x0830f3f0",
+ "buyPrice": 5000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x083075b8",
+ "order": 20,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Lunar Ribbon",
+ "namePointer": "0x0830f3e0",
+ "buyPrice": 5000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x08307641",
+ "order": 16,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Ring D",
+ "namePointer": "0x0830f3d8",
+ "buyPrice": 5100,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x083076ca",
+ "order": 34,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Ring E",
+ "namePointer": "0x0830f3d0",
+ "buyPrice": 5200,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x083076d2",
+ "order": 35,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Ring F",
+ "namePointer": "0x0830f3c8",
+ "buyPrice": 5300,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_HOLD_ITEM",
+ "icon": 4,
+ "descriptionPointer": "0x083076da",
+ "order": 36,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_RIBBONS"
+ },
+ {
+ "name": "Heal Seed",
+ "namePointer": "0x0830f3bc",
+ "buyPrice": 250,
+ "sellPrice": 120,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x083076e2",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 87,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Wish Stone",
+ "namePointer": "0x0830f3b0",
+ "buyPrice": 4,
+ "sellPrice": 2,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 7,
+ "descriptionPointer": "0x08307743",
+ "order": 110,
+ "palette": 6,
+ "category": "ITEM_CATEGORY_MONEY_WISH_STONE"
+ },
+ {
+ "name": "Oran Berry",
+ "namePointer": "0x0830f3a4",
+ "buyPrice": 50,
+ "sellPrice": 25,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 2,
+ "descriptionPointer": "0x083077d7",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 78,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Sitrus Berry",
+ "namePointer": "0x0830f394",
+ "buyPrice": 4000,
+ "sellPrice": 100,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 2,
+ "descriptionPointer": "0x0830782f",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 81,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Eyedrop Seed",
+ "namePointer": "0x0830f384",
+ "buyPrice": 60,
+ "sellPrice": 20,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x083078e6",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 86,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Reviver Seed",
+ "namePointer": "0x0830f374",
+ "buyPrice": 800,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08307994",
+ "order": 93,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Blinker Seed",
+ "namePointer": "0x0830f364",
+ "buyPrice": 50,
+ "sellPrice": 20,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08307a3c",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 84,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Doom Seed",
+ "namePointer": "0x0830f358",
+ "buyPrice": 20,
+ "sellPrice": 5,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08307afb",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 85,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Allure Seed",
+ "namePointer": "0x0830f34c",
+ "buyPrice": 60,
+ "sellPrice": 30,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08307b6c",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 82,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Life Seed",
+ "namePointer": "0x0830f340",
+ "buyPrice": 1000,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08307bdd",
+ "aiFlags": [
+ true,
+ false,
+ false
+ ],
+ "order": 90,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Rawst Berry",
+ "namePointer": "0x0830f334",
+ "buyPrice": 150,
+ "sellPrice": 20,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 2,
+ "descriptionPointer": "0x08307c55",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 80,
+ "palette": 10,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Hunger Seed",
+ "namePointer": "0x0830f328",
+ "buyPrice": 50,
+ "sellPrice": 20,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08307cbc",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 88,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Quick Seed",
+ "namePointer": "0x0830f31c",
+ "buyPrice": 30,
+ "sellPrice": 15,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08307d93",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 92,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Pecha Berry",
+ "namePointer": "0x0830f310",
+ "buyPrice": 80,
+ "sellPrice": 5,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 2,
+ "descriptionPointer": "0x08307e13",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 79,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Cheri Berry",
+ "namePointer": "0x0830f304",
+ "buyPrice": 120,
+ "sellPrice": 20,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 2,
+ "descriptionPointer": "0x08307e97",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 76,
+ "palette": 6,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Totter Seed",
+ "namePointer": "0x0830f2f8",
+ "buyPrice": 60,
+ "sellPrice": 30,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08307f05",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 96,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Sleep Seed",
+ "namePointer": "0x0830f2ec",
+ "buyPrice": 70,
+ "sellPrice": 35,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08307fc4",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 94,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Plain Seed",
+ "namePointer": "0x0830f2e0",
+ "buyPrice": 6,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08308052",
+ "order": 91,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Warp Seed",
+ "namePointer": "0x0830f2d4",
+ "buyPrice": 20,
+ "sellPrice": 10,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x083080ae",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 97,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Blast Seed",
+ "namePointer": "0x0830f2c8",
+ "buyPrice": 30,
+ "sellPrice": 15,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x0830812f",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 83,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Ginseng",
+ "namePointer": "0x0830f2c0",
+ "buyPrice": 2600,
+ "sellPrice": 1000,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 12,
+ "descriptionPointer": "0x083081a6",
+ "order": 99,
+ "palette": 8,
+ "category": "ITEM_CATEGORY_HEALING"
+ },
+ {
+ "name": "Joy Seed",
+ "namePointer": "0x0830f2b4",
+ "buyPrice": 3000,
+ "sellPrice": 1000,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x0830824f",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 89,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Chesto Berry",
+ "namePointer": "0x0830f2a4",
+ "buyPrice": 30,
+ "sellPrice": 15,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 2,
+ "descriptionPointer": "0x083082c0",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 77,
+ "palette": 2,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Stun Seed",
+ "namePointer": "0x0830f298",
+ "buyPrice": 50,
+ "sellPrice": 25,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 14,
+ "descriptionPointer": "0x08308368",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 95,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Max Elixir",
+ "namePointer": "0x0830f28c",
+ "buyPrice": 250,
+ "sellPrice": 100,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 12,
+ "descriptionPointer": "0x0830841f",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 101,
+ "palette": 8,
+ "category": "ITEM_CATEGORY_HEALING"
+ },
+ {
+ "name": "Protein",
+ "namePointer": "0x0830f284",
+ "buyPrice": 5000,
+ "sellPrice": 5,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 12,
+ "descriptionPointer": "0x083084a0",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 102,
+ "palette": 8,
+ "category": "ITEM_CATEGORY_HEALING"
+ },
+ {
+ "name": "Calcium",
+ "namePointer": "0x0830f27c",
+ "buyPrice": 6000,
+ "sellPrice": 5,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 12,
+ "descriptionPointer": "0x08308507",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 98,
+ "palette": 8,
+ "category": "ITEM_CATEGORY_HEALING"
+ },
+ {
+ "name": "Iron",
+ "namePointer": "0x0830f274",
+ "buyPrice": 7000,
+ "sellPrice": 5,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 12,
+ "descriptionPointer": "0x08308576",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 100,
+ "palette": 8,
+ "category": "ITEM_CATEGORY_HEALING"
+ },
+ {
+ "name": "Zinc",
+ "namePointer": "0x0830f26c",
+ "buyPrice": 8000,
+ "sellPrice": 5,
+ "type": "ITEM_TYPE_BERRY_SEED",
+ "icon": 12,
+ "descriptionPointer": "0x083085de",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 103,
+ "palette": 8,
+ "category": "ITEM_CATEGORY_HEALING"
+ },
+ {
+ "name": "Apple",
+ "namePointer": "0x0830f264",
+ "buyPrice": 25,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 3,
+ "descriptionPointer": "0x0830864e",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 53,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Big Apple",
+ "namePointer": "0x0830f258",
+ "buyPrice": 50,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 3,
+ "descriptionPointer": "0x083086e1",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 55,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Grimy Food",
+ "namePointer": "0x0830f24c",
+ "buyPrice": 5,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 1,
+ "descriptionPointer": "0x08308771",
+ "aiFlags": [
+ false,
+ false,
+ true
+ ],
+ "order": 57,
+ "palette": 9,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Huge Apple",
+ "namePointer": "0x0830f240",
+ "buyPrice": 100,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 3,
+ "descriptionPointer": "0x083087e8",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 58,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "White Gummi",
+ "namePointer": "0x0830f234",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308858",
+ "order": 74,
+ "palette": 11,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Red Gummi",
+ "namePointer": "0x0830f228",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308908",
+ "order": 70,
+ "palette": 6,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Blue Gummi",
+ "namePointer": "0x0830f21c",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x083089b6",
+ "order": 60,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Grass Gummi",
+ "namePointer": "0x0830f210",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308a65",
+ "order": 64,
+ "palette": 10,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Yellow Gummi",
+ "namePointer": "0x0830f200",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308b14",
+ "order": 75,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Clear Gummi",
+ "namePointer": "0x0830f1f4",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308bc6",
+ "order": 62,
+ "palette": 11,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Orange Gummi",
+ "namePointer": "0x0830f1e4",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308c73",
+ "order": 67,
+ "palette": 9,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Pink Gummi",
+ "namePointer": "0x0830f1d8",
+ "buyPrice": 1500,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308d25",
+ "order": 68,
+ "palette": 4,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Brown Gummi",
+ "namePointer": "0x0830f1cc",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308dd5",
+ "order": 61,
+ "palette": 8,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Sky Gummi",
+ "namePointer": "0x0830f1c0",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308e85",
+ "order": 73,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Gold Gummi",
+ "namePointer": "0x0830f1b4",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308f35",
+ "order": 63,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Green Gummi",
+ "namePointer": "0x0830f1a8",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08308fe6",
+ "order": 66,
+ "palette": 10,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Gray Gummi",
+ "namePointer": "0x0830f19c",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08309093",
+ "order": 65,
+ "palette": 11,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Purple Gummi",
+ "namePointer": "0x0830f18c",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x08309141",
+ "order": 69,
+ "palette": 7,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Royal Gummi",
+ "namePointer": "0x0830f180",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x083091f0",
+ "order": 71,
+ "palette": 2,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Black Gummi",
+ "namePointer": "0x0830f174",
+ "buyPrice": 200,
+ "sellPrice": 50,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x083092a0",
+ "order": 59,
+ "palette": 2,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Silver Gummi",
+ "namePointer": "0x0830f164",
+ "buyPrice": 1000,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 17,
+ "descriptionPointer": "0x0830934e",
+ "order": 72,
+ "palette": 11,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Banana",
+ "namePointer": "0x0830f15c",
+ "buyPrice": 9000,
+ "sellPrice": 5000,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 19,
+ "descriptionPointer": "0x083093fd",
+ "aiFlags": [
+ true,
+ true,
+ false
+ ],
+ "order": 54,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_FOOD"
+ },
+ {
+ "name": "Chestnut",
+ "namePointer": "0x0830f150",
+ "buyPrice": 3,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_APPLE_GUMMI",
+ "icon": 11,
+ "descriptionPointer": "0x083094bd",
+ "order": 56,
+ "palette": 6,
+ "category": "ITEM_CATEGORY_CHESTNUT"
+ },
+ {
+ "name": "Pok\u00e9",
+ "namePointer": "0x0830f148",
+ "buyPrice": 0,
+ "sellPrice": 0,
+ "type": "ITEM_TYPE_MONEY",
+ "icon": 6,
+ "descriptionPointer": "0x08309515",
+ "order": 239,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_MONEY_WISH_STONE"
+ },
+ {
+ "name": "Upgrade",
+ "namePointer": "0x0830f140",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 5,
+ "descriptionPointer": "0x08309532",
+ "order": 117,
+ "palette": 2,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "King's Rock",
+ "namePointer": "0x0830f134",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 5,
+ "descriptionPointer": "0x0830959a",
+ "order": 114,
+ "palette": 1,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Thunderstone",
+ "namePointer": "0x0830f124",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 1,
+ "descriptionPointer": "0x0830959a",
+ "order": 108,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Deepseascale",
+ "namePointer": "0x0830f114",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 20,
+ "descriptionPointer": "0x08309532",
+ "order": 111,
+ "palette": 2,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Deepseatooth",
+ "namePointer": "0x0830f104",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 5,
+ "descriptionPointer": "0x08309532",
+ "order": 113,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Sun Stone",
+ "namePointer": "0x0830f0f8",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 1,
+ "descriptionPointer": "0x0830959a",
+ "order": 107,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Moon Stone",
+ "namePointer": "0x0830f0ec",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 1,
+ "descriptionPointer": "0x0830959a",
+ "order": 106,
+ "palette": 7,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Fire Stone",
+ "namePointer": "0x0830f0e0",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 1,
+ "descriptionPointer": "0x0830959a",
+ "order": 104,
+ "palette": 6,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Water Stone",
+ "namePointer": "0x0830f0d4",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 1,
+ "descriptionPointer": "0x0830959a",
+ "order": 109,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Metal Coat",
+ "namePointer": "0x0830f0c8",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 5,
+ "descriptionPointer": "0x0830959a",
+ "order": 116,
+ "palette": 7,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Leaf Stone",
+ "namePointer": "0x0830f0bc",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 1,
+ "descriptionPointer": "0x0830959a",
+ "order": 105,
+ "palette": 10,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Dragon Scale",
+ "namePointer": "0x0830f0ac",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 20,
+ "descriptionPointer": "0x08309532",
+ "order": 112,
+ "palette": 10,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Link Cable",
+ "namePointer": "0x0830f0a0",
+ "buyPrice": 3000,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 5,
+ "descriptionPointer": "0x0830959a",
+ "order": 115,
+ "palette": 10,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Ice Part",
+ "namePointer": "0x0830f094",
+ "buyPrice": 1,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 18,
+ "descriptionPointer": "0x08309601",
+ "order": 118,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Steel Part",
+ "namePointer": "0x0830f088",
+ "buyPrice": 1,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 18,
+ "descriptionPointer": "0x083096da",
+ "order": 122,
+ "palette": 11,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Rock Part",
+ "namePointer": "0x0830f07c",
+ "buyPrice": 1,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 18,
+ "descriptionPointer": "0x08309781",
+ "order": 121,
+ "palette": 6,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Music Box",
+ "namePointer": "0x0830f070",
+ "buyPrice": 1,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 5,
+ "descriptionPointer": "0x083097f5",
+ "order": 120,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Key",
+ "namePointer": "0x0830f06c",
+ "buyPrice": 1,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_MISC",
+ "icon": 16,
+ "descriptionPointer": "0x08309875",
+ "order": 119,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_MISC"
+ },
+ {
+ "name": "Used TM",
+ "namePointer": "0x0830f060",
+ "buyPrice": 1,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_USED_TM",
+ "icon": 8,
+ "descriptionPointer": "0x083098a3",
+ "order": 123,
+ "palette": 2,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Focus Punch",
+ "namePointer": "0x0830f050",
+ "buyPrice": 5000,
+ "sellPrice": 1000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309925",
+ "move": "MOVE_FOCUS_PUNCH",
+ "order": 142,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Dragon Claw",
+ "namePointer": "0x0830f040",
+ "buyPrice": 8000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x083099cb",
+ "move": "MOVE_DRAGON_CLAW",
+ "order": 134,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Water Pulse",
+ "namePointer": "0x0830f030",
+ "buyPrice": 7500,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309a12",
+ "move": "MOVE_WATER_PULSE",
+ "order": 176,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Calm Mind",
+ "namePointer": "0x0830f024",
+ "buyPrice": 8000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309a9a",
+ "move": "MOVE_CALM_MIND",
+ "order": 130,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Roar",
+ "namePointer": "0x0830f01c",
+ "buyPrice": 1500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309b13",
+ "move": "MOVE_ROAR",
+ "order": 156,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Toxic",
+ "namePointer": "0x0830f014",
+ "buyPrice": 6000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309b90",
+ "move": "MOVE_TOXIC",
+ "order": 174,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Hail",
+ "namePointer": "0x0830f008",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x08309c26",
+ "move": "MOVE_HAIL",
+ "order": 186,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Bulk Up",
+ "namePointer": "0x0830effc",
+ "buyPrice": 8000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309c9c",
+ "move": "MOVE_BULK_UP",
+ "order": 128,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Bullet Seed",
+ "namePointer": "0x0830efec",
+ "buyPrice": 6000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309d00",
+ "move": "MOVE_BULLET_SEED",
+ "order": 129,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Hidden Power",
+ "namePointer": "0x0830efdc",
+ "buyPrice": 1500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309d7f",
+ "move": "MOVE_HIDDEN_POWER",
+ "order": 145,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Sunny Day",
+ "namePointer": "0x0830efd0",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x08309df5",
+ "move": "MOVE_SUNNY_DAY",
+ "order": 221,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Taunt",
+ "namePointer": "0x0830efc8",
+ "buyPrice": 1500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309e6c",
+ "move": "MOVE_TAUNT",
+ "order": 169,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Ice Beam",
+ "namePointer": "0x0830efbc",
+ "buyPrice": 8000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309ec5",
+ "move": "MOVE_ICE_BEAM",
+ "order": 147,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Blizzard",
+ "namePointer": "0x0830efb0",
+ "buyPrice": 9000,
+ "sellPrice": 3000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309f60",
+ "move": "MOVE_BLIZZARD",
+ "order": 126,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Hyper Beam",
+ "namePointer": "0x0830efa0",
+ "buyPrice": 9000,
+ "sellPrice": 3000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x08309fe8",
+ "move": "MOVE_HYPER_BEAM",
+ "order": 146,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Light Screen",
+ "namePointer": "0x0830ef90",
+ "buyPrice": 2500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a08a",
+ "move": "MOVE_LIGHT_SCREEN",
+ "order": 149,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Protect",
+ "namePointer": "0x0830ef84",
+ "buyPrice": 6000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a117",
+ "move": "MOVE_PROTECT",
+ "order": 151,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Rain Dance",
+ "namePointer": "0x0830ef78",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830a19e",
+ "move": "MOVE_RAIN_DANCE",
+ "order": 205,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Giga Drain",
+ "namePointer": "0x0830ef68",
+ "buyPrice": 7000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a214",
+ "move": "MOVE_GIGA_DRAIN",
+ "order": 144,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Safeguard",
+ "namePointer": "0x0830ef5c",
+ "buyPrice": 6000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a2a4",
+ "move": "MOVE_SAFEGUARD",
+ "order": 158,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Frustration",
+ "namePointer": "0x0830ef4c",
+ "buyPrice": 3000,
+ "sellPrice": 1000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a33d",
+ "move": "MOVE_FRUSTRATION",
+ "order": 143,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "SolarBeam",
+ "namePointer": "0x0830ef40",
+ "buyPrice": 7000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a3c1",
+ "move": "MOVE_SOLARBEAM",
+ "order": 164,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Iron Tail",
+ "namePointer": "0x0830ef34",
+ "buyPrice": 8000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a460",
+ "move": "MOVE_IRON_TAIL",
+ "order": 148,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Thunderbolt",
+ "namePointer": "0x0830ef24",
+ "buyPrice": 8000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a4e3",
+ "move": "MOVE_THUNDERBOLT",
+ "order": 172,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Thunder",
+ "namePointer": "0x0830ef18",
+ "buyPrice": 9000,
+ "sellPrice": 3000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a575",
+ "move": "MOVE_THUNDER",
+ "order": 171,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Earthquake",
+ "namePointer": "0x0830ef08",
+ "buyPrice": 6500,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a605",
+ "move": "MOVE_EARTHQUAKE",
+ "order": 135,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Return",
+ "namePointer": "0x0830eefc",
+ "buyPrice": 3000,
+ "sellPrice": 1000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a68b",
+ "move": "MOVE_RETURN",
+ "order": 155,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Dig",
+ "namePointer": "0x0830eef4",
+ "buyPrice": 3000,
+ "sellPrice": 1000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a6f9",
+ "move": "MOVE_DIG",
+ "order": 132,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Psychic",
+ "namePointer": "0x0830eee8",
+ "buyPrice": 5000,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a790",
+ "move": "MOVE_PSYCHIC",
+ "order": 152,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Shadow Ball",
+ "namePointer": "0x0830eed8",
+ "buyPrice": 6500,
+ "sellPrice": 1000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a819",
+ "move": "MOVE_SHADOW_BALL",
+ "order": 160,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Brick Break",
+ "namePointer": "0x0830eec8",
+ "buyPrice": 2500,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a8b9",
+ "move": "MOVE_BRICK_BREAK",
+ "order": 127,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Double Team",
+ "namePointer": "0x0830eeb8",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830a92f",
+ "move": "MOVE_DOUBLE_TEAM",
+ "order": 184,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Reflect",
+ "namePointer": "0x0830eeac",
+ "buyPrice": 2500,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830a97e",
+ "move": "MOVE_REFLECT",
+ "order": 153,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Shock Wave",
+ "namePointer": "0x0830ee9c",
+ "buyPrice": 7500,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830aa1b",
+ "move": "MOVE_SHOCK_WAVE",
+ "order": 161,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Flamethrower",
+ "namePointer": "0x0830ee8c",
+ "buyPrice": 8000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830aa87",
+ "move": "MOVE_FLAMETHROWER",
+ "order": 139,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Sludge Bomb",
+ "namePointer": "0x0830ee7c",
+ "buyPrice": 7500,
+ "sellPrice": 1500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830ab26",
+ "move": "MOVE_SLUDGE_BOMB",
+ "order": 163,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Sandstorm",
+ "namePointer": "0x0830ee70",
+ "buyPrice": 500,
+ "sellPrice": 250,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830abd0",
+ "move": "MOVE_SANDSTORM",
+ "order": 210,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Fire Blast",
+ "namePointer": "0x0830ee60",
+ "buyPrice": 9000,
+ "sellPrice": 3000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830ac4b",
+ "move": "MOVE_FIRE_BLAST",
+ "order": 138,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Rock Tomb",
+ "namePointer": "0x0830ee54",
+ "buyPrice": 500,
+ "sellPrice": 250,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830acd5",
+ "move": "MOVE_ROCK_TOMB",
+ "order": 208,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Aerial Ace",
+ "namePointer": "0x0830ee44",
+ "buyPrice": 7500,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830ad51",
+ "move": "MOVE_AERIAL_ACE",
+ "order": 124,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Torment",
+ "namePointer": "0x0830ee38",
+ "buyPrice": 1500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830ada9",
+ "move": "MOVE_TORMENT",
+ "order": 173,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Facade",
+ "namePointer": "0x0830ee2c",
+ "buyPrice": 1500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830ae29",
+ "move": "MOVE_FACADE",
+ "order": 137,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Secret Power",
+ "namePointer": "0x0830ee1c",
+ "buyPrice": 1500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830aed0",
+ "move": "MOVE_SECRET_POWER",
+ "order": 159,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Rest",
+ "namePointer": "0x0830ee14",
+ "buyPrice": 3000,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830af56",
+ "move": "MOVE_REST",
+ "order": 154,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Attract",
+ "namePointer": "0x0830ee08",
+ "buyPrice": 1500,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830afef",
+ "move": "MOVE_ATTRACT",
+ "order": 125,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Thief",
+ "namePointer": "0x0830ee00",
+ "buyPrice": 1500,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830b046",
+ "move": "MOVE_THIEF",
+ "order": 170,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Steel WIng",
+ "namePointer": "0x0830edf0",
+ "buyPrice": 7000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830b0d8",
+ "move": "MOVE_STEEL_WING",
+ "order": 166,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Skill Swap",
+ "namePointer": "0x0830ede0",
+ "buyPrice": 7000,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830b15a",
+ "move": "MOVE_SKILL_SWAP",
+ "order": 162,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Snatch",
+ "namePointer": "0x0830edd0",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b1c6",
+ "move": "MOVE_SNATCH",
+ "order": 218,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Overheat",
+ "namePointer": "0x0830edc4",
+ "buyPrice": 6500,
+ "sellPrice": 2000,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830b23a",
+ "move": "MOVE_OVERHEAT",
+ "order": 150,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Wide Slash",
+ "namePointer": "0x0830edb4",
+ "buyPrice": 2500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830b2e1",
+ "move": "MOVE_WIDE_SLASH",
+ "order": 178,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Excavate",
+ "namePointer": "0x0830eda8",
+ "buyPrice": 2500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830b352",
+ "move": "MOVE_EXCAVATE",
+ "order": 136,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Spin Slash",
+ "namePointer": "0x0830ed98",
+ "buyPrice": 2500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830b3a1",
+ "move": "MOVE_SPIN_SLASH",
+ "order": 165,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "See-Trap Orb",
+ "namePointer": "0x0830ed88",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b3fb",
+ "move": "MOVE_SEE_TRAP",
+ "order": 212,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Mug Orb",
+ "namePointer": "0x0830ed7c",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b43c",
+ "move": "MOVE_TAKEAWAY",
+ "order": 195,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Rebound Orb",
+ "namePointer": "0x0830ed6c",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b4bb",
+ "move": "MOVE_REBOUND",
+ "order": 206,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Lob Orb",
+ "namePointer": "0x0830ed60",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b555",
+ "move": "MOVE_BLOOP_SLASH",
+ "order": 191,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Switcher Orb",
+ "namePointer": "0x0830ed50",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b59d",
+ "move": "MOVE_SWITCHER",
+ "order": 222,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Blowback Orb",
+ "namePointer": "0x0830ed40",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b601",
+ "move": "MOVE_BLOWBACK",
+ "order": 179,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Warp Orb",
+ "namePointer": "0x0830ed34",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b680",
+ "move": "MOVE_WARP",
+ "order": 230,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Transfer Orb",
+ "namePointer": "0x0830ed24",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b6da",
+ "move": "MOVE_TRANSFER",
+ "order": 225,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Slow Orb",
+ "namePointer": "0x0830ed18",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b725",
+ "move": "MOVE_SLOW_DOWN",
+ "order": 216,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Quick Orb",
+ "namePointer": "0x0830ed0c",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b786",
+ "move": "MOVE_SPEED_BOOST",
+ "order": 203,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Luminous Orb",
+ "namePointer": "0x0830ecfc",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b802",
+ "move": "MOVE_SEARCHLIGHT",
+ "order": 193,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Petrify Orb",
+ "namePointer": "0x0830ecec",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b83c",
+ "move": "MOVE_PETRIFY",
+ "order": 199,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Stayaway Orb",
+ "namePointer": "0x0830ecdc",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b8b4",
+ "move": "MOVE_STAY_AWAY",
+ "order": 220,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Pounce Orb",
+ "namePointer": "0x0830eccc",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b920",
+ "move": "MOVE_POUNCE",
+ "order": 202,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Trawl Orb",
+ "namePointer": "0x0830ecc0",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830b9b2",
+ "move": "MOVE_TRAWL",
+ "order": 228,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Cleanse Orb",
+ "namePointer": "0x0830ecb0",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830ba36",
+ "move": "MOVE_CLEANSE",
+ "order": 180,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Observer Orb",
+ "namePointer": "0x0830eca0",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830baab",
+ "move": "MOVE_OBSERVER",
+ "order": 196,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Decoy Orb",
+ "namePointer": "0x0830ec94",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bb18",
+ "move": "MOVE_DECOY_MAKER",
+ "order": 181,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Slumber Orb",
+ "namePointer": "0x0830ec84",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bb90",
+ "move": "MOVE_SIESTA",
+ "order": 217,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Totter Orb",
+ "namePointer": "0x0830ec74",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bc08",
+ "move": "MOVE_TOTTER",
+ "order": 224,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Two-Edge Orb",
+ "namePointer": "0x0830ec64",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bc8e",
+ "move": "MOVE_TWO_EDGE",
+ "order": 229,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Silence Orb",
+ "namePointer": "0x0830ec54",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bd0e",
+ "move": "MOVE_NO_MOVE",
+ "order": 214,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Escape Orb",
+ "namePointer": "0x0830ec44",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bd95",
+ "move": "MOVE_ESCAPE",
+ "order": 183,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Scanner Orb",
+ "namePointer": "0x0830ec34",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bdf0",
+ "move": "MOVE_SCAN",
+ "order": 211,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Radar Orb",
+ "namePointer": "0x0830ec28",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830be3d",
+ "move": "MOVE_POWER_EARS",
+ "order": 204,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Drought Orb",
+ "namePointer": "0x0830ec18",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830be7f",
+ "move": "MOVE_DROUGHT",
+ "order": 182,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Trapbust Orb",
+ "namePointer": "0x0830ec08",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bec4",
+ "move": "MOVE_TRAP_BUSTER",
+ "order": 226,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Rollcall Orb",
+ "namePointer": "0x0830ebf8",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bef9",
+ "aiFlags": [
+ true,
+ false,
+ false
+ ],
+ "move": "MOVE_WILD_CALL",
+ "order": 209,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Invisify Orb",
+ "namePointer": "0x0830ebe8",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bf46",
+ "move": "MOVE_INVISIFY",
+ "order": 189,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "One-Shot Orb",
+ "namePointer": "0x0830ebd8",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bf8b",
+ "move": "MOVE_ONE_SHOT",
+ "order": 198,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Identify Orb",
+ "namePointer": "0x0830ebc8",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830bfd3",
+ "move": "MOVE_HP_GAUGE",
+ "order": 188,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Vacuum-Cut",
+ "namePointer": "0x0830ebb8",
+ "buyPrice": 2500,
+ "sellPrice": 300,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830c030",
+ "move": "MOVE_VACUUM_CUT",
+ "order": 175,
+ "palette": 5,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Reviver Orb",
+ "namePointer": "0x0830eba8",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c080",
+ "move": "MOVE_REVIVER",
+ "order": 207,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Shocker Orb",
+ "namePointer": "0x0830eb98",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c0ff",
+ "move": "MOVE_SHOCKER",
+ "order": 213,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Sizebust Orb",
+ "namePointer": "0x0830eb88",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c17c",
+ "move": "MOVE_ECHO",
+ "order": 215,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "One-Room Orb",
+ "namePointer": "0x0830eb78",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c1ef",
+ "move": "MOVE_ONE_ROOM",
+ "order": 197,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Fill-In Orb",
+ "namePointer": "0x0830eb68",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c24e",
+ "move": "MOVE_FILL_IN",
+ "order": 185,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Trapper Orb",
+ "namePointer": "0x0830eb58",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c2ac",
+ "move": "MOVE_TRAPPER",
+ "order": 227,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Possess Orb",
+ "namePointer": "0x0830eb48",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c30e",
+ "move": "MOVE_POSSESS",
+ "order": 201,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Itemizer Orb",
+ "namePointer": "0x0830eb38",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c384",
+ "move": "MOVE_ITEMIZE",
+ "order": 190,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Hurl Orb",
+ "namePointer": "0x0830eb2c",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c3c7",
+ "move": "MOVE_HURL",
+ "order": 187,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Mobile Orb",
+ "namePointer": "0x0830eb1c",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c415",
+ "move": "MOVE_MOBILE",
+ "order": 194,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Toss Orb",
+ "namePointer": "0x0830eb10",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c4a6",
+ "move": "MOVE_ITEM_TOSS",
+ "order": 223,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Stairs Orb",
+ "namePointer": "0x0830eb00",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c4cb",
+ "move": "MOVE_SEE_STAIRS",
+ "order": 219,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Longtoss Orb",
+ "namePointer": "0x0830eaf0",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c50f",
+ "move": "MOVE_LONG_TOSS",
+ "order": 192,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Pierce Orb",
+ "namePointer": "0x0830eae0",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830c596",
+ "move": "MOVE_PIERCE",
+ "order": 200,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "Cut",
+ "namePointer": "0x0830ead8",
+ "buyPrice": 2,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830c622",
+ "move": "MOVE_CUT",
+ "order": 131,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Fly",
+ "namePointer": "0x0830ead0",
+ "buyPrice": 2,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830c6a2",
+ "move": "MOVE_FLY",
+ "order": 141,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Surf",
+ "namePointer": "0x0830eac8",
+ "buyPrice": 2,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830c74c",
+ "move": "MOVE_SURF",
+ "order": 168,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Strength",
+ "namePointer": "0x0830eabc",
+ "buyPrice": 2,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830c7ec",
+ "move": "MOVE_STRENGTH",
+ "order": 167,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Flash",
+ "namePointer": "0x0830eab4",
+ "buyPrice": 2,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830c886",
+ "move": "MOVE_FLASH",
+ "order": 140,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Rock Smash",
+ "namePointer": "0x0830eaa4",
+ "buyPrice": 2,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830c918",
+ "move": "MOVE_ROCK_SMASH",
+ "order": 157,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Waterfall",
+ "namePointer": "0x0830ea98",
+ "buyPrice": 2,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830c9a7",
+ "move": "MOVE_WATERFALL",
+ "order": 177,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Dive",
+ "namePointer": "0x0830ea90",
+ "buyPrice": 2,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_TM",
+ "icon": 8,
+ "descriptionPointer": "0x0830ca1e",
+ "move": "MOVE_DIVE",
+ "order": 133,
+ "palette": 3,
+ "category": "ITEM_CATEGORY_TM"
+ },
+ {
+ "name": "Link Box",
+ "namePointer": "0x0830ea84",
+ "buyPrice": 3000,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_LINK_BOX",
+ "icon": 10,
+ "descriptionPointer": "0x0830cad2",
+ "order": 235,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_LINK_BOX"
+ },
+ {
+ "name": "Switch Box",
+ "namePointer": "0x0830ea78",
+ "buyPrice": 1500,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_LINK_BOX",
+ "icon": 10,
+ "descriptionPointer": "0x0830cb67",
+ "order": 237,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_LINK_BOX"
+ },
+ {
+ "name": "Weavile Fig",
+ "namePointer": "0x0830ea6c",
+ "buyPrice": 1,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_LINK_BOX",
+ "icon": 10,
+ "descriptionPointer": "0x0830cbec",
+ "order": 238,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_LINK_BOX"
+ },
+ {
+ "name": "Mime Jr. Fig",
+ "namePointer": "0x0830ea5c",
+ "buyPrice": 1,
+ "sellPrice": 1,
+ "type": "ITEM_TYPE_LINK_BOX",
+ "icon": 10,
+ "descriptionPointer": "0x0830cc01",
+ "order": 236,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_LINK_BOX"
+ },
+ {
+ "name": "Beatup Orb",
+ "namePointer": "0x0830ea4c",
+ "buyPrice": 300,
+ "sellPrice": 150,
+ "type": "ITEM_TYPE_ORB",
+ "icon": 15,
+ "descriptionPointer": "0x0830cc17",
+ "move": "MOVE_BEAT_UP",
+ "order": 231,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_ORBS"
+ },
+ {
+ "name": "G Machine 6",
+ "namePointer": "0x0830ea40",
+ "buyPrice": 8000,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_LINK_BOX",
+ "icon": 10,
+ "descriptionPointer": "0x0830cc17",
+ "order": 232,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_LINK_BOX"
+ },
+ {
+ "name": "G Machine 7",
+ "namePointer": "0x0830ea34",
+ "buyPrice": 8000,
+ "sellPrice": 500,
+ "type": "ITEM_TYPE_LINK_BOX",
+ "icon": 10,
+ "descriptionPointer": "0x0830cc17",
+ "order": 233,
+ "palette": 0,
+ "category": "ITEM_CATEGORY_LINK_BOX"
+ }
+]
diff --git a/data/pokemon/.gitignore b/data/pokemon/.gitignore
new file mode 100644
index 0000000..d078816
--- /dev/null
+++ b/data/pokemon/.gitignore
@@ -0,0 +1 @@
+species_data.inc
diff --git a/data/pokemon/species_data.json b/data/pokemon/species_data.json
new file mode 100644
index 0000000..ad4959f
--- /dev/null
+++ b/data/pokemon/species_data.json
@@ -0,0 +1,20552 @@
+[
+ {
+ "name": "None",
+ "species": "0x08360be8",
+ "category": "0x08360bdc",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "NONE",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 1,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 0,
+ 0
+ ],
+ "base_def_spdef": [
+ 0,
+ 0
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 99,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 0,
+ 0
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 0,
+ 0
+ ]
+ },
+ {
+ "name": "Bulbasaur",
+ "species": "0x08360bd0",
+ "category": "0x08360bc8",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 2,
+ 2
+ ],
+ "base_def_spdef": [
+ 1,
+ 0
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 1,
+ 1
+ ],
+ "base_recruit": 125,
+ "alphabetParent": [
+ 32,
+ 1
+ ]
+ },
+ {
+ "name": "Ivysaur",
+ "species": "0x08360bc0",
+ "category": "0x08360bc8",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 46,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 14,
+ 12
+ ],
+ "base_def_spdef": [
+ 9,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_BULBASAUR",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 2,
+ 2
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 147,
+ 2
+ ]
+ },
+ {
+ "name": "Venusaur",
+ "species": "0x08360bb4",
+ "category": "0x08360bc8",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 51,
+ "base_exp": 180,
+ "base_att_spatt": [
+ 20,
+ 15
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 48,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_IVYSAUR",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 32
+ },
+ "dexInternal": [
+ 3,
+ 3
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 395,
+ 3
+ ]
+ },
+ {
+ "name": "Charmander",
+ "species": "0x08360ba8",
+ "category": "0x08360ba0",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "MT_CLEFT",
+ "abilities": [
+ "ABILITY_BLAZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 18,
+ "base_exp": 24,
+ "base_att_spatt": [
+ 3,
+ 3
+ ],
+ "base_def_spdef": [
+ 0,
+ 0
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 4,
+ 4
+ ],
+ "base_recruit": 117,
+ "alphabetParent": [
+ 47,
+ 4
+ ]
+ },
+ {
+ "name": "Charmeleon",
+ "species": "0x08360b94",
+ "category": "0x08360b8c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "MT_CLEFT",
+ "abilities": [
+ "ABILITY_BLAZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 58,
+ "base_exp": 57,
+ "base_att_spatt": [
+ 21,
+ 19
+ ],
+ "base_def_spdef": [
+ 9,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CHARMANDER",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 5,
+ 5
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 48,
+ 5
+ ]
+ },
+ {
+ "name": "Charizard",
+ "species": "0x08360b80",
+ "category": "0x08360b8c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 31,
+ "types": [
+ "TYPE_FIRE",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "MT_CLEFT",
+ "abilities": [
+ "ABILITY_BLAZE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 58,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 12,
+ 8
+ ],
+ "base_def_spdef": [
+ 9,
+ 10
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 52,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CHARMELEON",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 36
+ },
+ "dexInternal": [
+ 6,
+ 6
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 46,
+ 6
+ ]
+ },
+ {
+ "name": "Squirtle",
+ "species": "0x08360b74",
+ "category": "0x08360b68",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_TORRENT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 27,
+ "base_att_spatt": [
+ 3,
+ 2
+ ],
+ "base_def_spdef": [
+ 3,
+ 3
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 7,
+ 7
+ ],
+ "base_recruit": 117,
+ "alphabetParent": [
+ 329,
+ 7
+ ]
+ },
+ {
+ "name": "Wartortle",
+ "species": "0x08360b5c",
+ "category": "0x08360b54",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_TORRENT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 46,
+ "base_exp": 66,
+ "base_att_spatt": [
+ 15,
+ 17
+ ],
+ "base_def_spdef": [
+ 17,
+ 14
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SQUIRTLE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 8,
+ 8
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 406,
+ 8
+ ]
+ },
+ {
+ "name": "Blastoise",
+ "species": "0x08360b48",
+ "category": "0x08360b3c",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 15,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_TORRENT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 53,
+ "base_exp": 250,
+ "base_att_spatt": [
+ 16,
+ 18
+ ],
+ "base_def_spdef": [
+ 19,
+ 18
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 51,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WARTORTLE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 36
+ },
+ "dexInternal": [
+ 9,
+ 9
+ ],
+ "base_recruit": 65197,
+ "alphabetParent": [
+ 28,
+ 9
+ ]
+ },
+ {
+ "name": "Caterpie",
+ "species": "0x08360b30",
+ "category": "0x08360b28",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 7,
+ "types": [
+ "TYPE_BUG"
+ ],
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SHIELD_DUST"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 12,
+ "base_exp": 9,
+ "base_att_spatt": [
+ 6,
+ 6
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 16,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 10,
+ 10
+ ],
+ "base_recruit": 102,
+ "alphabetParent": [
+ 43,
+ 10
+ ]
+ },
+ {
+ "name": "Metapod",
+ "species": "0x08360b20",
+ "category": "0x08360b18",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_BUG"
+ ],
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 15,
+ "base_exp": 27,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CATERPIE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 7
+ },
+ "dexInternal": [
+ 11,
+ 11
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 208,
+ 11
+ ]
+ },
+ {
+ "name": "Butterfree",
+ "species": "0x08360b0c",
+ "category": "0x08360b00",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_COMPOUNDEYES"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 47,
+ "base_exp": 96,
+ "base_att_spatt": [
+ 22,
+ 23
+ ],
+ "base_def_spdef": [
+ 13,
+ 14
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_METAPOD",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 10
+ },
+ "dexInternal": [
+ 12,
+ 12
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 33,
+ 12
+ ]
+ },
+ {
+ "name": "Weedle",
+ "species": "0x08360af8",
+ "category": "0x08360aec",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_POISON"
+ ],
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SHIELD_DUST"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 27,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 9,
+ 11
+ ],
+ "base_def_spdef": [
+ 4,
+ 6
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 13,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 13,
+ 13
+ ],
+ "base_recruit": 114,
+ "alphabetParent": [
+ 407,
+ 13
+ ]
+ },
+ {
+ "name": "Kakuna",
+ "species": "0x08360ae4",
+ "category": "0x08360b18",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_POISON"
+ ],
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": false,
+ "unk1D": 8,
+ "base_hp": 36,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 11,
+ 13
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WEEDLE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 7
+ },
+ "dexInternal": [
+ 14,
+ 14
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 156,
+ 14
+ ]
+ },
+ {
+ "name": "Beedrill",
+ "species": "0x08360ad8",
+ "category": "0x08360acc",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SWARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 21,
+ 22
+ ],
+ "base_def_spdef": [
+ 14,
+ 14
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_KAKUNA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 10
+ },
+ "dexInternal": [
+ 15,
+ 15
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 24,
+ 15
+ ]
+ },
+ {
+ "name": "Pidgey",
+ "species": "0x08360ac4",
+ "category": "0x08360ab8",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 10,
+ "base_exp": 12,
+ "base_att_spatt": [
+ 4,
+ 5
+ ],
+ "base_def_spdef": [
+ 4,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 16,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 16,
+ 16
+ ],
+ "base_recruit": 101,
+ "alphabetParent": [
+ 249,
+ 16
+ ]
+ },
+ {
+ "name": "Pidgeotto",
+ "species": "0x08360aac",
+ "category": "0x08360aa4",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 17,
+ 20
+ ],
+ "base_def_spdef": [
+ 9,
+ 11
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 25,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PIDGEY",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 18
+ },
+ "dexInternal": [
+ 17,
+ 17
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 248,
+ 17
+ ]
+ },
+ {
+ "name": "Pidgeot",
+ "species": "0x08360a9c",
+ "category": "0x08360aa4",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 52,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 28,
+ 30
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PIDGEOTTO",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 36
+ },
+ "dexInternal": [
+ 18,
+ 18
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 247,
+ 18
+ ]
+ },
+ {
+ "name": "Rattata",
+ "species": "0x08360a94",
+ "category": "0x08360a8c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_RUN_AWAY",
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 10,
+ "base_hp": 14,
+ "base_exp": 20,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 19,
+ 19
+ ],
+ "base_recruit": 95,
+ "alphabetParent": [
+ 274,
+ 19
+ ]
+ },
+ {
+ "name": "Raticate",
+ "species": "0x08360a80",
+ "category": "0x08360a8c",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_RUN_AWAY",
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 10,
+ "base_hp": 20,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_RATTATA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 20,
+ 20
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 273,
+ 20
+ ]
+ },
+ {
+ "name": "Spearow",
+ "species": "0x08360a78",
+ "category": "0x08360ab8",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "RAVAGED_FIELD",
+ "abilities": [
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 25,
+ "base_hp": 23,
+ "base_exp": 25,
+ "base_att_spatt": [
+ 15,
+ 17
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 18,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 21,
+ 21
+ ],
+ "base_recruit": 119,
+ "alphabetParent": [
+ 324,
+ 21
+ ]
+ },
+ {
+ "name": "Fearow",
+ "species": "0x08360a70",
+ "category": "0x08360a68",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "RAVAGED_FIELD",
+ "abilities": [
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 25,
+ "base_hp": 52,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 28,
+ 31
+ ],
+ "base_def_spdef": [
+ 17,
+ 18
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SPEAROW",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 22,
+ 22
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 101,
+ 22
+ ]
+ },
+ {
+ "name": "Ekans",
+ "species": "0x08360a60",
+ "category": "0x08360a58",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 7,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_INTIMIDATE",
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 8,
+ 7
+ ],
+ "base_def_spdef": [
+ 7,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 23,
+ 23
+ ],
+ "base_recruit": 124,
+ "alphabetParent": [
+ 90,
+ 23
+ ]
+ },
+ {
+ "name": "Arbok",
+ "species": "0x08360a50",
+ "category": "0x08360a48",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_INTIMIDATE",
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 9,
+ 10
+ ],
+ "base_def_spdef": [
+ 6,
+ 5
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 65,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_EKANS",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 22
+ },
+ "dexInternal": [
+ 24,
+ 24
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 10,
+ 24
+ ]
+ },
+ {
+ "name": "Pikachu",
+ "species": "0x08360a40",
+ "category": "0x08360a8c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 13,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 1,
+ 1
+ ],
+ "base_def_spdef": [
+ 1,
+ 1
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PICHU",
+ "evolve_type": "EVOLVE_TYPE_IQ"
+ },
+ "needs": {
+ "evolve_need1": 200
+ },
+ "dexInternal": [
+ 25,
+ 25
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 250,
+ 25
+ ]
+ },
+ {
+ "name": "Raichu",
+ "species": "0x08360a38",
+ "category": "0x08360a8c",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 35,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 45,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PIKACHU",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_THUNDERSTONE"
+ },
+ "dexInternal": [
+ 26,
+ 26
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 269,
+ 26
+ ]
+ },
+ {
+ "name": "Sandshrew",
+ "species": "0x08360a2c",
+ "category": "0x08360a8c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "friend_area": "FURNACE_DESERT",
+ "abilities": [
+ "ABILITY_SAND_VEIL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 31,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 22,
+ 18
+ ],
+ "base_def_spdef": [
+ 5,
+ 4
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 27,
+ 27
+ ],
+ "base_recruit": 104,
+ "alphabetParent": [
+ 287,
+ 27
+ ]
+ },
+ {
+ "name": "Sandslash",
+ "species": "0x08360a20",
+ "category": "0x08360a8c",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "friend_area": "FURNACE_DESERT",
+ "abilities": [
+ "ABILITY_SAND_VEIL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 56,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 22,
+ 18
+ ],
+ "base_def_spdef": [
+ 5,
+ 4
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 38,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SANDSHREW",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 22
+ },
+ "dexInternal": [
+ 28,
+ 28
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 288,
+ 28
+ ]
+ },
+ {
+ "name": "Nidoran\u2640",
+ "species": "0x08360a14",
+ "category": "0x08360a08",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_POISON_POINT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 12,
+ "base_exp": 20,
+ "base_att_spatt": [
+ 11,
+ 10
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 29,
+ 29
+ ],
+ "base_recruit": 133,
+ "alphabetParent": [
+ 226,
+ 29
+ ]
+ },
+ {
+ "name": "Nidorina",
+ "species": "0x083609fc",
+ "category": "0x08360a08",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_POISON_POINT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 40,
+ "base_exp": 35,
+ "base_att_spatt": [
+ 19,
+ 15
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_NIDORAN_F",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 30,
+ 30
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 227,
+ 30
+ ]
+ },
+ {
+ "name": "Nidoqueen",
+ "species": "0x083609f0",
+ "category": "0x083609e8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_POISON_POINT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 60,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 19,
+ 15
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_NIDORINA",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_MOON_STONE"
+ },
+ "dexInternal": [
+ 31,
+ 31
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 224,
+ 31
+ ]
+ },
+ {
+ "name": "Nidoran\u2642",
+ "species": "0x083609dc",
+ "category": "0x08360a08",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_POISON_POINT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 41,
+ "base_exp": 24,
+ "base_att_spatt": [
+ 15,
+ 16
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 32,
+ 32
+ ],
+ "base_recruit": 126,
+ "alphabetParent": [
+ 225,
+ 32
+ ]
+ },
+ {
+ "name": "Nidorino",
+ "species": "0x083609d0",
+ "category": "0x08360a08",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_POISON_POINT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 46,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 15,
+ 16
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_NIDORAN_M",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 33,
+ 33
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 228,
+ 33
+ ]
+ },
+ {
+ "name": "Nidoking",
+ "species": "0x083609c4",
+ "category": "0x083609e8",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_POISON_POINT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 65,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 17,
+ 17
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 57,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_NIDORINO",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_MOON_STONE"
+ },
+ "dexInternal": [
+ 34,
+ 34
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 223,
+ 34
+ ]
+ },
+ {
+ "name": "Clefairy",
+ "species": "0x083609b8",
+ "category": "0x083609b0",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "MT_MOONVIEW",
+ "abilities": [
+ "ABILITY_CUTE_CHARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 15,
+ "base_exp": 21,
+ "base_att_spatt": [
+ 7,
+ 7
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CLEFFA",
+ "evolve_type": "EVOLVE_TYPE_IQ"
+ },
+ "needs": {
+ "evolve_need1": 200
+ },
+ "dexInternal": [
+ 35,
+ 35
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 55,
+ 35
+ ]
+ },
+ {
+ "name": "Clefable",
+ "species": "0x083609a4",
+ "category": "0x083609b0",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "MT_MOONVIEW",
+ "abilities": [
+ "ABILITY_CUTE_CHARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 24,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CLEFAIRY",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_MOON_STONE"
+ },
+ "dexInternal": [
+ 36,
+ 36
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 54,
+ 36
+ ]
+ },
+ {
+ "name": "Vulpix",
+ "species": "0x0836099c",
+ "category": "0x08360998",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_FLASH_FIRE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 27,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 37,
+ 37
+ ],
+ "base_recruit": 122,
+ "alphabetParent": [
+ 402,
+ 37
+ ]
+ },
+ {
+ "name": "Ninetales",
+ "species": "0x0836098c",
+ "category": "0x08360998",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_FLASH_FIRE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 42,
+ "base_exp": 57,
+ "base_att_spatt": [
+ 16,
+ 17
+ ],
+ "base_def_spdef": [
+ 10,
+ 13
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_VULPIX",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_FIRE_STONE"
+ },
+ "dexInternal": [
+ 38,
+ 38
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 230,
+ 38
+ ]
+ },
+ {
+ "name": "Jigglypuff",
+ "species": "0x08360980",
+ "category": "0x08360978",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_CUTE_CHARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 10,
+ "base_exp": 15,
+ "base_att_spatt": [
+ 3,
+ 3
+ ],
+ "base_def_spdef": [
+ 4,
+ 3
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_IGGLYBUFF",
+ "evolve_type": "EVOLVE_TYPE_IQ"
+ },
+ "needs": {
+ "evolve_need1": 200
+ },
+ "dexInternal": [
+ 39,
+ 39
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 148,
+ 39
+ ]
+ },
+ {
+ "name": "Wigglytuff",
+ "species": "0x0836096c",
+ "category": "0x08360978",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_CUTE_CHARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 22,
+ "base_exp": 36,
+ "base_att_spatt": [
+ 17,
+ 18
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_JIGGLYPUFF",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_MOON_STONE"
+ },
+ "dexInternal": [
+ 40,
+ 40
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 412,
+ 40
+ ]
+ },
+ {
+ "name": "Zubat",
+ "species": "0x08360964",
+ "category": "0x08360960",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 34,
+ "base_exp": 35,
+ "base_att_spatt": [
+ 25,
+ 24
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 25,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 41,
+ 41
+ ],
+ "base_recruit": 137,
+ "alphabetParent": [
+ 423,
+ 41
+ ]
+ },
+ {
+ "name": "Golbat",
+ "species": "0x08360958",
+ "category": "0x08360960",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_ZUBAT",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 22
+ },
+ "dexInternal": [
+ 42,
+ 42
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 117,
+ 42
+ ]
+ },
+ {
+ "name": "Oddish",
+ "species": "0x08360950",
+ "category": "0x08360948",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 29,
+ "base_exp": 35,
+ "base_att_spatt": [
+ 19,
+ 19
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 18,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 43,
+ 43
+ ],
+ "base_recruit": 120,
+ "alphabetParent": [
+ 237,
+ 43
+ ]
+ },
+ {
+ "name": "Gloom",
+ "species": "0x08360940",
+ "category": "0x08360948",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 32,
+ "base_exp": 36,
+ "base_att_spatt": [
+ 20,
+ 19
+ ],
+ "base_def_spdef": [
+ 13,
+ 12
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_ODDISH",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 21
+ },
+ "dexInternal": [
+ 44,
+ 44
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 116,
+ 44
+ ]
+ },
+ {
+ "name": "Vileplume",
+ "species": "0x08360934",
+ "category": "0x0836092c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 37,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 21,
+ 19
+ ],
+ "base_def_spdef": [
+ 13,
+ 12
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GLOOM",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_LEAF_STONE"
+ },
+ "dexInternal": [
+ 45,
+ 45
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 399,
+ 45
+ ]
+ },
+ {
+ "name": "Paras",
+ "species": "0x08360924",
+ "category": "0x08360918",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_GRASS"
+ ],
+ "friend_area": "MUSHROOM_FOREST",
+ "abilities": [
+ "ABILITY_EFFECT_SPORE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 28,
+ "base_exp": 30,
+ "base_att_spatt": [
+ 14,
+ 14
+ ],
+ "base_def_spdef": [
+ 11,
+ 13
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 46,
+ 46
+ ],
+ "base_recruit": 114,
+ "alphabetParent": [
+ 241,
+ 46
+ ]
+ },
+ {
+ "name": "Parasect",
+ "species": "0x0836090c",
+ "category": "0x08360918",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_GRASS"
+ ],
+ "friend_area": "MUSHROOM_FOREST",
+ "abilities": [
+ "ABILITY_EFFECT_SPORE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 54,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 29,
+ 30
+ ],
+ "base_def_spdef": [
+ 18,
+ 18
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PARAS",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 24
+ },
+ "dexInternal": [
+ 47,
+ 47
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 242,
+ 47
+ ]
+ },
+ {
+ "name": "Venonat",
+ "species": "0x08360904",
+ "category": "0x083608fc",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_POISON"
+ ],
+ "friend_area": "SECRETIVE_FOREST",
+ "abilities": [
+ "ABILITY_COMPOUNDEYES"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 20,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 30,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 48,
+ 48
+ ],
+ "base_recruit": 114,
+ "alphabetParent": [
+ 394,
+ 48
+ ]
+ },
+ {
+ "name": "Venomoth",
+ "species": "0x083608f0",
+ "category": "0x083608e4",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "SECRETIVE_FOREST",
+ "abilities": [
+ "ABILITY_SHIELD_DUST"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 47,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_VENONAT",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 31
+ },
+ "dexInternal": [
+ 49,
+ 49
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 393,
+ 49
+ ]
+ },
+ {
+ "name": "Diglett",
+ "species": "0x083608dc",
+ "category": "0x083608d4",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "friend_area": "BOULDER_CAVE",
+ "abilities": [
+ "ABILITY_SAND_VEIL",
+ "ABILITY_ARENA_TRAP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 10,
+ "base_exp": 15,
+ "base_att_spatt": [
+ 7,
+ 7
+ ],
+ "base_def_spdef": [
+ 7,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 14,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 50,
+ 50
+ ],
+ "base_recruit": 109,
+ "alphabetParent": [
+ 75,
+ 50
+ ]
+ },
+ {
+ "name": "Dugtrio",
+ "species": "0x083608cc",
+ "category": "0x083608d4",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "friend_area": "BOULDER_CAVE",
+ "abilities": [
+ "ABILITY_SAND_VEIL",
+ "ABILITY_ARENA_TRAP"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_DIGLETT",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 26
+ },
+ "dexInternal": [
+ 51,
+ 51
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 84,
+ 51
+ ]
+ },
+ {
+ "name": "Meowth",
+ "species": "0x083608c4",
+ "category": "0x083608b8",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_PICKUP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 18,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 2,
+ 4
+ ],
+ "base_def_spdef": [
+ 4,
+ 4
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 52,
+ 52
+ ],
+ "base_recruit": 120,
+ "alphabetParent": [
+ 205,
+ 52
+ ]
+ },
+ {
+ "name": "Persian",
+ "species": "0x083608b0",
+ "category": "0x083608a4",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_LIMBER"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 25,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MEOWTH",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 28
+ },
+ "dexInternal": [
+ 53,
+ 53
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 244,
+ 53
+ ]
+ },
+ {
+ "name": "Psyduck",
+ "species": "0x0836089c",
+ "category": "0x08360894",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_DAMP",
+ "ABILITY_CLOUD_NINE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 12,
+ "base_exp": 57,
+ "base_att_spatt": [
+ 4,
+ 4
+ ],
+ "base_def_spdef": [
+ 3,
+ 3
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 54,
+ 54
+ ],
+ "base_recruit": 108,
+ "alphabetParent": [
+ 264,
+ 54
+ ]
+ },
+ {
+ "name": "Golduck",
+ "species": "0x0836088c",
+ "category": "0x08360894",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_DAMP",
+ "ABILITY_CLOUD_NINE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 42,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PSYDUCK",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 33
+ },
+ "dexInternal": [
+ 55,
+ 55
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 119,
+ 55
+ ]
+ },
+ {
+ "name": "Mankey",
+ "species": "0x08360884",
+ "category": "0x08360878",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_VITAL_SPIRIT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 48,
+ "base_exp": 30,
+ "base_att_spatt": [
+ 11,
+ 10
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 56,
+ 56
+ ],
+ "base_recruit": 109,
+ "alphabetParent": [
+ 194,
+ 56
+ ]
+ },
+ {
+ "name": "Primeape",
+ "species": "0x0836086c",
+ "category": "0x08360878",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_VITAL_SPIRIT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 50,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MANKEY",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 28
+ },
+ "dexInternal": [
+ 57,
+ 57
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 263,
+ 57
+ ]
+ },
+ {
+ "name": "Growlithe",
+ "species": "0x08360860",
+ "category": "0x08360858",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_INTIMIDATE",
+ "ABILITY_FLASH_FIRE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 42,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 58,
+ 58
+ ],
+ "base_recruit": 106,
+ "alphabetParent": [
+ 127,
+ 58
+ ]
+ },
+ {
+ "name": "Arcanine",
+ "species": "0x0836084c",
+ "category": "0x08360840",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_INTIMIDATE",
+ "ABILITY_FLASH_FIRE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GROWLITHE",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_FIRE_STONE"
+ },
+ "dexInternal": [
+ 59,
+ 59
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 11,
+ 59
+ ]
+ },
+ {
+ "name": "Poliwag",
+ "species": "0x08360838",
+ "category": "0x08360830",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TADPOLE_POND",
+ "abilities": [
+ "ABILITY_WATER_ABSORB",
+ "ABILITY_DAMP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 31,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 60,
+ 60
+ ],
+ "base_recruit": 81,
+ "alphabetParent": [
+ 256,
+ 60
+ ]
+ },
+ {
+ "name": "Poliwhirl",
+ "species": "0x08360824",
+ "category": "0x08360830",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TADPOLE_POND",
+ "abilities": [
+ "ABILITY_WATER_ABSORB",
+ "ABILITY_DAMP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 29,
+ 29
+ ],
+ "base_def_spdef": [
+ 25,
+ 25
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_POLIWAG",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 25
+ },
+ "dexInternal": [
+ 61,
+ 61
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 257,
+ 61
+ ]
+ },
+ {
+ "name": "Poliwrath",
+ "species": "0x08360818",
+ "category": "0x08360830",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_FIGHTING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TADPOLE_POND",
+ "abilities": [
+ "ABILITY_WATER_ABSORB",
+ "ABILITY_DAMP"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 60,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 30,
+ 30
+ ],
+ "base_def_spdef": [
+ 27,
+ 27
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 46,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_POLIWHIRL",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_WATER_STONE"
+ },
+ "dexInternal": [
+ 62,
+ 62
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 258,
+ 62
+ ]
+ },
+ {
+ "name": "Abra",
+ "species": "0x08360810",
+ "category": "0x0836080c",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "DECREPIT_LAB",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE",
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 100,
+ "base_hp": 30,
+ "base_exp": 57,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 63,
+ 63
+ ],
+ "base_recruit": 104,
+ "alphabetParent": [
+ 1,
+ 63
+ ]
+ },
+ {
+ "name": "Kadabra",
+ "species": "0x08360804",
+ "category": "0x0836080c",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "DECREPIT_LAB",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE",
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 100,
+ "base_hp": 60,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 25,
+ 25
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_ABRA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 64,
+ 64
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 155,
+ 64
+ ]
+ },
+ {
+ "name": "Alakazam",
+ "species": "0x083607f8",
+ "category": "0x0836080c",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 7,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "DECREPIT_LAB",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE",
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 80,
+ "base_exp": 225,
+ "base_att_spatt": [
+ 35,
+ 35
+ ],
+ "base_def_spdef": [
+ 40,
+ 40
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_KADABRA",
+ "evolve_type": "EVOLVE_TYPE_LINK_CABLE"
+ },
+ "needs": {
+ "evolve_need1": 0,
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 65,
+ 65
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 6,
+ 65
+ ]
+ },
+ {
+ "name": "Machop",
+ "species": "0x083607f0",
+ "category": "0x083607e4",
+ "overworld_palette": 12,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 18,
+ "base_exp": 57,
+ "base_att_spatt": [
+ 2,
+ 2
+ ],
+ "base_def_spdef": [
+ 4,
+ 4
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 66,
+ 66
+ ],
+ "base_recruit": 105,
+ "alphabetParent": [
+ 185,
+ 66
+ ]
+ },
+ {
+ "name": "Machoke",
+ "species": "0x083607dc",
+ "category": "0x083607e4",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 85,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 20
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MACHOP",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 28
+ },
+ "dexInternal": [
+ 67,
+ 67
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 184,
+ 67
+ ]
+ },
+ {
+ "name": "Machamp",
+ "species": "0x083607d4",
+ "category": "0x083607e4",
+ "overworld_palette": 12,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 104,
+ "base_att_spatt": [
+ 25,
+ 20
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 58,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MACHOKE",
+ "evolve_type": "EVOLVE_TYPE_LINK_CABLE"
+ },
+ "needs": {
+ "evolve_need1": 0,
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 68,
+ 68
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 183,
+ 68
+ ]
+ },
+ {
+ "name": "Bellsprout",
+ "species": "0x083607c8",
+ "category": "0x0836092c",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 11,
+ "base_exp": 11,
+ "base_att_spatt": [
+ 5,
+ 6
+ ],
+ "base_def_spdef": [
+ 6,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 16,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 69,
+ 69
+ ],
+ "base_recruit": 93,
+ "alphabetParent": [
+ 27,
+ 69
+ ]
+ },
+ {
+ "name": "Weepinbell",
+ "species": "0x083607bc",
+ "category": "0x083607b0",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 33,
+ "base_exp": 24,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_BELLSPROUT",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 21
+ },
+ "dexInternal": [
+ 70,
+ 70
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 408,
+ 70
+ ]
+ },
+ {
+ "name": "Victreebel",
+ "species": "0x083607a4",
+ "category": "0x083607b0",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WEEPINBELL",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_LEAF_STONE"
+ },
+ "dexInternal": [
+ 71,
+ 71
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 397,
+ 71
+ ]
+ },
+ {
+ "name": "Tentacool",
+ "species": "0x08360798",
+ "category": "0x0836078c",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "BOUNTIFUL_SEA",
+ "abilities": [
+ "ABILITY_CLEAR_BODY",
+ "ABILITY_LIQUID_OOZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 33,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 72,
+ 72
+ ],
+ "base_recruit": 83,
+ "alphabetParent": [
+ 349,
+ 72
+ ]
+ },
+ {
+ "name": "Tentacruel",
+ "species": "0x08360780",
+ "category": "0x0836078c",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "BOUNTIFUL_SEA",
+ "abilities": [
+ "ABILITY_CLEAR_BODY",
+ "ABILITY_LIQUID_OOZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 75,
+ "base_att_spatt": [
+ 17,
+ 15
+ ],
+ "base_def_spdef": [
+ 14,
+ 15
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TENTACOOL",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 73,
+ 73
+ ],
+ "base_recruit": 65236,
+ "alphabetParent": [
+ 350,
+ 73
+ ]
+ },
+ {
+ "name": "Geodude",
+ "species": "0x08360778",
+ "category": "0x08360770",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_ROCK_HEAD",
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 5,
+ "base_hp": 26,
+ "base_exp": 25,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 74,
+ 74
+ ],
+ "base_recruit": 91,
+ "alphabetParent": [
+ 112,
+ 74
+ ]
+ },
+ {
+ "name": "Graveler",
+ "species": "0x08360764",
+ "category": "0x08360770",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_ROCK_HEAD",
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 5,
+ "base_hp": 56,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 19,
+ 19
+ ],
+ "base_def_spdef": [
+ 15,
+ 16
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 41,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GEODUDE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 25
+ },
+ "dexInternal": [
+ 75,
+ 75
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 123,
+ 75
+ ]
+ },
+ {
+ "name": "Golem",
+ "species": "0x0836075c",
+ "category": "0x08360754",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_ROCK_HEAD",
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 5,
+ "base_hp": 60,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 17,
+ 18
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GRAVELER",
+ "evolve_type": "EVOLVE_TYPE_LINK_CABLE"
+ },
+ "needs": {
+ "evolve_need1": 0,
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 76,
+ 76
+ ],
+ "base_recruit": 65236,
+ "alphabetParent": [
+ 120,
+ 76
+ ]
+ },
+ {
+ "name": "Ponyta",
+ "species": "0x0836074c",
+ "category": "0x08360740",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_RUN_AWAY",
+ "ABILITY_FLASH_FIRE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 19,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 77,
+ 77
+ ],
+ "base_recruit": 109,
+ "alphabetParent": [
+ 259,
+ 77
+ ]
+ },
+ {
+ "name": "Rapidash",
+ "species": "0x08360734",
+ "category": "0x08360740",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_RUN_AWAY",
+ "ABILITY_FLASH_FIRE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 60,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 23,
+ 23
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PONYTA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 40
+ },
+ "dexInternal": [
+ 78,
+ 78
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 272,
+ 78
+ ]
+ },
+ {
+ "name": "Slowpoke",
+ "species": "0x08360728",
+ "category": "0x08360720",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "BOUNTIFUL_SEA",
+ "abilities": [
+ "ABILITY_OBLIVIOUS",
+ "ABILITY_OWN_TEMPO"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 11,
+ 12
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 79,
+ 79
+ ],
+ "base_recruit": 120,
+ "alphabetParent": [
+ 315,
+ 79
+ ]
+ },
+ {
+ "name": "Slowbro",
+ "species": "0x08360718",
+ "category": "0x0836070c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "BOUNTIFUL_SEA",
+ "abilities": [
+ "ABILITY_OBLIVIOUS",
+ "ABILITY_OWN_TEMPO"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 18,
+ 16
+ ],
+ "base_def_spdef": [
+ 15,
+ 17
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SLOWPOKE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 37
+ },
+ "dexInternal": [
+ 80,
+ 80
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 313,
+ 80
+ ]
+ },
+ {
+ "name": "Magnemite",
+ "species": "0x08360700",
+ "category": "0x083606f8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_ELECTRIC",
+ "TYPE_STEEL"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "POWER_PLANT",
+ "abilities": [
+ "ABILITY_MAGNET_PULL",
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 13,
+ "base_exp": 20,
+ "base_att_spatt": [
+ 5,
+ 4
+ ],
+ "base_def_spdef": [
+ 5,
+ 4
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 15,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 81,
+ 81
+ ],
+ "base_recruit": 128,
+ "alphabetParent": [
+ 190,
+ 81
+ ]
+ },
+ {
+ "name": "Magneton",
+ "species": "0x083606ec",
+ "category": "0x083606f8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC",
+ "TYPE_STEEL"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "POWER_PLANT",
+ "abilities": [
+ "ABILITY_MAGNET_PULL",
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MAGNEMITE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 82,
+ 82
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 191,
+ 82
+ ]
+ },
+ {
+ "name": "Farfetch",
+ "species": "0x083606e0",
+ "category": "0x083606d4",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_KEEN_EYE",
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 31,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 16,
+ 19
+ ],
+ "base_def_spdef": [
+ 12,
+ 14
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 83,
+ 83
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 100,
+ 83
+ ]
+ },
+ {
+ "name": "Doduo",
+ "species": "0x083606cc",
+ "category": "0x083606c0",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_RUN_AWAY",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 37,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 19,
+ 19
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 84,
+ 84
+ ],
+ "base_recruit": 73,
+ "alphabetParent": [
+ 78,
+ 84
+ ]
+ },
+ {
+ "name": "Dodrio",
+ "species": "0x083606b8",
+ "category": "0x083606ac",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_RUN_AWAY",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 56,
+ "base_exp": 77,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 18,
+ 16
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_DODUO",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 31
+ },
+ "dexInternal": [
+ 85,
+ 85
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 77,
+ 85
+ ]
+ },
+ {
+ "name": "Seel",
+ "species": "0x083606a4",
+ "category": "0x08360698",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "ICE_FLOE_BEACH",
+ "abilities": [
+ "ABILITY_THICK_FAT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 53,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 14,
+ 14
+ ],
+ "base_def_spdef": [
+ 9,
+ 7
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 86,
+ 86
+ ],
+ "base_recruit": 39,
+ "alphabetParent": [
+ 296,
+ 86
+ ]
+ },
+ {
+ "name": "Dewgong",
+ "species": "0x08360690",
+ "category": "0x08360698",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_ICE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "ICE_FLOE_BEACH",
+ "abilities": [
+ "ABILITY_THICK_FAT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 85,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 15,
+ 13
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SEEL",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 34
+ },
+ "dexInternal": [
+ 87,
+ 87
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 74,
+ 87
+ ]
+ },
+ {
+ "name": "Grimer",
+ "species": "0x08360688",
+ "category": "0x08360680",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "POISON_SWAMP",
+ "abilities": [
+ "ABILITY_STENCH",
+ "ABILITY_STICKY_HOLD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 58,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 19,
+ 19
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 88,
+ 88
+ ],
+ "base_recruit": 122,
+ "alphabetParent": [
+ 124,
+ 88
+ ]
+ },
+ {
+ "name": "Muk",
+ "species": "0x0836067c",
+ "category": "0x08360680",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "POISON_SWAMP",
+ "abilities": [
+ "ABILITY_STENCH",
+ "ABILITY_STICKY_HOLD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 58,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 21,
+ 23
+ ],
+ "base_def_spdef": [
+ 15,
+ 17
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GRIMER",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 38
+ },
+ "dexInternal": [
+ 89,
+ 89
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 219,
+ 89
+ ]
+ },
+ {
+ "name": "Shellder",
+ "species": "0x08360670",
+ "category": "0x08360668",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "BOUNTIFUL_SEA",
+ "abilities": [
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 25,
+ "base_exp": 66,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 25,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 90,
+ 90
+ ],
+ "base_recruit": 122,
+ "alphabetParent": [
+ 302,
+ 90
+ ]
+ },
+ {
+ "name": "Cloyster",
+ "species": "0x0836065c",
+ "category": "0x08360668",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_ICE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "BOUNTIFUL_SEA",
+ "abilities": [
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 82,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 8,
+ 9
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 43,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SHELLDER",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_WATER_STONE"
+ },
+ "dexInternal": [
+ 91,
+ 91
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 57,
+ 91
+ ]
+ },
+ {
+ "name": "Gastly",
+ "species": "0x08360654",
+ "category": "0x08360650",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GHOST",
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WALL",
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 25,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 38,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 92,
+ 92
+ ],
+ "base_recruit": 10,
+ "alphabetParent": [
+ 110,
+ 92
+ ]
+ },
+ {
+ "name": "Haunter",
+ "species": "0x08360648",
+ "category": "0x08360650",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GHOST",
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WALL",
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 11,
+ 11
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 43,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GASTLY",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 25
+ },
+ "dexInternal": [
+ 93,
+ 93
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 132,
+ 93
+ ]
+ },
+ {
+ "name": "Gengar",
+ "species": "0x08360640",
+ "category": "0x08360638",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 127,
+ "types": [
+ "TYPE_GHOST",
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WALL",
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 53,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 13,
+ 13
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_HAUNTER",
+ "evolve_type": "EVOLVE_TYPE_LINK_CABLE"
+ },
+ "needs": {
+ "evolve_need1": 0,
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 94,
+ 94
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 111,
+ 94
+ ]
+ },
+ {
+ "name": "Onix",
+ "species": "0x08360630",
+ "category": "0x08360624",
+ "overworld_palette": 5,
+ "size": 4,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "BOULDER_CAVE",
+ "abilities": [
+ "ABILITY_ROCK_HEAD",
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 52,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 9,
+ 10
+ ],
+ "base_def_spdef": [
+ 17,
+ 17
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 76,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 95,
+ 95
+ ],
+ "base_recruit": 96,
+ "alphabetParent": [
+ 240,
+ 95
+ ]
+ },
+ {
+ "name": "Drowzee",
+ "species": "0x0836061c",
+ "category": "0x08360610",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_INSOMNIA"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 30,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 11,
+ 12
+ ],
+ "base_def_spdef": [
+ 15,
+ 16
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 96,
+ 96
+ ],
+ "base_recruit": 79,
+ "alphabetParent": [
+ 83,
+ 96
+ ]
+ },
+ {
+ "name": "Hypno",
+ "species": "0x08360608",
+ "category": "0x08360610",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_INSOMNIA"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 40,
+ "base_exp": 190,
+ "base_att_spatt": [
+ 15,
+ 17
+ ],
+ "base_def_spdef": [
+ 18,
+ 16
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_DROWZEE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 26
+ },
+ "dexInternal": [
+ 97,
+ 97
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 144,
+ 97
+ ]
+ },
+ {
+ "name": "Krabby",
+ "species": "0x08360600",
+ "category": "0x083605f4",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "SHALLOW_BEACH",
+ "abilities": [
+ "ABILITY_HYPER_CUTTER",
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 25,
+ "base_exp": 25,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 6,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 19,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 98,
+ 98
+ ],
+ "base_recruit": 80,
+ "alphabetParent": [
+ 163,
+ 98
+ ]
+ },
+ {
+ "name": "Kingler",
+ "species": "0x083605ec",
+ "category": "0x083605e4",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "SHALLOW_BEACH",
+ "abilities": [
+ "ABILITY_HYPER_CUTTER",
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 9,
+ 10
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_KRABBY",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 28
+ },
+ "dexInternal": [
+ 99,
+ 99
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 160,
+ 99
+ ]
+ },
+ {
+ "name": "Voltorb",
+ "species": "0x083605dc",
+ "category": "0x083605d4",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "POWER_PLANT",
+ "abilities": [
+ "ABILITY_SOUNDPROOF",
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 18,
+ "base_exp": 35,
+ "base_att_spatt": [
+ 11,
+ 11
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 18,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 100,
+ 100
+ ],
+ "base_recruit": 81,
+ "alphabetParent": [
+ 401,
+ 100
+ ]
+ },
+ {
+ "name": "Electrode",
+ "species": "0x083605c8",
+ "category": "0x083605d4",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "POWER_PLANT",
+ "abilities": [
+ "ABILITY_SOUNDPROOF",
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 30,
+ "base_exp": 160,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 10,
+ 12
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_VOLTORB",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 101,
+ 101
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 93,
+ 101
+ ]
+ },
+ {
+ "name": "Exeggcute",
+ "species": "0x083605bc",
+ "category": "0x083605b8",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 40,
+ "base_hp": 12,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 6,
+ 6
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 102,
+ 102
+ ],
+ "base_recruit": 60,
+ "alphabetParent": [
+ 97,
+ 102
+ ]
+ },
+ {
+ "name": "Exeggutor",
+ "species": "0x083605ac",
+ "category": "0x083605a4",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 25,
+ "base_hp": 33,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 13,
+ 13
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 45,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_EXEGGCUTE",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_LEAF_STONE"
+ },
+ "dexInternal": [
+ 103,
+ 103
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 98,
+ 103
+ ]
+ },
+ {
+ "name": "Cubone",
+ "species": "0x0836059c",
+ "category": "0x08360594",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_ROCK_HEAD",
+ "ABILITY_LIGHTNINGROD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 13,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 4,
+ 2
+ ],
+ "base_def_spdef": [
+ 6,
+ 2
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 104,
+ 104
+ ],
+ "base_recruit": 105,
+ "alphabetParent": [
+ 65,
+ 104
+ ]
+ },
+ {
+ "name": "Marowak",
+ "species": "0x0836058c",
+ "category": "0x08360580",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_ROCK_HEAD",
+ "ABILITY_LIGHTNINGROD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CUBONE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 28
+ },
+ "dexInternal": [
+ 105,
+ 105
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 198,
+ 105
+ ]
+ },
+ {
+ "name": "Hitmonlee",
+ "species": "0x08360574",
+ "category": "0x0836056c",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_LIMBER"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 48,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 25,
+ 22
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 45,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TYROGUE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20,
+ "evolve_need2": 5
+ },
+ "dexInternal": [
+ 106,
+ 106
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 135,
+ 106
+ ]
+ },
+ {
+ "name": "Hitmonchan",
+ "species": "0x08360560",
+ "category": "0x08360554",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 52,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 28,
+ 25
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TYROGUE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20,
+ "evolve_need2": 6
+ },
+ "dexInternal": [
+ 107,
+ 107
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 134,
+ 107
+ ]
+ },
+ {
+ "name": "Lickitung",
+ "species": "0x08360548",
+ "category": "0x08360540",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_OWN_TEMPO",
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 95,
+ "base_att_spatt": [
+ 20,
+ 18
+ ],
+ "base_def_spdef": [
+ 18,
+ 16
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 47,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 108,
+ 108
+ ],
+ "base_recruit": 86,
+ "alphabetParent": [
+ 173,
+ 108
+ ]
+ },
+ {
+ "name": "Koffing",
+ "species": "0x08360538",
+ "category": "0x0836052c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "POISON_SWAMP",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 42,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 109,
+ 109
+ ],
+ "base_recruit": 79,
+ "alphabetParent": [
+ 162,
+ 109
+ ]
+ },
+ {
+ "name": "Weezing",
+ "species": "0x08360524",
+ "category": "0x0836052c",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "POISON_SWAMP",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 52,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 22,
+ 23
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 55,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_KOFFING",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 35
+ },
+ "dexInternal": [
+ 110,
+ 110
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 409,
+ 110
+ ]
+ },
+ {
+ "name": "Rhyhorn",
+ "species": "0x0836051c",
+ "category": "0x08360514",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND",
+ "TYPE_ROCK"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_LIGHTNINGROD",
+ "ABILITY_ROCK_HEAD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 53,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 10,
+ 14
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 111,
+ 111
+ ],
+ "base_recruit": 77,
+ "alphabetParent": [
+ 283,
+ 111
+ ]
+ },
+ {
+ "name": "Rhydon",
+ "species": "0x0836050c",
+ "category": "0x083609e8",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND",
+ "TYPE_ROCK"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_LIGHTNINGROD",
+ "ABILITY_ROCK_HEAD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 58,
+ "base_exp": 110,
+ "base_att_spatt": [
+ 25,
+ 27
+ ],
+ "base_def_spdef": [
+ 10,
+ 14
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 51,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_RHYHORN",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 42
+ },
+ "dexInternal": [
+ 112,
+ 112
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 282,
+ 112
+ ]
+ },
+ {
+ "name": "Chansey",
+ "species": "0x08360504",
+ "category": "0x083605b8",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_NATURAL_CURE",
+ "ABILITY_SERENE_GRACE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 33,
+ "base_exp": 7,
+ "base_att_spatt": [
+ 7,
+ 7
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 113,
+ 113
+ ],
+ "base_recruit": 69,
+ "alphabetParent": [
+ 45,
+ 113
+ ]
+ },
+ {
+ "name": "Tangela",
+ "species": "0x083604fc",
+ "category": "0x083604f4",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 18,
+ 15
+ ],
+ "base_def_spdef": [
+ 20,
+ 15
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 42,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 114,
+ 114
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 346,
+ 114
+ ]
+ },
+ {
+ "name": "Kangaskhan",
+ "species": "0x083604e8",
+ "category": "0x083604e0",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 40,
+ "base_exp": 125,
+ "base_att_spatt": [
+ 20,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 55,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 115,
+ 115
+ ],
+ "base_recruit": 76,
+ "alphabetParent": [
+ 157,
+ 115
+ ]
+ },
+ {
+ "name": "Horsea",
+ "species": "0x083604d8",
+ "category": "0x083604d0",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 65,
+ "base_att_spatt": [
+ 7,
+ 8
+ ],
+ "base_def_spdef": [
+ 7,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 19,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 116,
+ 116
+ ],
+ "base_recruit": 124,
+ "alphabetParent": [
+ 140,
+ 116
+ ]
+ },
+ {
+ "name": "Seadra",
+ "species": "0x083604c8",
+ "category": "0x083604d0",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_POISON_POINT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 95,
+ "base_att_spatt": [
+ 9,
+ 8
+ ],
+ "base_def_spdef": [
+ 10,
+ 8
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_HORSEA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 32
+ },
+ "dexInternal": [
+ 117,
+ 117
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 292,
+ 117
+ ]
+ },
+ {
+ "name": "Goldeen",
+ "species": "0x083604c0",
+ "category": "0x083604b4",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "RUB_A_DUB_RIVER",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_WATER_VEIL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 25,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 5,
+ 5
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 25,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 118,
+ 118
+ ],
+ "base_recruit": 119,
+ "alphabetParent": [
+ 118,
+ 118
+ ]
+ },
+ {
+ "name": "Seaking",
+ "species": "0x083604ac",
+ "category": "0x083604b4",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "RUB_A_DUB_RIVER",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_WATER_VEIL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 65,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GOLDEEN",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 33
+ },
+ "dexInternal": [
+ 119,
+ 119
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 293,
+ 119
+ ]
+ },
+ {
+ "name": "Staryu",
+ "species": "0x083604a4",
+ "category": "0x08360498",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "BOUNTIFUL_SEA",
+ "abilities": [
+ "ABILITY_ILLUMINATE",
+ "ABILITY_NATURAL_CURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 85,
+ "base_att_spatt": [
+ 10,
+ 9
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 120,
+ 120
+ ],
+ "base_recruit": 89,
+ "alphabetParent": [
+ 332,
+ 120
+ ]
+ },
+ {
+ "name": "Starmie",
+ "species": "0x08360490",
+ "category": "0x08360484",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "BOUNTIFUL_SEA",
+ "abilities": [
+ "ABILITY_ILLUMINATE",
+ "ABILITY_NATURAL_CURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 115,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 19,
+ 18
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_STARYU",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_WATER_STONE"
+ },
+ "dexInternal": [
+ 121,
+ 121
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 331,
+ 121
+ ]
+ },
+ {
+ "name": "Mr. Mime",
+ "species": "0x08360478",
+ "category": "0x08360470",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "DECREPIT_LAB",
+ "abilities": [
+ "ABILITY_SOUNDPROOF"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 160,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 122,
+ 122
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 217,
+ 122
+ ]
+ },
+ {
+ "name": "Scyther",
+ "species": "0x08360468",
+ "category": "0x08360460",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "OVERGROWN_FOREST",
+ "abilities": [
+ "ABILITY_SWARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 30,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 14,
+ 14
+ ],
+ "base_def_spdef": [
+ 9,
+ 8
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 42,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 123,
+ 123
+ ],
+ "base_recruit": 100,
+ "alphabetParent": [
+ 291,
+ 123
+ ]
+ },
+ {
+ "name": "Jynx",
+ "species": "0x08360458",
+ "category": "0x0836044c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE",
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "FRIGID_CAVERN",
+ "abilities": [
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 18,
+ 18
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SMOOCHUM",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 124,
+ 124
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 152,
+ 124
+ ]
+ },
+ {
+ "name": "Electabuzz",
+ "species": "0x08360440",
+ "category": "0x08360434",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "POWER_PLANT",
+ "abilities": [
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 19,
+ 20
+ ],
+ "base_def_spdef": [
+ 7,
+ 8
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 49,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_ELEKID",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 125,
+ 125
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 91,
+ 125
+ ]
+ },
+ {
+ "name": "Magmar",
+ "species": "0x0836042c",
+ "category": "0x08360420",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "CRATER",
+ "abilities": [
+ "ABILITY_FLAME_BODY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 53,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 23,
+ 19
+ ],
+ "base_def_spdef": [
+ 7,
+ 10
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MAGBY",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 126,
+ 126
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 189,
+ 126
+ ]
+ },
+ {
+ "name": "Pinsir",
+ "species": "0x08360418",
+ "category": "0x0836040c",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG"
+ ],
+ "friend_area": "OVERGROWN_FOREST",
+ "abilities": [
+ "ABILITY_HYPER_CUTTER"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 20,
+ "base_hp": 25,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 17,
+ 15
+ ],
+ "base_def_spdef": [
+ 6,
+ 8
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 42,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 127,
+ 127
+ ],
+ "base_recruit": 83,
+ "alphabetParent": [
+ 253,
+ 127
+ ]
+ },
+ {
+ "name": "Tauros",
+ "species": "0x08360404",
+ "category": "0x083603f8",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_INTIMIDATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 27,
+ "base_exp": 41,
+ "base_att_spatt": [
+ 19,
+ 19
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 128,
+ 128
+ ],
+ "base_recruit": 79,
+ "alphabetParent": [
+ 347,
+ 128
+ ]
+ },
+ {
+ "name": "Magikarp",
+ "species": "0x083603ec",
+ "category": "0x083603e4",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "WATERFALL_LAKE",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 10,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 129,
+ 129
+ ],
+ "base_recruit": 92,
+ "alphabetParent": [
+ 188,
+ 129
+ ]
+ },
+ {
+ "name": "Gyarados",
+ "species": "0x083603d8",
+ "category": "0x083603cc",
+ "overworld_palette": 5,
+ "size": 4,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "WATERFALL_LAKE",
+ "abilities": [
+ "ABILITY_INTIMIDATE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 225,
+ "base_att_spatt": [
+ 30,
+ 30
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 116,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MAGIKARP",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 130,
+ 130
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 130,
+ 130
+ ]
+ },
+ {
+ "name": "Lapras",
+ "species": "0x083603c4",
+ "category": "0x083603b8",
+ "overworld_palette": 5,
+ "size": 4,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_ICE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "MYSTIC_LAKE",
+ "abilities": [
+ "ABILITY_WATER_ABSORB",
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 25,
+ "base_exp": 185,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 72,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 131,
+ 131
+ ],
+ "base_recruit": 67,
+ "alphabetParent": [
+ 167,
+ 131
+ ]
+ },
+ {
+ "name": "Ditto",
+ "species": "0x083603b0",
+ "category": "0x083603a4",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "DECREPIT_LAB",
+ "abilities": [
+ "ABILITY_LIMBER"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 41,
+ "base_exp": 5,
+ "base_att_spatt": [
+ 5,
+ 5
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 132,
+ 132
+ ],
+ "base_recruit": 68,
+ "alphabetParent": [
+ 76,
+ 132
+ ]
+ },
+ {
+ "name": "Eevee",
+ "species": "0x0836039c",
+ "category": "0x08360390",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "TRANSFORM_FOREST",
+ "abilities": [
+ "ABILITY_RUN_AWAY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 18,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 1,
+ 1
+ ],
+ "base_def_spdef": [
+ 3,
+ 3
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 133,
+ 133
+ ],
+ "base_recruit": 102,
+ "alphabetParent": [
+ 89,
+ 133
+ ]
+ },
+ {
+ "name": "Vaporeon",
+ "species": "0x08360384",
+ "category": "0x08360378",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TRANSFORM_FOREST",
+ "abilities": [
+ "ABILITY_WATER_ABSORB"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 12,
+ 13
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_EEVEE",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_WATER_STONE"
+ },
+ "dexInternal": [
+ 134,
+ 134
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 392,
+ 134
+ ]
+ },
+ {
+ "name": "Jolteon",
+ "species": "0x08360370",
+ "category": "0x08360364",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "TRANSFORM_FOREST",
+ "abilities": [
+ "ABILITY_VOLT_ABSORB"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 13,
+ 12
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_EEVEE",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_THUNDERSTONE"
+ },
+ "dexInternal": [
+ 135,
+ 135
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 150,
+ 135
+ ]
+ },
+ {
+ "name": "Flareon",
+ "species": "0x0836035c",
+ "category": "0x08360b8c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "TRANSFORM_FOREST",
+ "abilities": [
+ "ABILITY_FLASH_FIRE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 75,
+ "base_att_spatt": [
+ 23,
+ 23
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_EEVEE",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_FIRE_STONE"
+ },
+ "dexInternal": [
+ 136,
+ 136
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 105,
+ 136
+ ]
+ },
+ {
+ "name": "Porygon",
+ "species": "0x08360354",
+ "category": "0x0836034c",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DECREPIT_LAB",
+ "abilities": [
+ "ABILITY_TRACE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 88,
+ "base_att_spatt": [
+ 10,
+ 9
+ ],
+ "base_def_spdef": [
+ 7,
+ 9
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 137,
+ 137
+ ],
+ "base_recruit": 76,
+ "alphabetParent": [
+ 261,
+ 137
+ ]
+ },
+ {
+ "name": "Omanyte",
+ "species": "0x08360344",
+ "category": "0x0836033c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 9,
+ 10
+ ],
+ "base_def_spdef": [
+ 8,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 138,
+ 138
+ ],
+ "base_recruit": 80,
+ "alphabetParent": [
+ 238,
+ 138
+ ]
+ },
+ {
+ "name": "Omastar",
+ "species": "0x08360334",
+ "category": "0x0836033c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 85,
+ "base_att_spatt": [
+ 11,
+ 15
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_OMANYTE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 40
+ },
+ "dexInternal": [
+ 139,
+ 139
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 239,
+ 139
+ ]
+ },
+ {
+ "name": "Kabuto",
+ "species": "0x0836032c",
+ "category": "0x08360b3c",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_BATTLE_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 11,
+ 10
+ ],
+ "base_def_spdef": [
+ 8,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 17,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 140,
+ 140
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 153,
+ 140
+ ]
+ },
+ {
+ "name": "Kabutops",
+ "species": "0x08360320",
+ "category": "0x08360b3c",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_BATTLE_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 85,
+ "base_att_spatt": [
+ 13,
+ 12
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_KABUTO",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 40
+ },
+ "dexInternal": [
+ 141,
+ 141
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 154,
+ 141
+ ]
+ },
+ {
+ "name": "Aerodactyl",
+ "species": "0x08360314",
+ "category": "0x0836030c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ANCIENT_RELIC",
+ "abilities": [
+ "ABILITY_ROCK_HEAD",
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 52,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 12,
+ 14
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 142,
+ 142
+ ],
+ "base_recruit": 84,
+ "alphabetParent": [
+ 3,
+ 142
+ ]
+ },
+ {
+ "name": "Snorlax",
+ "species": "0x08360304",
+ "category": "0x083602f8",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_IMMUNITY",
+ "ABILITY_THICK_FAT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 33,
+ "base_exp": 89,
+ "base_att_spatt": [
+ 7,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 7
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 51,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MUNCHLAX",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 40
+ },
+ "dexInternal": [
+ 143,
+ 143
+ ],
+ "base_recruit": 20,
+ "alphabetParent": [
+ 320,
+ 143
+ ]
+ },
+ {
+ "name": "Articuno",
+ "species": "0x083602ec",
+ "category": "0x083602e4",
+ "overworld_palette": 5,
+ "size": 4,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_ICE",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "LEGENDARY_ISLAND",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 64,
+ "base_exp": 150,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 69,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 144,
+ 144
+ ],
+ "base_recruit": 300,
+ "alphabetParent": [
+ 15,
+ 144
+ ]
+ },
+ {
+ "name": "Zapdos",
+ "species": "0x083602dc",
+ "category": "0x08360434",
+ "overworld_palette": 4,
+ "size": 4,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_ELECTRIC",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "LEGENDARY_ISLAND",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 57,
+ "base_exp": 160,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 115,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 145,
+ 145
+ ],
+ "base_recruit": 300,
+ "alphabetParent": [
+ 421,
+ 145
+ ]
+ },
+ {
+ "name": "Moltres",
+ "species": "0x083602d4",
+ "category": "0x08360b8c",
+ "overworld_palette": 0,
+ "size": 4,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_FIRE",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "LEGENDARY_ISLAND",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 58,
+ "base_exp": 170,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 87,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 146,
+ 146
+ ],
+ "base_recruit": 300,
+ "alphabetParent": [
+ 216,
+ 146
+ ]
+ },
+ {
+ "name": "Dratini",
+ "species": "0x083602cc",
+ "category": "0x083604d0",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DRAGON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "MYSTIC_LAKE",
+ "abilities": [
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 147,
+ 147
+ ],
+ "base_recruit": 110,
+ "alphabetParent": [
+ 82,
+ 147
+ ]
+ },
+ {
+ "name": "Dragonair",
+ "species": "0x083602c0",
+ "category": "0x083604d0",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DRAGON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "MYSTIC_LAKE",
+ "abilities": [
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 53,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_DRATINI",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 148,
+ 148
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 80,
+ 148
+ ]
+ },
+ {
+ "name": "Dragonite",
+ "species": "0x083602b4",
+ "category": "0x083604d0",
+ "overworld_palette": 8,
+ "size": 4,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DRAGON",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "MYSTIC_LAKE",
+ "abilities": [
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 215,
+ "base_att_spatt": [
+ 11,
+ 11
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 56,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_DRAGONAIR",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 55
+ },
+ "dexInternal": [
+ 149,
+ 149
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 81,
+ 149
+ ]
+ },
+ {
+ "name": "Mewtwo",
+ "species": "0x083602ac",
+ "category": "0x083602a4",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "CRYPTIC_CAVE",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 250,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 43,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 150,
+ 150
+ ],
+ "base_recruit": 999,
+ "alphabetParent": [
+ 210,
+ 150
+ ]
+ },
+ {
+ "name": "Mew",
+ "species": "0x083602a0",
+ "category": "0x08360294",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "FINAL_ISLAND",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 250,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 151,
+ 151
+ ],
+ "base_recruit": 9,
+ "alphabetParent": [
+ 209,
+ 151
+ ]
+ },
+ {
+ "name": "Chikorita",
+ "species": "0x08360288",
+ "category": "0x08360280",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 23,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 3,
+ 4
+ ],
+ "base_def_spdef": [
+ 1,
+ 0
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 152,
+ 152
+ ],
+ "base_recruit": 114,
+ "alphabetParent": [
+ 49,
+ 152
+ ]
+ },
+ {
+ "name": "Bayleef",
+ "species": "0x08360278",
+ "category": "0x08360280",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 10,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CHIKORITA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 153,
+ 153
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 22,
+ 153
+ ]
+ },
+ {
+ "name": "Meganium",
+ "species": "0x0836026c",
+ "category": "0x08360264",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 135,
+ "base_att_spatt": [
+ 30,
+ 30
+ ],
+ "base_def_spdef": [
+ 25,
+ 25
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 41,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_BAYLEEF",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 32
+ },
+ "dexInternal": [
+ 154,
+ 154
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 204,
+ 154
+ ]
+ },
+ {
+ "name": "Cyndaquil",
+ "species": "0x08360258",
+ "category": "0x0836024c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_BLAZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 22,
+ "base_exp": 21,
+ "base_att_spatt": [
+ 2,
+ 2
+ ],
+ "base_def_spdef": [
+ 1,
+ 1
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 17,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 155,
+ 155
+ ],
+ "base_recruit": 112,
+ "alphabetParent": [
+ 66,
+ 155
+ ]
+ },
+ {
+ "name": "Quilava",
+ "species": "0x08360244",
+ "category": "0x0836023c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_BLAZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 57,
+ "base_att_spatt": [
+ 11,
+ 10
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 19,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CYNDAQUIL",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 14
+ },
+ "dexInternal": [
+ 156,
+ 156
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 267,
+ 156
+ ]
+ },
+ {
+ "name": "Typhlosion",
+ "species": "0x08360230",
+ "category": "0x0836023c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_BLAZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 180,
+ "base_att_spatt": [
+ 12,
+ 11
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_QUILAVA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 36
+ },
+ "dexInternal": [
+ 157,
+ 157
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 359,
+ 157
+ ]
+ },
+ {
+ "name": "Totodile",
+ "species": "0x08360224",
+ "category": "0x0836021c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "RUB_A_DUB_RIVER",
+ "abilities": [
+ "ABILITY_TORRENT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 18,
+ "base_exp": 27,
+ "base_att_spatt": [
+ 2,
+ 2
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 158,
+ 158
+ ],
+ "base_recruit": 114,
+ "alphabetParent": [
+ 355,
+ 158
+ ]
+ },
+ {
+ "name": "Croconaw",
+ "species": "0x08360210",
+ "category": "0x0836021c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "RUB_A_DUB_RIVER",
+ "abilities": [
+ "ABILITY_TORRENT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 75,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TOTODILE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 18
+ },
+ "dexInternal": [
+ 159,
+ 159
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 64,
+ 159
+ ]
+ },
+ {
+ "name": "Feraligatr",
+ "species": "0x08360204",
+ "category": "0x0836021c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "RUB_A_DUB_RIVER",
+ "abilities": [
+ "ABILITY_TORRENT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 180,
+ "base_att_spatt": [
+ 13,
+ 13
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 49,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CROCONAW",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 160,
+ 160
+ ],
+ "base_recruit": 65197,
+ "alphabetParent": [
+ 103,
+ 160
+ ]
+ },
+ {
+ "name": "Sentret",
+ "species": "0x083601fc",
+ "category": "0x083601f4",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_RUN_AWAY",
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 30,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 15,
+ 17
+ ],
+ "base_def_spdef": [
+ 5,
+ 6
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 161,
+ 161
+ ],
+ "base_recruit": 73,
+ "alphabetParent": [
+ 297,
+ 161
+ ]
+ },
+ {
+ "name": "Furret",
+ "species": "0x083601ec",
+ "category": "0x083601e0",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_RUN_AWAY",
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 54,
+ "base_exp": 35,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 7,
+ 12
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SENTRET",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 15
+ },
+ "dexInternal": [
+ 162,
+ 162
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 108,
+ 162
+ ]
+ },
+ {
+ "name": "Hoothoot",
+ "species": "0x083601d4",
+ "category": "0x083601d0",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_INSOMNIA",
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 25,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 13,
+ 14
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 163,
+ 163
+ ],
+ "base_recruit": 70,
+ "alphabetParent": [
+ 138,
+ 163
+ ]
+ },
+ {
+ "name": "Noctowl",
+ "species": "0x083601c8",
+ "category": "0x083601d0",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_INSOMNIA",
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 45,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 18,
+ 20
+ ],
+ "base_def_spdef": [
+ 5,
+ 6
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_HOOTHOOT",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 164,
+ 164
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 232,
+ 164
+ ]
+ },
+ {
+ "name": "Ledyba",
+ "species": "0x083601c0",
+ "category": "0x083601b4",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SWARM",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 29,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 165,
+ 165
+ ],
+ "base_recruit": 121,
+ "alphabetParent": [
+ 172,
+ 165
+ ]
+ },
+ {
+ "name": "Ledian",
+ "species": "0x083601ac",
+ "category": "0x083601b4",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SWARM",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 57,
+ "base_exp": 75,
+ "base_att_spatt": [
+ 22,
+ 21
+ ],
+ "base_def_spdef": [
+ 14,
+ 16
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 43,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_LEDYBA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 18
+ },
+ "dexInternal": [
+ 166,
+ 166
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 171,
+ 166
+ ]
+ },
+ {
+ "name": "Spinarak",
+ "species": "0x083601a0",
+ "category": "0x08360194",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_POISON"
+ ],
+ "friend_area": "SECRETIVE_FOREST",
+ "abilities": [
+ "ABILITY_SWARM",
+ "ABILITY_INSOMNIA"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 30,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 25,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 167,
+ 167
+ ],
+ "base_recruit": 78,
+ "alphabetParent": [
+ 326,
+ 167
+ ]
+ },
+ {
+ "name": "Ariados",
+ "species": "0x0836018c",
+ "category": "0x08360180",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_POISON"
+ ],
+ "friend_area": "SECRETIVE_FOREST",
+ "abilities": [
+ "ABILITY_SWARM",
+ "ABILITY_INSOMNIA"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 43,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SPINARAK",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 22
+ },
+ "dexInternal": [
+ 168,
+ 168
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 12,
+ 168
+ ]
+ },
+ {
+ "name": "Crobat",
+ "species": "0x08360178",
+ "category": "0x08360960",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 19,
+ 19
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GOLBAT",
+ "evolve_type": "EVOLVE_TYPE_IQ"
+ },
+ "needs": {
+ "evolve_need1": 150
+ },
+ "dexInternal": [
+ 169,
+ 169
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 63,
+ 169
+ ]
+ },
+ {
+ "name": "Chinchou",
+ "species": "0x0836016c",
+ "category": "0x08360164",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_ELECTRIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_VOLT_ABSORB",
+ "ABILITY_ILLUMINATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 170,
+ 170
+ ],
+ "base_recruit": 87,
+ "alphabetParent": [
+ 51,
+ 170
+ ]
+ },
+ {
+ "name": "Lanturn",
+ "species": "0x0836015c",
+ "category": "0x08360154",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_ELECTRIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_VOLT_ABSORB",
+ "ABILITY_ILLUMINATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 11,
+ 12
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CHINCHOU",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 27
+ },
+ "dexInternal": [
+ 171,
+ 171
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 166,
+ 171
+ ]
+ },
+ {
+ "name": "Pichu",
+ "species": "0x0836014c",
+ "category": "0x08360140",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 25,
+ "base_exp": 6,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 172,
+ 172
+ ],
+ "base_recruit": 51,
+ "alphabetParent": [
+ 246,
+ 172
+ ]
+ },
+ {
+ "name": "Cleffa",
+ "species": "0x08360138",
+ "category": "0x08360498",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "MT_MOONVIEW",
+ "abilities": [
+ "ABILITY_CUTE_CHARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 11,
+ "base_exp": 12,
+ "base_att_spatt": [
+ 3,
+ 2
+ ],
+ "base_def_spdef": [
+ 2,
+ 2
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 173,
+ 173
+ ],
+ "base_recruit": 131,
+ "alphabetParent": [
+ 56,
+ 173
+ ]
+ },
+ {
+ "name": "Igglybuff",
+ "species": "0x0836012c",
+ "category": "0x08360978",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_CUTE_CHARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 25,
+ "base_exp": 15,
+ "base_att_spatt": [
+ 10,
+ 8
+ ],
+ "base_def_spdef": [
+ 9,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 18,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 174,
+ 174
+ ],
+ "base_recruit": 113,
+ "alphabetParent": [
+ 145,
+ 174
+ ]
+ },
+ {
+ "name": "Togepi",
+ "species": "0x08360124",
+ "category": "0x08360118",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_HUSTLE",
+ "ABILITY_SERENE_GRACE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 18,
+ "base_exp": 20,
+ "base_att_spatt": [
+ 10,
+ 9
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 175,
+ 175
+ ],
+ "base_recruit": 79,
+ "alphabetParent": [
+ 351,
+ 175
+ ]
+ },
+ {
+ "name": "Togetic",
+ "species": "0x08360110",
+ "category": "0x08360104",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_HUSTLE",
+ "ABILITY_SERENE_GRACE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 11,
+ 12
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TOGEPI",
+ "evolve_type": "EVOLVE_TYPE_IQ"
+ },
+ "needs": {
+ "evolve_need1": 150
+ },
+ "dexInternal": [
+ 176,
+ 176
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 352,
+ 176
+ ]
+ },
+ {
+ "name": "Natu",
+ "species": "0x083600fc",
+ "category": "0x08360ab8",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 30,
+ "base_exp": 6,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 17,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 177,
+ 177
+ ],
+ "base_recruit": 94,
+ "alphabetParent": [
+ 222,
+ 177
+ ]
+ },
+ {
+ "name": "Xatu",
+ "species": "0x083600f4",
+ "category": "0x083600ec",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_PSYCHIC",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 35,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 11,
+ 11
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_NATU",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 25
+ },
+ "dexInternal": [
+ 178,
+ 178
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 418,
+ 178
+ ]
+ },
+ {
+ "name": "Mareep",
+ "species": "0x083600e4",
+ "category": "0x083600dc",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 33,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 15,
+ 20
+ ],
+ "base_def_spdef": [
+ 13,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 179,
+ 179
+ ],
+ "base_recruit": 119,
+ "alphabetParent": [
+ 196,
+ 179
+ ]
+ },
+ {
+ "name": "Flaaffy",
+ "species": "0x083600d4",
+ "category": "0x083600dc",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 15,
+ 22
+ ],
+ "base_def_spdef": [
+ 15,
+ 18
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MAREEP",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 15
+ },
+ "dexInternal": [
+ 180,
+ 180
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 104,
+ 180
+ ]
+ },
+ {
+ "name": "Ampharos",
+ "species": "0x083600c8",
+ "category": "0x08360154",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 17,
+ 15
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_FLAAFFY",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 181,
+ 181
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 8,
+ 181
+ ]
+ },
+ {
+ "name": "Bellossom",
+ "species": "0x083600bc",
+ "category": "0x0836092c",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 15,
+ "base_att_spatt": [
+ 8,
+ 7
+ ],
+ "base_def_spdef": [
+ 6,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GLOOM",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_SUN_STONE"
+ },
+ "dexInternal": [
+ 182,
+ 182
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 26,
+ 182
+ ]
+ },
+ {
+ "name": "Marill",
+ "species": "0x083600b4",
+ "category": "0x083600a8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_THICK_FAT",
+ "ABILITY_HUGE_POWER"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 25,
+ "base_exp": 30,
+ "base_att_spatt": [
+ 7,
+ 7
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_AZURILL",
+ "evolve_type": "EVOLVE_TYPE_IQ"
+ },
+ "needs": {
+ "evolve_need1": 200
+ },
+ "dexInternal": [
+ 183,
+ 183
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 197,
+ 183
+ ]
+ },
+ {
+ "name": "Azumarill",
+ "species": "0x0836009c",
+ "category": "0x08360090",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_THICK_FAT",
+ "ABILITY_HUGE_POWER"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MARILL",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 18
+ },
+ "dexInternal": [
+ 184,
+ 184
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 16,
+ 184
+ ]
+ },
+ {
+ "name": "Sudowoodo",
+ "species": "0x08360084",
+ "category": "0x08360078",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK"
+ ],
+ "friend_area": "OVERGROWN_FOREST",
+ "abilities": [
+ "ABILITY_STURDY",
+ "ABILITY_ROCK_HEAD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 100,
+ "base_hp": 23,
+ "base_exp": 48,
+ "base_att_spatt": [
+ 14,
+ 14
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 185,
+ 185
+ ],
+ "base_recruit": 104,
+ "alphabetParent": [
+ 335,
+ 185
+ ]
+ },
+ {
+ "name": "Politoed",
+ "species": "0x0836006c",
+ "category": "0x08360064",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TADPOLE_POND",
+ "abilities": [
+ "ABILITY_WATER_ABSORB",
+ "ABILITY_DAMP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 99,
+ "base_att_spatt": [
+ 9,
+ 10
+ ],
+ "base_def_spdef": [
+ 8,
+ 11
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_POLIWHIRL",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_KINGS_ROCK",
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 186,
+ 186
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 255,
+ 186
+ ]
+ },
+ {
+ "name": "Hoppip",
+ "species": "0x0836005c",
+ "category": "0x08360050",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 24,
+ "base_exp": 15,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 3,
+ 3
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 187,
+ 187
+ ],
+ "base_recruit": 85,
+ "alphabetParent": [
+ 139,
+ 187
+ ]
+ },
+ {
+ "name": "Skiploom",
+ "species": "0x08360044",
+ "category": "0x08360050",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 26,
+ "base_exp": 25,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 3,
+ 3
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_HOPPIP",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 18
+ },
+ "dexInternal": [
+ 188,
+ 188
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 309,
+ 188
+ ]
+ },
+ {
+ "name": "Jumpluff",
+ "species": "0x08360038",
+ "category": "0x08360050",
+ "overworld_palette": 12,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 28,
+ "base_exp": 33,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 3,
+ 3
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SKIPLOOM",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 27
+ },
+ "dexInternal": [
+ 189,
+ 189
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 151,
+ 189
+ ]
+ },
+ {
+ "name": "Aipom",
+ "species": "0x08360030",
+ "category": "0x08360024",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_RUN_AWAY",
+ "ABILITY_PICKUP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 41,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 190,
+ 190
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 5,
+ 190
+ ]
+ },
+ {
+ "name": "Sunkern",
+ "species": "0x0836001c",
+ "category": "0x08360bc8",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 5,
+ "base_hp": 12,
+ "base_exp": 16,
+ "base_att_spatt": [
+ 5,
+ 5
+ ],
+ "base_def_spdef": [
+ 4,
+ 4
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 191,
+ 191
+ ],
+ "base_recruit": 52,
+ "alphabetParent": [
+ 338,
+ 191
+ ]
+ },
+ {
+ "name": "Sunflora",
+ "species": "0x08360010",
+ "category": "0x0836000c",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 5,
+ "base_hp": 28,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 38,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SUNKERN",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_SUN_STONE"
+ },
+ "dexInternal": [
+ 192,
+ 192
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 337,
+ 192
+ ]
+ },
+ {
+ "name": "Yanma",
+ "species": "0x08360004",
+ "category": "0x0835fff8",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SPEED_BOOST",
+ "ABILITY_COMPOUNDEYES"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 22,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 19,
+ 17
+ ],
+ "base_def_spdef": [
+ 5,
+ 7
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 193,
+ 193
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 419,
+ 193
+ ]
+ },
+ {
+ "name": "Wooper",
+ "species": "0x0835fff0",
+ "category": "0x0835ffe4",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_GROUND"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "PEANUT_SWAMP",
+ "abilities": [
+ "ABILITY_DAMP",
+ "ABILITY_WATER_ABSORB"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 34,
+ "base_exp": 24,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 194,
+ 194
+ ],
+ "base_recruit": 119,
+ "alphabetParent": [
+ 415,
+ 194
+ ]
+ },
+ {
+ "name": "Quagsire",
+ "species": "0x0835ffd8",
+ "category": "0x0835ffe4",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_GROUND"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "PEANUT_SWAMP",
+ "abilities": [
+ "ABILITY_DAMP",
+ "ABILITY_WATER_ABSORB"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 44,
+ "base_exp": 105,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WOOPER",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 195,
+ 195
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 266,
+ 195
+ ]
+ },
+ {
+ "name": "Espeon",
+ "species": "0x0835ffd0",
+ "category": "0x0836000c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "TRANSFORM_FOREST",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 78,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_EEVEE",
+ "evolve_type": "EVOLVE_TYPE_IQ"
+ },
+ "needs": {
+ "evolve_need1": 100,
+ "evolve_need2": 8
+ },
+ "dexInternal": [
+ 196,
+ 196
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 96,
+ 196
+ ]
+ },
+ {
+ "name": "Umbreon",
+ "species": "0x0835ffc8",
+ "category": "0x0835ffbc",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DARK"
+ ],
+ "friend_area": "TRANSFORM_FOREST",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 81,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_EEVEE",
+ "evolve_type": "EVOLVE_TYPE_IQ"
+ },
+ "needs": {
+ "evolve_need1": 100,
+ "evolve_need2": 9
+ },
+ "dexInternal": [
+ 197,
+ 197
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 362,
+ 197
+ ]
+ },
+ {
+ "name": "Murkrow",
+ "species": "0x0835ffb4",
+ "category": "0x0835ffa8",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DARK",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_INSOMNIA"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 35,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 23,
+ 23
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 198,
+ 198
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 221,
+ 198
+ ]
+ },
+ {
+ "name": "Slowking",
+ "species": "0x0835ff9c",
+ "category": "0x0835ff94",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "BOUNTIFUL_SEA",
+ "abilities": [
+ "ABILITY_OBLIVIOUS",
+ "ABILITY_OWN_TEMPO"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SLOWPOKE",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_KINGS_ROCK",
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 199,
+ 199
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 314,
+ 199
+ ]
+ },
+ {
+ "name": "Misdreavus",
+ "species": "0x0835ff88",
+ "category": "0x0835ff80",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GHOST"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WALL",
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 7,
+ 7
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 200,
+ 200
+ ],
+ "base_recruit": 88,
+ "alphabetParent": [
+ 215,
+ 200
+ ]
+ },
+ {
+ "name": "Unown-A",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 12,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 201
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 363,
+ 201
+ ]
+ },
+ {
+ "name": "Unown-B",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 13,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 202
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 364,
+ 202
+ ]
+ },
+ {
+ "name": "Unown-C",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 17,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 203
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 365,
+ 203
+ ]
+ },
+ {
+ "name": "Unown-D",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 13,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 204
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 366,
+ 204
+ ]
+ },
+ {
+ "name": "Unown-E",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 12,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 205
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 367,
+ 205
+ ]
+ },
+ {
+ "name": "Unown-F",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 13,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 206
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 368,
+ 206
+ ]
+ },
+ {
+ "name": "Unown-G",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 12,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 207
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 369,
+ 207
+ ]
+ },
+ {
+ "name": "Unown-H",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 18,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 208
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 370,
+ 208
+ ]
+ },
+ {
+ "name": "Unown-I",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 8,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 209
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 371,
+ 209
+ ]
+ },
+ {
+ "name": "Unown-J",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 10,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 210
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 372,
+ 210
+ ]
+ },
+ {
+ "name": "Unown-K",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 10,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 211
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 373,
+ 211
+ ]
+ },
+ {
+ "name": "Unown-L",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 10,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 212
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 374,
+ 212
+ ]
+ },
+ {
+ "name": "Unown-M",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 17,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 213
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 375,
+ 213
+ ]
+ },
+ {
+ "name": "Unown-N",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_AN",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 15,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 214
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 376,
+ 214
+ ]
+ },
+ {
+ "name": "Unown-O",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 19,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 215
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 377,
+ 215
+ ]
+ },
+ {
+ "name": "Unown-P",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 9,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 216
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 378,
+ 216
+ ]
+ },
+ {
+ "name": "Unown-Q",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 8,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 217
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 379,
+ 217
+ ]
+ },
+ {
+ "name": "Unown-R",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 9,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 218
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 380,
+ 218
+ ]
+ },
+ {
+ "name": "Unown-S",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 12,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 219
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 381,
+ 219
+ ]
+ },
+ {
+ "name": "Unown-T",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 10,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 220
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 382,
+ 220
+ ]
+ },
+ {
+ "name": "Unown-U",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 15,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 221
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 383,
+ 221
+ ]
+ },
+ {
+ "name": "Unown-V",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 12,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 222
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 384,
+ 222
+ ]
+ },
+ {
+ "name": "Unown-W",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 11,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 223
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 385,
+ 223
+ ]
+ },
+ {
+ "name": "Unown-X",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 9,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 224
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 386,
+ 224
+ ]
+ },
+ {
+ "name": "Unown-Y",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 11,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 225
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 387,
+ 225
+ ]
+ },
+ {
+ "name": "Unown-Z",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 9,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 226
+ ],
+ "base_recruit": 18,
+ "alphabetParent": [
+ 388,
+ 226
+ ]
+ },
+ {
+ "name": "Wobbuffet",
+ "species": "0x0835ff64",
+ "category": "0x0835ff5c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_SHADOW_TAG"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 6,
+ 6
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 30,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WYNAUT",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 15
+ },
+ "dexInternal": [
+ 202,
+ 229
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 414,
+ 229
+ ]
+ },
+ {
+ "name": "Girafarig",
+ "species": "0x0835ff50",
+ "category": "0x0835ff44",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_INNER_FOCUS",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 46,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 15,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 203,
+ 230
+ ],
+ "base_recruit": 76,
+ "alphabetParent": [
+ 113,
+ 230
+ ]
+ },
+ {
+ "name": "Pineco",
+ "species": "0x0835ff3c",
+ "category": "0x0835ff34",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG"
+ ],
+ "friend_area": "SECRETIVE_FOREST",
+ "abilities": [
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 51,
+ "base_exp": 42,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 204,
+ 231
+ ],
+ "base_recruit": 94,
+ "alphabetParent": [
+ 252,
+ 231
+ ]
+ },
+ {
+ "name": "Forretress",
+ "species": "0x0835ff28",
+ "category": "0x0835ff34",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_STEEL"
+ ],
+ "friend_area": "SECRETIVE_FOREST",
+ "abilities": [
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 60,
+ "base_exp": 75,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 17,
+ 17
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PINECO",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 31
+ },
+ "dexInternal": [
+ 205,
+ 232
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 107,
+ 232
+ ]
+ },
+ {
+ "name": "Dunsparce",
+ "species": "0x0835ff1c",
+ "category": "0x0835ff10",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_SERENE_GRACE",
+ "ABILITY_RUN_AWAY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 43,
+ "base_exp": 22,
+ "base_att_spatt": [
+ 19,
+ 19
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 206,
+ 233
+ ],
+ "base_recruit": 76,
+ "alphabetParent": [
+ 85,
+ 233
+ ]
+ },
+ {
+ "name": "Gligar",
+ "species": "0x0835ff08",
+ "category": "0x0835fefc",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_HYPER_CUTTER",
+ "ABILITY_SAND_VEIL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 38,
+ "base_exp": 41,
+ "base_att_spatt": [
+ 21,
+ 17
+ ],
+ "base_def_spdef": [
+ 11,
+ 13
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 47,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 207,
+ 234
+ ],
+ "base_recruit": 85,
+ "alphabetParent": [
+ 115,
+ 234
+ ]
+ },
+ {
+ "name": "Steelix",
+ "species": "0x0835fef4",
+ "category": "0x0835fee8",
+ "overworld_palette": 5,
+ "size": 4,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "BOULDER_CAVE",
+ "abilities": [
+ "ABILITY_ROCK_HEAD",
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 125,
+ "base_att_spatt": [
+ 23,
+ 23
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 94,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_ONIX",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_METAL_COAT",
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 208,
+ 235
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 334,
+ 235
+ ]
+ },
+ {
+ "name": "Snubbull",
+ "species": "0x0835fedc",
+ "category": "0x083609b0",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 7,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_INTIMIDATE",
+ "ABILITY_RUN_AWAY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 21,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 30,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 209,
+ 236
+ ],
+ "base_recruit": 81,
+ "alphabetParent": [
+ 322,
+ 236
+ ]
+ },
+ {
+ "name": "Granbull",
+ "species": "0x0835fed0",
+ "category": "0x083609b0",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_INTIMIDATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SNUBBULL",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 23
+ },
+ "dexInternal": [
+ 210,
+ 237
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 122,
+ 237
+ ]
+ },
+ {
+ "name": "Qwilfish",
+ "species": "0x0835fec4",
+ "category": "0x08360978",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "SERENE_SEA",
+ "abilities": [
+ "ABILITY_POISON_POINT",
+ "ABILITY_SWIFT_SWIM"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 9,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 14,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 211,
+ 238
+ ],
+ "base_recruit": 69,
+ "alphabetParent": [
+ 268,
+ 238
+ ]
+ },
+ {
+ "name": "Scizor",
+ "species": "0x0835febc",
+ "category": "0x083605e4",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_STEEL"
+ ],
+ "friend_area": "OVERGROWN_FOREST",
+ "abilities": [
+ "ABILITY_SWARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 56,
+ "base_exp": 108,
+ "base_att_spatt": [
+ 23,
+ 19
+ ],
+ "base_def_spdef": [
+ 13,
+ 14
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 48,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SCYTHER",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_METAL_COAT",
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 212,
+ 239
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 290,
+ 239
+ ]
+ },
+ {
+ "name": "Shuckle",
+ "species": "0x0835feb4",
+ "category": "0x0835feac",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_ROCK"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 37,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 213,
+ 240
+ ],
+ "base_recruit": 69,
+ "alphabetParent": [
+ 305,
+ 240
+ ]
+ },
+ {
+ "name": "Heracross",
+ "species": "0x0835fea0",
+ "category": "0x0835fe94",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "OVERGROWN_FOREST",
+ "abilities": [
+ "ABILITY_SWARM",
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 52,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 214,
+ 241
+ ],
+ "base_recruit": 26,
+ "alphabetParent": [
+ 133,
+ 241
+ ]
+ },
+ {
+ "name": "Sneasel",
+ "species": "0x0835fe8c",
+ "category": "0x0835fe80",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DARK",
+ "TYPE_ICE"
+ ],
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_INNER_FOCUS",
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 84,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 7,
+ 10
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 215,
+ 242
+ ],
+ "base_recruit": 77,
+ "alphabetParent": [
+ 319,
+ 242
+ ]
+ },
+ {
+ "name": "Teddiursa",
+ "species": "0x0835fe74",
+ "category": "0x0835fe68",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_PICKUP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 27,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 216,
+ 243
+ ],
+ "base_recruit": 114,
+ "alphabetParent": [
+ 348,
+ 243
+ ]
+ },
+ {
+ "name": "Ursaring",
+ "species": "0x0835fe5c",
+ "category": "0x0835fe50",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 37,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 54,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TEDDIURSA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 217,
+ 244
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 391,
+ 244
+ ]
+ },
+ {
+ "name": "Slugma",
+ "species": "0x0835fe48",
+ "category": "0x0835fe40",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "CRATER",
+ "abilities": [
+ "ABILITY_MAGMA_ARMOR",
+ "ABILITY_FLAME_BODY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 51,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 218,
+ 245
+ ],
+ "base_recruit": 114,
+ "alphabetParent": [
+ 316,
+ 245
+ ]
+ },
+ {
+ "name": "Magcargo",
+ "species": "0x0835fe34",
+ "category": "0x0835fe40",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE",
+ "TYPE_ROCK"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "CRATER",
+ "abilities": [
+ "ABILITY_MAGMA_ARMOR",
+ "ABILITY_FLAME_BODY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 56,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 30,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SLUGMA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 38
+ },
+ "dexInternal": [
+ 219,
+ 246
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 187,
+ 246
+ ]
+ },
+ {
+ "name": "Swinub",
+ "species": "0x0835fe2c",
+ "category": "0x0835fe28",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "FRIGID_CAVERN",
+ "abilities": [
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 28,
+ "base_exp": 37,
+ "base_att_spatt": [
+ 17,
+ 17
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 220,
+ 247
+ ],
+ "base_recruit": 109,
+ "alphabetParent": [
+ 344,
+ 247
+ ]
+ },
+ {
+ "name": "Piloswine",
+ "species": "0x0835fe1c",
+ "category": "0x0835fe14",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "FRIGID_CAVERN",
+ "abilities": [
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 56,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 23,
+ 23
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SWINUB",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 33
+ },
+ "dexInternal": [
+ 221,
+ 248
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 251,
+ 248
+ ]
+ },
+ {
+ "name": "Corsola",
+ "species": "0x0835fe0c",
+ "category": "0x0835fe04",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_ROCK"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "SHALLOW_BEACH",
+ "abilities": [
+ "ABILITY_HUSTLE",
+ "ABILITY_NATURAL_CURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 10,
+ 12
+ ],
+ "base_def_spdef": [
+ 11,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 222,
+ 249
+ ],
+ "base_recruit": 83,
+ "alphabetParent": [
+ 60,
+ 249
+ ]
+ },
+ {
+ "name": "Remoraid",
+ "species": "0x0835fdf8",
+ "category": "0x0835fdf4",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_HUSTLE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 36,
+ "base_att_spatt": [
+ 15,
+ 12
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 13,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 223,
+ 250
+ ],
+ "base_recruit": 88,
+ "alphabetParent": [
+ 281,
+ 250
+ ]
+ },
+ {
+ "name": "Octillery",
+ "species": "0x0835fde8",
+ "category": "0x0835fdf4",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_SUCTION_CUPS"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 235,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_REMORAID",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 25
+ },
+ "dexInternal": [
+ 224,
+ 251
+ ],
+ "base_recruit": 65236,
+ "alphabetParent": [
+ 236,
+ 251
+ ]
+ },
+ {
+ "name": "Delibird",
+ "species": "0x0835fddc",
+ "category": "0x0835fdd0",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FRIGID_CAVERN",
+ "abilities": [
+ "ABILITY_VITAL_SPIRIT",
+ "ABILITY_HUSTLE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 40,
+ "base_exp": 48,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 12,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 225,
+ 252
+ ],
+ "base_recruit": 88,
+ "alphabetParent": [
+ 69,
+ 252
+ ]
+ },
+ {
+ "name": "Mantine",
+ "species": "0x0835fdc8",
+ "category": "0x0835fdc0",
+ "overworld_palette": 7,
+ "size": 2,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "SERENE_SEA",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_WATER_ABSORB"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 250,
+ "base_att_spatt": [
+ 13,
+ 12
+ ],
+ "base_def_spdef": [
+ 11,
+ 12
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 86,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 226,
+ 253
+ ],
+ "base_recruit": 95,
+ "alphabetParent": [
+ 195,
+ 253
+ ]
+ },
+ {
+ "name": "Skarmory",
+ "species": "0x0835fdb4",
+ "category": "0x0835fda8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_STEEL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "RAVAGED_FIELD",
+ "abilities": [
+ "ABILITY_KEEN_EYE",
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 47,
+ "base_exp": 175,
+ "base_att_spatt": [
+ 15,
+ 13
+ ],
+ "base_def_spdef": [
+ 5,
+ 7
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 50,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 227,
+ 254
+ ],
+ "base_recruit": 68,
+ "alphabetParent": [
+ 308,
+ 254
+ ]
+ },
+ {
+ "name": "Houndour",
+ "species": "0x0835fd9c",
+ "category": "0x0835fd94",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DARK",
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "RAVAGED_FIELD",
+ "abilities": [
+ "ABILITY_EARLY_BIRD",
+ "ABILITY_FLASH_FIRE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 31,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 19,
+ 18
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 228,
+ 255
+ ],
+ "base_recruit": 114,
+ "alphabetParent": [
+ 142,
+ 255
+ ]
+ },
+ {
+ "name": "Houndoom",
+ "species": "0x0835fd88",
+ "category": "0x0835fd94",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DARK",
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "RAVAGED_FIELD",
+ "abilities": [
+ "ABILITY_EARLY_BIRD",
+ "ABILITY_FLASH_FIRE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 45,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 19,
+ 19
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_HOUNDOUR",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 24
+ },
+ "dexInternal": [
+ 229,
+ 256
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 141,
+ 256
+ ]
+ },
+ {
+ "name": "Kingdra",
+ "species": "0x0835fd80",
+ "category": "0x083604d0",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_DRAGON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 124,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SEADRA",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_DRAGON_SCALE",
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 230,
+ 257
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 159,
+ 257
+ ]
+ },
+ {
+ "name": "Phanpy",
+ "species": "0x0835fd78",
+ "category": "0x0835fd6c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_PICKUP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 42,
+ "base_exp": 33,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 231,
+ 258
+ ],
+ "base_recruit": 82,
+ "alphabetParent": [
+ 245,
+ 258
+ ]
+ },
+ {
+ "name": "Donphan",
+ "species": "0x0835fd64",
+ "category": "0x0835fd5c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_STURDY"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 43,
+ "base_exp": 107,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PHANPY",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 25
+ },
+ "dexInternal": [
+ 232,
+ 259
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 79,
+ 259
+ ]
+ },
+ {
+ "name": "Porygon2",
+ "species": "0x0835fd50",
+ "category": "0x0836034c",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DECREPIT_LAB",
+ "abilities": [
+ "ABILITY_TRACE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 110,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PORYGON",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_UPGRADE",
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 233,
+ 260
+ ],
+ "base_recruit": 100,
+ "alphabetParent": [
+ 262,
+ 260
+ ]
+ },
+ {
+ "name": "Stantler",
+ "species": "0x0835fd44",
+ "category": "0x0835fd38",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_INTIMIDATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 43,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 18,
+ 19
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 234,
+ 261
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 330,
+ 261
+ ]
+ },
+ {
+ "name": "Smeargle",
+ "species": "0x0835fd2c",
+ "category": "0x0835fd24",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_OWN_TEMPO"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 235,
+ 262
+ ],
+ "base_recruit": 68,
+ "alphabetParent": [
+ 317,
+ 262
+ ]
+ },
+ {
+ "name": "Tyrogue",
+ "species": "0x0835fd1c",
+ "category": "0x0835fd14",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 25,
+ "base_exp": 30,
+ "base_att_spatt": [
+ 17,
+ 17
+ ],
+ "base_def_spdef": [
+ 7,
+ 6
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 236,
+ 263
+ ],
+ "base_recruit": 80,
+ "alphabetParent": [
+ 361,
+ 263
+ ]
+ },
+ {
+ "name": "Hitmontop",
+ "species": "0x0835fd08",
+ "category": "0x0835fcfc",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_INTIMIDATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 33,
+ "base_exp": 102,
+ "base_att_spatt": [
+ 9,
+ 8
+ ],
+ "base_def_spdef": [
+ 7,
+ 8
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TYROGUE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20,
+ "evolve_need2": 7
+ },
+ "dexInternal": [
+ 237,
+ 264
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 136,
+ 264
+ ]
+ },
+ {
+ "name": "Smoochum",
+ "species": "0x0835fcf0",
+ "category": "0x0835fce8",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE",
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "FRIGID_CAVERN",
+ "abilities": [
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 12,
+ 10
+ ],
+ "base_def_spdef": [
+ 12,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 238,
+ 265
+ ],
+ "base_recruit": 80,
+ "alphabetParent": [
+ 318,
+ 265
+ ]
+ },
+ {
+ "name": "Elekid",
+ "species": "0x0835fce0",
+ "category": "0x08360434",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "POWER_PLANT",
+ "abilities": [
+ "ABILITY_STATIC"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 21,
+ "base_exp": 43,
+ "base_att_spatt": [
+ 12,
+ 10
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 41,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 239,
+ 266
+ ],
+ "base_recruit": 103,
+ "alphabetParent": [
+ 94,
+ 266
+ ]
+ },
+ {
+ "name": "Magby",
+ "species": "0x0835fcd8",
+ "category": "0x0835fccc",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "CRATER",
+ "abilities": [
+ "ABILITY_FLAME_BODY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 48,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 240,
+ 267
+ ],
+ "base_recruit": 95,
+ "alphabetParent": [
+ 186,
+ 267
+ ]
+ },
+ {
+ "name": "Miltank",
+ "species": "0x0835fcc4",
+ "category": "0x0835fcb8",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SAFARI",
+ "abilities": [
+ "ABILITY_THICK_FAT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 106,
+ "base_att_spatt": [
+ 11,
+ 12
+ ],
+ "base_def_spdef": [
+ 13,
+ 12
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 241,
+ 268
+ ],
+ "base_recruit": 87,
+ "alphabetParent": [
+ 213,
+ 268
+ ]
+ },
+ {
+ "name": "Blissey",
+ "species": "0x0835fcb0",
+ "category": "0x08360104",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_NATURAL_CURE",
+ "ABILITY_SERENE_GRACE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 33,
+ "base_exp": 333,
+ "base_att_spatt": [
+ 7,
+ 7
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 48,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CHANSEY",
+ "evolve_type": "EVOLVE_TYPE_IQ"
+ },
+ "needs": {
+ "evolve_need1": 150
+ },
+ "dexInternal": [
+ 242,
+ 269
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 30,
+ 269
+ ]
+ },
+ {
+ "name": "Raikou",
+ "species": "0x0835fca8",
+ "category": "0x0835fca0",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "SACRED_FIELD",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 77,
+ "base_exp": 170,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 52,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 243,
+ 270
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 270,
+ 270
+ ]
+ },
+ {
+ "name": "Entei",
+ "species": "0x0835fc98",
+ "category": "0x0836023c",
+ "overworld_palette": 12,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SACRED_FIELD",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 78,
+ "base_exp": 180,
+ "base_att_spatt": [
+ 21,
+ 20
+ ],
+ "base_def_spdef": [
+ 20,
+ 22
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 61,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 244,
+ 271
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 95,
+ 271
+ ]
+ },
+ {
+ "name": "Suicune",
+ "species": "0x0835fc90",
+ "category": "0x0835fc88",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "SACRED_FIELD",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 76,
+ "base_exp": 190,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 19,
+ 19
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 65,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 245,
+ 272
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 336,
+ 272
+ ]
+ },
+ {
+ "name": "Larvitar",
+ "species": "0x0835fc7c",
+ "category": "0x0835fc70",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "MT_CLEFT",
+ "abilities": [
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 246,
+ 273
+ ],
+ "base_recruit": 122,
+ "alphabetParent": [
+ 168,
+ 273
+ ]
+ },
+ {
+ "name": "Pupitar",
+ "species": "0x0835fc68",
+ "category": "0x0835fc5c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "MT_CLEFT",
+ "abilities": [
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 42,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_LARVITAR",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 247,
+ 274
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 265,
+ 274
+ ]
+ },
+ {
+ "name": "Tyranitar",
+ "species": "0x0835fc50",
+ "category": "0x0835fd5c",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_DARK"
+ ],
+ "friend_area": "MT_CLEFT",
+ "abilities": [
+ "ABILITY_SAND_STREAM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 80,
+ "base_exp": 205,
+ "base_att_spatt": [
+ 40,
+ 40
+ ],
+ "base_def_spdef": [
+ 26,
+ 26
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 43,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_PUPITAR",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 55
+ },
+ "dexInternal": [
+ 248,
+ 275
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 360,
+ 275
+ ]
+ },
+ {
+ "name": "Lugia",
+ "species": "0x0835fc48",
+ "category": "0x0835fc40",
+ "overworld_palette": 9,
+ "size": 4,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_PSYCHIC",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_CURRENT",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 70,
+ "base_exp": 400,
+ "base_att_spatt": [
+ 23,
+ 24
+ ],
+ "base_def_spdef": [
+ 18,
+ 18
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 122,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 249,
+ 276
+ ],
+ "base_recruit": 999,
+ "alphabetParent": [
+ 180,
+ 276
+ ]
+ },
+ {
+ "name": "Ho-Oh",
+ "species": "0x0835fc38",
+ "category": "0x0835fc30",
+ "overworld_palette": 3,
+ "size": 4,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_FIRE",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "RAINBOW_PEAK",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 75,
+ "base_exp": 300,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 225,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 250,
+ 277
+ ],
+ "base_recruit": 999,
+ "alphabetParent": [
+ 137,
+ 277
+ ]
+ },
+ {
+ "name": "Celebi",
+ "species": "0x0835fc28",
+ "category": "0x0835fc1c",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_PSYCHIC",
+ "TYPE_GRASS"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "HEALING_FOREST",
+ "abilities": [
+ "ABILITY_NATURAL_CURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 251,
+ 278
+ ],
+ "base_recruit": 999,
+ "alphabetParent": [
+ 44,
+ 278
+ ]
+ },
+ {
+ "name": "Treecko",
+ "species": "0x0835fc14",
+ "category": "0x0835fc08",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "OVERGROWN_FOREST",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 18,
+ "base_exp": 15,
+ "base_att_spatt": [
+ 1,
+ 1
+ ],
+ "base_def_spdef": [
+ 3,
+ 3
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 252,
+ 279
+ ],
+ "base_recruit": 112,
+ "alphabetParent": [
+ 357,
+ 279
+ ]
+ },
+ {
+ "name": "Grovyle",
+ "species": "0x0835fc00",
+ "category": "0x0835fc08",
+ "overworld_palette": 12,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "OVERGROWN_FOREST",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 63,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TREECKO",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 253,
+ 280
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 126,
+ 280
+ ]
+ },
+ {
+ "name": "Sceptile",
+ "species": "0x0835fbf4",
+ "category": "0x0835fbec",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "OVERGROWN_FOREST",
+ "abilities": [
+ "ABILITY_OVERGROW"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 156,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 22,
+ 22
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GROVYLE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 36
+ },
+ "dexInternal": [
+ 254,
+ 281
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 289,
+ 281
+ ]
+ },
+ {
+ "name": "Torchic",
+ "species": "0x0835fbe4",
+ "category": "0x0835fbdc",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_BLAZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 18,
+ "base_exp": 6,
+ "base_att_spatt": [
+ 1,
+ 1
+ ],
+ "base_def_spdef": [
+ 3,
+ 3
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 255,
+ 282
+ ],
+ "base_recruit": 119,
+ "alphabetParent": [
+ 353,
+ 282
+ ]
+ },
+ {
+ "name": "Combusken",
+ "species": "0x0835fbd0",
+ "category": "0x0835fbc4",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE",
+ "TYPE_FIGHTING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_BLAZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 57,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TORCHIC",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 256,
+ 283
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 58,
+ 283
+ ]
+ },
+ {
+ "name": "Blaziken",
+ "species": "0x0835fbb8",
+ "category": "0x0835fbb0",
+ "overworld_palette": 12,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE",
+ "TYPE_FIGHTING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "SCORCHED_PLAINS",
+ "abilities": [
+ "ABILITY_BLAZE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 156,
+ "base_att_spatt": [
+ 23,
+ 20
+ ],
+ "base_def_spdef": [
+ 23,
+ 20
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_COMBUSKEN",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 36
+ },
+ "dexInternal": [
+ 257,
+ 284
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 29,
+ 284
+ ]
+ },
+ {
+ "name": "Mudkip",
+ "species": "0x0835fba8",
+ "category": "0x0835fb9c",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "PEANUT_SWAMP",
+ "abilities": [
+ "ABILITY_TORRENT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 18,
+ "base_exp": 21,
+ "base_att_spatt": [
+ 4,
+ 4
+ ],
+ "base_def_spdef": [
+ 4,
+ 4
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 17,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 258,
+ 285
+ ],
+ "base_recruit": 123,
+ "alphabetParent": [
+ 218,
+ 285
+ ]
+ },
+ {
+ "name": "Marshtomp",
+ "species": "0x0835fb90",
+ "category": "0x0835fb9c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_GROUND"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "PEANUT_SWAMP",
+ "abilities": [
+ "ABILITY_TORRENT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 84,
+ "base_att_spatt": [
+ 20,
+ 25
+ ],
+ "base_def_spdef": [
+ 20,
+ 25
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 25,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MUDKIP",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 16
+ },
+ "dexInternal": [
+ 259,
+ 286
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 199,
+ 286
+ ]
+ },
+ {
+ "name": "Swampert",
+ "species": "0x0835fb84",
+ "category": "0x0835fb9c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_GROUND"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "PEANUT_SWAMP",
+ "abilities": [
+ "ABILITY_TORRENT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 22,
+ 30
+ ],
+ "base_def_spdef": [
+ 20,
+ 30
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MARSHTOMP",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 36
+ },
+ "dexInternal": [
+ 260,
+ 287
+ ],
+ "base_recruit": 65197,
+ "alphabetParent": [
+ 342,
+ 287
+ ]
+ },
+ {
+ "name": "Poochyena",
+ "species": "0x0835fb78",
+ "category": "0x0835fb70",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DARK"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_RUN_AWAY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 26,
+ "base_exp": 25,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 21,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 261,
+ 288
+ ],
+ "base_recruit": 82,
+ "alphabetParent": [
+ 260,
+ 288
+ ]
+ },
+ {
+ "name": "Mightyena",
+ "species": "0x0835fb64",
+ "category": "0x0835fb70",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DARK"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_INTIMIDATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 51,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 23,
+ 23
+ ],
+ "base_def_spdef": [
+ 17,
+ 17
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_POOCHYENA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 18
+ },
+ "dexInternal": [
+ 262,
+ 289
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 211,
+ 289
+ ]
+ },
+ {
+ "name": "Zigzagoon",
+ "species": "0x0835fb58",
+ "category": "0x0835fb4c",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_PICKUP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 20,
+ "base_hp": 21,
+ "base_exp": 25,
+ "base_att_spatt": [
+ 15,
+ 16
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 263,
+ 290
+ ],
+ "base_recruit": 85,
+ "alphabetParent": [
+ 422,
+ 290
+ ]
+ },
+ {
+ "name": "Linoone",
+ "species": "0x0835fb44",
+ "category": "0x0835fb3c",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_PICKUP"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 20,
+ "base_hp": 31,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 18,
+ 18
+ ],
+ "base_def_spdef": [
+ 9,
+ 8
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 30,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_ZIGZAGOON",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 264,
+ 291
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 175,
+ 291
+ ]
+ },
+ {
+ "name": "Wurmple",
+ "species": "0x0835fb34",
+ "category": "0x08360b28",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG"
+ ],
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SHIELD_DUST"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 5,
+ "base_hp": 10,
+ "base_exp": 15,
+ "base_att_spatt": [
+ 4,
+ 6
+ ],
+ "base_def_spdef": [
+ 5,
+ 5
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 18,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 265,
+ 292
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 416,
+ 292
+ ]
+ },
+ {
+ "name": "Silcoon",
+ "species": "0x0835fb2c",
+ "category": "0x08360b18",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG"
+ ],
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": false,
+ "unk1D": 100,
+ "base_hp": 28,
+ "base_exp": 35,
+ "base_att_spatt": [
+ 16,
+ 17
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WURMPLE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 7,
+ "evolve_need2": 11
+ },
+ "dexInternal": [
+ 266,
+ 293
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 307,
+ 293
+ ]
+ },
+ {
+ "name": "Beautifly",
+ "species": "0x0835fb20",
+ "category": "0x08360b00",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SWARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 84,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 10,
+ 11
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 48,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SILCOON",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 10
+ },
+ "dexInternal": [
+ 267,
+ 294
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 23,
+ 294
+ ]
+ },
+ {
+ "name": "Cascoon",
+ "species": "0x0835fb18",
+ "category": "0x08360b18",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG"
+ ],
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": false,
+ "unk1D": 100,
+ "base_hp": 28,
+ "base_exp": 36,
+ "base_att_spatt": [
+ 17,
+ 16
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WURMPLE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 7,
+ "evolve_need2": 12
+ },
+ "dexInternal": [
+ 268,
+ 295
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 38,
+ 295
+ ]
+ },
+ {
+ "name": "Dustox",
+ "species": "0x0835fb10",
+ "category": "0x083608e4",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_POISON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MIST_RISE_FOREST",
+ "abilities": [
+ "ABILITY_SHIELD_DUST"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 34,
+ "base_exp": 37,
+ "base_att_spatt": [
+ 17,
+ 20
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 43,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CASCOON",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 10
+ },
+ "dexInternal": [
+ 269,
+ 296
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 88,
+ 296
+ ]
+ },
+ {
+ "name": "Lotad",
+ "species": "0x0835fb08",
+ "category": "0x0835fafc",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_GRASS"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TADPOLE_POND",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_RAIN_DISH"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 33,
+ "base_exp": 6,
+ "base_att_spatt": [
+ 13,
+ 13
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 270,
+ 297
+ ],
+ "base_recruit": 80,
+ "alphabetParent": [
+ 177,
+ 297
+ ]
+ },
+ {
+ "name": "Lombre",
+ "species": "0x0835faf4",
+ "category": "0x0835faec",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 255,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_GRASS"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TADPOLE_POND",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_RAIN_DISH"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 43,
+ "base_exp": 96,
+ "base_att_spatt": [
+ 14,
+ 14
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 41,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_LOTAD",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 14
+ },
+ "dexInternal": [
+ 271,
+ 298
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 176,
+ 298
+ ]
+ },
+ {
+ "name": "Ludicolo",
+ "species": "0x0835fae0",
+ "category": "0x0835fad4",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_GRASS"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TADPOLE_POND",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_RAIN_DISH"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 53,
+ "base_exp": 140,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 49,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_LOMBRE",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_WATER_STONE"
+ },
+ "dexInternal": [
+ 272,
+ 299
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 179,
+ 299
+ ]
+ },
+ {
+ "name": "Seedot",
+ "species": "0x0835facc",
+ "category": "0x0835fac4",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "MUSHROOM_FOREST",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 43,
+ "base_exp": 39,
+ "base_att_spatt": [
+ 17,
+ 17
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 273,
+ 300
+ ],
+ "base_recruit": 112,
+ "alphabetParent": [
+ 295,
+ 300
+ ]
+ },
+ {
+ "name": "Nuzleaf",
+ "species": "0x0835fabc",
+ "category": "0x0835fab4",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_DARK"
+ ],
+ "friend_area": "MUSHROOM_FOREST",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 55,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SEEDOT",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 14
+ },
+ "dexInternal": [
+ 274,
+ 301
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 235,
+ 301
+ ]
+ },
+ {
+ "name": "Shiftry",
+ "species": "0x0835faac",
+ "category": "0x0835faa4",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 15,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_DARK"
+ ],
+ "friend_area": "MUSHROOM_FOREST",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL",
+ "ABILITY_EARLY_BIRD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 40,
+ "base_exp": 190,
+ "base_att_spatt": [
+ 18,
+ 17
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 44,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_NUZLEAF",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_LEAF_STONE"
+ },
+ "dexInternal": [
+ 275,
+ 302
+ ],
+ "base_recruit": 65236,
+ "alphabetParent": [
+ 303,
+ 302
+ ]
+ },
+ {
+ "name": "Taillow",
+ "species": "0x0835fa9c",
+ "category": "0x0835fa90",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 6,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 15,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 276,
+ 303
+ ],
+ "base_recruit": 75,
+ "alphabetParent": [
+ 345,
+ 303
+ ]
+ },
+ {
+ "name": "Swellow",
+ "species": "0x0835fa88",
+ "category": "0x0835fa80",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 57,
+ "base_att_spatt": [
+ 11,
+ 10
+ ],
+ "base_def_spdef": [
+ 11,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TAILLOW",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 22
+ },
+ "dexInternal": [
+ 277,
+ 304
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 343,
+ 304
+ ]
+ },
+ {
+ "name": "Wingull",
+ "species": "0x0835fa78",
+ "category": "0x0835fa70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "SHALLOW_BEACH",
+ "abilities": [
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 33,
+ "base_exp": 27,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 25,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 278,
+ 305
+ ],
+ "base_recruit": 125,
+ "alphabetParent": [
+ 413,
+ 305
+ ]
+ },
+ {
+ "name": "Pelipper",
+ "species": "0x0835fa64",
+ "category": "0x0835fa58",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "SHALLOW_BEACH",
+ "abilities": [
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 43,
+ "base_exp": 84,
+ "base_att_spatt": [
+ 12,
+ 10
+ ],
+ "base_def_spdef": [
+ 12,
+ 10
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WINGULL",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 25
+ },
+ "dexInternal": [
+ 279,
+ 306
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 243,
+ 306
+ ]
+ },
+ {
+ "name": "Ralts",
+ "species": "0x0835fa50",
+ "category": "0x0835fa48",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE",
+ "ABILITY_TRACE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 32,
+ "base_exp": 18,
+ "base_att_spatt": [
+ 11,
+ 8
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 17,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 280,
+ 307
+ ],
+ "base_recruit": 10,
+ "alphabetParent": [
+ 271,
+ 307
+ ]
+ },
+ {
+ "name": "Kirlia",
+ "species": "0x0835fa40",
+ "category": "0x0835fa38",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE",
+ "ABILITY_TRACE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 42,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 13,
+ 11
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_RALTS",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 281,
+ 308
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 161,
+ 308
+ ]
+ },
+ {
+ "name": "Gardevoir",
+ "species": "0x0835fa2c",
+ "category": "0x0835fa24",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 7,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "SKY_BLUE_PLAINS",
+ "abilities": [
+ "ABILITY_SYNCHRONIZE",
+ "ABILITY_TRACE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 52,
+ "base_exp": 120,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 7,
+ 6
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_KIRLIA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 282,
+ 309
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 109,
+ 309
+ ]
+ },
+ {
+ "name": "Surskit",
+ "species": "0x0835fa1c",
+ "category": "0x0835fa10",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TADPOLE_POND",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 10,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 16,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 283,
+ 310
+ ],
+ "base_recruit": 38,
+ "alphabetParent": [
+ 339,
+ 310
+ ]
+ },
+ {
+ "name": "Masquerain",
+ "species": "0x0835fa04",
+ "category": "0x0835f9fc",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "TADPOLE_POND",
+ "abilities": [
+ "ABILITY_INTIMIDATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 51,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SURSKIT",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 22
+ },
+ "dexInternal": [
+ 284,
+ 311
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 200,
+ 311
+ ]
+ },
+ {
+ "name": "Shroomish",
+ "species": "0x0835f9f0",
+ "category": "0x08360918",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "MUSHROOM_FOREST",
+ "abilities": [
+ "ABILITY_EFFECT_SPORE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 27,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 285,
+ 312
+ ],
+ "base_recruit": 77,
+ "alphabetParent": [
+ 304,
+ 312
+ ]
+ },
+ {
+ "name": "Breloom",
+ "species": "0x0835f9e8",
+ "category": "0x08360918",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MUSHROOM_FOREST",
+ "abilities": [
+ "ABILITY_EFFECT_SPORE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 44,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 22,
+ 21
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SHROOMISH",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 23
+ },
+ "dexInternal": [
+ 286,
+ 313
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 31,
+ 313
+ ]
+ },
+ {
+ "name": "Slakoth",
+ "species": "0x0835f9e0",
+ "category": "0x0835f9d8",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_TRUANT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 100,
+ "base_hp": 40,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 24,
+ 24
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 287,
+ 314
+ ],
+ "base_recruit": 113,
+ "alphabetParent": [
+ 312,
+ 314
+ ]
+ },
+ {
+ "name": "Vigoroth",
+ "species": "0x0835f9cc",
+ "category": "0x0835f9c0",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_VITAL_SPIRIT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 43,
+ "base_exp": 51,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 15,
+ 17
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 38,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SLAKOTH",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 18
+ },
+ "dexInternal": [
+ 288,
+ 315
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 398,
+ 315
+ ]
+ },
+ {
+ "name": "Slaking",
+ "species": "0x0835f9b8",
+ "category": "0x0835f9b0",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_TRUANT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 46,
+ "base_exp": 72,
+ "base_att_spatt": [
+ 26,
+ 26
+ ],
+ "base_def_spdef": [
+ 15,
+ 17
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 45,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_VIGOROTH",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 36
+ },
+ "dexInternal": [
+ 289,
+ 316
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 311,
+ 316
+ ]
+ },
+ {
+ "name": "Nincada",
+ "species": "0x0835f9a8",
+ "category": "0x0835f9a0",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_GROUND"
+ ],
+ "friend_area": "SECRETIVE_FOREST",
+ "abilities": [
+ "ABILITY_COMPOUNDEYES"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 38,
+ "base_exp": 30,
+ "base_att_spatt": [
+ 14,
+ 14
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 18,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 290,
+ 317
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 229,
+ 317
+ ]
+ },
+ {
+ "name": "Ninjask",
+ "species": "0x0835f998",
+ "category": "0x0835f990",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "SECRETIVE_FOREST",
+ "abilities": [
+ "ABILITY_SPEED_BOOST"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 12,
+ 13
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_NINCADA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 291,
+ 318
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 231,
+ 318
+ ]
+ },
+ {
+ "name": "Shedinja",
+ "species": "0x0835f984",
+ "category": "0x0835f97c",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG",
+ "TYPE_GHOST"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WALL",
+ "friend_area": "SECRETIVE_FOREST",
+ "abilities": [
+ "ABILITY_WONDER_GUARD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 3,
+ "base_exp": 3,
+ "base_att_spatt": [
+ 28,
+ 28
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_NINCADA",
+ "evolve_type": "EVOLVE_TYPE_NONE"
+ },
+ "needs": {
+ "evolve_need1": 0
+ },
+ "dexInternal": [
+ 292,
+ 319
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 300,
+ 319
+ ]
+ },
+ {
+ "name": "Whismur",
+ "species": "0x0835f974",
+ "category": "0x0835f96c",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_SOUNDPROOF"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 15,
+ "base_exp": 48,
+ "base_att_spatt": [
+ 3,
+ 3
+ ],
+ "base_def_spdef": [
+ 2,
+ 2
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 293,
+ 320
+ ],
+ "base_recruit": 88,
+ "alphabetParent": [
+ 411,
+ 320
+ ]
+ },
+ {
+ "name": "Loudred",
+ "species": "0x0835f964",
+ "category": "0x0835f958",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_SOUNDPROOF"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 42,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WHISMUR",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 294,
+ 321
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 178,
+ 321
+ ]
+ },
+ {
+ "name": "Exploud",
+ "species": "0x0835f950",
+ "category": "0x0835f944",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_SOUNDPROOF"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 89,
+ "base_att_spatt": [
+ 17,
+ 17
+ ],
+ "base_def_spdef": [
+ 14,
+ 14
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 50,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_LOUDRED",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 40
+ },
+ "dexInternal": [
+ 295,
+ 322
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 99,
+ 322
+ ]
+ },
+ {
+ "name": "Makuhita",
+ "species": "0x0835f938",
+ "category": "0x0835f930",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_THICK_FAT",
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 15,
+ 16
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 296,
+ 323
+ ],
+ "base_recruit": 102,
+ "alphabetParent": [
+ 192,
+ 323
+ ]
+ },
+ {
+ "name": "Hariyama",
+ "species": "0x0835f924",
+ "category": "0x0835f918",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIGHTING"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_THICK_FAT",
+ "ABILITY_GUTS"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 155,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 55,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MAKUHITA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 24
+ },
+ "dexInternal": [
+ 297,
+ 324
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 131,
+ 324
+ ]
+ },
+ {
+ "name": "Azurill",
+ "species": "0x0835f910",
+ "category": "0x0835f904",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_THICK_FAT",
+ "ABILITY_HUGE_POWER"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 26,
+ "base_exp": 30,
+ "base_att_spatt": [
+ 6,
+ 6
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 298,
+ 325
+ ],
+ "base_recruit": 102,
+ "alphabetParent": [
+ 17,
+ 325
+ ]
+ },
+ {
+ "name": "Nosepass",
+ "species": "0x0835f8f8",
+ "category": "0x0835f8f0",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK"
+ ],
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_STURDY",
+ "ABILITY_MAGNET_PULL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 49,
+ "base_exp": 45,
+ "base_att_spatt": [
+ 21,
+ 20
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 299,
+ 326
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 233,
+ 326
+ ]
+ },
+ {
+ "name": "Skitty",
+ "species": "0x0835f8e8",
+ "category": "0x0835f8e0",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 8191,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_CUTE_CHARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 19,
+ "base_exp": 33,
+ "base_att_spatt": [
+ 2,
+ 2
+ ],
+ "base_def_spdef": [
+ 2,
+ 2
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 300,
+ 327
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 310,
+ 327
+ ]
+ },
+ {
+ "name": "Delcatty",
+ "species": "0x0835f8d4",
+ "category": "0x0835f8cc",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "ENERGETIC_FOREST",
+ "abilities": [
+ "ABILITY_CUTE_CHARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 96,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 30,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SKITTY",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_MOON_STONE"
+ },
+ "dexInternal": [
+ 301,
+ 328
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 68,
+ 328
+ ]
+ },
+ {
+ "name": "Sableye",
+ "species": "0x0835f8c4",
+ "category": "0x0835ffa8",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DARK",
+ "TYPE_GHOST"
+ ],
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_KEEN_EYE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 33,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 302,
+ 329
+ ],
+ "base_recruit": 82,
+ "alphabetParent": [
+ 285,
+ 329
+ ]
+ },
+ {
+ "name": "Mawile",
+ "species": "0x0835f8bc",
+ "category": "0x0835f8b0",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL"
+ ],
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_HYPER_CUTTER",
+ "ABILITY_INTIMIDATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 47,
+ "base_exp": 33,
+ "base_att_spatt": [
+ 22,
+ 20
+ ],
+ "base_def_spdef": [
+ 5,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 303,
+ 330
+ ],
+ "base_recruit": 71,
+ "alphabetParent": [
+ 201,
+ 330
+ ]
+ },
+ {
+ "name": "Aron",
+ "species": "0x0835f8a8",
+ "category": "0x0835f89c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL",
+ "TYPE_ROCK"
+ ],
+ "friend_area": "MT_CLEFT",
+ "abilities": [
+ "ABILITY_STURDY",
+ "ABILITY_ROCK_HEAD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 21,
+ "base_exp": 35,
+ "base_att_spatt": [
+ 15,
+ 16
+ ],
+ "base_def_spdef": [
+ 7,
+ 6
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 304,
+ 331
+ ],
+ "base_recruit": 78,
+ "alphabetParent": [
+ 14,
+ 331
+ ]
+ },
+ {
+ "name": "Lairon",
+ "species": "0x0835f894",
+ "category": "0x0835f89c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL",
+ "TYPE_ROCK"
+ ],
+ "friend_area": "MT_CLEFT",
+ "abilities": [
+ "ABILITY_STURDY",
+ "ABILITY_ROCK_HEAD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 49,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_ARON",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 32
+ },
+ "dexInternal": [
+ 305,
+ 332
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 165,
+ 332
+ ]
+ },
+ {
+ "name": "Aggron",
+ "species": "0x0835f88c",
+ "category": "0x0835f89c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL",
+ "TYPE_ROCK"
+ ],
+ "friend_area": "MT_CLEFT",
+ "abilities": [
+ "ABILITY_STURDY",
+ "ABILITY_ROCK_HEAD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 165,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 64,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_LAIRON",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 42
+ },
+ "dexInternal": [
+ 306,
+ 333
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 4,
+ 333
+ ]
+ },
+ {
+ "name": "Meditite",
+ "species": "0x0835f880",
+ "category": "0x0835f874",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIGHTING",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_PURE_POWER"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 15,
+ "base_hp": 25,
+ "base_exp": 32,
+ "base_att_spatt": [
+ 13,
+ 13
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 307,
+ 334
+ ],
+ "base_recruit": 55,
+ "alphabetParent": [
+ 203,
+ 334
+ ]
+ },
+ {
+ "name": "Medicham",
+ "species": "0x0835f868",
+ "category": "0x0835f874",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 127,
+ "types": [
+ "TYPE_FIGHTING",
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "MT_DISCIPLINE",
+ "abilities": [
+ "ABILITY_PURE_POWER"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 38,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 13,
+ 13
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_MEDITITE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 37
+ },
+ "dexInternal": [
+ 308,
+ 335
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 202,
+ 335
+ ]
+ },
+ {
+ "name": "Electrike",
+ "species": "0x0835f85c",
+ "category": "0x08360364",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_STATIC",
+ "ABILITY_LIGHTNINGROD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 42,
+ "base_exp": 25,
+ "base_att_spatt": [
+ 17,
+ 18
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 25,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 309,
+ 336
+ ],
+ "base_recruit": 78,
+ "alphabetParent": [
+ 92,
+ 336
+ ]
+ },
+ {
+ "name": "Manectric",
+ "species": "0x0835f850",
+ "category": "0x0835f844",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_STATIC",
+ "ABILITY_LIGHTNINGROD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 56,
+ "base_exp": 65,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_ELECTRIKE",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 26
+ },
+ "dexInternal": [
+ 310,
+ 337
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 193,
+ 337
+ ]
+ },
+ {
+ "name": "Plusle",
+ "species": "0x0835f83c",
+ "category": "0x0835f830",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_PLUS"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 311,
+ 338
+ ],
+ "base_recruit": 350,
+ "alphabetParent": [
+ 254,
+ 338
+ ]
+ },
+ {
+ "name": "Minun",
+ "species": "0x0835f828",
+ "category": "0x0835f830",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ELECTRIC"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_MINUS"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 312,
+ 339
+ ],
+ "base_recruit": 350,
+ "alphabetParent": [
+ 214,
+ 339
+ ]
+ },
+ {
+ "name": "Volbeat",
+ "species": "0x0835f820",
+ "category": "0x0835f818",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG"
+ ],
+ "friend_area": "RUB_A_DUB_RIVER",
+ "abilities": [
+ "ABILITY_ILLUMINATE",
+ "ABILITY_SWARM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 51,
+ "base_att_spatt": [
+ 19,
+ 19
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 38,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 313,
+ 340
+ ],
+ "base_recruit": 86,
+ "alphabetParent": [
+ 400,
+ 340
+ ]
+ },
+ {
+ "name": "Illumise",
+ "species": "0x0835f80c",
+ "category": "0x0835f818",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_BUG"
+ ],
+ "friend_area": "RUB_A_DUB_RIVER",
+ "abilities": [
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 35,
+ "base_att_spatt": [
+ 19,
+ 19
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 314,
+ 341
+ ],
+ "base_recruit": 73,
+ "alphabetParent": [
+ 146,
+ 341
+ ]
+ },
+ {
+ "name": "Roselia",
+ "species": "0x0835f804",
+ "category": "0x0835f7fc",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_POISON"
+ ],
+ "friend_area": "BEAU_PLAINS",
+ "abilities": [
+ "ABILITY_NATURAL_CURE",
+ "ABILITY_POISON_POINT"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 36,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 315,
+ 342
+ ],
+ "base_recruit": 70,
+ "alphabetParent": [
+ 284,
+ 342
+ ]
+ },
+ {
+ "name": "Gulpin",
+ "species": "0x0835f7f4",
+ "category": "0x0835f7ec",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "POISON_SWAMP",
+ "abilities": [
+ "ABILITY_LIQUID_OOZE",
+ "ABILITY_STICKY_HOLD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 30,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 316,
+ 343
+ ],
+ "base_recruit": 69,
+ "alphabetParent": [
+ 129,
+ 343
+ ]
+ },
+ {
+ "name": "Swalot",
+ "species": "0x0835f7e4",
+ "category": "0x0835f7d8",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "POISON_SWAMP",
+ "abilities": [
+ "ABILITY_LIQUID_OOZE",
+ "ABILITY_STICKY_HOLD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 11,
+ 11
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 44,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_GULPIN",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 26
+ },
+ "dexInternal": [
+ 317,
+ 344
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 341,
+ 344
+ ]
+ },
+ {
+ "name": "Carvanha",
+ "species": "0x0835f7cc",
+ "category": "0x0835f7c4",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_DARK"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_ROUGH_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 27,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 318,
+ 345
+ ],
+ "base_recruit": 89,
+ "alphabetParent": [
+ 37,
+ 345
+ ]
+ },
+ {
+ "name": "Sharpedo",
+ "species": "0x0835f7b8",
+ "category": "0x0835f7b0",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_DARK"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_ROUGH_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 190,
+ "base_att_spatt": [
+ 18,
+ 18
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CARVANHA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 319,
+ 346
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 299,
+ 346
+ ]
+ },
+ {
+ "name": "Wailmer",
+ "species": "0x0835f7a8",
+ "category": "0x0835f79c",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "SERENE_SEA",
+ "abilities": [
+ "ABILITY_WATER_VEIL",
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 40,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 320,
+ 347
+ ],
+ "base_recruit": 82,
+ "alphabetParent": [
+ 403,
+ 347
+ ]
+ },
+ {
+ "name": "Wailord",
+ "species": "0x0835f794",
+ "category": "0x0835f788",
+ "overworld_palette": 5,
+ "size": 4,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "SERENE_SEA",
+ "abilities": [
+ "ABILITY_WATER_VEIL",
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 60,
+ "base_exp": 250,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 167,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_WAILMER",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 40
+ },
+ "dexInternal": [
+ 321,
+ 348
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 404,
+ 348
+ ]
+ },
+ {
+ "name": "Numel",
+ "species": "0x0835f780",
+ "category": "0x0835f778",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE",
+ "TYPE_GROUND"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "CRATER",
+ "abilities": [
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 39,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 13,
+ 14
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 322,
+ 349
+ ],
+ "base_recruit": 81,
+ "alphabetParent": [
+ 234,
+ 349
+ ]
+ },
+ {
+ "name": "Camerupt",
+ "species": "0x0835f76c",
+ "category": "0x08360bdc",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE",
+ "TYPE_GROUND"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "CRATER",
+ "abilities": [
+ "ABILITY_MAGMA_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 115,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_NUMEL",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 33
+ },
+ "dexInternal": [
+ 323,
+ 350
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 36,
+ 350
+ ]
+ },
+ {
+ "name": "Torkoal",
+ "species": "0x0835f764",
+ "category": "0x0835f75c",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_FIRE"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "CRATER",
+ "abilities": [
+ "ABILITY_WHITE_SMOKE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 37,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 10,
+ 10
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 324,
+ 351
+ ],
+ "base_recruit": 81,
+ "alphabetParent": [
+ 354,
+ 351
+ ]
+ },
+ {
+ "name": "Spoink",
+ "species": "0x0835f754",
+ "category": "0x0835f74c",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_THICK_FAT",
+ "ABILITY_OWN_TEMPO"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 28,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 6,
+ 6
+ ],
+ "base_def_spdef": [
+ 6,
+ 6
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 325,
+ 352
+ ],
+ "base_recruit": 75,
+ "alphabetParent": [
+ 328,
+ 352
+ ]
+ },
+ {
+ "name": "Grumpig",
+ "species": "0x0835f744",
+ "category": "0x0835f738",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_THICK_FAT",
+ "ABILITY_OWN_TEMPO"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 124,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SPOINK",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 32
+ },
+ "dexInternal": [
+ 326,
+ 353
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 128,
+ 353
+ ]
+ },
+ {
+ "name": "Spinda",
+ "species": "0x0835f730",
+ "category": "0x0835f724",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 15,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "MT_DEEPGREEN",
+ "abilities": [
+ "ABILITY_OWN_TEMPO"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 15,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 9,
+ 10
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 34,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 327,
+ 354
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 327,
+ 354
+ ]
+ },
+ {
+ "name": "Trapinch",
+ "species": "0x0835f718",
+ "category": "0x0835f710",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "friend_area": "FURNACE_DESERT",
+ "abilities": [
+ "ABILITY_HYPER_CUTTER",
+ "ABILITY_ARENA_TRAP"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 22,
+ 21
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 19,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 328,
+ 355
+ ],
+ "base_recruit": 83,
+ "alphabetParent": [
+ 356,
+ 355
+ ]
+ },
+ {
+ "name": "Vibrava",
+ "species": "0x0835f708",
+ "category": "0x0835f6fc",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND",
+ "TYPE_DRAGON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "FURNACE_DESERT",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 22,
+ 21
+ ],
+ "base_def_spdef": [
+ 15,
+ 13
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_TRAPINCH",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 35
+ },
+ "dexInternal": [
+ 329,
+ 356
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 396,
+ 356
+ ]
+ },
+ {
+ "name": "Flygon",
+ "species": "0x0835f6f4",
+ "category": "0x083600ec",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND",
+ "TYPE_DRAGON"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "FURNACE_DESERT",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 51,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 22,
+ 21
+ ],
+ "base_def_spdef": [
+ 17,
+ 16
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 47,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_VIBRAVA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 45
+ },
+ "dexInternal": [
+ 330,
+ 357
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 106,
+ 357
+ ]
+ },
+ {
+ "name": "Cacnea",
+ "species": "0x0835f6ec",
+ "category": "0x0835f6e4",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS"
+ ],
+ "friend_area": "FURNACE_DESERT",
+ "abilities": [
+ "ABILITY_SAND_VEIL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 35,
+ "base_att_spatt": [
+ 19,
+ 21
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 331,
+ 358
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 34,
+ 358
+ ]
+ },
+ {
+ "name": "Cacturne",
+ "species": "0x0835f6d8",
+ "category": "0x0835f6cc",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_DARK"
+ ],
+ "friend_area": "FURNACE_DESERT",
+ "abilities": [
+ "ABILITY_SAND_VEIL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 14,
+ 14
+ ],
+ "lowkick_dmg": 307,
+ "sizeorb_dmg": 49,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CACNEA",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 32
+ },
+ "dexInternal": [
+ 332,
+ 359
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 35,
+ 359
+ ]
+ },
+ {
+ "name": "Swablu",
+ "species": "0x0835f6c4",
+ "category": "0x0835f6b8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_NATURAL_CURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 44,
+ "base_exp": 59,
+ "base_att_spatt": [
+ 13,
+ 15
+ ],
+ "base_def_spdef": [
+ 11,
+ 12
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 333,
+ 360
+ ],
+ "base_recruit": 75,
+ "alphabetParent": [
+ 340,
+ 360
+ ]
+ },
+ {
+ "name": "Altaria",
+ "species": "0x0835f6b0",
+ "category": "0x0835f6a8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DRAGON",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "FLYAWAY_FOREST",
+ "abilities": [
+ "ABILITY_NATURAL_CURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 46,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 13,
+ 15
+ ],
+ "base_def_spdef": [
+ 11,
+ 12
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SWABLU",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 35
+ },
+ "dexInternal": [
+ 334,
+ 361
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 7,
+ 361
+ ]
+ },
+ {
+ "name": "Zangoose",
+ "species": "0x0835f69c",
+ "category": "0x0835f690",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_IMMUNITY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 46,
+ "base_exp": 40,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 8,
+ 10
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 41,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 335,
+ 362
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 420,
+ 362
+ ]
+ },
+ {
+ "name": "Seviper",
+ "species": "0x0835f688",
+ "category": "0x0835f67c",
+ "overworld_palette": 2,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_POISON"
+ ],
+ "friend_area": "WILD_PLAINS",
+ "abilities": [
+ "ABILITY_SHED_SKIN"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 46,
+ "base_exp": 54,
+ "base_att_spatt": [
+ 13,
+ 14
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 30,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 336,
+ 363
+ ],
+ "base_recruit": 72,
+ "alphabetParent": [
+ 298,
+ 363
+ ]
+ },
+ {
+ "name": "Lunatone",
+ "species": "0x0835f670",
+ "category": "0x0835f664",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MT_MOONVIEW",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 44,
+ "base_exp": 115,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 18,
+ 18
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 337,
+ 364
+ ],
+ "base_recruit": 50,
+ "alphabetParent": [
+ 181,
+ 364
+ ]
+ },
+ {
+ "name": "Solrock",
+ "species": "0x0835f65c",
+ "category": "0x0835f664",
+ "overworld_palette": 4,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MT_MOONVIEW",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 46,
+ "base_exp": 120,
+ "base_att_spatt": [
+ 24,
+ 24
+ ],
+ "base_def_spdef": [
+ 18,
+ 18
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 338,
+ 365
+ ],
+ "base_recruit": 50,
+ "alphabetParent": [
+ 323,
+ 365
+ ]
+ },
+ {
+ "name": "Barboach",
+ "species": "0x0835f650",
+ "category": "0x0835f644",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_GROUND"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "PEANUT_SWAMP",
+ "abilities": [
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 3,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 17,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 339,
+ 366
+ ],
+ "base_recruit": 83,
+ "alphabetParent": [
+ 21,
+ 366
+ ]
+ },
+ {
+ "name": "Whiscash",
+ "species": "0x0835f638",
+ "category": "0x0835f644",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_GROUND"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "PEANUT_SWAMP",
+ "abilities": [
+ "ABILITY_OBLIVIOUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 69,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 38,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_BARBOACH",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 340,
+ 367
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 410,
+ 367
+ ]
+ },
+ {
+ "name": "Corphish",
+ "species": "0x0835f62c",
+ "category": "0x0835f624",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_HYPER_CUTTER",
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 33,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 341,
+ 368
+ ],
+ "base_recruit": 88,
+ "alphabetParent": [
+ 59,
+ 368
+ ]
+ },
+ {
+ "name": "Crawdaunt",
+ "species": "0x0835f618",
+ "category": "0x0835f610",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_DARK"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TURTLESHELL_POND",
+ "abilities": [
+ "ABILITY_HYPER_CUTTER",
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 96,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 18,
+ 18
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CORPHISH",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 342,
+ 369
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 62,
+ 369
+ ]
+ },
+ {
+ "name": "Baltoy",
+ "species": "0x0835f608",
+ "category": "0x0835f5fc",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ANCIENT_RELIC",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 10,
+ "base_hp": 26,
+ "base_exp": 21,
+ "base_att_spatt": [
+ 13,
+ 13
+ ],
+ "base_def_spdef": [
+ 7,
+ 7
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 343,
+ 370
+ ],
+ "base_recruit": 56,
+ "alphabetParent": [
+ 19,
+ 370
+ ]
+ },
+ {
+ "name": "Claydol",
+ "species": "0x0835f5f4",
+ "category": "0x0835f5fc",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GROUND",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ANCIENT_RELIC",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 10,
+ "base_hp": 59,
+ "base_exp": 90,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 15,
+ 16
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_BALTOY",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 36
+ },
+ "dexInternal": [
+ 344,
+ 371
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 53,
+ 371
+ ]
+ },
+ {
+ "name": "Lileep",
+ "species": "0x0835f5ec",
+ "category": "0x0835f5e0",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_GRASS"
+ ],
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SUCTION_CUPS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 345,
+ 372
+ ],
+ "base_recruit": 73,
+ "alphabetParent": [
+ 174,
+ 372
+ ]
+ },
+ {
+ "name": "Cradily",
+ "species": "0x0835f5d8",
+ "category": "0x0835f5cc",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_GRASS"
+ ],
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SUCTION_CUPS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 55,
+ "base_exp": 110,
+ "base_att_spatt": [
+ 21,
+ 21
+ ],
+ "base_def_spdef": [
+ 18,
+ 18
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 36,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_LILEEP",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 40
+ },
+ "dexInternal": [
+ 346,
+ 373
+ ],
+ "base_recruit": 65236,
+ "alphabetParent": [
+ 61,
+ 373
+ ]
+ },
+ {
+ "name": "Anorith",
+ "species": "0x0835f5c4",
+ "category": "0x0835f5b8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_BUG"
+ ],
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_BATTLE_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 12,
+ 12
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 347,
+ 374
+ ],
+ "base_recruit": 87,
+ "alphabetParent": [
+ 9,
+ 374
+ ]
+ },
+ {
+ "name": "Armaldo",
+ "species": "0x0835f5b0",
+ "category": "0x0835f5a8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK",
+ "TYPE_BUG"
+ ],
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_BATTLE_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 120,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_ANORITH",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 40
+ },
+ "dexInternal": [
+ 348,
+ 375
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 13,
+ 375
+ ]
+ },
+ {
+ "name": "Feebas",
+ "species": "0x0835f5a0",
+ "category": "0x083603e4",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "WATERFALL_LAKE",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 20,
+ "base_exp": 21,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 19,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 349,
+ 376
+ ],
+ "base_recruit": 92,
+ "alphabetParent": [
+ 102,
+ 376
+ ]
+ },
+ {
+ "name": "Milotic",
+ "species": "0x0835f598",
+ "category": "0x0835f590",
+ "overworld_palette": 0,
+ "size": 4,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "WATERFALL_LAKE",
+ "abilities": [
+ "ABILITY_MARVEL_SCALE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 60,
+ "base_exp": 222,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 119,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_FEEBAS",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 1,
+ "evolve_need2": 10
+ },
+ "dexInternal": [
+ 350,
+ 377
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 212,
+ 377
+ ]
+ },
+ {
+ "name": "Castform",
+ "species": "0x0835f584",
+ "category": "0x0835f57c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_FORECAST"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 12,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 351,
+ 378
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 39,
+ 378
+ ]
+ },
+ {
+ "name": "Castform-Sunny",
+ "species": "0x0835f584",
+ "category": "0x0835f57c",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_FORECAST"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 30,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 351,
+ 379
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 40,
+ 378
+ ]
+ },
+ {
+ "name": "Castform-Rainy",
+ "species": "0x0835f584",
+ "category": "0x0835f57c",
+ "overworld_palette": 0,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_FORECAST"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 351,
+ 380
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 41,
+ 378
+ ]
+ },
+ {
+ "name": "Castform-Snowy",
+ "species": "0x0835f584",
+ "category": "0x0835f57c",
+ "overworld_palette": 7,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_FORECAST"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 351,
+ 381
+ ],
+ "base_recruit": 74,
+ "alphabetParent": [
+ 42,
+ 378
+ ]
+ },
+ {
+ "name": "Kecleon",
+ "species": "0x0835f574",
+ "category": "0x0835f568",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 195,
+ "types": [
+ "TYPE_NORMAL"
+ ],
+ "friend_area": "OVERGROWN_FOREST",
+ "abilities": [
+ "ABILITY_COLOR_CHANGE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 50,
+ "base_exp": 1,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 352,
+ 382
+ ],
+ "base_recruit": 65197,
+ "alphabetParent": [
+ 158,
+ 379
+ ]
+ },
+ {
+ "name": "Shuppet",
+ "species": "0x0835f560",
+ "category": "0x0835f558",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GHOST"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WALL",
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_INSOMNIA"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 46,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 20,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 353,
+ 383
+ ],
+ "base_recruit": 80,
+ "alphabetParent": [
+ 306,
+ 380
+ ]
+ },
+ {
+ "name": "Banette",
+ "species": "0x0835f550",
+ "category": "0x0835f544",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GHOST"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WALL",
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_INSOMNIA"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 50,
+ "base_exp": 105,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SHUPPET",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 37
+ },
+ "dexInternal": [
+ 354,
+ 384
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 20,
+ 381
+ ]
+ },
+ {
+ "name": "Duskull",
+ "species": "0x0835f53c",
+ "category": "0x0835f534",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GHOST"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WALL",
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 31,
+ "base_exp": 55,
+ "base_att_spatt": [
+ 19,
+ 21
+ ],
+ "base_def_spdef": [
+ 17,
+ 17
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 32,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 355,
+ 385
+ ],
+ "base_recruit": 75,
+ "alphabetParent": [
+ 87,
+ 382
+ ]
+ },
+ {
+ "name": "Dusclops",
+ "species": "0x0835f528",
+ "category": "0x0835f520",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GHOST"
+ ],
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 75,
+ "base_att_spatt": [
+ 20,
+ 22
+ ],
+ "base_def_spdef": [
+ 18,
+ 18
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 45,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_DUSKULL",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 37
+ },
+ "dexInternal": [
+ 356,
+ 386
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 86,
+ 383
+ ]
+ },
+ {
+ "name": "Tropius",
+ "species": "0x0835f518",
+ "category": "0x0835f510",
+ "overworld_palette": 8,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_GRASS",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "JUNGLE",
+ "abilities": [
+ "ABILITY_CHLOROPHYLL"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 42,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 22,
+ 23
+ ],
+ "base_def_spdef": [
+ 20,
+ 20
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 41,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 357,
+ 387
+ ],
+ "base_recruit": 76,
+ "alphabetParent": [
+ 358,
+ 384
+ ]
+ },
+ {
+ "name": "Chimecho",
+ "species": "0x0835f504",
+ "category": "0x0835f4f8",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "THUNDER_MEADOW",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 58,
+ "base_exp": 20,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 4,
+ 4
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 16,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 358,
+ 388
+ ],
+ "base_recruit": 69,
+ "alphabetParent": [
+ 50,
+ 385
+ ]
+ },
+ {
+ "name": "Absol",
+ "species": "0x0835f4f0",
+ "category": "0x0835f4e4",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "unk12": true,
+ "types": [
+ "TYPE_DARK"
+ ],
+ "friend_area": "DARKNESS_RIDGE",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 61,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 16,
+ 15
+ ],
+ "base_def_spdef": [
+ 21,
+ 22
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 359,
+ 389
+ ],
+ "base_recruit": 68,
+ "alphabetParent": [
+ 2,
+ 386
+ ]
+ },
+ {
+ "name": "Wynaut",
+ "species": "0x0835f4dc",
+ "category": "0x0835f4d4",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "ECHO_CAVE",
+ "abilities": [
+ "ABILITY_SHADOW_TAG"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 11,
+ "base_exp": 25,
+ "base_att_spatt": [
+ 4,
+ 4
+ ],
+ "base_def_spdef": [
+ 4,
+ 4
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 24,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 360,
+ 390
+ ],
+ "base_recruit": 96,
+ "alphabetParent": [
+ 417,
+ 387
+ ]
+ },
+ {
+ "name": "Snorunt",
+ "species": "0x0835f4cc",
+ "category": "0x0835f4c0",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE"
+ ],
+ "friend_area": "FRIGID_CAVERN",
+ "abilities": [
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 32,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 4,
+ 4
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 26,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 361,
+ 391
+ ],
+ "base_recruit": 75,
+ "alphabetParent": [
+ 321,
+ 388
+ ]
+ },
+ {
+ "name": "Glalie",
+ "species": "0x0835f4b8",
+ "category": "0x0835f4b0",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE"
+ ],
+ "friend_area": "FRIGID_CAVERN",
+ "abilities": [
+ "ABILITY_INNER_FOCUS"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 37,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 14,
+ 14
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 47,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SNORUNT",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 42
+ },
+ "dexInternal": [
+ 362,
+ 392
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 114,
+ 389
+ ]
+ },
+ {
+ "name": "Spheal",
+ "species": "0x0835f4a8",
+ "category": "0x0835f4a0",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE",
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "ICE_FLOE_BEACH",
+ "abilities": [
+ "ABILITY_THICK_FAT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 78,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 204,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 363,
+ 393
+ ],
+ "base_recruit": 88,
+ "alphabetParent": [
+ 325,
+ 390
+ ]
+ },
+ {
+ "name": "Sealeo",
+ "species": "0x0835f498",
+ "category": "0x0835f48c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE",
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "ICE_FLOE_BEACH",
+ "abilities": [
+ "ABILITY_THICK_FAT"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 45,
+ "base_exp": 103,
+ "base_att_spatt": [
+ 16,
+ 16
+ ],
+ "base_def_spdef": [
+ 14,
+ 14
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 29,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SPHEAL",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 32
+ },
+ "dexInternal": [
+ 364,
+ 394
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 294,
+ 391
+ ]
+ },
+ {
+ "name": "Walrein",
+ "species": "0x0835f484",
+ "category": "0x0835f478",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE",
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "ICE_FLOE_BEACH",
+ "abilities": [
+ "ABILITY_THICK_FAT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 130,
+ "base_att_spatt": [
+ 17,
+ 17
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 38,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SEALEO",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 44
+ },
+ "dexInternal": [
+ 365,
+ 395
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 405,
+ 392
+ ]
+ },
+ {
+ "name": "Clamperl",
+ "species": "0x0835f46c",
+ "category": "0x08360668",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SHELL_ARMOR"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 70,
+ "base_att_spatt": [
+ 10,
+ 12
+ ],
+ "base_def_spdef": [
+ 13,
+ 13
+ ],
+ "lowkick_dmg": 256,
+ "sizeorb_dmg": 35,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 366,
+ 396
+ ],
+ "base_recruit": 85,
+ "alphabetParent": [
+ 52,
+ 393
+ ]
+ },
+ {
+ "name": "Huntail",
+ "species": "0x0835f464",
+ "category": "0x0835f458",
+ "overworld_palette": 1,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 105,
+ "base_att_spatt": [
+ 12,
+ 13
+ ],
+ "base_def_spdef": [
+ 14,
+ 14
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 33,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CLAMPERL",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_DEEPSEATOOTH",
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 367,
+ 397
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 143,
+ 394
+ ]
+ },
+ {
+ "name": "Gorebyss",
+ "species": "0x0835f44c",
+ "category": "0x0835f440",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 120,
+ "base_att_spatt": [
+ 13,
+ 15
+ ],
+ "base_def_spdef": [
+ 14,
+ 14
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 19,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_CLAMPERL",
+ "evolve_type": "EVOLVE_TYPE_ITEM"
+ },
+ "needs": {
+ "evolve_need1": "ITEM_ID_DEEPSEASCALE",
+ "evolve_need2": 4
+ },
+ "dexInternal": [
+ 368,
+ 398
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 121,
+ 395
+ ]
+ },
+ {
+ "name": "Relicanth",
+ "species": "0x0835f434",
+ "category": "0x0835f428",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER",
+ "TYPE_ROCK"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "DEEP_SEA_FLOOR",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM",
+ "ABILITY_ROCK_HEAD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 69,
+ "base_att_spatt": [
+ 9,
+ 9
+ ],
+ "base_def_spdef": [
+ 9,
+ 9
+ ],
+ "lowkick_dmg": 179,
+ "sizeorb_dmg": 30,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 369,
+ 399
+ ],
+ "base_recruit": 79,
+ "alphabetParent": [
+ 280,
+ 396
+ ]
+ },
+ {
+ "name": "Luvdisc",
+ "species": "0x0835f420",
+ "category": "0x0835f414",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "TREASURE_SEA",
+ "abilities": [
+ "ABILITY_SWIFT_SWIM"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 80,
+ "base_att_spatt": [
+ 8,
+ 9
+ ],
+ "base_def_spdef": [
+ 8,
+ 9
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 14,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 370,
+ 400
+ ],
+ "base_recruit": 86,
+ "alphabetParent": [
+ 182,
+ 397
+ ]
+ },
+ {
+ "name": "Bagon",
+ "species": "0x0835f40c",
+ "category": "0x0835f400",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DRAGON"
+ ],
+ "friend_area": "DRAGON_CAVE",
+ "abilities": [
+ "ABILITY_ROCK_HEAD"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 36,
+ "base_exp": 60,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 11,
+ 11
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 28,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 371,
+ 401
+ ],
+ "base_recruit": 76,
+ "alphabetParent": [
+ 18,
+ 398
+ ]
+ },
+ {
+ "name": "Shelgon",
+ "species": "0x0835f3f8",
+ "category": "0x0835f3ec",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DRAGON"
+ ],
+ "friend_area": "DRAGON_CAVE",
+ "abilities": [
+ "ABILITY_ROCK_HEAD"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 39,
+ "base_exp": 65,
+ "base_att_spatt": [
+ 22,
+ 22
+ ],
+ "base_def_spdef": [
+ 16,
+ 16
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 41,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_BAGON",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 30
+ },
+ "dexInternal": [
+ 372,
+ 402
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 301,
+ 399
+ ]
+ },
+ {
+ "name": "Salamence",
+ "species": "0x0835f3e0",
+ "category": "0x083604d0",
+ "overworld_palette": 5,
+ "size": 2,
+ "move_speed": 1,
+ "types": [
+ "TYPE_DRAGON",
+ "TYPE_FLYING"
+ ],
+ "friend_area": "DRAGON_CAVE",
+ "abilities": [
+ "ABILITY_INTIMIDATE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 40,
+ "base_exp": 85,
+ "base_att_spatt": [
+ 25,
+ 25
+ ],
+ "base_def_spdef": [
+ 18,
+ 18
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 92,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_SHELGON",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 50
+ },
+ "dexInternal": [
+ 373,
+ 403
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 286,
+ 400
+ ]
+ },
+ {
+ "name": "Beldum",
+ "species": "0x0835f3d8",
+ "category": "0x0835f3cc",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MAGNETIC_QUARRY",
+ "abilities": [
+ "ABILITY_CLEAR_BODY"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 12,
+ "base_hp": 20,
+ "base_exp": 32,
+ "base_att_spatt": [
+ 15,
+ 17
+ ],
+ "base_def_spdef": [
+ 7,
+ 8
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 23,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 374,
+ 404
+ ],
+ "base_recruit": 78,
+ "alphabetParent": [
+ 25,
+ 401
+ ]
+ },
+ {
+ "name": "Metang",
+ "species": "0x0835f3c4",
+ "category": "0x0835f3b8",
+ "overworld_palette": 11,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MAGNETIC_QUARRY",
+ "abilities": [
+ "ABILITY_CLEAR_BODY"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 5,
+ "base_hp": 41,
+ "base_exp": 65,
+ "base_att_spatt": [
+ 16,
+ 19
+ ],
+ "base_def_spdef": [
+ 10,
+ 10
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 47,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_BELDUM",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 20
+ },
+ "dexInternal": [
+ 375,
+ 405
+ ],
+ "base_recruit": 65346,
+ "alphabetParent": [
+ 207,
+ 402
+ ]
+ },
+ {
+ "name": "Metagross",
+ "species": "0x0835f3ac",
+ "category": "0x0835f3a0",
+ "overworld_palette": 11,
+ "size": 2,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL",
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "MAGNETIC_QUARRY",
+ "abilities": [
+ "ABILITY_CLEAR_BODY"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 5,
+ "base_hp": 44,
+ "base_exp": 95,
+ "base_att_spatt": [
+ 17,
+ 20
+ ],
+ "base_def_spdef": [
+ 12,
+ 12
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 59,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "pre": {
+ "evolve_from": "SPECIES_METANG",
+ "evolve_type": "EVOLVE_TYPE_LEVEL"
+ },
+ "needs": {
+ "evolve_need1": 45
+ },
+ "dexInternal": [
+ 376,
+ 406
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 206,
+ 403
+ ]
+ },
+ {
+ "name": "Regirock",
+ "species": "0x0835f394",
+ "category": "0x0835f388",
+ "overworld_palette": 6,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ROCK"
+ ],
+ "friend_area": "ANCIENT_RELIC",
+ "abilities": [
+ "ABILITY_CLEAR_BODY"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 60,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 377,
+ 407
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 278,
+ 404
+ ]
+ },
+ {
+ "name": "Regice",
+ "species": "0x0835f380",
+ "category": "0x0835f378",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_ICE"
+ ],
+ "friend_area": "ANCIENT_RELIC",
+ "abilities": [
+ "ABILITY_CLEAR_BODY"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 49,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 378,
+ 408
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 277,
+ 405
+ ]
+ },
+ {
+ "name": "Registeel",
+ "species": "0x0835f36c",
+ "category": "0x0835f364",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL"
+ ],
+ "friend_area": "ANCIENT_RELIC",
+ "abilities": [
+ "ABILITY_CLEAR_BODY"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 35,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 53,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 379,
+ 409
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 279,
+ 406
+ ]
+ },
+ {
+ "name": "Latias",
+ "species": "0x0835f35c",
+ "category": "0x0835f358",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "unk12": true,
+ "types": [
+ "TYPE_DRAGON",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "SOUTHERN_ISLAND",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 230,
+ "sizeorb_dmg": 37,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 380,
+ 410
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 169,
+ 407
+ ]
+ },
+ {
+ "name": "Latios",
+ "species": "0x0835f350",
+ "category": "0x0835f358",
+ "overworld_palette": 5,
+ "size": 2,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "unk12": true,
+ "types": [
+ "TYPE_DRAGON",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "SOUTHERN_ISLAND",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 50,
+ "base_exp": 200,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 57,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 381,
+ 411
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 170,
+ 408
+ ]
+ },
+ {
+ "name": "Kyogre",
+ "species": "0x0835f348",
+ "category": "0x0835f33c",
+ "overworld_palette": 5,
+ "size": 4,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_WATER",
+ "friend_area": "SEAFLOOR_CAVE",
+ "abilities": [
+ "ABILITY_DRIZZLE"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 75,
+ "base_exp": 210,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 124,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 382,
+ 412
+ ],
+ "base_recruit": 500,
+ "alphabetParent": [
+ 164,
+ 409
+ ]
+ },
+ {
+ "name": "Groudon",
+ "species": "0x0835f334",
+ "category": "0x0835f328",
+ "overworld_palette": 5,
+ "size": 4,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_GROUND"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_LAVA",
+ "friend_area": "VOLCANIC_PIT",
+ "abilities": [
+ "ABILITY_DROUGHT"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 78,
+ "base_exp": 220,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 107,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 383,
+ 413
+ ],
+ "base_recruit": 65436,
+ "alphabetParent": [
+ 125,
+ 410
+ ]
+ },
+ {
+ "name": "Rayquaza",
+ "species": "0x0835f31c",
+ "category": "0x0835f310",
+ "overworld_palette": 3,
+ "size": 4,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_DRAGON",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "STRATOS_LOOKOUT",
+ "abilities": [
+ "ABILITY_AIR_LOCK"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 80,
+ "base_exp": 230,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 17,
+ 17
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 156,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 384,
+ 414
+ ],
+ "base_recruit": 65436,
+ "alphabetParent": [
+ 275,
+ 411
+ ]
+ },
+ {
+ "name": "Jirachi",
+ "species": "0x0835f308",
+ "category": "0x0835f300",
+ "overworld_palette": 10,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 3,
+ "types": [
+ "TYPE_STEEL",
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "MT_MOONVIEW",
+ "abilities": [
+ "ABILITY_SERENE_GRACE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 65,
+ "base_exp": 300,
+ "base_att_spatt": [
+ 15,
+ 15
+ ],
+ "base_def_spdef": [
+ 15,
+ 15
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 385,
+ 415
+ ],
+ "base_recruit": 999,
+ "alphabetParent": [
+ 149,
+ 412
+ ]
+ },
+ {
+ "name": "Deoxys",
+ "species": "0x0835f2f8",
+ "category": "0x0835f2f4",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ENCLOSED_ISLAND",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 85,
+ "base_exp": 300,
+ "base_att_spatt": [
+ 21,
+ 22
+ ],
+ "base_def_spdef": [
+ 22,
+ 21
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 54,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 386,
+ 416
+ ],
+ "base_recruit": 65436,
+ "alphabetParent": [
+ 70,
+ 413
+ ]
+ },
+ {
+ "name": "Unown-!",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 11,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 227
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 389,
+ 227
+ ]
+ },
+ {
+ "name": "Unown-?",
+ "species": "0x0835ff78",
+ "category": "0x0835ff70",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "AGED_CHAMBER_O_EXCLAIM",
+ "abilities": [
+ "ABILITY_LEVITATE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 30,
+ "base_exp": 50,
+ "base_att_spatt": [
+ 8,
+ 8
+ ],
+ "base_def_spdef": [
+ 8,
+ 8
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 12,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 201,
+ 228
+ ],
+ "base_recruit": 1,
+ "alphabetParent": [
+ 390,
+ 228
+ ]
+ },
+ {
+ "name": "Deoxys-Attack",
+ "species": "0x0835f2f8",
+ "category": "0x0835f2f4",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ENCLOSED_ISLAND",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 85,
+ "base_exp": 300,
+ "base_att_spatt": [
+ 21,
+ 22
+ ],
+ "base_def_spdef": [
+ 22,
+ 21
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 51,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 386,
+ 416
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 71,
+ 413
+ ]
+ },
+ {
+ "name": "Deoxys-Defense",
+ "species": "0x0835f2f8",
+ "category": "0x0835f2f4",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ENCLOSED_ISLAND",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 85,
+ "base_exp": 300,
+ "base_att_spatt": [
+ 21,
+ 22
+ ],
+ "base_def_spdef": [
+ 22,
+ 21
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 63,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 386,
+ 417
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 72,
+ 413
+ ]
+ },
+ {
+ "name": "Deoxys-Speed",
+ "species": "0x0835f2f8",
+ "category": "0x0835f2f4",
+ "overworld_palette": 9,
+ "size": 1,
+ "move_speed": 1,
+ "unk12": true,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "ENCLOSED_ISLAND",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 0,
+ "base_hp": 85,
+ "base_exp": 300,
+ "base_att_spatt": [
+ 21,
+ 22
+ ],
+ "base_def_spdef": [
+ 22,
+ 21
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 39,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 386,
+ 418
+ ],
+ "base_recruit": 64537,
+ "alphabetParent": [
+ 73,
+ 413
+ ]
+ },
+ {
+ "name": "Munchlax",
+ "species": "0x0835f2e8",
+ "category": "0x0835f958",
+ "overworld_palette": 12,
+ "size": 1,
+ "move_speed": 1,
+ "dialogue_sprites": 63,
+ "types": [
+ "TYPE_PSYCHIC"
+ ],
+ "friend_area": "NONE",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 10,
+ "base_hp": 7,
+ "base_exp": 100,
+ "base_att_spatt": [
+ 1,
+ 1
+ ],
+ "base_def_spdef": [
+ 1,
+ 1
+ ],
+ "lowkick_dmg": 332,
+ "sizeorb_dmg": 31,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 387,
+ 419
+ ],
+ "base_recruit": 0,
+ "alphabetParent": [
+ 220,
+ 414
+ ]
+ },
+ {
+ "name": "Decoy",
+ "species": "0x0835f2e0",
+ "category": "0x0835f9d8",
+ "overworld_palette": 3,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_STEEL"
+ ],
+ "friend_area": "NONE",
+ "abilities": [
+ "ABILITY_PRESSURE"
+ ],
+ "shadow_size": 1,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 10,
+ "base_exp": 1,
+ "base_att_spatt": [
+ 1,
+ 1
+ ],
+ "base_def_spdef": [
+ 1,
+ 1
+ ],
+ "lowkick_dmg": 281,
+ "sizeorb_dmg": 22,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 388,
+ 420
+ ],
+ "base_recruit": 0,
+ "alphabetParent": [
+ 67,
+ 415
+ ]
+ },
+ {
+ "name": "Statue",
+ "species": "0x0835f2d8",
+ "category": "0x0835f75c",
+ "overworld_palette": 5,
+ "size": 1,
+ "move_speed": 1,
+ "types": [
+ "TYPE_WATER"
+ ],
+ "friend_area": "NONE",
+ "abilities": [
+ "ABILITY_DRIZZLE"
+ ],
+ "shadow_size": 0,
+ "unk1B": 100,
+ "isMoving": false,
+ "unk1D": 0,
+ "base_hp": 180,
+ "base_exp": 14,
+ "base_att_spatt": [
+ 180,
+ 180
+ ],
+ "base_def_spdef": [
+ 3,
+ 6
+ ],
+ "lowkick_dmg": 153,
+ "sizeorb_dmg": 12,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": false,
+ "dexInternal": [
+ 389,
+ 421
+ ],
+ "base_recruit": 7,
+ "alphabetParent": [
+ 333,
+ 416
+ ]
+ },
+ {
+ "name": "Rayquaza-Cutscene",
+ "species": "0x0835f31c",
+ "category": "0x0835f310",
+ "overworld_palette": 3,
+ "size": 4,
+ "move_speed": 1,
+ "dialogue_sprites": 1,
+ "types": [
+ "TYPE_DRAGON",
+ "TYPE_FLYING"
+ ],
+ "walkable_tiles": "WALKABLE_TILE_CHASM",
+ "friend_area": "STRATOS_LOOKOUT",
+ "abilities": [
+ "ABILITY_AIR_LOCK"
+ ],
+ "shadow_size": 2,
+ "unk1B": 100,
+ "isMoving": true,
+ "unk1D": 8,
+ "base_hp": 80,
+ "base_exp": 230,
+ "base_att_spatt": [
+ 20,
+ 20
+ ],
+ "base_def_spdef": [
+ 17,
+ 17
+ ],
+ "lowkick_dmg": 358,
+ "sizeorb_dmg": 156,
+ "unk30": 10,
+ "unk31": 10,
+ "unk32": 24,
+ "toolboxEnabled": true,
+ "dexInternal": [
+ 384,
+ 422
+ ],
+ "base_recruit": 0,
+ "alphabetParent": [
+ 276,
+ 411
+ ]
+ }
+]
diff --git a/data/system_sbin.s b/data/system_sbin.s
index e3cf6d3..18a1f1d 100644
--- a/data/system_sbin.s
+++ b/data/system_sbin.s
@@ -16,7 +16,7 @@ DataRootTable:
.byte 0x08, 0x20, 0x30, 0x08 @ Pointer to fontd8x8 string
.byte 0x28, 0x31, 0x30, 0x08
.byte 0x00, 0x20, 0x30, 0x08 @ Pointer to fontpal string
-.byte 0x2c, 0x61, 0x30, 0x08
+.byte 0x2c, 0x61, 0x30, 0x08
.byte 0xf8, 0x1f, 0x30, 0x08 @ Pointer to fontsp string
.byte 0x2c, 0x63, 0x30, 0x08
.byte 0xec, 0x1f, 0x30, 0x08 @ Pointer to fontsppa
@@ -33,11 +33,11 @@ DataRootTable:
.byte 0xfc, 0xdf, 0x31, 0x08
.byte 0xb8, 0x1f, 0x30, 0x08 @ Pointer to lvmp003
.byte 0x30, 0xe2, 0x31, 0x08
-.byte 0xb0, 0x1f, 0x30, 0x08 @ Pointer to lvmp004 string
+.byte 0xb0, 0x1f, 0x30, 0x08 @ Pointer to lvmp004 string
.byte 0x70, 0xe4, 0x31, 0x08
-.byte 0xa8, 0x1f, 0x30, 0x08 @ Pointer to lvmp005 string
+.byte 0xa8, 0x1f, 0x30, 0x08 @ Pointer to lvmp005 string
.byte 0xf8, 0xe6, 0x31, 0x08
-.byte 0xa0, 0x1f, 0x30, 0x08 @ Pointer to lvmp006 string
+.byte 0xa0, 0x1f, 0x30, 0x08 @ Pointer to lvmp006 string
.byte 0x98, 0xe9, 0x31, 0x08
.byte 0x98, 0x1f, 0x30, 0x08 @ Pointer to lvmp007 string
.byte 0x3c, 0xec, 0x31, 0x08
@@ -2402,246 +2402,11 @@ DataRootTable:
.byte 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x23, 0x6e, 0x74, 0x68, 0x65, 0x20, 0x74, 0x65
.byte 0x61, 0x6d, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2e, 0x0a, 0x00, 0x57, 0x65, 0x61, 0x76, 0x69, 0x6c, 0x65, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x2e, 0x0a
.byte 0x00, 0x4d, 0x69, 0x6d, 0x65, 0x20, 0x4a, 0x72, 0x2e, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x2e, 0x0a, 0x00, 0x53, 0x79, 0x6e, 0x74, 0x68, 0x65, 0x73, 0x69, 0x73
-.byte 0x20, 0x69, 0x74, 0x65, 0x6d, 0x0a, 0x00, 0x00, 0x64, 0xf6, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x00, 0x80, 0x65, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, 0xf6, 0x30, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9b, 0x65, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x32, 0x06, 0x0a, 0x01, 0x01, 0x00, 0x50, 0xf6, 0x30, 0x08, 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9b, 0x65, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x30, 0x05, 0x08, 0x02, 0x01, 0x00, 0x40, 0xf6, 0x30, 0x08, 0x06, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9b, 0x65, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x31, 0x05, 0x08, 0x0b, 0x01, 0x00, 0x34, 0xf6, 0x30, 0x08, 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9b, 0x65, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x2f, 0x05, 0x05, 0x03, 0x01, 0x00, 0x24, 0xf6, 0x30, 0x08, 0x0a, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9b, 0x65, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x2d, 0x05, 0x05, 0x0a, 0x01, 0x00, 0x14, 0xf6, 0x30, 0x08, 0x0c, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9b, 0x65, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x2e, 0x05, 0x05, 0x04, 0x01, 0x00, 0x08, 0xf6, 0x30, 0x08, 0x0a, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0xce, 0x65, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x34, 0x03, 0x05, 0x0b, 0x02, 0x00, 0xfc, 0xf5, 0x30, 0x08, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0xce, 0x65, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x33, 0x07, 0x0a, 0x0b, 0x02, 0x00, 0xec, 0xf5, 0x30, 0x08, 0xe8, 0x03, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x5f, 0x66, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x04, 0x00, 0x00, 0x04, 0x0c, 0x00, 0xe0, 0xf5, 0x30, 0x08, 0x4c, 0x04, 0x00, 0x00, 0x5e, 0x01, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x18, 0x67, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x0e, 0x00, 0x00, 0x04, 0x03, 0x00, 0xd4, 0xf5, 0x30, 0x08, 0xb0, 0x04, 0x00, 0x00, 0x90, 0x01, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xa0, 0x67, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x20, 0x00, 0x00, 0x04, 0x0c, 0x00, 0xc8, 0xf5, 0x30, 0x08, 0x14, 0x05, 0x00, 0x00, 0xc2, 0x01, 0x00, 0x00, 0x04, 0x0d, 0x00, 0x00, 0x02, 0x68, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x2a, 0x00, 0x00, 0x04, 0x0b, 0x00, 0xbc, 0xf5, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x55, 0x68, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x1c, 0x00, 0x00, 0x04, 0x0c, 0x00, 0xac, 0xf5, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0x26, 0x02, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xbe, 0x68, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x21, 0x00, 0x00, 0x04, 0x0c, 0x00, 0xa0, 0xf5, 0x30, 0x08, 0x40, 0x06, 0x00, 0x00, 0x58, 0x02, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x15, 0x69, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x16, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x94, 0xf5, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x92, 0x69, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x0f, 0x00, 0x00, 0x04, 0x03, 0x00, 0x88, 0xf5, 0x30, 0x08, 0xa0, 0x0f, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x04, 0x0d, 0x00, 0x00, 0xd7, 0x69, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x2c, 0x00, 0x00, 0x09, 0x0b, 0x00, 0x7c, 0xf5, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0xee, 0x02, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x26, 0x6a, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x1d, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x70, 0xf5, 0x30, 0x08, 0xf4, 0x01, 0x00, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x6b, 0x6a, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x17, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x64, 0xf5, 0x30, 0x08, 0xb0, 0x04, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xa2, 0x6a, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x06, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x54, 0xf5, 0x30, 0x08, 0xb0, 0x04, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x04, 0x0d, 0x00, 0x00, 0xfb, 0x6a, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x25, 0x00, 0x00, 0x09, 0x0b, 0x00, 0x48, 0xf5, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x7c, 0x6b, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x09, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x3c, 0xf5, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xe8, 0x03, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xd3, 0x6b, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x1f, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x30, 0xf5, 0x30, 0x08, 0xc4, 0x09, 0x00, 0x00, 0xe8, 0x03, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x25, 0x6c, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x07, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x24, 0xf5, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xa7, 0x6c, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x0d, 0x00, 0x00, 0x04, 0x03, 0x00, 0x14, 0xf5, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x04, 0x0d, 0x00, 0x00, 0x07, 0x6d, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x28, 0x00, 0x00, 0x09, 0x0b, 0x00, 0x08, 0xf5, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x71, 0x6d, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x0b, 0x00, 0x00, 0x04, 0x03, 0x00, 0xfc, 0xf4, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x2b, 0x6e, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x04, 0x0c, 0x00, 0xf0, 0xf4, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x14, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x84, 0x6e, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x1e, 0x00, 0x00, 0x04, 0x0c, 0x00, 0xe4, 0xf4, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x46, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xff, 0x6e, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x02, 0x00, 0x00, 0x04, 0x0c, 0x00, 0xd4, 0xf4, 0x30, 0x08, 0x80, 0x0c, 0x00, 0x00, 0x78, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x37, 0x6f, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x13, 0x00, 0x00, 0x04, 0x03, 0x00, 0xc4, 0xf4, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x82, 0x6f, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x11, 0x00, 0x00, 0x04, 0x03, 0x00, 0xb4, 0xf4, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xc3, 0x6f, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x12, 0x00, 0x00, 0x04, 0x0c, 0x00, 0xa8, 0xf4, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x02, 0x70, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x19, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x9c, 0xf4, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x42, 0x70, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x1a, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x90, 0xf4, 0x30, 0x08, 0xa0, 0x0f, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x04, 0x0d, 0x00, 0x00, 0x7a, 0x70, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x27, 0x00, 0x00, 0x09, 0x0b, 0x00, 0x84, 0xf4, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xc4, 0x09, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xdc, 0x70, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x03, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x78, 0xf4, 0x30, 0x08, 0xac, 0x0d, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x22, 0x71, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x0a, 0x00, 0x00, 0x04, 0x03, 0x00, 0x6c, 0xf4, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x60, 0x71, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x15, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x60, 0xf4, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x04, 0x0d, 0x00, 0x00, 0xfd, 0x71, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x2b, 0x00, 0x00, 0x09, 0x0b, 0x00, 0x50, 0xf4, 0x30, 0x08, 0x64, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x04, 0x0d, 0x00, 0x00, 0x54, 0x72, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x26, 0x00, 0x00, 0x09, 0x0b, 0x00, 0x40, 0xf4, 0x30, 0x08, 0xa0, 0x0f, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x0d, 0x00, 0x00, 0xab, 0x72, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x29, 0x00, 0x00, 0x09, 0x0b, 0x00, 0x34, 0xf4, 0x30, 0x08, 0xa0, 0x0f, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xfa, 0x72, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x1b, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x28, 0xf4, 0x30, 0x08, 0xa0, 0x0f, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x98, 0x73, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x05, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x18, 0xf4, 0x30, 0x08, 0xa0, 0x0f, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x61, 0x74, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x18, 0x00, 0x00, 0x04, 0x0c, 0x00, 0x0c, 0xf4, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xb2, 0x74, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x0c, 0x00, 0x00, 0x04, 0x03, 0x00, 0xfc, 0xf3, 0x30, 0x08, 0x28, 0x23, 0x00, 0x00, 0x88, 0x13, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x26, 0x75, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x01, 0x00, 0x00, 0x0a, 0x0c, 0x00, 0xf0, 0xf3, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xb8, 0x75, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x14, 0x00, 0x00, 0x03, 0x03, 0x00, 0xe0, 0xf3, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0x41, 0x76, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0xd8, 0xf3, 0x30, 0x08, 0xec, 0x13, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xca, 0x76, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x22, 0x00, 0x00, 0x04, 0x03, 0x00, 0xd0, 0xf3, 0x30, 0x08, 0x50, 0x14, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xd2, 0x76, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x23, 0x00, 0x00, 0x04, 0x03, 0x00, 0xc8, 0xf3, 0x30, 0x08, 0xb4, 0x14, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x04, 0x04, 0x00, 0x00, 0xda, 0x76, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x24, 0x00, 0x00, 0x04, 0x03, 0x00, 0xbc, 0xf3, 0x30, 0x08, 0xfa, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0xe2, 0x76, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x57, 0x00, 0x00, 0x04, 0x04, 0x00, 0xb0, 0xf3, 0x30, 0x08, 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x08, 0x07, 0x00, 0x00, 0x43, 0x77, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x6e, 0x00, 0x00, 0x06, 0x07, 0x00, 0xa4, 0xf3, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x00, 0xd7, 0x77, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x4e, 0x00, 0x00, 0x00, 0x04, 0x00, 0x94, 0xf3, 0x30, 0x08, 0xa0, 0x0f, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x00, 0x2f, 0x78, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x51, 0x00, 0x00, 0x03, 0x04, 0x00, 0x84, 0xf3, 0x30, 0x08, 0x3c, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0xe6, 0x78, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x56, 0x00, 0x00, 0x04, 0x04, 0x00, 0x74, 0xf3, 0x30, 0x08, 0x20, 0x03, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0x94, 0x79, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x5d, 0x00, 0x00, 0x04, 0x04, 0x00, 0x64, 0xf3, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0x3c, 0x7a, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x54, 0x00, 0x00, 0x04, 0x04, 0x00, 0x58, 0xf3, 0x30, 0x08, 0x14, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0xfb, 0x7a, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x55, 0x00, 0x00, 0x04, 0x04, 0x00, 0x4c, 0xf3, 0x30, 0x08, 0x3c, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0x6c, 0x7b, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x52, 0x00, 0x00, 0x04, 0x04, 0x00, 0x40, 0xf3, 0x30, 0x08, 0xe8, 0x03, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0xdd, 0x7b, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x5a, 0x00, 0x00, 0x04, 0x04, 0x00, 0x34, 0xf3, 0x30, 0x08, 0x96, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x00, 0x55, 0x7c, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x50, 0x00, 0x00, 0x0a, 0x04, 0x00, 0x28, 0xf3, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0xbc, 0x7c, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x58, 0x00, 0x00, 0x04, 0x04, 0x00, 0x1c, 0xf3, 0x30, 0x08, 0x1e, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0x93, 0x7d, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x5c, 0x00, 0x00, 0x04, 0x04, 0x00, 0x10, 0xf3, 0x30, 0x08, 0x50, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x00, 0x13, 0x7e, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x4f, 0x00, 0x00, 0x04, 0x04, 0x00, 0x04, 0xf3, 0x30, 0x08, 0x78, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x00, 0x97, 0x7e, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x4c, 0x00, 0x00, 0x06, 0x04, 0x00, 0xf8, 0xf2, 0x30, 0x08, 0x3c, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0x05, 0x7f, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x60, 0x00, 0x00, 0x04, 0x04, 0x00, 0xec, 0xf2, 0x30, 0x08, 0x46, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0xc4, 0x7f, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x5e, 0x00, 0x00, 0x04, 0x04, 0x00, 0xe0, 0xf2, 0x30, 0x08, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0x52, 0x80, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x5b, 0x00, 0x00, 0x04, 0x04, 0x00, 0xd4, 0xf2, 0x30, 0x08, 0x14, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0xae, 0x80, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x61, 0x00, 0x00, 0x04, 0x04, 0x00, 0xc8, 0xf2, 0x30, 0x08, 0x1e, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0x2f, 0x81, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x53, 0x00, 0x00, 0x04, 0x04, 0x00, 0xc0, 0xf2, 0x30, 0x08, 0x28, 0x0a, 0x00, 0x00, 0xe8, 0x03, 0x00, 0x00, 0x02, 0x0c, 0x00, 0x00, 0xa6, 0x81, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x63, 0x00, 0x00, 0x08, 0x05, 0x00, 0xb4, 0xf2, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0xe8, 0x03, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0x4f, 0x82, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x59, 0x00, 0x00, 0x04, 0x04, 0x00, 0xa4, 0xf2, 0x30, 0x08, 0x1e, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x00, 0xc0, 0x82, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x4d, 0x00, 0x00, 0x02, 0x04, 0x00, 0x98, 0xf2, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x02, 0x0e, 0x00, 0x00, 0x68, 0x83, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x5f, 0x00, 0x00, 0x04, 0x04, 0x00, 0x8c, 0xf2, 0x30, 0x08, 0xfa, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x02, 0x0c, 0x00, 0x00, 0x1f, 0x84, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x65, 0x00, 0x00, 0x08, 0x05, 0x00, 0x84, 0xf2, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x0c, 0x00, 0x00, 0xa0, 0x84, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x66, 0x00, 0x00, 0x08, 0x05, 0x00, 0x7c, 0xf2, 0x30, 0x08, 0x70, 0x17, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x0c, 0x00, 0x00, 0x07, 0x85, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x62, 0x00, 0x00, 0x08, 0x05, 0x00, 0x74, 0xf2, 0x30, 0x08, 0x58, 0x1b, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x0c, 0x00, 0x00, 0x76, 0x85, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x64, 0x00, 0x00, 0x08, 0x05, 0x00, 0x6c, 0xf2, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x0c, 0x00, 0x00, 0xde, 0x85, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x67, 0x00, 0x00, 0x08, 0x05, 0x00, 0x64, 0xf2, 0x30, 0x08, 0x19, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00, 0x4e, 0x86, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x35, 0x00, 0x00, 0x03, 0x04, 0x00, 0x58, 0xf2, 0x30, 0x08, 0x32, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00, 0xe1, 0x86, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x37, 0x00, 0x00, 0x03, 0x04, 0x00, 0x4c, 0xf2, 0x30, 0x08, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x71, 0x87, 0x30, 0x08, 0x00, 0x00, 0x01, 0x00
-.byte 0x00, 0x00, 0x39, 0x00, 0x00, 0x09, 0x04, 0x00, 0x40, 0xf2, 0x30, 0x08, 0x64, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00, 0xe8, 0x87, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x3a, 0x00, 0x00, 0x03, 0x04, 0x00, 0x34, 0xf2, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x58, 0x88, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x4a, 0x00, 0x00, 0x0b, 0x04, 0x00, 0x28, 0xf2, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x08, 0x89, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x46, 0x00, 0x00, 0x06, 0x04, 0x00, 0x1c, 0xf2, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0xb6, 0x89, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x04, 0x00, 0x10, 0xf2, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x65, 0x8a, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x40, 0x00, 0x00, 0x0a, 0x04, 0x00, 0x00, 0xf2, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x14, 0x8b, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x4b, 0x00, 0x00, 0x03, 0x04, 0x00, 0xf4, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0xc6, 0x8b, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x3e, 0x00, 0x00, 0x0b, 0x04, 0x00, 0xe4, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x73, 0x8c, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x43, 0x00, 0x00, 0x09, 0x04, 0x00, 0xd8, 0xf1, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x25, 0x8d, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x44, 0x00, 0x00, 0x04, 0x04, 0x00, 0xcc, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0xd5, 0x8d, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x3d, 0x00, 0x00, 0x08, 0x04, 0x00, 0xc0, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x85, 0x8e, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x49, 0x00, 0x00, 0x00, 0x04, 0x00, 0xb4, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x35, 0x8f, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x3f, 0x00, 0x00, 0x03, 0x04, 0x00, 0xa8, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0xe6, 0x8f, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x42, 0x00, 0x00, 0x0a, 0x04, 0x00, 0x9c, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x93, 0x90, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x41, 0x00, 0x00, 0x0b, 0x04, 0x00, 0x8c, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x41, 0x91, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x45, 0x00, 0x00, 0x07, 0x04, 0x00, 0x80, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0xf0, 0x91, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x47, 0x00, 0x00, 0x02, 0x04, 0x00, 0x74, 0xf1, 0x30, 0x08, 0xc8, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0xa0, 0x92, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x3b, 0x00, 0x00, 0x02, 0x04, 0x00, 0x64, 0xf1, 0x30, 0x08, 0xe8, 0x03, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x4e, 0x93, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x48, 0x00, 0x00, 0x0b, 0x04, 0x00, 0x5c, 0xf1, 0x30, 0x08, 0x28, 0x23, 0x00, 0x00, 0x88, 0x13, 0x00, 0x00, 0x03, 0x13, 0x00, 0x00, 0xfd, 0x93, 0x30, 0x08, 0x01, 0x01, 0x00, 0x00
-.byte 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x04, 0x00, 0x50, 0xf1, 0x30, 0x08, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x0b, 0x00, 0x00, 0xbd, 0x94, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x38, 0x00, 0x00, 0x06, 0x06, 0x00, 0x48, 0xf1, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x06, 0x00, 0x00, 0x15, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0xef, 0x00, 0x00, 0x03, 0x07, 0x00, 0x40, 0xf1, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x05, 0x00, 0x00, 0x32, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x75, 0x00, 0x00, 0x02, 0x08, 0x00, 0x34, 0xf1, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x05, 0x00, 0x00, 0x9a, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x72, 0x00, 0x00, 0x01, 0x08, 0x00, 0x24, 0xf1, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x9a, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x6c, 0x00, 0x00, 0x03, 0x08, 0x00, 0x14, 0xf1, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x14, 0x00, 0x00, 0x32, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x6f, 0x00, 0x00, 0x02, 0x08, 0x00, 0x04, 0xf1, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x05, 0x00, 0x00, 0x32, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x71, 0x00, 0x00, 0x05, 0x08, 0x00, 0xf8, 0xf0, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x9a, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x6b, 0x00, 0x00, 0x03, 0x08, 0x00, 0xec, 0xf0, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x9a, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x6a, 0x00, 0x00, 0x07, 0x08, 0x00, 0xe0, 0xf0, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x9a, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x68, 0x00, 0x00, 0x06, 0x08, 0x00, 0xd4, 0xf0, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x9a, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x6d, 0x00, 0x00, 0x00, 0x08, 0x00, 0xc8, 0xf0, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x05, 0x00, 0x00, 0x9a, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x74, 0x00, 0x00, 0x07, 0x08, 0x00, 0xbc, 0xf0, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x9a, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x69, 0x00, 0x00, 0x0a, 0x08, 0x00, 0xac, 0xf0, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x14, 0x00, 0x00, 0x32, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x70, 0x00, 0x00, 0x0a, 0x08, 0x00, 0xa0, 0xf0, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x05, 0x00, 0x00, 0x9a, 0x95, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x73, 0x00, 0x00, 0x0a, 0x08, 0x00, 0x94, 0xf0, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x12, 0x00, 0x00, 0x01, 0x96, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x08, 0x00, 0x88, 0xf0, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x12, 0x00, 0x00, 0xda, 0x96, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x7a, 0x00, 0x00, 0x0b, 0x08, 0x00, 0x7c, 0xf0, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x12, 0x00, 0x00, 0x81, 0x97, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x79, 0x00, 0x00, 0x06, 0x08, 0x00, 0x70, 0xf0, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x05, 0x00, 0x00, 0xf5, 0x97, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x78, 0x00, 0x00, 0x03, 0x08, 0x00, 0x6c, 0xf0, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x10, 0x00, 0x00, 0x75, 0x98, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x77, 0x00, 0x00, 0x05, 0x08, 0x00, 0x60, 0xf0, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0b, 0x08, 0x00, 0x00, 0xa3, 0x98, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x7b, 0x00, 0x00, 0x02, 0x09, 0x00, 0x50, 0xf0, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xe8, 0x03, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x25, 0x99, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x4b, 0x00, 0x8e, 0x00, 0x00, 0x05, 0x09, 0x00, 0x40, 0xf0, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xcb, 0x99, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xd0, 0x00, 0x86, 0x00, 0x00, 0x05, 0x09, 0x00, 0x30, 0xf0, 0x30, 0x08, 0x4c, 0x1d, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x12, 0x9a, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x36, 0x01, 0xb0, 0x00, 0x00, 0x05, 0x09, 0x00, 0x24, 0xf0, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x9a, 0x9a, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x3f, 0x01, 0x82, 0x00, 0x00, 0x05, 0x09, 0x00, 0x1c, 0xf0, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x13, 0x9b, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x1c, 0x01, 0x9c, 0x00, 0x00, 0x05, 0x09, 0x00, 0x14, 0xf0, 0x30, 0x08, 0x70, 0x17, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x90, 0x9b, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xc5, 0x00, 0xae, 0x00, 0x00, 0x05, 0x09, 0x00, 0x08, 0xf0, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x26, 0x9c, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x0e, 0x00, 0xba, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xfc, 0xef, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x9c, 0x9c, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x09, 0x01, 0x80, 0x00, 0x00, 0x05, 0x09, 0x00, 0xec, 0xef, 0x30, 0x08, 0x70, 0x17, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x00, 0x9d, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xa3, 0x00, 0x81, 0x00, 0x00, 0x05, 0x09, 0x00, 0xdc, 0xef, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x7f, 0x9d, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x44, 0x01, 0x91, 0x00, 0x00, 0x05, 0x09, 0x00, 0xd0, 0xef, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xf5, 0x9d, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xdf, 0x00, 0xdd, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xc8, 0xef, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x6c, 0x9e, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xac, 0x00, 0xa9, 0x00, 0x00, 0x05, 0x09, 0x00, 0xbc, 0xef, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xc5, 0x9e, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x59, 0x01, 0x93, 0x00, 0x00, 0x05, 0x09, 0x00, 0xb0, 0xef, 0x30, 0x08, 0x28, 0x23, 0x00, 0x00, 0xb8, 0x0b, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x60, 0x9f, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x0e, 0x01, 0x7e, 0x00, 0x00, 0x05, 0x09, 0x00, 0xa0, 0xef, 0x30, 0x08, 0x28, 0x23, 0x00, 0x00, 0xb8, 0x0b, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xe8, 0x9f, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xf2, 0x00, 0x92, 0x00, 0x00, 0x05, 0x09, 0x00, 0x90, 0xef, 0x30, 0x08, 0xc4, 0x09, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x8a, 0xa0, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x03, 0x01, 0x95, 0x00, 0x00, 0x05, 0x09, 0x00, 0x84, 0xef, 0x30, 0x08, 0x70, 0x17, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x17, 0xa1, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x2d, 0x01, 0x97, 0x00, 0x00, 0x05, 0x09, 0x00, 0x78, 0xef, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x9e, 0xa1, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x0c, 0x00, 0xcd, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x68, 0xef, 0x30, 0x08, 0x58, 0x1b, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x14, 0xa2, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x4c, 0x00, 0x90, 0x00, 0x00, 0x05, 0x09, 0x00, 0x5c, 0xef, 0x30, 0x08, 0x70, 0x17, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xa4, 0xa2, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x86, 0x00, 0x9e, 0x00, 0x00, 0x05, 0x09, 0x00, 0x4c, 0xef, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0xe8, 0x03, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x3d, 0xa3, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x48, 0x01, 0x8f, 0x00, 0x00, 0x05, 0x09, 0x00, 0x40, 0xef, 0x30, 0x08, 0x58, 0x1b, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xc1, 0xa3, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x97, 0x00, 0xa4, 0x00, 0x00, 0x05, 0x09, 0x00, 0x34, 0xef, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x60, 0xa4, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x01, 0x00, 0x94, 0x00, 0x00, 0x05, 0x09, 0x00, 0x24, 0xef, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xe3, 0xa4, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x81, 0x00, 0xac, 0x00, 0x00, 0x05, 0x09, 0x00, 0x18, 0xef, 0x30, 0x08, 0x28, 0x23, 0x00, 0x00, 0xb8, 0x0b, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x75, 0xa5, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x40, 0x00, 0xab, 0x00, 0x00, 0x05, 0x09, 0x00, 0x08, 0xef, 0x30, 0x08, 0x64, 0x19, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x05, 0xa6, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x76, 0x00, 0x87, 0x00, 0x00, 0x05, 0x09, 0x00, 0xfc, 0xee, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0xe8, 0x03, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x8b, 0xa6, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x30, 0x00, 0x9b, 0x00, 0x00, 0x05, 0x09, 0x00, 0xf4, 0xee, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0xe8, 0x03, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xf9, 0xa6, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x08, 0x00, 0x84, 0x00, 0x00, 0x05, 0x09, 0x00, 0xe8, 0xee, 0x30, 0x08, 0x88, 0x13, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x90, 0xa7, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x6d, 0x00, 0x98, 0x00, 0x00, 0x05, 0x09, 0x00, 0xd8, 0xee, 0x30, 0x08, 0x64, 0x19, 0x00, 0x00, 0xe8, 0x03, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x19, 0xa8, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x7f, 0x00, 0xa0, 0x00, 0x00, 0x05, 0x09, 0x00, 0xc8, 0xee, 0x30, 0x08, 0xc4, 0x09, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xb9, 0xa8, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x48, 0x00, 0x7f, 0x00, 0x00, 0x05, 0x09, 0x00, 0xb8, 0xee, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x2f, 0xa9, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x38, 0x00, 0xb8, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xac, 0xee, 0x30, 0x08, 0xc4, 0x09, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x7e, 0xa9, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x52, 0x01, 0x99, 0x00, 0x00, 0x05, 0x09, 0x00, 0x9c, 0xee, 0x30, 0x08, 0x4c, 0x1d, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x1b, 0xaa, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xbd, 0x00, 0xa1, 0x00, 0x00, 0x05, 0x09, 0x00, 0x8c, 0xee, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x87, 0xaa, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x35, 0x00, 0x8b, 0x00, 0x00, 0x05, 0x09, 0x00, 0x7c, 0xee, 0x30, 0x08, 0x4c, 0x1d, 0x00, 0x00, 0xdc, 0x05, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x26, 0xab, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x18, 0x01, 0xa3, 0x00, 0x00, 0x05, 0x09, 0x00, 0x70, 0xee, 0x30, 0x08, 0xf4, 0x01, 0x00, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xd0, 0xab, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x8d, 0x00, 0xd2, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x60, 0xee, 0x30, 0x08, 0x28, 0x23, 0x00, 0x00, 0xb8, 0x0b, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x4b, 0xac, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x9d, 0x00, 0x8a, 0x00, 0x00, 0x05, 0x09, 0x00, 0x54, 0xee, 0x30, 0x08, 0xf4, 0x01, 0x00, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xd5, 0xac, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x49, 0x00, 0xd0, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x44, 0xee, 0x30, 0x08, 0x4c, 0x1d, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x51, 0xad, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xb3, 0x00, 0x7c, 0x00, 0x00, 0x05, 0x09, 0x00, 0x38, 0xee, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xa9, 0xad, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x16, 0x00, 0xad, 0x00, 0x00, 0x05, 0x09, 0x00, 0x2c, 0xee, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x29, 0xae, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x43, 0x00, 0x89, 0x00, 0x00, 0x05, 0x09, 0x00, 0x1c, 0xee, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xd0, 0xae, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x07, 0x01, 0x9f, 0x00, 0x00, 0x05, 0x09, 0x00, 0x14, 0xee, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x56, 0xaf, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xe8, 0x00, 0x9a, 0x00, 0x00, 0x05, 0x09, 0x00, 0x08, 0xee, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xef, 0xaf, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x46, 0x01, 0x7d, 0x00, 0x00, 0x05, 0x09, 0x00, 0x00, 0xee, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x46, 0xb0, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xd6, 0x00, 0xaa, 0x00, 0x00, 0x05, 0x09, 0x00, 0xf0, 0xed, 0x30, 0x08, 0x58, 0x1b, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xd8, 0xb0, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xf4, 0x00, 0xa6, 0x00, 0x00, 0x05, 0x09, 0x00, 0xe0, 0xed, 0x30, 0x08, 0x58, 0x1b, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x5a, 0xb1, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x89, 0x00, 0xa2, 0x00, 0x00, 0x05, 0x09, 0x00, 0xd0, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xc6, 0xb1, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x4e, 0x01, 0xda, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xc4, 0xed, 0x30, 0x08, 0x64, 0x19, 0x00, 0x00, 0xd0, 0x07, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x3a, 0xb2, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x29, 0x00, 0x96, 0x00, 0x00, 0x05, 0x09, 0x00, 0xb4, 0xed, 0x30, 0x08, 0xc4, 0x09, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xe1, 0xb2, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x68, 0x01, 0xb2, 0x00, 0x00, 0x05, 0x09, 0x00, 0xa8, 0xed, 0x30, 0x08, 0xc4, 0x09, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x52, 0xb3, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x69, 0x01, 0x88, 0x00, 0x00, 0x05, 0x09, 0x00, 0x98, 0xed, 0x30, 0x08, 0xc4, 0x09, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xa1, 0xb3, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x6a, 0x01, 0xa5, 0x00, 0x00, 0x05, 0x09, 0x00, 0x88, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xfb, 0xb3, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x6b, 0x01, 0xd4, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x7c, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x3c, 0xb4, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x6c, 0x01, 0xc3, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x6c, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xbb, 0xb4, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x6d, 0x01, 0xce, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x60, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x55, 0xb5, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x6e, 0x01, 0xbf, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x50, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x9d, 0xb5, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x6f, 0x01, 0xde, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x40, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x01, 0xb6, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x70, 0x01, 0xb3, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x34, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x80, 0xb6, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x71, 0x01, 0xe6, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x24, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xda, 0xb6, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x72, 0x01, 0xe1, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x18, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x25, 0xb7, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x73, 0x01, 0xd8, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0c, 0xed, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x86, 0xb7, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x74, 0x01, 0xcb, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xfc, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x02, 0xb8, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x75, 0x01, 0xc1, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xec, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x3c, 0xb8, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x76, 0x01, 0xc7, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xdc, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xb4, 0xb8, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x77, 0x01, 0xdc, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xcc, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x20, 0xb9, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x78, 0x01, 0xca, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xc0, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xb2, 0xb9, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x79, 0x01, 0xe4, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xb0, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x36, 0xba, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x7a, 0x01, 0xb4, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xa0, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xab, 0xba, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x7b, 0x01, 0xc4, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x94, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x18, 0xbb, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x7c, 0x01, 0xb5, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x84, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x90, 0xbb, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x7d, 0x01, 0xd9, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x74, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x08, 0xbc, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x7e, 0x01, 0xe0, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x64, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x8e, 0xbc, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x7f, 0x01, 0xe5, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x54, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x0e, 0xbd, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x80, 0x01, 0xd6, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x44, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x95, 0xbd, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x81, 0x01, 0xb7, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x34, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xf0, 0xbd, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x82, 0x01, 0xd3, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x28, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x3d, 0xbe, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x83, 0x01, 0xcc, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x18, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x7f, 0xbe, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x84, 0x01, 0xb6, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x08, 0xec, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xc4, 0xbe, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x85, 0x01, 0xe2, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xf8, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xf9, 0xbe, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00
-.byte 0x86, 0x01, 0xd1, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xe8, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x46, 0xbf, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x87, 0x01, 0xbd, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xd8, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x8b, 0xbf, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x88, 0x01, 0xc6, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xc8, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xd3, 0xbf, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x89, 0x01, 0xbc, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xb8, 0xeb, 0x30, 0x08, 0xc4, 0x09, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x30, 0xc0, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x8a, 0x01, 0xaf, 0x00, 0x00, 0x05, 0x09, 0x00, 0xa8, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x80, 0xc0, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x8b, 0x01, 0xcf, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x98, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xff, 0xc0, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x8c, 0x01, 0xd5, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x88, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x7c, 0xc1, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x8d, 0x01, 0xd7, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x78, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xef, 0xc1, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x8f, 0x01, 0xc5, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x68, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x4e, 0xc2, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x90, 0x01, 0xb9, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x58, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xac, 0xc2, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x91, 0x01, 0xe3, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x48, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x0e, 0xc3, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x92, 0x01, 0xc9, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x38, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x84, 0xc3, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x93, 0x01, 0xbe, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x2c, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xc7, 0xc3, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x96, 0x01, 0xbb, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x1c, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x15, 0xc4, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x97, 0x01, 0xc2, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x10, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xa6, 0xc4, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x98, 0x01, 0xdf, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0xeb, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0xcb, 0xc4, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x99, 0x01, 0xdb, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xf0, 0xea, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x0f, 0xc5, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x9a, 0x01, 0xc0, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xe0, 0xea, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x96, 0xc5, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x9c, 0x01, 0xc8, 0x00, 0x00, 0x00, 0x0d, 0x00, 0xd8, 0xea, 0x30, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x22, 0xc6, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x12, 0x00, 0x83, 0x00, 0x00, 0x03, 0x09, 0x00, 0xd0, 0xea, 0x30, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xa2, 0xc6, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x99, 0x00, 0x8d, 0x00, 0x00, 0x03, 0x09, 0x00, 0xc8, 0xea, 0x30, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x4c, 0xc7, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0xdb, 0x00, 0xa8, 0x00, 0x00, 0x03, 0x09, 0x00, 0xbc, 0xea, 0x30, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xec, 0xc7, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x32, 0x00, 0xa7, 0x00, 0x00, 0x03, 0x09, 0x00, 0xb4, 0xea, 0x30, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x86, 0xc8, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x11, 0x01, 0x8c, 0x00, 0x00, 0x03, 0x09, 0x00, 0xa4, 0xea, 0x30, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x18, 0xc9, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x1d, 0x00, 0x9d, 0x00, 0x00, 0x03, 0x09, 0x00, 0x98, 0xea, 0x30, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0xa7, 0xc9, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x9e, 0x00, 0xb1, 0x00, 0x00, 0x03, 0x09, 0x00, 0x90, 0xea, 0x30, 0x08, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x1e, 0xca, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x9c, 0x00, 0x85, 0x00, 0x00, 0x03, 0x09, 0x00, 0x84, 0xea, 0x30, 0x08, 0xb8, 0x0b, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x0a, 0x0a, 0x00, 0x00, 0xd2, 0xca, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0xeb, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x78, 0xea, 0x30, 0x08, 0xdc, 0x05, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x0a, 0x0a, 0x00, 0x00, 0x67, 0xcb, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0xed, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x6c, 0xea, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0a, 0x0a, 0x00, 0x00, 0xec, 0xcb, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0xee, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x5c, 0xea, 0x30, 0x08, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0a, 0x0a, 0x00, 0x00, 0x01, 0xcc, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0xec, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x4c, 0xea, 0x30, 0x08, 0x2c, 0x01, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x00, 0x00, 0x17, 0xcc, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x0d, 0x01, 0xe7, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x40, 0xea, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x0a, 0x0a, 0x00, 0x00, 0x17, 0xcc, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0xe8, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x34, 0xea, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x0a, 0x0a, 0x00, 0x00, 0x17, 0xcc, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0xe9, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x28, 0xea, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x0a, 0x0a, 0x00, 0x00, 0x17, 0xcc, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
+.byte 0x20, 0x69, 0x74, 0x65, 0x6d, 0x0a, 0x00, 0x00
+
+.include "data/item/item_data.inc"
+
+.byte 0x28, 0xea, 0x30, 0x08, 0x40, 0x1f, 0x00, 0x00, 0xf4, 0x01, 0x00, 0x00, 0x0a, 0x0a, 0x00, 0x00, 0x17, 0xcc, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00
.byte 0x00, 0x00, 0xea, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x47, 0x20, 0x4d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x20, 0x38, 0x00, 0x47, 0x20, 0x4d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x20, 0x37, 0x00
.byte 0x47, 0x20, 0x4d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x20, 0x36, 0x00, 0x87, 0x4f, 0x42, 0x65, 0x61, 0x74, 0x75, 0x70, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x69, 0x6d, 0x65
.byte 0x20, 0x4a, 0x72, 0x2e, 0x20, 0x46, 0x69, 0x67, 0x00, 0x00, 0x00, 0x00, 0x57, 0x65, 0x61, 0x76, 0x69, 0x6c, 0x65, 0x20, 0x46, 0x69, 0x67, 0x00, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x20, 0x42
@@ -12069,966 +11834,7 @@ DataRootTable:
.byte 0x00, 0x00, 0x00, 0x00
.byte 0x00, 0x00, 0x00, 0x00
-.byte 0xe8, 0x0b, 0x36, 0x08
-.byte 0xdc, 0x0b, 0x36, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x01, 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x63, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-
-.byte 0xd0, 0x0b, 0x36, 0x08
-.byte 0xc8, 0x0b, 0x36, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x04, 0x08, 0x00, 0x0d, 0x1a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00, 0x12, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00
-.byte 0x01, 0x00, 0x00, 0x00, 0x99, 0x00, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x7d, 0x00, 0x20, 0x00, 0x01, 0x00, 0x00, 0x00
-
-.byte 0xc0, 0x0b, 0x36, 0x08, 0xc8, 0x0b, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x0d, 0x1a
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x0c, 0x00, 0x09, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x01, 0x00, 0x01, 0x00
-.byte 0x10, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x42, 0xff, 0x93, 0x00, 0x02, 0x00, 0x00, 0x00, 0xb4, 0x0b, 0x36, 0x08, 0xc8, 0x0b, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x0d, 0x1a, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x33, 0x00, 0xb4, 0x00, 0x00, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x4c, 0x01, 0x30, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x02, 0x00, 0x01, 0x00, 0x20, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00, 0x19, 0xfc, 0x8b, 0x01, 0x03, 0x00, 0x00, 0x00, 0xa8, 0x0b, 0x36, 0x08, 0xa0, 0x0b, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x02, 0x00, 0x04, 0x09, 0x46, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x12, 0x00, 0x18, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x99, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00, 0x75, 0x00, 0x2f, 0x00, 0x04, 0x00, 0x00, 0x00
-.byte 0x94, 0x0b, 0x36, 0x08, 0x8c, 0x0b, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x09, 0x46, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x3a, 0x00
-.byte 0x39, 0x00, 0x00, 0x00, 0x15, 0x00, 0x13, 0x00, 0x09, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x04, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x05, 0x00, 0x05, 0x00
-.byte 0x42, 0xff, 0x30, 0x00, 0x05, 0x00, 0x00, 0x00, 0x80, 0x0b, 0x36, 0x08, 0x8c, 0x0b, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x02, 0x0a, 0x04, 0x09, 0x46
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x3a, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x08, 0x00, 0x09, 0x00, 0x0a, 0x00, 0x4c, 0x01, 0x34, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x05, 0x00, 0x01, 0x00
-.byte 0x24, 0x00, 0x00, 0x00, 0x06, 0x00, 0x06, 0x00, 0x19, 0xfc, 0x2e, 0x00, 0x06, 0x00, 0x00, 0x00, 0x74, 0x0b, 0x36, 0x08, 0x68, 0x0b, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0xff, 0x1f, 0x00, 0x03, 0x00, 0x05, 0x1c, 0x10, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00, 0x1b, 0x00, 0x00, 0x00, 0x03, 0x00, 0x02, 0x00, 0x03, 0x00, 0x03, 0x00, 0x99, 0x00, 0x15, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x07, 0x00, 0x75, 0x00, 0x49, 0x01, 0x07, 0x00, 0x00, 0x00, 0x5c, 0x0b, 0x36, 0x08, 0x54, 0x0b, 0x36, 0x08
-.byte 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1c, 0x10, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x11, 0x00
-.byte 0x11, 0x00, 0x0e, 0x00, 0xb3, 0x00, 0x22, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x07, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x42, 0xff, 0x96, 0x01, 0x08, 0x00, 0x00, 0x00
-.byte 0x48, 0x0b, 0x36, 0x08, 0x3c, 0x0b, 0x36, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1c, 0x10, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x35, 0x00
-.byte 0xfa, 0x00, 0x00, 0x00, 0x10, 0x00, 0x12, 0x00, 0x13, 0x00, 0x12, 0x00, 0x4c, 0x01, 0x33, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x08, 0x00, 0x01, 0x00, 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00
-.byte 0xad, 0xfe, 0x1c, 0x00, 0x09, 0x00, 0x00, 0x00, 0x30, 0x0b, 0x36, 0x08, 0x28, 0x0b, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x12, 0x4c
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x0c, 0x00, 0x09, 0x00, 0x00, 0x00, 0x06, 0x00, 0x06, 0x00, 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x10, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x66, 0x00, 0x2b, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x20, 0x0b, 0x36, 0x08, 0x18, 0x0b, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x01, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x12, 0x21, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0f, 0x00, 0x1b, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x14, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x0a, 0x00, 0x01, 0x00, 0x07, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x42, 0xff, 0xd0, 0x00, 0x0b, 0x00, 0x00, 0x00, 0x0c, 0x0b, 0x36, 0x08, 0x00, 0x0b, 0x36, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0c, 0x0a, 0x02, 0x12, 0x33, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2f, 0x00, 0x60, 0x00, 0x00, 0x00, 0x16, 0x00, 0x17, 0x00
-.byte 0x0d, 0x00, 0x0e, 0x00, 0xcc, 0x00, 0x27, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x0b, 0x00, 0x01, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x19, 0xfc, 0x21, 0x00, 0x0c, 0x00, 0x00, 0x00
-.byte 0xf8, 0x0a, 0x36, 0x08, 0xec, 0x0a, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x08, 0x00, 0x12, 0x4c, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1b, 0x00
-.byte 0x12, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0b, 0x00, 0x04, 0x00, 0x06, 0x00, 0x99, 0x00, 0x0d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0d, 0x00
-.byte 0x72, 0x00, 0x97, 0x01, 0x0d, 0x00, 0x00, 0x00, 0xe4, 0x0a, 0x36, 0x08, 0x18, 0x0b, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x08, 0x00, 0x12, 0x21
-.byte 0x00, 0x01, 0x00, 0x64, 0x00, 0x08, 0x24, 0x00, 0x32, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0d, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x99, 0x00, 0x15, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x0d, 0x00, 0x01, 0x00
-.byte 0x07, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x42, 0xff, 0x9c, 0x00, 0x0e, 0x00, 0x00, 0x00, 0xd8, 0x0a, 0x36, 0x08, 0xcc, 0x0a, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0c, 0x08, 0x02, 0x12, 0x43, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x28, 0x00, 0x00, 0x00, 0x15, 0x00, 0x16, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0xb3, 0x00, 0x27, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x0e, 0x00, 0x01, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x19, 0xfc, 0x18, 0x00, 0x0f, 0x00, 0x00, 0x00, 0xc4, 0x0a, 0x36, 0x08, 0xb8, 0x0a, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x13, 0x1e, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x0a, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x04, 0x00, 0x05, 0x00
-.byte 0x04, 0x00, 0x05, 0x00, 0x99, 0x00, 0x10, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x65, 0x00, 0xf9, 0x00, 0x10, 0x00, 0x00, 0x00
-.byte 0xac, 0x0a, 0x36, 0x08, 0xa4, 0x0a, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x13, 0x1e, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00
-.byte 0x2d, 0x00, 0x00, 0x00, 0x11, 0x00, 0x14, 0x00, 0x09, 0x00, 0x0b, 0x00, 0xcc, 0x00, 0x19, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x10, 0x00, 0x01, 0x00, 0x12, 0x00, 0x00, 0x00, 0x11, 0x00, 0x11, 0x00
-.byte 0x42, 0xff, 0xf8, 0x00, 0x11, 0x00, 0x00, 0x00, 0x9c, 0x0a, 0x36, 0x08, 0xa4, 0x0a, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x13, 0x1e
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x34, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x1e, 0x00, 0x10, 0x00, 0x10, 0x00, 0xcc, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x11, 0x00, 0x01, 0x00
-.byte 0x24, 0x00, 0x00, 0x00, 0x12, 0x00, 0x12, 0x00, 0x19, 0xfc, 0xf7, 0x00, 0x12, 0x00, 0x00, 0x00, 0x94, 0x0a, 0x36, 0x08, 0x8c, 0x0a, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0c, 0x2b, 0x11, 0x01, 0x00, 0x64, 0x01, 0x0a, 0x0e, 0x00, 0x14, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x14, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00, 0x5f, 0x00, 0x12, 0x01, 0x13, 0x00, 0x00, 0x00, 0x80, 0x0a, 0x36, 0x08, 0x8c, 0x0a, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0c, 0x2b, 0x11, 0x01, 0x00, 0x64, 0x01, 0x0a, 0x14, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00
-.byte 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x17, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x13, 0x00, 0x01, 0x00, 0x14, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x19, 0xfc, 0x11, 0x01, 0x14, 0x00, 0x00, 0x00
-.byte 0x78, 0x0a, 0x36, 0x08, 0xb8, 0x0a, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x34, 0x1e, 0x00, 0x00, 0x00, 0x64, 0x01, 0x19, 0x17, 0x00
-.byte 0x19, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x11, 0x00, 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x12, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00
-.byte 0x77, 0x00, 0x44, 0x01, 0x15, 0x00, 0x00, 0x00, 0x70, 0x0a, 0x36, 0x08, 0x68, 0x0a, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x34, 0x1e
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x19, 0x34, 0x00, 0x32, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x1f, 0x00, 0x11, 0x00, 0x12, 0x00, 0xcc, 0x00, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x15, 0x00, 0x01, 0x00
-.byte 0x14, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x19, 0xfc, 0x65, 0x00, 0x16, 0x00, 0x00, 0x00, 0x60, 0x0a, 0x36, 0x08, 0x58, 0x0a, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x07, 0x00, 0x00, 0x08, 0x00, 0x00, 0x0c, 0x06, 0x21, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x32, 0x00, 0x00, 0x00, 0x08, 0x00, 0x07, 0x00, 0x07, 0x00, 0x08, 0x00, 0x99, 0x00, 0x22, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x17, 0x00, 0x17, 0x00, 0x7c, 0x00, 0x5a, 0x00, 0x17, 0x00, 0x00, 0x00, 0x50, 0x0a, 0x36, 0x08, 0x48, 0x0a, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x0c, 0x06, 0x21, 0x02, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x46, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0a, 0x00
-.byte 0x06, 0x00, 0x05, 0x00, 0x19, 0x01, 0x41, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x17, 0x00, 0x01, 0x00, 0x16, 0x00, 0x00, 0x00, 0x18, 0x00, 0x18, 0x00, 0x19, 0xfc, 0x0a, 0x00, 0x18, 0x00, 0x00, 0x00
-.byte 0x40, 0x0a, 0x36, 0x08, 0x8c, 0x0a, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x05, 0x00, 0x00, 0x15, 0x20, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x0d, 0x00
-.byte 0x12, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x99, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xac, 0x00, 0x02, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00
-.byte 0x42, 0xff, 0xfa, 0x00, 0x19, 0x00, 0x00, 0x00, 0x38, 0x0a, 0x36, 0x08, 0x8c, 0x0a, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x15, 0x20
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x23, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xcc, 0x00, 0x2d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x19, 0x00, 0x03, 0x00
-.byte 0x6c, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x1a, 0x00, 0x19, 0xfc, 0x0d, 0x01, 0x1a, 0x00, 0x00, 0x00, 0x2c, 0x0a, 0x36, 0x08, 0x8c, 0x0a, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x2b, 0x1d, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1f, 0x00, 0x32, 0x00, 0x00, 0x00, 0x16, 0x00, 0x12, 0x00, 0x05, 0x00, 0x04, 0x00, 0x99, 0x00, 0x18, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0x00, 0x1b, 0x00, 0x68, 0x00, 0x1f, 0x01, 0x1b, 0x00, 0x00, 0x00, 0x20, 0x0a, 0x36, 0x08, 0x8c, 0x0a, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x2b, 0x1d, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x38, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x16, 0x00, 0x12, 0x00
-.byte 0x05, 0x00, 0x04, 0x00, 0xb3, 0x00, 0x26, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x1b, 0x00, 0x01, 0x00, 0x16, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x19, 0xfc, 0x20, 0x01, 0x1c, 0x00, 0x00, 0x00
-.byte 0x14, 0x0a, 0x36, 0x08, 0x08, 0x0a, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x0f, 0x27, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0f, 0x0c, 0x00
-.byte 0x14, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0a, 0x00, 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1d, 0x00, 0x1d, 0x00
-.byte 0x85, 0x00, 0xe2, 0x00, 0x1d, 0x00, 0x00, 0x00, 0xfc, 0x09, 0x36, 0x08, 0x08, 0x0a, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x0f, 0x27
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x0f, 0x28, 0x00, 0x23, 0x00, 0x00, 0x00, 0x13, 0x00, 0x0f, 0x00, 0x05, 0x00, 0x05, 0x00, 0xb3, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x1d, 0x00, 0x01, 0x00
-.byte 0x10, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x1e, 0x00, 0x42, 0xff, 0xe3, 0x00, 0x1e, 0x00, 0x00, 0x00, 0xf0, 0x09, 0x36, 0x08, 0xe8, 0x09, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x08, 0x09, 0x00, 0x0f, 0x27, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0f, 0x3c, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x13, 0x00, 0x0f, 0x00, 0x05, 0x00, 0x05, 0x00, 0x19, 0x01, 0x28, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x1e, 0x00, 0x03, 0x00, 0x70, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x1f, 0x00, 0x19, 0xfc, 0xe0, 0x00, 0x1f, 0x00, 0x00, 0x00, 0xdc, 0x09, 0x36, 0x08, 0x08, 0x0a, 0x36, 0x08
-.byte 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x0f, 0x27, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x29, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x10, 0x00
-.byte 0x0b, 0x00, 0x0b, 0x00, 0x99, 0x00, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00, 0x7e, 0x00, 0xe1, 0x00, 0x20, 0x00, 0x00, 0x00
-.byte 0xd0, 0x09, 0x36, 0x08, 0x08, 0x0a, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x0f, 0x27, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x2e, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x10, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x27, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x20, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x21, 0x00, 0x21, 0x00
-.byte 0x42, 0xff, 0xe4, 0x00, 0x21, 0x00, 0x00, 0x00, 0xc4, 0x09, 0x36, 0x08, 0xe8, 0x09, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x09, 0x00, 0x0f, 0x27
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x41, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x11, 0x00, 0x11, 0x00, 0x19, 0x01, 0x39, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x21, 0x00, 0x03, 0x00
-.byte 0x70, 0x00, 0x00, 0x00, 0x22, 0x00, 0x22, 0x00, 0x19, 0xfc, 0xdf, 0x00, 0x22, 0x00, 0x00, 0x00, 0xb8, 0x09, 0x36, 0x08, 0xb0, 0x09, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0a, 0x44, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0f, 0x00, 0x15, 0x00, 0x00, 0x00, 0x07, 0x00, 0x07, 0x00, 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x1d, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0xad, 0x00, 0x02, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x23, 0x00, 0x23, 0x00, 0x42, 0xff, 0x37, 0x00, 0x23, 0x00, 0x00, 0x00, 0xa4, 0x09, 0x36, 0x08, 0xb0, 0x09, 0x36, 0x08
-.byte 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0a, 0x44, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x18, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x06, 0x00, 0x06, 0x00, 0xe6, 0x00, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x23, 0x00, 0x03, 0x00, 0x70, 0x00, 0x00, 0x00, 0x24, 0x00, 0x24, 0x00, 0x19, 0xfc, 0x36, 0x00, 0x24, 0x00, 0x00, 0x00
-.byte 0x9c, 0x09, 0x36, 0x08, 0x98, 0x09, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x2f, 0x48, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x1b, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x15, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x25, 0x00, 0x25, 0x00
-.byte 0x7a, 0x00, 0x92, 0x01, 0x25, 0x00, 0x00, 0x00, 0x8c, 0x09, 0x36, 0x08, 0x98, 0x09, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x02, 0x00, 0x04, 0x2f, 0x48
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2a, 0x00, 0x39, 0x00, 0x00, 0x00, 0x10, 0x00, 0x11, 0x00, 0x0a, 0x00, 0x0d, 0x00, 0x99, 0x00, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x25, 0x00, 0x03, 0x00
-.byte 0x71, 0x00, 0x00, 0x00, 0x26, 0x00, 0x26, 0x00, 0x19, 0xfc, 0xe6, 0x00, 0x26, 0x00, 0x00, 0x00, 0x80, 0x09, 0x36, 0x08, 0x78, 0x09, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x44, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0a, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00, 0x04, 0x00, 0x03, 0x00, 0x99, 0x00, 0x1a, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0xae, 0x00, 0x02, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x27, 0x00, 0x27, 0x00, 0x42, 0xff, 0x94, 0x00, 0x27, 0x00, 0x00, 0x00, 0x6c, 0x09, 0x36, 0x08, 0x78, 0x09, 0x36, 0x08
-.byte 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x44, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x16, 0x00, 0x24, 0x00, 0x00, 0x00, 0x11, 0x00, 0x12, 0x00
-.byte 0x06, 0x00, 0x06, 0x00, 0x99, 0x00, 0x22, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x27, 0x00, 0x03, 0x00, 0x70, 0x00, 0x00, 0x00, 0x28, 0x00, 0x28, 0x00, 0x19, 0xfc, 0x9c, 0x01, 0x28, 0x00, 0x00, 0x00
-.byte 0x64, 0x09, 0x36, 0x08, 0x60, 0x09, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x0a, 0x02, 0x21, 0x1f, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x22, 0x00
-.byte 0x23, 0x00, 0x00, 0x00, 0x19, 0x00, 0x18, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x19, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x29, 0x00, 0x29, 0x00
-.byte 0x89, 0x00, 0xa7, 0x01, 0x29, 0x00, 0x00, 0x00, 0x58, 0x09, 0x36, 0x08, 0x60, 0x09, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x0a, 0x02, 0x21, 0x1f
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x10, 0x00, 0x10, 0x00, 0x00, 0x01, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x29, 0x00, 0x01, 0x00
-.byte 0x16, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x2a, 0x00, 0x42, 0xff, 0x75, 0x00, 0x2a, 0x00, 0x00, 0x00, 0x50, 0x09, 0x36, 0x08, 0x48, 0x09, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x25, 0x4a, 0x00, 0x00, 0x00, 0x64, 0x01, 0x0f, 0x1d, 0x00, 0x23, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x12, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2b, 0x00, 0x2b, 0x00, 0x78, 0x00, 0xed, 0x00, 0x2b, 0x00, 0x00, 0x00, 0x40, 0x09, 0x36, 0x08, 0x48, 0x09, 0x36, 0x08
-.byte 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x25, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0f, 0x20, 0x00, 0x24, 0x00, 0x00, 0x00, 0x14, 0x00, 0x13, 0x00
-.byte 0x0d, 0x00, 0x0c, 0x00, 0x99, 0x00, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x2b, 0x00, 0x01, 0x00, 0x15, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x2c, 0x00, 0x42, 0xff, 0x74, 0x00, 0x2c, 0x00, 0x00, 0x00
-.byte 0x34, 0x09, 0x36, 0x08, 0x2c, 0x09, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x25, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0f, 0x25, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x15, 0x00, 0x13, 0x00, 0x0d, 0x00, 0x0c, 0x00, 0x99, 0x00, 0x23, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x2c, 0x00, 0x03, 0x00, 0x74, 0x00, 0x00, 0x00, 0x2d, 0x00, 0x2d, 0x00
-.byte 0x19, 0xfc, 0x8f, 0x01, 0x2d, 0x00, 0x00, 0x00, 0x24, 0x09, 0x36, 0x08, 0x18, 0x09, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x04, 0x00, 0x16, 0x3d
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1c, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x0b, 0x00, 0x0d, 0x00, 0x99, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x2e, 0x00, 0x2e, 0x00, 0x72, 0x00, 0xf1, 0x00, 0x2e, 0x00, 0x00, 0x00, 0x0c, 0x09, 0x36, 0x08, 0x18, 0x09, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0c, 0x04, 0x00, 0x16, 0x3d, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x36, 0x00, 0x28, 0x00, 0x00, 0x00, 0x1d, 0x00, 0x1e, 0x00, 0x12, 0x00, 0x12, 0x00, 0xb3, 0x00, 0x20, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x2e, 0x00, 0x01, 0x00, 0x18, 0x00, 0x00, 0x00, 0x2f, 0x00, 0x2f, 0x00, 0x19, 0xfc, 0xf2, 0x00, 0x2f, 0x00, 0x00, 0x00, 0x04, 0x09, 0x36, 0x08, 0xfc, 0x08, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x08, 0x00, 0x19, 0x33, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x14, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00
-.byte 0x0c, 0x00, 0x0c, 0x00, 0xcc, 0x00, 0x1e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x72, 0x00, 0x8a, 0x01, 0x30, 0x00, 0x00, 0x00
-.byte 0xf0, 0x08, 0x36, 0x08, 0xe4, 0x08, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x08, 0x02, 0x19, 0x4c, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2f, 0x00
-.byte 0x3c, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x10, 0x00, 0x10, 0x00, 0x99, 0x00, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x30, 0x00, 0x01, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x31, 0x00, 0x31, 0x00
-.byte 0x19, 0xfc, 0x89, 0x01, 0x31, 0x00, 0x00, 0x00, 0xdc, 0x08, 0x36, 0x08, 0xd4, 0x08, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x09, 0x00, 0x00, 0x24, 0x1d
-.byte 0x05, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0a, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x32, 0x00, 0x32, 0x00, 0x6d, 0x00, 0x4b, 0x00, 0x32, 0x00, 0x00, 0x00, 0xcc, 0x08, 0x36, 0x08, 0xd4, 0x08, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x01, 0x00, 0x00, 0x09, 0x00, 0x00, 0x24, 0x1d, 0x05, 0x02, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0xcc, 0x00, 0x24, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x32, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x33, 0x00, 0x33, 0x00, 0x19, 0xfc, 0x54, 0x00, 0x33, 0x00, 0x00, 0x00, 0xc4, 0x08, 0x36, 0x08, 0xb8, 0x08, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x01, 0x00, 0x00, 0x15, 0x47, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x12, 0x00, 0x32, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x00
-.byte 0x04, 0x00, 0x04, 0x00, 0x99, 0x00, 0x17, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x34, 0x00, 0x78, 0x00, 0xcd, 0x00, 0x34, 0x00, 0x00, 0x00
-.byte 0xb0, 0x08, 0x36, 0x08, 0xa4, 0x08, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x15, 0x16, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00
-.byte 0x46, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xcc, 0x00, 0x19, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x34, 0x00, 0x01, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x35, 0x00, 0x35, 0x00
-.byte 0x19, 0xfc, 0xf4, 0x00, 0x35, 0x00, 0x00, 0x00, 0x9c, 0x08, 0x36, 0x08, 0x94, 0x08, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x03, 0x00, 0x05, 0x1c, 0x15
-.byte 0x2d, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0c, 0x00, 0x39, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00, 0x03, 0x00, 0x03, 0x00, 0x99, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x36, 0x00, 0x36, 0x00, 0x6c, 0x00, 0x08, 0x01, 0x36, 0x00, 0x00, 0x00, 0x8c, 0x08, 0x36, 0x08, 0x94, 0x08, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1c, 0x15, 0x2d, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x50, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x14, 0x00, 0x14, 0x00, 0x33, 0x01, 0x2a, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x36, 0x00, 0x01, 0x00, 0x21, 0x00, 0x00, 0x00, 0x37, 0x00, 0x37, 0x00, 0x19, 0xfc, 0x77, 0x00, 0x37, 0x00, 0x00, 0x00, 0x84, 0x08, 0x36, 0x08, 0x78, 0x08, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x07, 0x00, 0x00, 0x15, 0x49, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x30, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0a, 0x00
-.byte 0x0d, 0x00, 0x0d, 0x00, 0xb3, 0x00, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x38, 0x00, 0x6d, 0x00, 0xc2, 0x00, 0x38, 0x00, 0x00, 0x00
-.byte 0x6c, 0x08, 0x36, 0x08, 0x78, 0x08, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x15, 0x49, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x32, 0x00
-.byte 0x5a, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x14, 0x00, 0x14, 0x00, 0xcc, 0x00, 0x23, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x38, 0x00, 0x01, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x39, 0x00, 0x39, 0x00
-.byte 0x19, 0xfc, 0x07, 0x01, 0x39, 0x00, 0x00, 0x00, 0x60, 0x08, 0x36, 0x08, 0x58, 0x08, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x10, 0x06
-.byte 0x48, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2a, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x99, 0x00, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x3a, 0x00, 0x3a, 0x00, 0x6a, 0x00, 0x7f, 0x00, 0x3a, 0x00, 0x00, 0x00, 0x4c, 0x08, 0x36, 0x08, 0x40, 0x08, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x10, 0x06, 0x48, 0x02, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x4c, 0x01, 0x1f, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x3a, 0x00, 0x03, 0x00, 0x71, 0x00, 0x00, 0x00, 0x3b, 0x00, 0x3b, 0x00, 0x19, 0xfc, 0x0b, 0x00, 0x3b, 0x00, 0x00, 0x00, 0x38, 0x08, 0x36, 0x08, 0x30, 0x08, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1b, 0x24, 0x15, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1f, 0x00, 0x28, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00
-.byte 0x0b, 0x00, 0x0b, 0x00, 0x99, 0x00, 0x18, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x3c, 0x00, 0x51, 0x00, 0x00, 0x01, 0x3c, 0x00, 0x00, 0x00
-.byte 0x24, 0x08, 0x36, 0x08, 0x30, 0x08, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1b, 0x24, 0x15, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00
-.byte 0x3c, 0x00, 0x00, 0x00, 0x1d, 0x00, 0x1d, 0x00, 0x19, 0x00, 0x19, 0x00, 0xb3, 0x00, 0x23, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x3c, 0x00, 0x01, 0x00, 0x19, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x3d, 0x00
-.byte 0x42, 0xff, 0x01, 0x01, 0x3d, 0x00, 0x00, 0x00, 0x18, 0x08, 0x36, 0x08, 0x30, 0x08, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x07, 0x05, 0x1b, 0x24
-.byte 0x15, 0x02, 0x00, 0x64, 0x01, 0x08, 0x3c, 0x00, 0x50, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x1e, 0x00, 0x1b, 0x00, 0x1b, 0x00, 0x00, 0x01, 0x2e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x3d, 0x00, 0x03, 0x00
-.byte 0x72, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x19, 0xfc, 0x02, 0x01, 0x3e, 0x00, 0x00, 0x00, 0x10, 0x08, 0x36, 0x08, 0x0c, 0x08, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x26, 0x19, 0x1f, 0x01, 0x00, 0x64, 0x01, 0x64, 0x1e, 0x00, 0x39, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x1b, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x3f, 0x00, 0x68, 0x00, 0x01, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x04, 0x08, 0x36, 0x08, 0x0c, 0x08, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x26, 0x19, 0x1f, 0x01, 0x00, 0x64, 0x01, 0x64, 0x3c, 0x00, 0x64, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00
-.byte 0x19, 0x00, 0x19, 0x00, 0x00, 0x01, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x3f, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x40, 0x00, 0x40, 0x00, 0x42, 0xff, 0x9b, 0x00, 0x40, 0x00, 0x00, 0x00
-.byte 0xf8, 0x07, 0x36, 0x08, 0x0c, 0x08, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x26, 0x19, 0x1f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x50, 0x00
-.byte 0xe1, 0x00, 0x00, 0x00, 0x23, 0x00, 0x23, 0x00, 0x28, 0x00, 0x28, 0x00, 0xe6, 0x00, 0x22, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x40, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x04, 0x00, 0x41, 0x00, 0x41, 0x00
-.byte 0x19, 0xfc, 0x06, 0x00, 0x41, 0x00, 0x00, 0x00, 0xf0, 0x07, 0x36, 0x08, 0xe4, 0x07, 0x36, 0x08, 0x0c, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x07, 0x00, 0x00, 0x27, 0x11
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x12, 0x00, 0x39, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x04, 0x00, 0x04, 0x00, 0x99, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x42, 0x00, 0x42, 0x00, 0x69, 0x00, 0xb9, 0x00, 0x42, 0x00, 0x00, 0x00, 0xdc, 0x07, 0x36, 0x08, 0xe4, 0x07, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x27, 0x11, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x55, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x14, 0x00, 0x33, 0x01, 0x28, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x42, 0x00, 0x01, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x43, 0x00, 0x43, 0x00, 0x42, 0xff, 0xb8, 0x00, 0x43, 0x00, 0x00, 0x00, 0xd4, 0x07, 0x36, 0x08, 0xe4, 0x07, 0x36, 0x08
-.byte 0x0c, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x27, 0x11, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x68, 0x00, 0x00, 0x00, 0x19, 0x00, 0x14, 0x00
-.byte 0x14, 0x00, 0x14, 0x00, 0x4c, 0x01, 0x3a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x43, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x04, 0x00, 0x44, 0x00, 0x44, 0x00, 0x19, 0xfc, 0xb7, 0x00, 0x44, 0x00, 0x00, 0x00
-.byte 0xc8, 0x07, 0x36, 0x08, 0x2c, 0x09, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x04, 0x08, 0x00, 0x25, 0x4a, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x0b, 0x00
-.byte 0x0b, 0x00, 0x00, 0x00, 0x05, 0x00, 0x06, 0x00, 0x06, 0x00, 0x07, 0x00, 0x99, 0x00, 0x10, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0x00, 0x45, 0x00
-.byte 0x5d, 0x00, 0x1b, 0x00, 0x45, 0x00, 0x00, 0x00, 0xbc, 0x07, 0x36, 0x08, 0xb0, 0x07, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x25, 0x4a
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x21, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x09, 0x00, 0x09, 0x00, 0x99, 0x00, 0x17, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x45, 0x00, 0x01, 0x00
-.byte 0x15, 0x00, 0x00, 0x00, 0x46, 0x00, 0x46, 0x00, 0x42, 0xff, 0x98, 0x01, 0x46, 0x00, 0x00, 0x00, 0xa4, 0x07, 0x36, 0x08, 0xb0, 0x07, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x25, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x27, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x46, 0x00, 0x03, 0x00, 0x74, 0x00, 0x00, 0x00, 0x47, 0x00, 0x47, 0x00, 0x19, 0xfc, 0x8d, 0x01, 0x47, 0x00, 0x00, 0x00, 0x98, 0x07, 0x36, 0x08, 0x8c, 0x07, 0x36, 0x08
-.byte 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x08, 0x05, 0x01, 0x0f, 0x3a, 0x01, 0x00, 0x64, 0x01, 0x08, 0x21, 0x00, 0x37, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0xe6, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x00, 0x48, 0x00, 0x53, 0x00, 0x5d, 0x01, 0x48, 0x00, 0x00, 0x00
-.byte 0x80, 0x07, 0x36, 0x08, 0x8c, 0x07, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x08, 0x05, 0x01, 0x0f, 0x3a, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00
-.byte 0x4b, 0x00, 0x00, 0x00, 0x11, 0x00, 0x0f, 0x00, 0x0e, 0x00, 0x0f, 0x00, 0x00, 0x01, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x48, 0x00, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x49, 0x00, 0x49, 0x00
-.byte 0xd4, 0xfe, 0x5e, 0x01, 0x49, 0x00, 0x00, 0x00, 0x78, 0x07, 0x36, 0x08, 0x70, 0x07, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x09, 0x00, 0x08, 0x07
-.byte 0x0d, 0x01, 0x00, 0x64, 0x01, 0x05, 0x1a, 0x00, 0x19, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x08, 0x00, 0x08, 0x00, 0xb3, 0x00, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x4a, 0x00, 0x4a, 0x00, 0x5b, 0x00, 0x70, 0x00, 0x4a, 0x00, 0x00, 0x00, 0x64, 0x07, 0x36, 0x08, 0x70, 0x07, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0d, 0x09, 0x00, 0x08, 0x07, 0x0d, 0x01, 0x00, 0x64, 0x01, 0x05, 0x38, 0x00, 0x46, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00, 0x0f, 0x00, 0x10, 0x00, 0x4c, 0x01, 0x29, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x4a, 0x00, 0x01, 0x00, 0x19, 0x00, 0x00, 0x00, 0x4b, 0x00, 0x4b, 0x00, 0x42, 0xff, 0x7b, 0x00, 0x4b, 0x00, 0x00, 0x00, 0x5c, 0x07, 0x36, 0x08, 0x54, 0x07, 0x36, 0x08
-.byte 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0d, 0x09, 0x00, 0x08, 0x07, 0x0d, 0x01, 0x00, 0x64, 0x01, 0x05, 0x3c, 0x00, 0x64, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00
-.byte 0x11, 0x00, 0x12, 0x00, 0x66, 0x01, 0x27, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x4b, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x04, 0x00, 0x4c, 0x00, 0x4c, 0x00, 0xd4, 0xfe, 0x78, 0x00, 0x4c, 0x00, 0x00, 0x00
-.byte 0x4c, 0x07, 0x36, 0x08, 0x40, 0x07, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x10, 0x2b, 0x48, 0x00, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00
-.byte 0x32, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xcc, 0x00, 0x13, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x00, 0x4d, 0x00
-.byte 0x6d, 0x00, 0x03, 0x01, 0x4d, 0x00, 0x00, 0x00, 0x34, 0x07, 0x36, 0x08, 0x40, 0x07, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x10, 0x2b
-.byte 0x48, 0x01, 0x00, 0x64, 0x01, 0x08, 0x3c, 0x00, 0x46, 0x00, 0x00, 0x00, 0x17, 0x00, 0x17, 0x00, 0x10, 0x00, 0x10, 0x00, 0x4c, 0x01, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x4d, 0x00, 0x01, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x4e, 0x00, 0x4e, 0x00, 0x19, 0xfc, 0x10, 0x01, 0x4e, 0x00, 0x00, 0x00, 0x28, 0x07, 0x36, 0x08, 0x20, 0x07, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x0b, 0x05, 0x01, 0x29, 0x40, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x32, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x0b, 0x00, 0x0c, 0x00, 0xcc, 0x00, 0x18, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4f, 0x00, 0x4f, 0x00, 0x78, 0x00, 0x3b, 0x01, 0x4f, 0x00, 0x00, 0x00, 0x18, 0x07, 0x36, 0x08, 0x0c, 0x07, 0x36, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0b, 0x05, 0x01, 0x29, 0x40, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x12, 0x00, 0x10, 0x00
-.byte 0x0f, 0x00, 0x11, 0x00, 0x33, 0x01, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x4f, 0x00, 0x01, 0x00, 0x25, 0x00, 0x00, 0x00, 0x50, 0x00, 0x50, 0x00, 0x19, 0xfc, 0x39, 0x01, 0x50, 0x00, 0x00, 0x00
-.byte 0x00, 0x07, 0x36, 0x08, 0xf8, 0x06, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x05, 0x11, 0x02, 0x29, 0x17, 0x0d, 0x00, 0x00, 0x64, 0x01, 0x08, 0x0d, 0x00
-.byte 0x14, 0x00, 0x00, 0x00, 0x05, 0x00, 0x04, 0x00, 0x05, 0x00, 0x04, 0x00, 0x99, 0x00, 0x0f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x51, 0x00, 0x51, 0x00
-.byte 0x80, 0x00, 0xbe, 0x00, 0x51, 0x00, 0x00, 0x00, 0xec, 0x06, 0x36, 0x08, 0xf8, 0x06, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x11, 0x02, 0x29, 0x17
-.byte 0x0d, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x19, 0x01, 0x22, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x51, 0x00, 0x01, 0x00
-.byte 0x1e, 0x00, 0x00, 0x00, 0x52, 0x00, 0x52, 0x00, 0x19, 0xfc, 0xbf, 0x00, 0x52, 0x00, 0x00, 0x00, 0xe0, 0x06, 0x36, 0x08, 0xd4, 0x06, 0x36, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x0c, 0x1e, 0x1f, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1f, 0x00, 0x28, 0x00, 0x00, 0x00, 0x10, 0x00, 0x13, 0x00, 0x0c, 0x00, 0x0e, 0x00, 0x99, 0x00, 0x18, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x53, 0x00, 0x53, 0x00, 0x48, 0x00, 0x64, 0x00, 0x53, 0x00, 0x00, 0x00, 0xcc, 0x06, 0x36, 0x08, 0xc0, 0x06, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x0f, 0x2b, 0x2f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x25, 0x00, 0x46, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00
-.byte 0x0b, 0x00, 0x0b, 0x00, 0xcc, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x54, 0x00, 0x49, 0x00, 0x4e, 0x00, 0x54, 0x00, 0x00, 0x00
-.byte 0xb8, 0x06, 0x36, 0x08, 0xac, 0x06, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x0f, 0x2b, 0x2f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x38, 0x00
-.byte 0x4d, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x12, 0x00, 0x10, 0x00, 0x4c, 0x01, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x54, 0x00, 0x01, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x55, 0x00, 0x55, 0x00
-.byte 0x19, 0xfc, 0x4d, 0x00, 0x55, 0x00, 0x00, 0x00, 0xa4, 0x06, 0x36, 0x08, 0x98, 0x06, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x31, 0x02
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x35, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x09, 0x00, 0x07, 0x00, 0x4c, 0x01, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x56, 0x00, 0x56, 0x00, 0x27, 0x00, 0x28, 0x01, 0x56, 0x00, 0x00, 0x00, 0x90, 0x06, 0x36, 0x08, 0x98, 0x06, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x06, 0x05, 0x31, 0x02, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0x55, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x0f, 0x00, 0x0d, 0x00, 0x4c, 0x01, 0x20, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x56, 0x00, 0x01, 0x00, 0x22, 0x00, 0x00, 0x00, 0x57, 0x00, 0x57, 0x00, 0x19, 0xfc, 0x4a, 0x00, 0x57, 0x00, 0x00, 0x00, 0x88, 0x06, 0x36, 0x08, 0x80, 0x06, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x20, 0x01, 0x2c, 0x02, 0x00, 0x64, 0x01, 0x08, 0x3a, 0x00, 0x37, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00
-.byte 0x0b, 0x00, 0x0b, 0x00, 0xcc, 0x00, 0x20, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x58, 0x00, 0x58, 0x00, 0x7a, 0x00, 0x7c, 0x00, 0x58, 0x00, 0x00, 0x00
-.byte 0x7c, 0x06, 0x36, 0x08, 0x80, 0x06, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x20, 0x01, 0x2c, 0x02, 0x00, 0x64, 0x01, 0x08, 0x3a, 0x00
-.byte 0x37, 0x00, 0x00, 0x00, 0x15, 0x00, 0x17, 0x00, 0x0f, 0x00, 0x11, 0x00, 0xcc, 0x00, 0x27, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x58, 0x00, 0x01, 0x00, 0x26, 0x00, 0x00, 0x00, 0x59, 0x00, 0x59, 0x00
-.byte 0x19, 0xfc, 0xdb, 0x00, 0x59, 0x00, 0x00, 0x00, 0x70, 0x06, 0x36, 0x08, 0x68, 0x06, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x01, 0x13
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x19, 0x00, 0x42, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x19, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x5a, 0x00, 0x7a, 0x00, 0x2e, 0x01, 0x5a, 0x00, 0x00, 0x00, 0x5c, 0x06, 0x36, 0x08, 0x68, 0x06, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x06, 0x05, 0x01, 0x13, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x52, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x09, 0x00, 0x4c, 0x01, 0x2b, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x5a, 0x00, 0x03, 0x00, 0x72, 0x00, 0x00, 0x00, 0x5b, 0x00, 0x5b, 0x00, 0x19, 0xfc, 0x39, 0x00, 0x5b, 0x00, 0x00, 0x00, 0x54, 0x06, 0x36, 0x08, 0x50, 0x06, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x08, 0x03, 0x2f, 0x37, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x19, 0x00, 0x50, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x26, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x5c, 0x00, 0x0a, 0x00, 0x6e, 0x00, 0x5c, 0x00, 0x00, 0x00
-.byte 0x48, 0x06, 0x36, 0x08, 0x50, 0x06, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x08, 0x03, 0x2f, 0x37, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x5a, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x2b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x5c, 0x00, 0x01, 0x00, 0x19, 0x00, 0x00, 0x00, 0x5d, 0x00, 0x5d, 0x00
-.byte 0x42, 0xff, 0x84, 0x00, 0x5d, 0x00, 0x00, 0x00, 0x40, 0x06, 0x36, 0x08, 0x38, 0x06, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x0e, 0x08, 0x03, 0x2f, 0x37
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x35, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x08, 0x00, 0x08, 0x00, 0xe6, 0x00, 0x28, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x5d, 0x00, 0x0d, 0x00
-.byte 0x00, 0x00, 0x04, 0x00, 0x5e, 0x00, 0x5e, 0x00, 0x19, 0xfc, 0x6f, 0x00, 0x5e, 0x00, 0x00, 0x00, 0x30, 0x06, 0x36, 0x08, 0x24, 0x06, 0x36, 0x08, 0x05, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0d, 0x09, 0x00, 0x24, 0x07, 0x0d, 0x02, 0x00, 0x64, 0x01, 0x08, 0x34, 0x00, 0x64, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0a, 0x00, 0x11, 0x00, 0x11, 0x00, 0x66, 0x01, 0x4c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5f, 0x00, 0x5f, 0x00, 0x60, 0x00, 0xf0, 0x00, 0x5f, 0x00, 0x00, 0x00, 0x1c, 0x06, 0x36, 0x08, 0x10, 0x06, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x0c, 0x36, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x1e, 0x00, 0x64, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0c, 0x00
-.byte 0x0f, 0x00, 0x10, 0x00, 0xcc, 0x00, 0x20, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x60, 0x00, 0x4f, 0x00, 0x53, 0x00, 0x60, 0x00, 0x00, 0x00
-.byte 0x08, 0x06, 0x36, 0x08, 0x10, 0x06, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x0c, 0x36, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x28, 0x00
-.byte 0xbe, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x11, 0x00, 0x12, 0x00, 0x10, 0x00, 0x33, 0x01, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x60, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x61, 0x00, 0x61, 0x00
-.byte 0x19, 0xfc, 0x90, 0x00, 0x61, 0x00, 0x00, 0x00, 0x00, 0x06, 0x36, 0x08, 0xf4, 0x05, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x07, 0x09
-.byte 0x13, 0x01, 0x00, 0x64, 0x01, 0x08, 0x19, 0x00, 0x19, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00, 0x06, 0x00, 0x07, 0x00, 0x99, 0x00, 0x13, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x62, 0x00, 0x62, 0x00, 0x50, 0x00, 0xa3, 0x00, 0x62, 0x00, 0x00, 0x00, 0xec, 0x05, 0x36, 0x08, 0xe4, 0x05, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x07, 0x09, 0x13, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x08, 0x00, 0x19, 0x01, 0x24, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x62, 0x00, 0x01, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x63, 0x00, 0x63, 0x00, 0x19, 0xfc, 0xa0, 0x00, 0x63, 0x00, 0x00, 0x00, 0xdc, 0x05, 0x36, 0x08, 0xd4, 0x05, 0x36, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x29, 0x3c, 0x20, 0x01, 0x00, 0x64, 0x01, 0x00, 0x12, 0x00, 0x23, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0b, 0x00
-.byte 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x12, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x64, 0x00, 0x64, 0x00, 0x51, 0x00, 0x91, 0x01, 0x64, 0x00, 0x00, 0x00
-.byte 0xc8, 0x05, 0x36, 0x08, 0xd4, 0x05, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x29, 0x3c, 0x20, 0x01, 0x00, 0x64, 0x01, 0x00, 0x1e, 0x00
-.byte 0xa0, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0a, 0x00, 0x0c, 0x00, 0x19, 0x01, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x64, 0x00, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x65, 0x00, 0x65, 0x00
-.byte 0x19, 0xfc, 0x5d, 0x00, 0x65, 0x00, 0x00, 0x00, 0xbc, 0x05, 0x36, 0x08, 0xb8, 0x05, 0x36, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x0b, 0x00, 0x25, 0x4a
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x28, 0x0c, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x06, 0x00, 0x06, 0x00, 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x28, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x66, 0x00, 0x66, 0x00, 0x3c, 0x00, 0x61, 0x00, 0x66, 0x00, 0x00, 0x00, 0xac, 0x05, 0x36, 0x08, 0xa4, 0x05, 0x36, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x04, 0x0b, 0x00, 0x25, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x19, 0x21, 0x00, 0x32, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x06, 0x00, 0x06, 0x00, 0x4c, 0x01, 0x2d, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x66, 0x00, 0x03, 0x00, 0x74, 0x00, 0x00, 0x00, 0x67, 0x00, 0x67, 0x00, 0x19, 0xfc, 0x62, 0x00, 0x67, 0x00, 0x00, 0x00, 0x9c, 0x05, 0x36, 0x08, 0x94, 0x05, 0x36, 0x08
-.byte 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x09, 0x00, 0x00, 0x08, 0x07, 0x32, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0d, 0x00, 0x12, 0x00, 0x00, 0x00, 0x04, 0x00, 0x02, 0x00
-.byte 0x06, 0x00, 0x02, 0x00, 0x99, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0x68, 0x00, 0x69, 0x00, 0x41, 0x00, 0x68, 0x00, 0x00, 0x00
-.byte 0x8c, 0x05, 0x36, 0x08, 0x80, 0x05, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x08, 0x07, 0x32, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00
-.byte 0x32, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xe6, 0x00, 0x27, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x68, 0x00, 0x01, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x69, 0x00, 0x69, 0x00
-.byte 0x19, 0xfc, 0xc6, 0x00, 0x69, 0x00, 0x00, 0x00, 0x74, 0x05, 0x36, 0x08, 0x6c, 0x05, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x27, 0x16
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x30, 0x00, 0x50, 0x00, 0x00, 0x00, 0x19, 0x00, 0x16, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0xe6, 0x00, 0x2d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x05, 0x01, 0x01, 0x00
-.byte 0x14, 0x00, 0x05, 0x00, 0x6a, 0x00, 0x6a, 0x00, 0x19, 0xfc, 0x87, 0x00, 0x6a, 0x00, 0x00, 0x00, 0x60, 0x05, 0x36, 0x08, 0x54, 0x05, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x27, 0x1e, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x34, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x19, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x00, 0x01, 0x21, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x05, 0x01, 0x01, 0x00, 0x14, 0x00, 0x06, 0x00, 0x6b, 0x00, 0x6b, 0x00, 0x19, 0xfc, 0x86, 0x00, 0x6b, 0x00, 0x00, 0x00, 0x48, 0x05, 0x36, 0x08, 0x40, 0x05, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x40, 0x29, 0x02, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x5f, 0x00, 0x00, 0x00, 0x14, 0x00, 0x12, 0x00
-.byte 0x12, 0x00, 0x10, 0x00, 0x19, 0x01, 0x2f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x6c, 0x00, 0x56, 0x00, 0xad, 0x00, 0x6c, 0x00, 0x00, 0x00
-.byte 0x38, 0x05, 0x36, 0x08, 0x2c, 0x05, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x02, 0x20, 0x37, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2a, 0x00
-.byte 0x46, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00, 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6d, 0x00, 0x6d, 0x00
-.byte 0x4f, 0x00, 0xa2, 0x00, 0x6d, 0x00, 0x00, 0x00, 0x24, 0x05, 0x36, 0x08, 0x2c, 0x05, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x02, 0x20, 0x37
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x34, 0x00, 0x50, 0x00, 0x00, 0x00, 0x16, 0x00, 0x17, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x37, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x6d, 0x00, 0x01, 0x00
-.byte 0x23, 0x00, 0x00, 0x00, 0x6e, 0x00, 0x6e, 0x00, 0x19, 0xfc, 0x99, 0x01, 0x6e, 0x00, 0x00, 0x00, 0x1c, 0x05, 0x36, 0x08, 0x14, 0x05, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x09, 0x0d, 0x00, 0x0f, 0x32, 0x07, 0x02, 0x00, 0x64, 0x01, 0x08, 0x35, 0x00, 0x64, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x0a, 0x00, 0x0e, 0x00, 0x4c, 0x01, 0x22, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x4d, 0x00, 0x1b, 0x01, 0x6f, 0x00, 0x00, 0x00, 0x0c, 0x05, 0x36, 0x08, 0xe8, 0x09, 0x36, 0x08
-.byte 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x0d, 0x00, 0x0f, 0x32, 0x07, 0x02, 0x00, 0x64, 0x01, 0x08, 0x3a, 0x00, 0x6e, 0x00, 0x00, 0x00, 0x19, 0x00, 0x1b, 0x00
-.byte 0x0a, 0x00, 0x0e, 0x00, 0x4c, 0x01, 0x33, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x6f, 0x00, 0x01, 0x00, 0x2a, 0x00, 0x00, 0x00, 0x70, 0x00, 0x70, 0x00, 0x19, 0xfc, 0x1a, 0x01, 0x70, 0x00, 0x00, 0x00
-.byte 0x04, 0x05, 0x36, 0x08, 0xb8, 0x05, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x14, 0x26, 0x02, 0x00, 0x64, 0x01, 0x08, 0x21, 0x00
-.byte 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0xcc, 0x00, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x71, 0x00, 0x71, 0x00
-.byte 0x45, 0x00, 0x2d, 0x00, 0x71, 0x00, 0x00, 0x00, 0xfc, 0x04, 0x36, 0x08, 0xf4, 0x04, 0x36, 0x08, 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x25, 0x4a
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x12, 0x00, 0x0f, 0x00, 0x14, 0x00, 0x0f, 0x00, 0xcc, 0x00, 0x2a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x72, 0x00, 0x72, 0x00, 0x4a, 0x00, 0x5a, 0x01, 0x72, 0x00, 0x00, 0x00, 0xe8, 0x04, 0x36, 0x08, 0xe0, 0x04, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x03, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0f, 0x2f, 0x00, 0x02, 0x00, 0x64, 0x01, 0x00, 0x28, 0x00, 0x7d, 0x00, 0x00, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x4c, 0x01, 0x37, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x73, 0x00, 0x73, 0x00, 0x4c, 0x00, 0x9d, 0x00, 0x73, 0x00, 0x00, 0x00, 0xd8, 0x04, 0x36, 0x08, 0xd0, 0x04, 0x36, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x02, 0x1b, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x41, 0x00, 0x00, 0x00, 0x07, 0x00, 0x08, 0x00
-.byte 0x07, 0x00, 0x08, 0x00, 0x99, 0x00, 0x13, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x74, 0x00, 0x74, 0x00, 0x7c, 0x00, 0x8c, 0x00, 0x74, 0x00, 0x00, 0x00
-.byte 0xc8, 0x04, 0x36, 0x08, 0xd0, 0x04, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x02, 0x27, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00
-.byte 0x5f, 0x00, 0x00, 0x00, 0x09, 0x00, 0x08, 0x00, 0x0a, 0x00, 0x08, 0x00, 0xb3, 0x00, 0x20, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x74, 0x00, 0x01, 0x00, 0x20, 0x00, 0x00, 0x00, 0x75, 0x00, 0x75, 0x00
-.byte 0x42, 0xff, 0x24, 0x01, 0x75, 0x00, 0x00, 0x00, 0xc0, 0x04, 0x36, 0x08, 0xb4, 0x04, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1a, 0x1b
-.byte 0x42, 0x01, 0x00, 0x64, 0x01, 0x08, 0x19, 0x00, 0x32, 0x00, 0x00, 0x00, 0x05, 0x00, 0x05, 0x00, 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x19, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x76, 0x00, 0x76, 0x00, 0x77, 0x00, 0x76, 0x00, 0x76, 0x00, 0x00, 0x00, 0xac, 0x04, 0x36, 0x08, 0xb4, 0x04, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1a, 0x1b, 0x42, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x41, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0xcc, 0x00, 0x25, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x76, 0x00, 0x01, 0x00, 0x21, 0x00, 0x00, 0x00, 0x77, 0x00, 0x77, 0x00, 0x19, 0xfc, 0x25, 0x01, 0x77, 0x00, 0x00, 0x00, 0xa4, 0x04, 0x36, 0x08, 0x98, 0x04, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x01, 0x2e, 0x14, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x55, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x09, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0xcc, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x78, 0x00, 0x59, 0x00, 0x4c, 0x01, 0x78, 0x00, 0x00, 0x00
-.byte 0x90, 0x04, 0x36, 0x08, 0x84, 0x04, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0b, 0x05, 0x01, 0x2e, 0x14, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00
-.byte 0x73, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x13, 0x00, 0x12, 0x00, 0x4c, 0x01, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x78, 0x00, 0x03, 0x00, 0x72, 0x00, 0x00, 0x00, 0x79, 0x00, 0x79, 0x00
-.byte 0x19, 0xfc, 0x4b, 0x01, 0x79, 0x00, 0x00, 0x00, 0x78, 0x04, 0x36, 0x08, 0x70, 0x04, 0x36, 0x08, 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x26, 0x3c
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x00, 0x01, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x7a, 0x00, 0x7a, 0x00, 0x4a, 0x00, 0xd9, 0x00, 0x7a, 0x00, 0x00, 0x00, 0x68, 0x04, 0x36, 0x08, 0x60, 0x04, 0x36, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0c, 0x0a, 0x00, 0x14, 0x43, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0f, 0x1e, 0x00, 0x32, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x09, 0x00, 0x08, 0x00, 0x00, 0x01, 0x2a, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7b, 0x00, 0x7b, 0x00, 0x64, 0x00, 0x23, 0x01, 0x7b, 0x00, 0x00, 0x00, 0x58, 0x04, 0x36, 0x08, 0x4c, 0x04, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x0b, 0x00, 0x30, 0x29, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x64, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00
-.byte 0x12, 0x00, 0x12, 0x00, 0xe6, 0x00, 0x28, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x07, 0x01, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x7c, 0x00, 0x19, 0xfc, 0x98, 0x00, 0x7c, 0x00, 0x00, 0x00
-.byte 0x40, 0x04, 0x36, 0x08, 0x34, 0x04, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x29, 0x20, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00
-.byte 0x32, 0x00, 0x00, 0x00, 0x13, 0x00, 0x14, 0x00, 0x07, 0x00, 0x08, 0x00, 0xcc, 0x00, 0x31, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x08, 0x01, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x7d, 0x00, 0x7d, 0x00
-.byte 0x19, 0xfc, 0x5b, 0x00, 0x7d, 0x00, 0x00, 0x00, 0x2c, 0x04, 0x36, 0x08, 0x20, 0x04, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x2a, 0x3e
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x35, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x17, 0x00, 0x13, 0x00, 0x07, 0x00, 0x0a, 0x00, 0xe6, 0x00, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x09, 0x01, 0x01, 0x00
-.byte 0x1e, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x7e, 0x00, 0x19, 0xfc, 0xbd, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x18, 0x04, 0x36, 0x08, 0x0c, 0x04, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x14, 0x09, 0x00, 0x01, 0x00, 0x64, 0x01, 0x14, 0x19, 0x00, 0x28, 0x00, 0x00, 0x00, 0x11, 0x00, 0x0f, 0x00, 0x06, 0x00, 0x08, 0x00, 0x00, 0x01, 0x2a, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x7f, 0x00, 0x53, 0x00, 0xfd, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x04, 0x04, 0x36, 0x08, 0xf8, 0x03, 0x36, 0x08
-.byte 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0f, 0x06, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1b, 0x00, 0x29, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00
-.byte 0x0b, 0x00, 0x0b, 0x00, 0x4c, 0x01, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x4f, 0x00, 0x5b, 0x01, 0x80, 0x00, 0x00, 0x00
-.byte 0xec, 0x03, 0x36, 0x08, 0xe4, 0x03, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1e, 0x1b, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00
-.byte 0x0a, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x81, 0x00, 0x81, 0x00
-.byte 0x5c, 0x00, 0xbc, 0x00, 0x81, 0x00, 0x00, 0x00, 0xd8, 0x03, 0x36, 0x08, 0xcc, 0x03, 0x36, 0x08, 0x05, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0a, 0x02, 0x1e, 0x06
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0xe1, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x1e, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x66, 0x01, 0x74, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x81, 0x00, 0x01, 0x00
-.byte 0x14, 0x00, 0x00, 0x00, 0x82, 0x00, 0x82, 0x00, 0x19, 0xfc, 0x82, 0x00, 0x82, 0x00, 0x00, 0x00, 0xc4, 0x03, 0x36, 0x08, 0xb8, 0x03, 0x36, 0x08, 0x05, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x06, 0x05, 0x1d, 0x24, 0x13, 0x02, 0x00, 0x64, 0x01, 0x08, 0x19, 0x00, 0xb9, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x66, 0x01, 0x48, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x83, 0x00, 0x83, 0x00, 0x43, 0x00, 0xa7, 0x00, 0x83, 0x00, 0x00, 0x00, 0xb0, 0x03, 0x36, 0x08, 0xa4, 0x03, 0x36, 0x08
-.byte 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x26, 0x16, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x29, 0x00, 0x05, 0x00, 0x00, 0x00, 0x05, 0x00, 0x05, 0x00
-.byte 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x84, 0x00, 0x44, 0x00, 0x4c, 0x00, 0x84, 0x00, 0x00, 0x00
-.byte 0x9c, 0x03, 0x36, 0x08, 0x90, 0x03, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x01, 0x00, 0x00, 0x18, 0x2b, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x12, 0x00
-.byte 0x12, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x99, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x85, 0x00, 0x85, 0x00
-.byte 0x66, 0x00, 0x59, 0x00, 0x85, 0x00, 0x00, 0x00, 0x84, 0x03, 0x36, 0x08, 0x78, 0x03, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x18, 0x24
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0c, 0x00, 0x0d, 0x00, 0xb3, 0x00, 0x28, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x85, 0x00, 0x03, 0x00
-.byte 0x72, 0x00, 0x00, 0x00, 0x86, 0x00, 0x86, 0x00, 0x19, 0xfc, 0x88, 0x01, 0x86, 0x00, 0x00, 0x00, 0x70, 0x03, 0x36, 0x08, 0x64, 0x03, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x18, 0x23, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x46, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0d, 0x00, 0x0c, 0x00, 0xb3, 0x00, 0x22, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x85, 0x00, 0x03, 0x00, 0x6c, 0x00, 0x00, 0x00, 0x87, 0x00, 0x87, 0x00, 0x19, 0xfc, 0x96, 0x00, 0x87, 0x00, 0x00, 0x00, 0x5c, 0x03, 0x36, 0x08, 0x8c, 0x0b, 0x36, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x18, 0x48, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x4b, 0x00, 0x00, 0x00, 0x17, 0x00, 0x17, 0x00
-.byte 0x0f, 0x00, 0x0f, 0x00, 0xb3, 0x00, 0x23, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x85, 0x00, 0x03, 0x00, 0x71, 0x00, 0x00, 0x00, 0x88, 0x00, 0x88, 0x00, 0x19, 0xfc, 0x69, 0x00, 0x88, 0x00, 0x00, 0x00
-.byte 0x54, 0x03, 0x36, 0x08, 0x4c, 0x03, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x05, 0x26, 0x28, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x58, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x09, 0x00, 0x07, 0x00, 0x09, 0x00, 0xcc, 0x00, 0x17, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x89, 0x00, 0x89, 0x00
-.byte 0x4c, 0x00, 0x05, 0x01, 0x89, 0x00, 0x00, 0x00, 0x44, 0x03, 0x36, 0x08, 0x3c, 0x03, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x03, 0x05, 0x04, 0x1b
-.byte 0x13, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x32, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x15, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x8a, 0x00, 0x8a, 0x00, 0x50, 0x00, 0xee, 0x00, 0x8a, 0x00, 0x00, 0x00, 0x34, 0x03, 0x36, 0x08, 0x3c, 0x03, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0d, 0x03, 0x05, 0x04, 0x1b, 0x13, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x55, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0f, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0xcc, 0x00, 0x22, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x8a, 0x00, 0x01, 0x00, 0x28, 0x00, 0x00, 0x00, 0x8b, 0x00, 0x8b, 0x00, 0x19, 0xfc, 0xef, 0x00, 0x8b, 0x00, 0x00, 0x00, 0x2c, 0x03, 0x36, 0x08, 0x3c, 0x0b, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x03, 0x05, 0x04, 0x1b, 0x0c, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0a, 0x00
-.byte 0x08, 0x00, 0x09, 0x00, 0x99, 0x00, 0x11, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8c, 0x00, 0x8c, 0x00, 0x48, 0x00, 0x99, 0x00, 0x8c, 0x00, 0x00, 0x00
-.byte 0x20, 0x03, 0x36, 0x08, 0x3c, 0x0b, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x03, 0x05, 0x04, 0x1b, 0x0c, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00
-.byte 0x55, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0c, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0xe6, 0x00, 0x27, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x8c, 0x00, 0x01, 0x00, 0x28, 0x00, 0x00, 0x00, 0x8d, 0x00, 0x8d, 0x00
-.byte 0x19, 0xfc, 0x9a, 0x00, 0x8d, 0x00, 0x00, 0x00, 0x14, 0x03, 0x36, 0x08, 0x0c, 0x03, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x0a, 0x02, 0x2e, 0x07
-.byte 0x39, 0x01, 0x00, 0x64, 0x01, 0x08, 0x34, 0x00, 0x46, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00, 0x0c, 0x00, 0x0e, 0x00, 0x00, 0x01, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x8e, 0x00, 0x8e, 0x00, 0x54, 0x00, 0x03, 0x00, 0x8e, 0x00, 0x00, 0x00, 0x04, 0x03, 0x36, 0x08, 0xf8, 0x02, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x15, 0x45, 0x02, 0x02, 0x00, 0x64, 0x01, 0x08, 0x21, 0x00, 0x59, 0x00, 0x00, 0x00, 0x07, 0x00, 0x08, 0x00, 0x08, 0x00, 0x07, 0x00, 0x66, 0x01, 0x33, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0xa4, 0x01, 0x01, 0x00, 0x28, 0x00, 0x00, 0x00, 0x8f, 0x00, 0x8f, 0x00, 0x14, 0x00, 0x40, 0x01, 0x8f, 0x00, 0x00, 0x00, 0xec, 0x02, 0x36, 0x08, 0xe4, 0x02, 0x36, 0x08
-.byte 0x05, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x06, 0x0a, 0x02, 0x36, 0x39, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x40, 0x00, 0x96, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00
-.byte 0x0b, 0x00, 0x0b, 0x00, 0x00, 0x01, 0x45, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0x00, 0x90, 0x00, 0x2c, 0x01, 0x0f, 0x00, 0x90, 0x00, 0x00, 0x00
-.byte 0xdc, 0x02, 0x36, 0x08, 0x34, 0x04, 0x36, 0x08, 0x04, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x05, 0x0a, 0x02, 0x36, 0x39, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x39, 0x00
-.byte 0xa0, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x00, 0x01, 0x73, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x91, 0x00, 0x91, 0x00
-.byte 0x2c, 0x01, 0xa5, 0x01, 0x91, 0x00, 0x00, 0x00, 0xd4, 0x02, 0x36, 0x08, 0x8c, 0x0b, 0x36, 0x08, 0x00, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x02, 0x0a, 0x02, 0x36, 0x39
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x3a, 0x00, 0xaa, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x19, 0x01, 0x57, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x92, 0x00, 0x92, 0x00, 0x2c, 0x01, 0xd8, 0x00, 0x92, 0x00, 0x00, 0x00, 0xcc, 0x02, 0x36, 0x08, 0xd0, 0x04, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0f, 0x00, 0x05, 0x1d, 0x21, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x32, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1b, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x93, 0x00, 0x93, 0x00, 0x6e, 0x00, 0x52, 0x00, 0x93, 0x00, 0x00, 0x00, 0xc0, 0x02, 0x36, 0x08, 0xd0, 0x04, 0x36, 0x08
-.byte 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x05, 0x1d, 0x21, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00
-.byte 0x09, 0x00, 0x09, 0x00, 0x99, 0x00, 0x35, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x93, 0x00, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x94, 0x00, 0x94, 0x00, 0x42, 0xff, 0x50, 0x00, 0x94, 0x00, 0x00, 0x00
-.byte 0xb4, 0x02, 0x36, 0x08, 0xd0, 0x04, 0x36, 0x08, 0x08, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x0a, 0x05, 0x1d, 0x1f, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00
-.byte 0xd7, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x66, 0x01, 0x38, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x94, 0x00, 0x01, 0x00, 0x37, 0x00, 0x00, 0x00, 0x95, 0x00, 0x95, 0x00
-.byte 0x19, 0xfc, 0x51, 0x00, 0x95, 0x00, 0x00, 0x00, 0xac, 0x02, 0x36, 0x08, 0xa4, 0x02, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x22, 0x39
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x4c, 0x01, 0x2b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x96, 0x00, 0x96, 0x00, 0xe7, 0x03, 0xd2, 0x00, 0x96, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x36, 0x08, 0x94, 0x02, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x39, 0x19, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x1a, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x97, 0x00, 0x97, 0x00, 0x09, 0x00, 0xd1, 0x00, 0x97, 0x00, 0x00, 0x00, 0x88, 0x02, 0x36, 0x08, 0x80, 0x02, 0x36, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x04, 0x00, 0x00, 0x0d, 0x1a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x17, 0x00, 0x12, 0x00, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00
-.byte 0x01, 0x00, 0x00, 0x00, 0x99, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x98, 0x00, 0x72, 0x00, 0x31, 0x00, 0x98, 0x00, 0x00, 0x00
-.byte 0x78, 0x02, 0x36, 0x08, 0x80, 0x02, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x0d, 0x1a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00
-.byte 0x2d, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x20, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x98, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x99, 0x00, 0x99, 0x00
-.byte 0x42, 0xff, 0x16, 0x00, 0x99, 0x00, 0x00, 0x00, 0x6c, 0x02, 0x36, 0x08, 0x64, 0x02, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x0d, 0x1a
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x87, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x1e, 0x00, 0x19, 0x00, 0x19, 0x00, 0x4c, 0x01, 0x29, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x99, 0x00, 0x01, 0x00
-.byte 0x20, 0x00, 0x00, 0x00, 0x9a, 0x00, 0x9a, 0x00, 0x19, 0xfc, 0xcc, 0x00, 0x9a, 0x00, 0x00, 0x00, 0x58, 0x02, 0x36, 0x08, 0x4c, 0x02, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0xff, 0x1f, 0x00, 0x02, 0x00, 0x04, 0x10, 0x46, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x16, 0x00, 0x15, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x01, 0x00, 0x01, 0x00, 0x99, 0x00, 0x11, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9b, 0x00, 0x9b, 0x00, 0x70, 0x00, 0x42, 0x00, 0x9b, 0x00, 0x00, 0x00, 0x44, 0x02, 0x36, 0x08, 0x3c, 0x02, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x10, 0x46, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x39, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0a, 0x00
-.byte 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x13, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x9b, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x9c, 0x00, 0x9c, 0x00, 0x42, 0xff, 0x0b, 0x01, 0x9c, 0x00, 0x00, 0x00
-.byte 0x30, 0x02, 0x36, 0x08, 0x3c, 0x02, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x10, 0x46, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00
-.byte 0xb4, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x33, 0x01, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x9c, 0x00, 0x01, 0x00, 0x24, 0x00, 0x00, 0x00, 0x9d, 0x00, 0x9d, 0x00
-.byte 0x19, 0xfc, 0x67, 0x01, 0x9d, 0x00, 0x00, 0x00, 0x24, 0x02, 0x36, 0x08, 0x1c, 0x02, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x03, 0x00, 0x05, 0x1a, 0x10
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x12, 0x00, 0x1b, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x9e, 0x00, 0x9e, 0x00, 0x72, 0x00, 0x63, 0x01, 0x9e, 0x00, 0x00, 0x00, 0x10, 0x02, 0x36, 0x08, 0x1c, 0x02, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1a, 0x10, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x4b, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0xb3, 0x00, 0x23, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x9e, 0x00, 0x01, 0x00, 0x12, 0x00, 0x00, 0x00, 0x9f, 0x00, 0x9f, 0x00, 0x42, 0xff, 0x40, 0x00, 0x9f, 0x00, 0x00, 0x00, 0x04, 0x02, 0x36, 0x08, 0x1c, 0x02, 0x36, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1a, 0x10, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0xb4, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0d, 0x00
-.byte 0x0c, 0x00, 0x0c, 0x00, 0x4c, 0x01, 0x31, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x9f, 0x00, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0xa0, 0x00, 0xa0, 0x00, 0xad, 0xfe, 0x67, 0x00, 0xa0, 0x00, 0x00, 0x00
-.byte 0xfc, 0x01, 0x36, 0x08, 0xf4, 0x01, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x28, 0x2b, 0x1e, 0x01, 0x00, 0x64, 0x01, 0x00, 0x1e, 0x00
-.byte 0x32, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x11, 0x00, 0x05, 0x00, 0x06, 0x00, 0x99, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa1, 0x00, 0xa1, 0x00
-.byte 0x49, 0x00, 0x29, 0x01, 0xa1, 0x00, 0x00, 0x00, 0xec, 0x01, 0x36, 0x08, 0xe0, 0x01, 0x36, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x28, 0x2b
-.byte 0x1e, 0x01, 0x00, 0x64, 0x01, 0x00, 0x36, 0x00, 0x23, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x07, 0x00, 0x0c, 0x00, 0xcc, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xa1, 0x00, 0x01, 0x00
-.byte 0x0f, 0x00, 0x00, 0x00, 0xa2, 0x00, 0xa2, 0x00, 0x19, 0xfc, 0x6c, 0x00, 0xa2, 0x00, 0x00, 0x00, 0xd4, 0x01, 0x36, 0x08, 0xd0, 0x01, 0x36, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x13, 0x36, 0x1e, 0x01, 0x00, 0x64, 0x01, 0x00, 0x19, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0e, 0x00, 0x05, 0x00, 0x05, 0x00, 0xb3, 0x00, 0x17, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa3, 0x00, 0xa3, 0x00, 0x46, 0x00, 0x8a, 0x00, 0xa3, 0x00, 0x00, 0x00, 0xc8, 0x01, 0x36, 0x08, 0xd0, 0x01, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x13, 0x36, 0x1e, 0x01, 0x00, 0x64, 0x01, 0x00, 0x2d, 0x00, 0x32, 0x00, 0x00, 0x00, 0x12, 0x00, 0x14, 0x00
-.byte 0x05, 0x00, 0x06, 0x00, 0xe6, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xa3, 0x00, 0x01, 0x00, 0x14, 0x00, 0x00, 0x00, 0xa4, 0x00, 0xa4, 0x00, 0x19, 0xfc, 0xe8, 0x00, 0xa4, 0x00, 0x00, 0x00
-.byte 0xc0, 0x01, 0x36, 0x08, 0xb4, 0x01, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0a, 0x02, 0x12, 0x43, 0x2f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x1d, 0x00
-.byte 0x37, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x09, 0x00, 0x09, 0x00, 0x99, 0x00, 0x22, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa5, 0x00, 0xa5, 0x00
-.byte 0x79, 0x00, 0xac, 0x00, 0xa5, 0x00, 0x00, 0x00, 0xac, 0x01, 0x36, 0x08, 0xb4, 0x01, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0a, 0x02, 0x12, 0x43
-.byte 0x2f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x39, 0x00, 0x4b, 0x00, 0x00, 0x00, 0x16, 0x00, 0x15, 0x00, 0x0e, 0x00, 0x10, 0x00, 0xcc, 0x00, 0x2b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xa5, 0x00, 0x01, 0x00
-.byte 0x12, 0x00, 0x00, 0x00, 0xa6, 0x00, 0xa6, 0x00, 0x19, 0xfc, 0xab, 0x00, 0xa6, 0x00, 0x00, 0x00, 0xa0, 0x01, 0x36, 0x08, 0x94, 0x01, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0c, 0x08, 0x00, 0x19, 0x43, 0x36, 0x01, 0x00, 0x64, 0x01, 0x00, 0x1e, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x19, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa7, 0x00, 0xa7, 0x00, 0x4e, 0x00, 0x46, 0x01, 0xa7, 0x00, 0x00, 0x00, 0x8c, 0x01, 0x36, 0x08, 0x80, 0x01, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x08, 0x00, 0x19, 0x43, 0x36, 0x01, 0x00, 0x64, 0x01, 0x00, 0x2b, 0x00, 0x50, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00
-.byte 0x0c, 0x00, 0x0c, 0x00, 0xcc, 0x00, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xa7, 0x00, 0x01, 0x00, 0x16, 0x00, 0x00, 0x00, 0xa8, 0x00, 0xa8, 0x00, 0x19, 0xfc, 0x0c, 0x00, 0xa8, 0x00, 0x00, 0x00
-.byte 0x78, 0x01, 0x36, 0x08, 0x60, 0x09, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x0a, 0x02, 0x21, 0x1f, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00
-.byte 0x50, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x13, 0x00, 0x13, 0x00, 0x33, 0x01, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x2a, 0x00, 0x02, 0x00, 0x96, 0x00, 0x00, 0x00, 0xa9, 0x00, 0xa9, 0x00
-.byte 0x19, 0xfc, 0x3f, 0x00, 0xa9, 0x00, 0x00, 0x00, 0x6c, 0x01, 0x36, 0x08, 0x64, 0x01, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x05, 0x05, 0x04, 0x23
-.byte 0x2e, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x32, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xaa, 0x00, 0xaa, 0x00, 0x57, 0x00, 0x33, 0x00, 0xaa, 0x00, 0x00, 0x00, 0x5c, 0x01, 0x36, 0x08, 0x54, 0x01, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x05, 0x05, 0x04, 0x23, 0x2e, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0c, 0x00, 0x09, 0x00, 0x09, 0x00, 0xb3, 0x00, 0x1c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0xaa, 0x00, 0x01, 0x00, 0x1b, 0x00, 0x00, 0x00, 0xab, 0x00, 0xab, 0x00, 0x19, 0xfc, 0xa6, 0x00, 0xab, 0x00, 0x00, 0x00, 0x4c, 0x01, 0x36, 0x08, 0x40, 0x01, 0x36, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x15, 0x20, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x19, 0x00, 0x06, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x18, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xac, 0x00, 0xac, 0x00, 0x33, 0x00, 0xf6, 0x00, 0xac, 0x00, 0x00, 0x00
-.byte 0x38, 0x01, 0x36, 0x08, 0x98, 0x04, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0a, 0x44, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0b, 0x00
-.byte 0x0c, 0x00, 0x00, 0x00, 0x03, 0x00, 0x02, 0x00, 0x02, 0x00, 0x02, 0x00, 0x99, 0x00, 0x17, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xad, 0x00, 0xad, 0x00
-.byte 0x83, 0x00, 0x38, 0x00, 0xad, 0x00, 0x00, 0x00, 0x2c, 0x01, 0x36, 0x08, 0x78, 0x09, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x44
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x19, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x09, 0x00, 0x08, 0x00, 0x99, 0x00, 0x12, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xae, 0x00, 0xae, 0x00, 0x71, 0x00, 0x91, 0x00, 0xae, 0x00, 0x00, 0x00, 0x24, 0x01, 0x36, 0x08, 0x18, 0x01, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x13, 0x30, 0x26, 0x01, 0x00, 0x64, 0x01, 0x08, 0x12, 0x00, 0x14, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x09, 0x00, 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x15, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaf, 0x00, 0xaf, 0x00, 0x4f, 0x00, 0x5f, 0x01, 0xaf, 0x00, 0x00, 0x00, 0x10, 0x01, 0x36, 0x08, 0x04, 0x01, 0x36, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x13, 0x30, 0x26, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x12, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0c, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x14, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xaf, 0x00, 0x02, 0x00, 0x96, 0x00, 0x00, 0x00, 0xb0, 0x00, 0xb0, 0x00, 0x19, 0xfc, 0x60, 0x01, 0xb0, 0x00, 0x00, 0x00
-.byte 0xfc, 0x00, 0x36, 0x08, 0xb8, 0x0a, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x0a, 0x00, 0x13, 0x19, 0x2f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x1e, 0x00
-.byte 0x06, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0x99, 0x00, 0x11, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xb1, 0x00, 0xb1, 0x00
-.byte 0x5e, 0x00, 0xde, 0x00, 0xb1, 0x00, 0x00, 0x00, 0xf4, 0x00, 0x36, 0x08, 0xec, 0x00, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0b, 0x0a, 0x00, 0x13, 0x19
-.byte 0x2f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x23, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x99, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xb1, 0x00, 0x01, 0x00
-.byte 0x19, 0x00, 0x00, 0x00, 0xb2, 0x00, 0xb2, 0x00, 0x19, 0xfc, 0xa2, 0x01, 0xb2, 0x00, 0x00, 0x00, 0xe4, 0x00, 0x36, 0x08, 0xdc, 0x00, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x28, 0x20, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x21, 0x00, 0x32, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x14, 0x00, 0x0d, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x17, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xb3, 0x00, 0xb3, 0x00, 0x77, 0x00, 0xc4, 0x00, 0xb3, 0x00, 0x00, 0x00, 0xd4, 0x00, 0x36, 0x08, 0xdc, 0x00, 0x36, 0x08
-.byte 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x28, 0x20, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x37, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x16, 0x00
-.byte 0x0f, 0x00, 0x12, 0x00, 0x99, 0x00, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xb3, 0x00, 0x01, 0x00, 0x0f, 0x00, 0x00, 0x00, 0xb4, 0x00, 0xb4, 0x00, 0x42, 0xff, 0x68, 0x00, 0xb4, 0x00, 0x00, 0x00
-.byte 0xc8, 0x00, 0x36, 0x08, 0x54, 0x01, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x28, 0x20, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x11, 0x00, 0x0f, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x19, 0x01, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xb4, 0x00, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0xb5, 0x00, 0xb5, 0x00
-.byte 0x19, 0xfc, 0x08, 0x00, 0xb5, 0x00, 0x00, 0x00, 0xbc, 0x00, 0x36, 0x08, 0x2c, 0x09, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x25, 0x4a
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x08, 0x00, 0x07, 0x00, 0x06, 0x00, 0x09, 0x00, 0x99, 0x00, 0x20, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x2c, 0x00, 0x03, 0x00
-.byte 0x6f, 0x00, 0x00, 0x00, 0xb6, 0x00, 0xb6, 0x00, 0x19, 0xfc, 0x1a, 0x00, 0xb6, 0x00, 0x00, 0x00, 0xb4, 0x00, 0x36, 0x08, 0xa8, 0x00, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1c, 0x02, 0x22, 0x01, 0x00, 0x64, 0x01, 0x08, 0x19, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x1c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x43, 0x01, 0x02, 0x00, 0xc8, 0x00, 0x00, 0x00, 0xb7, 0x00, 0xb7, 0x00, 0x42, 0xff, 0xc5, 0x00, 0xb7, 0x00, 0x00, 0x00, 0x9c, 0x00, 0x36, 0x08, 0x90, 0x00, 0x36, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1c, 0x02, 0x22, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0xb3, 0x00, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xb7, 0x00, 0x01, 0x00, 0x12, 0x00, 0x00, 0x00, 0xb8, 0x00, 0xb8, 0x00, 0x19, 0xfc, 0x10, 0x00, 0xb8, 0x00, 0x00, 0x00
-.byte 0x84, 0x00, 0x36, 0x08, 0x78, 0x00, 0x36, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x14, 0x0d, 0x07, 0x01, 0x00, 0x64, 0x01, 0x64, 0x17, 0x00
-.byte 0x30, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x07, 0x00, 0x07, 0x00, 0xcc, 0x00, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xb9, 0x00, 0xb9, 0x00
-.byte 0x68, 0x00, 0x4f, 0x01, 0xb9, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x36, 0x08, 0x64, 0x00, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1b, 0x24
-.byte 0x15, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x63, 0x00, 0x00, 0x00, 0x09, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x0b, 0x00, 0xcc, 0x00, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x3d, 0x00, 0x03, 0x00
-.byte 0x6b, 0x00, 0x04, 0x00, 0xba, 0x00, 0xba, 0x00, 0x19, 0xfc, 0xff, 0x00, 0xba, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x36, 0x08, 0x50, 0x00, 0x36, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x04, 0x0a, 0x00, 0x0d, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x18, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x03, 0x00, 0x03, 0x00, 0x99, 0x00, 0x20, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xbb, 0x00, 0xbb, 0x00, 0x55, 0x00, 0x8b, 0x00, 0xbb, 0x00, 0x00, 0x00, 0x44, 0x00, 0x36, 0x08, 0x50, 0x00, 0x36, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x0a, 0x00, 0x0d, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x1a, 0x00, 0x19, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x03, 0x00, 0x03, 0x00, 0x99, 0x00, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xbb, 0x00, 0x01, 0x00, 0x12, 0x00, 0x00, 0x00, 0xbc, 0x00, 0xbc, 0x00, 0x42, 0xff, 0x35, 0x01, 0xbc, 0x00, 0x00, 0x00
-.byte 0x38, 0x00, 0x36, 0x08, 0x50, 0x00, 0x36, 0x08, 0x0c, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x04, 0x0a, 0x00, 0x0d, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x1c, 0x00
-.byte 0x21, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x03, 0x00, 0x03, 0x00, 0x99, 0x00, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xbc, 0x00, 0x01, 0x00, 0x1b, 0x00, 0x00, 0x00, 0xbd, 0x00, 0xbd, 0x00
-.byte 0x19, 0xfc, 0x97, 0x00, 0xbd, 0x00, 0x00, 0x00, 0x30, 0x00, 0x36, 0x08, 0x24, 0x00, 0x36, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x15, 0x2b
-.byte 0x47, 0x01, 0x00, 0x64, 0x01, 0x08, 0x29, 0x00, 0x28, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x28, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xbe, 0x00, 0xbe, 0x00, 0x48, 0x00, 0x05, 0x00, 0xbe, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x36, 0x08, 0xc8, 0x0b, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x25, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x05, 0x0c, 0x00, 0x10, 0x00, 0x00, 0x00, 0x05, 0x00, 0x05, 0x00, 0x04, 0x00, 0x04, 0x00, 0x99, 0x00, 0x16, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xbf, 0x00, 0xbf, 0x00, 0x34, 0x00, 0x52, 0x01, 0xbf, 0x00, 0x00, 0x00, 0x10, 0x00, 0x36, 0x08, 0x0c, 0x00, 0x36, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x25, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x05, 0x1c, 0x00, 0x46, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x26, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xbf, 0x00, 0x03, 0x00, 0x6f, 0x00, 0x00, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0x19, 0xfc, 0x51, 0x01, 0xc0, 0x00, 0x00, 0x00
-.byte 0x04, 0x00, 0x36, 0x08, 0xf8, 0xff, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0a, 0x02, 0x12, 0x0b, 0x33, 0x01, 0x00, 0x64, 0x01, 0x08, 0x16, 0x00
-.byte 0x37, 0x00, 0x00, 0x00, 0x13, 0x00, 0x11, 0x00, 0x05, 0x00, 0x07, 0x00, 0xcc, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc1, 0x00, 0xc1, 0x00
-.byte 0x4a, 0x00, 0xa3, 0x01, 0xc1, 0x00, 0x00, 0x00, 0xf0, 0xff, 0x35, 0x08, 0xe4, 0xff, 0x35, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x09, 0x05, 0x1f, 0x15
-.byte 0x24, 0x01, 0x00, 0x64, 0x01, 0x08, 0x22, 0x00, 0x18, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x18, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xc2, 0x00, 0xc2, 0x00, 0x77, 0x00, 0x9f, 0x01, 0xc2, 0x00, 0x00, 0x00, 0xd8, 0xff, 0x35, 0x08, 0xe4, 0xff, 0x35, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x09, 0x05, 0x1f, 0x15, 0x24, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2c, 0x00, 0x69, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x33, 0x01, 0x24, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0xc2, 0x00, 0x01, 0x00, 0x14, 0x00, 0x00, 0x00, 0xc3, 0x00, 0xc3, 0x00, 0x19, 0xfc, 0x0a, 0x01, 0xc3, 0x00, 0x00, 0x00, 0xd0, 0xff, 0x35, 0x08, 0x0c, 0x00, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x18, 0x19, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x4e, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00
-.byte 0x0a, 0x00, 0x0a, 0x00, 0xb3, 0x00, 0x23, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x85, 0x00, 0x02, 0x00, 0x64, 0x00, 0x08, 0x00, 0xc4, 0x00, 0xc4, 0x00, 0x19, 0xfc, 0x60, 0x00, 0xc4, 0x00, 0x00, 0x00
-.byte 0xc8, 0xff, 0x35, 0x08, 0xbc, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x18, 0x19, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00
-.byte 0x51, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0xb3, 0x00, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x85, 0x00, 0x02, 0x00, 0x64, 0x00, 0x09, 0x00, 0xc5, 0x00, 0xc5, 0x00
-.byte 0x19, 0xfc, 0x6a, 0x01, 0xc5, 0x00, 0x00, 0x00, 0xb4, 0xff, 0x35, 0x08, 0xa8, 0xff, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x0a, 0x00, 0x13, 0x36
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x23, 0x00, 0x28, 0x00, 0x00, 0x00, 0x17, 0x00, 0x17, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x14, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xc6, 0x00, 0xc6, 0x00, 0x48, 0x00, 0xdd, 0x00, 0xc6, 0x00, 0x00, 0x00, 0x9c, 0xff, 0x35, 0x08, 0x94, 0xff, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x0b, 0x05, 0x01, 0x29, 0x40, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x32, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x07, 0x00, 0x07, 0x00, 0x33, 0x01, 0x25, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x4f, 0x00, 0x03, 0x00, 0x6b, 0x00, 0x04, 0x00, 0xc7, 0x00, 0xc7, 0x00, 0x19, 0xfc, 0x3a, 0x01, 0xc7, 0x00, 0x00, 0x00, 0x88, 0xff, 0x35, 0x08, 0x80, 0xff, 0x35, 0x08
-.byte 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x03, 0x2f, 0x37, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x07, 0x00, 0x07, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc8, 0x00, 0xc8, 0x00, 0x58, 0x00, 0xd7, 0x00, 0xc8, 0x00, 0x00, 0x00
-.byte 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xc9, 0x00
-.byte 0x12, 0x00, 0x6b, 0x01, 0xc9, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xca, 0x00, 0x12, 0x00, 0x6c, 0x01, 0xca, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x11, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xcb, 0x00, 0x12, 0x00, 0x6d, 0x01, 0xcb, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xcc, 0x00, 0x12, 0x00, 0x6e, 0x01, 0xcc, 0x00, 0x00, 0x00
-.byte 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xcd, 0x00
-.byte 0x12, 0x00, 0x6f, 0x01, 0xcd, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xce, 0x00, 0x12, 0x00, 0x70, 0x01, 0xce, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xcf, 0x00, 0x12, 0x00, 0x71, 0x01, 0xcf, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x12, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd0, 0x00, 0x12, 0x00, 0x72, 0x01, 0xd0, 0x00, 0x00, 0x00
-.byte 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x08, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd1, 0x00
-.byte 0x12, 0x00, 0x73, 0x01, 0xd1, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd2, 0x00, 0x12, 0x00, 0x74, 0x01, 0xd2, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0a, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd3, 0x00, 0x12, 0x00, 0x75, 0x01, 0xd3, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd4, 0x00, 0x12, 0x00, 0x76, 0x01, 0xd4, 0x00, 0x00, 0x00
-.byte 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x11, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd5, 0x00
-.byte 0x12, 0x00, 0x77, 0x01, 0xd5, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2c, 0x37
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd6, 0x00, 0x12, 0x00, 0x78, 0x01, 0xd6, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x13, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd7, 0x00, 0x12, 0x00, 0x79, 0x01, 0xd7, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x09, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd8, 0x00, 0x12, 0x00, 0x7a, 0x01, 0xd8, 0x00, 0x00, 0x00
-.byte 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x08, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xd9, 0x00
-.byte 0x12, 0x00, 0x7b, 0x01, 0xd9, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x09, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xda, 0x00, 0x12, 0x00, 0x7c, 0x01, 0xda, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xdb, 0x00, 0x12, 0x00, 0x7d, 0x01, 0xdb, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xdc, 0x00, 0x12, 0x00, 0x7e, 0x01, 0xdc, 0x00, 0x00, 0x00
-.byte 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xdd, 0x00
-.byte 0x12, 0x00, 0x7f, 0x01, 0xdd, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xde, 0x00, 0x12, 0x00, 0x80, 0x01, 0xde, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0b, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xdf, 0x00, 0x12, 0x00, 0x81, 0x01, 0xdf, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x09, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xe0, 0x00, 0x12, 0x00, 0x82, 0x01, 0xe0, 0x00, 0x00, 0x00
-.byte 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xe1, 0x00
-.byte 0x12, 0x00, 0x83, 0x01, 0xe1, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x09, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xe2, 0x00, 0x12, 0x00, 0x84, 0x01, 0xe2, 0x00, 0x00, 0x00, 0x64, 0xff, 0x35, 0x08, 0x5c, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x03, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x21, 0x0a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x32, 0x00, 0x00, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0xb3, 0x00, 0x1e, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x84, 0x01, 0x01, 0x00, 0x0f, 0x00, 0x00, 0x00, 0xca, 0x00, 0xe5, 0x00, 0x19, 0xfc, 0x9e, 0x01, 0xe5, 0x00, 0x00, 0x00, 0x50, 0xff, 0x35, 0x08, 0x44, 0xff, 0x35, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0b, 0x00, 0x0e, 0x1f, 0x2f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x2e, 0x00, 0x46, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x14, 0x00
-.byte 0x0f, 0x00, 0x0f, 0x00, 0xe6, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xcb, 0x00, 0xe6, 0x00, 0x4c, 0x00, 0x71, 0x00, 0xe6, 0x00, 0x00, 0x00
-.byte 0x3c, 0xff, 0x35, 0x08, 0x34, 0xff, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x19, 0x0d, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x33, 0x00
-.byte 0x2a, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xcc, 0x00, 0xe7, 0x00
-.byte 0x5e, 0x00, 0xfc, 0x00, 0xe7, 0x00, 0x00, 0x00, 0x28, 0xff, 0x35, 0x08, 0x34, 0xff, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x11, 0x00, 0x19, 0x0d
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x3c, 0x00, 0x4b, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x11, 0x00, 0x11, 0x00, 0x4c, 0x01, 0x20, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xe5, 0x00, 0x01, 0x00
-.byte 0x1f, 0x00, 0x00, 0x00, 0xcd, 0x00, 0xe8, 0x00, 0x19, 0xfc, 0x6b, 0x00, 0xe8, 0x00, 0x00, 0x00, 0x1c, 0xff, 0x35, 0x08, 0x10, 0xff, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x21, 0x26, 0x2b, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2b, 0x00, 0x16, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x15, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xce, 0x00, 0xe9, 0x00, 0x4c, 0x00, 0x55, 0x00, 0xe9, 0x00, 0x00, 0x00, 0x08, 0xff, 0x35, 0x08, 0xfc, 0xfe, 0x35, 0x08
-.byte 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x0a, 0x02, 0x08, 0x09, 0x1d, 0x01, 0x00, 0x64, 0x01, 0x08, 0x26, 0x00, 0x29, 0x00, 0x00, 0x00, 0x15, 0x00, 0x11, 0x00
-.byte 0x0b, 0x00, 0x0d, 0x00, 0x19, 0x01, 0x2f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xcf, 0x00, 0xea, 0x00, 0x55, 0x00, 0x73, 0x00, 0xea, 0x00, 0x00, 0x00
-.byte 0xf4, 0xfe, 0x35, 0x08, 0xe8, 0xfe, 0x35, 0x08, 0x05, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x09, 0x00, 0x24, 0x07, 0x0d, 0x02, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00
-.byte 0x7d, 0x00, 0x00, 0x00, 0x17, 0x00, 0x17, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x66, 0x01, 0x5e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x5f, 0x00, 0x03, 0x00, 0x73, 0x00, 0x04, 0x00, 0xd0, 0x00, 0xeb, 0x00
-.byte 0x19, 0xfc, 0x4e, 0x01, 0xeb, 0x00, 0x00, 0x00, 0xdc, 0xfe, 0x35, 0x08, 0xb0, 0x09, 0x36, 0x08, 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x06
-.byte 0x2b, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x15, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xd1, 0x00, 0xec, 0x00, 0x51, 0x00, 0x42, 0x01, 0xec, 0x00, 0x00, 0x00, 0xd0, 0xfe, 0x35, 0x08, 0xb0, 0x09, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x06, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x08, 0x00, 0x08, 0x00, 0xe6, 0x00, 0x25, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0xea, 0x00, 0x01, 0x00, 0x17, 0x00, 0x00, 0x00, 0xd2, 0x00, 0xed, 0x00, 0x19, 0xfc, 0x7a, 0x00, 0xed, 0x00, 0x00, 0x00, 0xc4, 0xfe, 0x35, 0x08, 0x78, 0x09, 0x36, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x08, 0x05, 0x03, 0x27, 0x1b, 0x00, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x09, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00
-.byte 0x09, 0x00, 0x09, 0x00, 0x99, 0x00, 0x0e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd3, 0x00, 0xee, 0x00, 0x45, 0x00, 0x0c, 0x01, 0xee, 0x00, 0x00, 0x00
-.byte 0xbc, 0xfe, 0x35, 0x08, 0xe4, 0x05, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x11, 0x00, 0x14, 0x43, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x38, 0x00
-.byte 0x6c, 0x00, 0x00, 0x00, 0x17, 0x00, 0x13, 0x00, 0x0d, 0x00, 0x0e, 0x00, 0x4c, 0x01, 0x30, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x7b, 0x00, 0x03, 0x00, 0x73, 0x00, 0x04, 0x00, 0xd4, 0x00, 0xef, 0x00
-.byte 0x19, 0xfc, 0x22, 0x01, 0xef, 0x00, 0x00, 0x00, 0xb4, 0xfe, 0x35, 0x08, 0xac, 0xfe, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0d, 0x00, 0x08, 0x0d
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x25, 0x00, 0x32, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xb3, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xd5, 0x00, 0xf0, 0x00, 0x45, 0x00, 0x31, 0x01, 0xf0, 0x00, 0x00, 0x00, 0xa0, 0xfe, 0x35, 0x08, 0x94, 0xfe, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0c, 0x07, 0x00, 0x14, 0x43, 0x11, 0x01, 0x00, 0x64, 0x01, 0x08, 0x34, 0x00, 0x37, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x09, 0x00, 0x09, 0x00, 0x00, 0x01, 0x25, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd6, 0x00, 0xf1, 0x00, 0x1a, 0x00, 0x85, 0x00, 0xf1, 0x00, 0x00, 0x00, 0x8c, 0xfe, 0x35, 0x08, 0x80, 0xfe, 0x35, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x06, 0x00, 0x2f, 0x1f, 0x1e, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x54, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x07, 0x00, 0x0a, 0x00, 0xb3, 0x00, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd7, 0x00, 0xf2, 0x00, 0x4d, 0x00, 0x3f, 0x01, 0xf2, 0x00, 0x00, 0x00
-.byte 0x74, 0xfe, 0x35, 0x08, 0x68, 0xfe, 0x35, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x08, 0x47, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1b, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x99, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd8, 0x00, 0xf3, 0x00
-.byte 0x72, 0x00, 0x5c, 0x01, 0xf3, 0x00, 0x00, 0x00, 0x5c, 0xfe, 0x35, 0x08, 0x50, 0xfe, 0x35, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x08, 0x11
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x25, 0x00, 0x64, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x4c, 0x01, 0x36, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xf1, 0x00, 0x01, 0x00
-.byte 0x1e, 0x00, 0x00, 0x00, 0xd9, 0x00, 0xf4, 0x00, 0x19, 0xfc, 0x87, 0x01, 0xf4, 0x00, 0x00, 0x00, 0x48, 0xfe, 0x35, 0x08, 0x40, 0xfe, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x2a, 0x41, 0x3e, 0x01, 0x00, 0x64, 0x01, 0x08, 0x33, 0x00, 0x37, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0xcc, 0x00, 0x17, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xda, 0x00, 0xf5, 0x00, 0x72, 0x00, 0x3c, 0x01, 0xf5, 0x00, 0x00, 0x00, 0x34, 0xfe, 0x35, 0x08, 0x40, 0xfe, 0x35, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0d, 0x04, 0x2a, 0x41, 0x3e, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0x38, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00
-.byte 0x10, 0x00, 0x10, 0x00, 0x00, 0x01, 0x1e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xf3, 0x00, 0x01, 0x00, 0x26, 0x00, 0x00, 0x00, 0xdb, 0x00, 0xf6, 0x00, 0x19, 0xfc, 0xbb, 0x00, 0xf6, 0x00, 0x00, 0x00
-.byte 0x2c, 0xfe, 0x35, 0x08, 0x28, 0xfe, 0x35, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x09, 0x00, 0x30, 0x29, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0f, 0x1c, 0x00
-.byte 0x25, 0x00, 0x00, 0x00, 0x11, 0x00, 0x11, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x14, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xdc, 0x00, 0xf7, 0x00
-.byte 0x6d, 0x00, 0x58, 0x01, 0xf7, 0x00, 0x00, 0x00, 0x1c, 0xfe, 0x35, 0x08, 0x14, 0xfe, 0x35, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x09, 0x00, 0x30, 0x29
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x0f, 0x38, 0x00, 0x46, 0x00, 0x00, 0x00, 0x17, 0x00, 0x17, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x00, 0x01, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xf5, 0x00, 0x01, 0x00
-.byte 0x21, 0x00, 0x00, 0x00, 0xdd, 0x00, 0xf8, 0x00, 0x19, 0xfc, 0xfb, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x0c, 0xfe, 0x35, 0x08, 0x04, 0xfe, 0x35, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x0d, 0x05, 0x07, 0x30, 0x14, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x12, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0c, 0x00, 0x0b, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x17, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xde, 0x00, 0xf9, 0x00, 0x53, 0x00, 0x3c, 0x00, 0xf9, 0x00, 0x00, 0x00, 0xf8, 0xfd, 0x35, 0x08, 0xf4, 0xfd, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x02, 0x30, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x24, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0c, 0x00
-.byte 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x0d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xdf, 0x00, 0xfa, 0x00, 0x58, 0x00, 0x19, 0x01, 0xfa, 0x00, 0x00, 0x00
-.byte 0xe8, 0xfd, 0x35, 0x08, 0xf4, 0xfd, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x03, 0x00, 0x05, 0x02, 0x0e, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00
-.byte 0xeb, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xb3, 0x00, 0x28, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xf8, 0x00, 0x01, 0x00, 0x19, 0x00, 0x00, 0x00, 0xe0, 0x00, 0xfb, 0x00
-.byte 0xd4, 0xfe, 0xec, 0x00, 0xfb, 0x00, 0x00, 0x00, 0xdc, 0xfd, 0x35, 0x08, 0xd0, 0xfd, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x0a, 0x00, 0x30, 0x49
-.byte 0x30, 0x01, 0x00, 0x64, 0x01, 0x00, 0x28, 0x00, 0x30, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x08, 0x00, 0x99, 0x00, 0x27, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xe1, 0x00, 0xfc, 0x00, 0x58, 0x00, 0x45, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xc8, 0xfd, 0x35, 0x08, 0xc0, 0xfd, 0x35, 0x08, 0x07, 0x02, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x0a, 0x02, 0x03, 0x1b, 0x24, 0x02, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0c, 0x00, 0x0b, 0x00, 0x0c, 0x00, 0x66, 0x01, 0x56, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe2, 0x00, 0xfd, 0x00, 0x5f, 0x00, 0xc3, 0x00, 0xfd, 0x00, 0x00, 0x00, 0xb4, 0xfd, 0x35, 0x08, 0xa8, 0xfd, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x11, 0x0a, 0x00, 0x34, 0x1e, 0x0d, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2f, 0x00, 0xaf, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0d, 0x00
-.byte 0x05, 0x00, 0x07, 0x00, 0x00, 0x01, 0x32, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe3, 0x00, 0xfe, 0x00, 0x44, 0x00, 0x34, 0x01, 0xfe, 0x00, 0x00, 0x00
-.byte 0x9c, 0xfd, 0x35, 0x08, 0x94, 0xfd, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x02, 0x04, 0x34, 0x2f, 0x48, 0x01, 0x00, 0x64, 0x01, 0x00, 0x1f, 0x00
-.byte 0x2d, 0x00, 0x00, 0x00, 0x13, 0x00, 0x12, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x99, 0x00, 0x15, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe4, 0x00, 0xff, 0x00
-.byte 0x72, 0x00, 0x8e, 0x00, 0xff, 0x00, 0x00, 0x00, 0x88, 0xfd, 0x35, 0x08, 0x94, 0xfd, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x02, 0x04, 0x34, 0x2f
-.byte 0x48, 0x01, 0x00, 0x64, 0x01, 0x00, 0x2d, 0x00, 0x37, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0xcc, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0xfd, 0x00, 0x01, 0x00
-.byte 0x18, 0x00, 0x00, 0x00, 0xe5, 0x00, 0x00, 0x01, 0x19, 0xfc, 0x8d, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80, 0xfd, 0x35, 0x08, 0xd0, 0x04, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x0f, 0x05, 0x02, 0x1b, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x4c, 0x01, 0x1c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x75, 0x00, 0x03, 0x00, 0x75, 0x00, 0x04, 0x00, 0xe6, 0x00, 0x01, 0x01, 0x19, 0xfc, 0x9f, 0x00, 0x01, 0x01, 0x00, 0x00, 0x78, 0xfd, 0x35, 0x08, 0x6c, 0xfd, 0x35, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x0f, 0x47, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2a, 0x00, 0x21, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00
-.byte 0x0a, 0x00, 0x0a, 0x00, 0xcc, 0x00, 0x15, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe7, 0x00, 0x02, 0x01, 0x52, 0x00, 0xf5, 0x00, 0x02, 0x01, 0x00, 0x00
-.byte 0x64, 0xfd, 0x35, 0x08, 0x5c, 0xfd, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x0f, 0x0d, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x2b, 0x00
-.byte 0x6b, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x14, 0x00, 0x14, 0x00, 0x4c, 0x01, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x01, 0x01, 0x00, 0x19, 0x00, 0x00, 0x00, 0xe8, 0x00, 0x03, 0x01
-.byte 0x19, 0xfc, 0x4f, 0x00, 0x03, 0x01, 0x00, 0x00, 0x50, 0xfd, 0x35, 0x08, 0x4c, 0x03, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x05, 0x26, 0x28
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x6e, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xcc, 0x00, 0x15, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x89, 0x00, 0x03, 0x00
-.byte 0x6a, 0x00, 0x04, 0x00, 0xe9, 0x00, 0x04, 0x01, 0x64, 0x00, 0x06, 0x01, 0x04, 0x01, 0x00, 0x00, 0x44, 0xfd, 0x35, 0x08, 0x38, 0xfd, 0x35, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x15, 0x06, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2b, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x12, 0x00, 0x13, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x33, 0x01, 0x1f, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xea, 0x00, 0x05, 0x01, 0x48, 0x00, 0x4a, 0x01, 0x05, 0x01, 0x00, 0x00, 0x2c, 0xfd, 0x35, 0x08, 0x24, 0xfd, 0x35, 0x08
-.byte 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x40, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x32, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x00, 0x01, 0x23, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xeb, 0x00, 0x06, 0x01, 0x44, 0x00, 0x3d, 0x01, 0x06, 0x01, 0x00, 0x00
-.byte 0x1c, 0xfd, 0x35, 0x08, 0x14, 0xfd, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x27, 0x11, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x19, 0x00
-.byte 0x1e, 0x00, 0x00, 0x00, 0x11, 0x00, 0x11, 0x00, 0x07, 0x00, 0x06, 0x00, 0xb3, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xec, 0x00, 0x07, 0x01
-.byte 0x50, 0x00, 0x69, 0x01, 0x07, 0x01, 0x00, 0x00, 0x08, 0xfd, 0x35, 0x08, 0xfc, 0xfc, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x27, 0x06
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x21, 0x00, 0x66, 0x00, 0x00, 0x00, 0x09, 0x00, 0x08, 0x00, 0x07, 0x00, 0x08, 0x00, 0xe6, 0x00, 0x23, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x05, 0x01, 0x01, 0x00
-.byte 0x14, 0x00, 0x07, 0x00, 0xed, 0x00, 0x08, 0x01, 0x19, 0xfc, 0x88, 0x00, 0x08, 0x01, 0x00, 0x00, 0xf0, 0xfc, 0x35, 0x08, 0xe8, 0xfc, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x06, 0x0b, 0x00, 0x30, 0x29, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x12, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0a, 0x00, 0x0c, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x18, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, 0x00, 0x09, 0x01, 0x50, 0x00, 0x3e, 0x01, 0x09, 0x01, 0x00, 0x00, 0xe0, 0xfc, 0x35, 0x08, 0x34, 0x04, 0x36, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x29, 0x20, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x15, 0x00, 0x2b, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0a, 0x00
-.byte 0x06, 0x00, 0x06, 0x00, 0xb3, 0x00, 0x29, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xef, 0x00, 0x0a, 0x01, 0x67, 0x00, 0x5e, 0x00, 0x0a, 0x01, 0x00, 0x00
-.byte 0xd8, 0xfc, 0x35, 0x08, 0xcc, 0xfc, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x2a, 0x3e, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x30, 0x00
-.byte 0x37, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xb3, 0x00, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x0b, 0x01
-.byte 0x5f, 0x00, 0xba, 0x00, 0x0b, 0x01, 0x00, 0x00, 0xc4, 0xfc, 0x35, 0x08, 0xb8, 0xfc, 0x35, 0x08, 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0f, 0x02
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x6a, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0c, 0x00, 0x0d, 0x00, 0x0c, 0x00, 0x33, 0x01, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xf1, 0x00, 0x0c, 0x01, 0x57, 0x00, 0xd5, 0x00, 0x0c, 0x01, 0x00, 0x00, 0xb0, 0xfc, 0x35, 0x08, 0x04, 0x01, 0x36, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x14, 0x26, 0x02, 0x00, 0x64, 0x01, 0x08, 0x21, 0x00, 0x4d, 0x01, 0x00, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0xe6, 0x00, 0x30, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x71, 0x00, 0x02, 0x00, 0x96, 0x00, 0x00, 0x00, 0xf2, 0x00, 0x0d, 0x01, 0x19, 0xfc, 0x1e, 0x00, 0x0d, 0x01, 0x00, 0x00, 0xa8, 0xfc, 0x35, 0x08, 0xa0, 0xfc, 0x35, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x05, 0x00, 0x00, 0x11, 0x39, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x4d, 0x00, 0xaa, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00
-.byte 0x14, 0x00, 0x14, 0x00, 0x4c, 0x01, 0x34, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf3, 0x00, 0x0e, 0x01, 0x01, 0x00, 0x0e, 0x01, 0x0e, 0x01, 0x00, 0x00
-.byte 0x98, 0xfc, 0x35, 0x08, 0x3c, 0x02, 0x36, 0x08, 0x0c, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x02, 0x00, 0x04, 0x11, 0x39, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x4e, 0x00
-.byte 0xb4, 0x00, 0x00, 0x00, 0x15, 0x00, 0x14, 0x00, 0x14, 0x00, 0x16, 0x00, 0x4c, 0x01, 0x3d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf4, 0x00, 0x0f, 0x01
-.byte 0x01, 0x00, 0x5f, 0x00, 0x0f, 0x01, 0x00, 0x00, 0x90, 0xfc, 0x35, 0x08, 0x88, 0xfc, 0x35, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x03, 0x00, 0x05, 0x11, 0x39
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x4c, 0x00, 0xbe, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x13, 0x00, 0x13, 0x00, 0x4c, 0x01, 0x41, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xf5, 0x00, 0x10, 0x01, 0x01, 0x00, 0x50, 0x01, 0x10, 0x01, 0x00, 0x00, 0x7c, 0xfc, 0x35, 0x08, 0x70, 0xfc, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0d, 0x09, 0x00, 0x09, 0x11, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x33, 0x01, 0x15, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf6, 0x00, 0x11, 0x01, 0x7a, 0x00, 0xa8, 0x00, 0x11, 0x01, 0x00, 0x00, 0x68, 0xfc, 0x35, 0x08, 0x5c, 0xfc, 0x35, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x09, 0x00, 0x09, 0x21, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2a, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00
-.byte 0x10, 0x00, 0x10, 0x00, 0x4c, 0x01, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x0f, 0x01, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0xf7, 0x00, 0x12, 0x01, 0x42, 0xff, 0x09, 0x01, 0x12, 0x01, 0x00, 0x00
-.byte 0x50, 0xfc, 0x35, 0x08, 0x5c, 0xfd, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x0d, 0x10, 0x00, 0x09, 0x1c, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x50, 0x00
-.byte 0xcd, 0x00, 0x00, 0x00, 0x28, 0x00, 0x28, 0x00, 0x1a, 0x00, 0x1a, 0x00, 0x66, 0x01, 0x2b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x10, 0x01, 0x01, 0x00, 0x37, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x13, 0x01
-.byte 0x19, 0xfc, 0x68, 0x01, 0x13, 0x01, 0x00, 0x00, 0x48, 0xfc, 0x35, 0x08, 0x40, 0xfc, 0x35, 0x08, 0x09, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x0b, 0x0a, 0x05, 0x05, 0x39
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x46, 0x00, 0x90, 0x01, 0x00, 0x00, 0x17, 0x00, 0x18, 0x00, 0x12, 0x00, 0x12, 0x00, 0x66, 0x01, 0x7a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0xf9, 0x00, 0x14, 0x01, 0xe7, 0x03, 0xb4, 0x00, 0x14, 0x01, 0x00, 0x00, 0x38, 0xfc, 0x35, 0x08, 0x30, 0xfc, 0x35, 0x08, 0x03, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x01, 0x00, 0x00, 0x02, 0x0a, 0x02, 0x0b, 0x39, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x4b, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x10, 0x00, 0x10, 0x00, 0x4c, 0x01, 0xe1, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, 0x00, 0x15, 0x01, 0xe7, 0x03, 0x89, 0x00, 0x15, 0x01, 0x00, 0x00, 0x28, 0xfc, 0x35, 0x08, 0x1c, 0xfc, 0x35, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0b, 0x04, 0x02, 0x17, 0x14, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00
-.byte 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x17, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb, 0x00, 0x16, 0x01, 0xe7, 0x03, 0x2c, 0x00, 0x16, 0x01, 0x00, 0x00
-.byte 0x14, 0xfc, 0x35, 0x08, 0x08, 0xfc, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x04, 0x00, 0x00, 0x14, 0x1a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x12, 0x00
-.byte 0x0f, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x99, 0x00, 0x18, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x17, 0x01
-.byte 0x70, 0x00, 0x65, 0x01, 0x17, 0x01, 0x00, 0x00, 0x00, 0xfc, 0x35, 0x08, 0x08, 0xfc, 0x35, 0x08, 0x0c, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x14, 0x1a
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x14, 0x00, 0x14, 0x00, 0xb3, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x15, 0x01, 0x01, 0x00
-.byte 0x10, 0x00, 0x00, 0x00, 0xfd, 0x00, 0x18, 0x01, 0x42, 0xff, 0x7e, 0x00, 0x18, 0x01, 0x00, 0x00, 0xf4, 0xfb, 0x35, 0x08, 0xec, 0xfb, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x14, 0x1a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0x9c, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x16, 0x00, 0x16, 0x00, 0x00, 0x01, 0x22, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x16, 0x01, 0x01, 0x00, 0x24, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x19, 0x01, 0x19, 0xfc, 0x21, 0x01, 0x19, 0x01, 0x00, 0x00, 0xe4, 0xfb, 0x35, 0x08, 0xdc, 0xfb, 0x35, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x02, 0x00, 0x04, 0x10, 0x46, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x12, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00
-.byte 0x03, 0x00, 0x03, 0x00, 0x99, 0x00, 0x15, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x1a, 0x01, 0x77, 0x00, 0x61, 0x01, 0x1a, 0x01, 0x00, 0x00
-.byte 0xd0, 0xfb, 0x35, 0x08, 0xc4, 0xfb, 0x35, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x07, 0x04, 0x10, 0x46, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00
-.byte 0x39, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x14, 0x00, 0x14, 0x00, 0x99, 0x00, 0x1b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x18, 0x01, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x01, 0x1b, 0x01
-.byte 0x42, 0xff, 0x3a, 0x00, 0x1b, 0x01, 0x00, 0x00, 0xb8, 0xfb, 0x35, 0x08, 0xb0, 0xfb, 0x35, 0x08, 0x0c, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x07, 0x04, 0x10, 0x46
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0x9c, 0x00, 0x00, 0x00, 0x17, 0x00, 0x14, 0x00, 0x17, 0x00, 0x14, 0x00, 0x00, 0x01, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x19, 0x01, 0x01, 0x00
-.byte 0x24, 0x00, 0x00, 0x00, 0x01, 0x01, 0x1c, 0x01, 0x19, 0xfc, 0x1d, 0x00, 0x1c, 0x01, 0x00, 0x00, 0xa8, 0xfb, 0x35, 0x08, 0x9c, 0xfb, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0xff, 0x1f, 0x00, 0x03, 0x00, 0x05, 0x1f, 0x10, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x12, 0x00, 0x15, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00, 0x04, 0x00, 0x04, 0x00, 0x99, 0x00, 0x11, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x1d, 0x01, 0x7b, 0x00, 0xda, 0x00, 0x1d, 0x01, 0x00, 0x00, 0x90, 0xfb, 0x35, 0x08, 0x9c, 0xfb, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x09, 0x05, 0x1f, 0x10, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x54, 0x00, 0x00, 0x00, 0x14, 0x00, 0x19, 0x00
-.byte 0x14, 0x00, 0x19, 0x00, 0xb3, 0x00, 0x19, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x1b, 0x01, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x03, 0x01, 0x1e, 0x01, 0x42, 0xff, 0xc7, 0x00, 0x1e, 0x01, 0x00, 0x00
-.byte 0x84, 0xfb, 0x35, 0x08, 0x9c, 0xfb, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x09, 0x05, 0x1f, 0x10, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00
-.byte 0xc8, 0x00, 0x00, 0x00, 0x16, 0x00, 0x1e, 0x00, 0x14, 0x00, 0x1e, 0x00, 0x4c, 0x01, 0x28, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x1c, 0x01, 0x01, 0x00, 0x24, 0x00, 0x00, 0x00, 0x04, 0x01, 0x1f, 0x01
-.byte 0xad, 0xfe, 0x56, 0x01, 0x1f, 0x01, 0x00, 0x00, 0x78, 0xfb, 0x35, 0x08, 0x70, 0xfb, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x0c, 0x2b
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1a, 0x00, 0x19, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00, 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x15, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x05, 0x01, 0x20, 0x01, 0x52, 0x00, 0x04, 0x01, 0x20, 0x01, 0x00, 0x00, 0x64, 0xfb, 0x35, 0x08, 0x70, 0xfb, 0x35, 0x08, 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x0c, 0x06, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x33, 0x00, 0x28, 0x00, 0x00, 0x00, 0x17, 0x00, 0x17, 0x00, 0x11, 0x00, 0x11, 0x00, 0xcc, 0x00, 0x1c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x1e, 0x01, 0x01, 0x00, 0x12, 0x00, 0x00, 0x00, 0x06, 0x01, 0x21, 0x01, 0x19, 0xfc, 0xd3, 0x00, 0x21, 0x01, 0x00, 0x00, 0x58, 0xfb, 0x35, 0x08, 0x4c, 0xfb, 0x35, 0x08
-.byte 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0c, 0x47, 0x00, 0x01, 0x00, 0x64, 0x01, 0x14, 0x15, 0x00, 0x19, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x10, 0x00
-.byte 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x18, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x01, 0x22, 0x01, 0x55, 0x00, 0xa6, 0x01, 0x22, 0x01, 0x00, 0x00
-.byte 0x44, 0xfb, 0x35, 0x08, 0x3c, 0xfb, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0c, 0x47, 0x00, 0x01, 0x00, 0x64, 0x01, 0x14, 0x1f, 0x00
-.byte 0x32, 0x00, 0x00, 0x00, 0x12, 0x00, 0x12, 0x00, 0x09, 0x00, 0x08, 0x00, 0xcc, 0x00, 0x1e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x20, 0x01, 0x01, 0x00, 0x14, 0x00, 0x00, 0x00, 0x08, 0x01, 0x23, 0x01
-.byte 0x19, 0xfc, 0xaf, 0x00, 0x23, 0x01, 0x00, 0x00, 0x34, 0xfb, 0x35, 0x08, 0x28, 0x0b, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x12, 0x4c
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x05, 0x0a, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x04, 0x00, 0x06, 0x00, 0x05, 0x00, 0x05, 0x00, 0x99, 0x00, 0x12, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x09, 0x01, 0x24, 0x01, 0x4a, 0x00, 0xa0, 0x01, 0x24, 0x01, 0x00, 0x00, 0x2c, 0xfb, 0x35, 0x08, 0x18, 0x0b, 0x36, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x12, 0x21, 0x00, 0x01, 0x00, 0x64, 0x00, 0x64, 0x1c, 0x00, 0x23, 0x00, 0x00, 0x00, 0x10, 0x00, 0x11, 0x00, 0x06, 0x00, 0x06, 0x00, 0x99, 0x00, 0x17, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x22, 0x01, 0x01, 0x00, 0x07, 0x00, 0x0b, 0x00, 0x0a, 0x01, 0x25, 0x01, 0x42, 0xff, 0x33, 0x01, 0x25, 0x01, 0x00, 0x00, 0x20, 0xfb, 0x35, 0x08, 0x00, 0x0b, 0x36, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0a, 0x02, 0x12, 0x43, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x54, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00
-.byte 0x0a, 0x00, 0x0b, 0x00, 0xb3, 0x00, 0x30, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x23, 0x01, 0x01, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x0b, 0x01, 0x26, 0x01, 0x19, 0xfc, 0x17, 0x00, 0x26, 0x01, 0x00, 0x00
-.byte 0x18, 0xfb, 0x35, 0x08, 0x18, 0x0b, 0x36, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x12, 0x21, 0x00, 0x01, 0x00, 0x64, 0x00, 0x64, 0x1c, 0x00
-.byte 0x24, 0x00, 0x00, 0x00, 0x11, 0x00, 0x10, 0x00, 0x06, 0x00, 0x06, 0x00, 0x99, 0x00, 0x18, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x22, 0x01, 0x01, 0x00, 0x07, 0x00, 0x0c, 0x00, 0x0c, 0x01, 0x27, 0x01
-.byte 0x42, 0xff, 0x26, 0x00, 0x27, 0x01, 0x00, 0x00, 0x10, 0xfb, 0x35, 0x08, 0xe4, 0x08, 0x36, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x08, 0x02, 0x12, 0x4c
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x22, 0x00, 0x25, 0x00, 0x00, 0x00, 0x11, 0x00, 0x14, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0xcc, 0x00, 0x2b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x25, 0x01, 0x01, 0x00
-.byte 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x01, 0x28, 0x01, 0x19, 0xfc, 0x58, 0x00, 0x28, 0x01, 0x00, 0x00, 0x08, 0xfb, 0x35, 0x08, 0xfc, 0xfa, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x04, 0x05, 0x1b, 0x1b, 0x03, 0x01, 0x00, 0x64, 0x01, 0x08, 0x21, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x99, 0x00, 0x17, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x01, 0x29, 0x01, 0x50, 0x00, 0xb1, 0x00, 0x29, 0x01, 0x00, 0x00, 0xf4, 0xfa, 0x35, 0x08, 0xec, 0xfa, 0x35, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x03, 0x04, 0x05, 0x1b, 0x1b, 0x03, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2b, 0x00, 0x60, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x0e, 0x00
-.byte 0x0c, 0x00, 0x0c, 0x00, 0xcc, 0x00, 0x29, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x27, 0x01, 0x01, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x0f, 0x01, 0x2a, 0x01, 0x42, 0xff, 0xb0, 0x00, 0x2a, 0x01, 0x00, 0x00
-.byte 0xe0, 0xfa, 0x35, 0x08, 0xd4, 0xfa, 0x35, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x04, 0x05, 0x1b, 0x1b, 0x03, 0x02, 0x00, 0x64, 0x01, 0x08, 0x35, 0x00
-.byte 0x8c, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x00, 0x01, 0x31, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x28, 0x01, 0x03, 0x00, 0x72, 0x00, 0x00, 0x00, 0x10, 0x01, 0x2b, 0x01
-.byte 0x19, 0xfc, 0xb3, 0x00, 0x2b, 0x01, 0x00, 0x00, 0xcc, 0xfa, 0x35, 0x08, 0xc4, 0xfa, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x16, 0x4a
-.byte 0x2f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x2b, 0x00, 0x27, 0x00, 0x00, 0x00, 0x11, 0x00, 0x11, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x17, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x11, 0x01, 0x2c, 0x01, 0x70, 0x00, 0x27, 0x01, 0x2c, 0x01, 0x00, 0x00, 0xbc, 0xfa, 0x35, 0x08, 0xb4, 0xfa, 0x35, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x04, 0x10, 0x00, 0x16, 0x4a, 0x2f, 0x01, 0x00, 0x64, 0x01, 0x00, 0x37, 0x00, 0x32, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xb3, 0x00, 0x20, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x2a, 0x01, 0x01, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x12, 0x01, 0x2d, 0x01, 0x42, 0xff, 0xeb, 0x00, 0x2d, 0x01, 0x00, 0x00, 0xac, 0xfa, 0x35, 0x08, 0xa4, 0xfa, 0x35, 0x08
-.byte 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x04, 0x10, 0x00, 0x16, 0x4a, 0x2f, 0x02, 0x00, 0x64, 0x01, 0x00, 0x28, 0x00, 0xbe, 0x00, 0x00, 0x00, 0x12, 0x00, 0x11, 0x00
-.byte 0x10, 0x00, 0x10, 0x00, 0x00, 0x01, 0x2c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x2b, 0x01, 0x03, 0x00, 0x74, 0x00, 0x00, 0x00, 0x13, 0x01, 0x2e, 0x01, 0xd4, 0xfe, 0x2f, 0x01, 0x2e, 0x01, 0x00, 0x00
-.byte 0x9c, 0xfa, 0x35, 0x08, 0x90, 0xfa, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x0d, 0x11, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00
-.byte 0x06, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x01, 0x2f, 0x01
-.byte 0x4b, 0x00, 0x59, 0x01, 0x2f, 0x01, 0x00, 0x00, 0x88, 0xfa, 0x35, 0x08, 0x80, 0xfa, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x00, 0x0d, 0x11
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x39, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0a, 0x00, 0x0b, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x2d, 0x01, 0x01, 0x00
-.byte 0x16, 0x00, 0x00, 0x00, 0x15, 0x01, 0x30, 0x01, 0x19, 0xfc, 0x57, 0x01, 0x30, 0x01, 0x00, 0x00, 0x78, 0xfa, 0x35, 0x08, 0x70, 0xfa, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x0a, 0x02, 0x07, 0x1e, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x21, 0x00, 0x1b, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0x99, 0x00, 0x19, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x01, 0x31, 0x01, 0x7d, 0x00, 0x9d, 0x01, 0x31, 0x01, 0x00, 0x00, 0x64, 0xfa, 0x35, 0x08, 0x58, 0xfa, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x03, 0x0a, 0x02, 0x07, 0x1e, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2b, 0x00, 0x54, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0a, 0x00
-.byte 0x0c, 0x00, 0x0a, 0x00, 0xb3, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x2f, 0x01, 0x01, 0x00, 0x19, 0x00, 0x00, 0x00, 0x17, 0x01, 0x32, 0x01, 0x19, 0xfc, 0xf3, 0x00, 0x32, 0x01, 0x00, 0x00
-.byte 0x50, 0xfa, 0x35, 0x08, 0x48, 0xfa, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x0e, 0x19, 0x28, 0x01, 0x00, 0x64, 0x01, 0x08, 0x20, 0x00
-.byte 0x12, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x08, 0x00, 0x06, 0x00, 0x06, 0x00, 0x99, 0x00, 0x11, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x01, 0x33, 0x01
-.byte 0x0a, 0x00, 0x0f, 0x01, 0x33, 0x01, 0x00, 0x00, 0x40, 0xfa, 0x35, 0x08, 0x38, 0xfa, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x0e, 0x19
-.byte 0x28, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2a, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0b, 0x00, 0x06, 0x00, 0x06, 0x00, 0xb3, 0x00, 0x18, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x31, 0x01, 0x01, 0x00
-.byte 0x14, 0x00, 0x00, 0x00, 0x19, 0x01, 0x34, 0x01, 0x42, 0xff, 0xa1, 0x00, 0x34, 0x01, 0x00, 0x00, 0x2c, 0xfa, 0x35, 0x08, 0x24, 0xfa, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x07, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x0e, 0x19, 0x28, 0x01, 0x00, 0x64, 0x01, 0x08, 0x34, 0x00, 0x78, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x07, 0x00, 0x06, 0x00, 0xe6, 0x00, 0x1d, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x32, 0x01, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x1a, 0x01, 0x35, 0x01, 0x19, 0xfc, 0x6d, 0x00, 0x35, 0x01, 0x00, 0x00, 0x1c, 0xfa, 0x35, 0x08, 0x10, 0xfa, 0x35, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x05, 0x1b, 0x1b, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x10, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0x01, 0x36, 0x01, 0x26, 0x00, 0x53, 0x01, 0x36, 0x01, 0x00, 0x00
-.byte 0x04, 0xfa, 0x35, 0x08, 0xfc, 0xf9, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0a, 0x02, 0x1b, 0x06, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x33, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x20, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x34, 0x01, 0x01, 0x00, 0x16, 0x00, 0x00, 0x00, 0x1c, 0x01, 0x37, 0x01
-.byte 0x19, 0xfc, 0xc8, 0x00, 0x37, 0x01, 0x00, 0x00, 0xf0, 0xf9, 0x35, 0x08, 0x18, 0x09, 0x36, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x16, 0x3d
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1b, 0x00, 0x32, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x1d, 0x01, 0x38, 0x01, 0x4d, 0x00, 0x30, 0x01, 0x38, 0x01, 0x00, 0x00, 0xe8, 0xf9, 0x35, 0x08, 0x18, 0x09, 0x36, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x04, 0x07, 0x00, 0x16, 0x3d, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2c, 0x00, 0x37, 0x00, 0x00, 0x00, 0x16, 0x00, 0x15, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0xcc, 0x00, 0x21, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x36, 0x01, 0x01, 0x00, 0x17, 0x00, 0x00, 0x00, 0x1e, 0x01, 0x39, 0x01, 0x19, 0xfc, 0x1f, 0x00, 0x39, 0x01, 0x00, 0x00, 0xe0, 0xf9, 0x35, 0x08, 0xd8, 0xf9, 0x35, 0x08
-.byte 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x15, 0x2a, 0x00, 0x02, 0x00, 0x64, 0x01, 0x64, 0x28, 0x00, 0x32, 0x00, 0x00, 0x00, 0x18, 0x00, 0x18, 0x00
-.byte 0x0f, 0x00, 0x0f, 0x00, 0xb3, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x01, 0x3a, 0x01, 0x71, 0x00, 0x38, 0x01, 0x3a, 0x01, 0x00, 0x00
-.byte 0xcc, 0xf9, 0x35, 0x08, 0xc0, 0xf9, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x15, 0x49, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x2b, 0x00
-.byte 0x33, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x0f, 0x00, 0x11, 0x00, 0xe6, 0x00, 0x26, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x38, 0x01, 0x01, 0x00, 0x12, 0x00, 0x00, 0x00, 0x20, 0x01, 0x3b, 0x01
-.byte 0x42, 0xff, 0x8e, 0x01, 0x3b, 0x01, 0x00, 0x00, 0xb8, 0xf9, 0x35, 0x08, 0xb0, 0xf9, 0x35, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x15, 0x2a
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x2e, 0x00, 0x48, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x1a, 0x00, 0x0f, 0x00, 0x11, 0x00, 0x4c, 0x01, 0x2d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x39, 0x01, 0x01, 0x00
-.byte 0x24, 0x00, 0x00, 0x00, 0x21, 0x01, 0x3c, 0x01, 0x19, 0xfc, 0x37, 0x01, 0x3c, 0x01, 0x00, 0x00, 0xa8, 0xf9, 0x35, 0x08, 0xa0, 0xf9, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0c, 0x09, 0x00, 0x19, 0x33, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x26, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x09, 0x00, 0x09, 0x00, 0x99, 0x00, 0x12, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x01, 0x3d, 0x01, 0x4a, 0x00, 0xe5, 0x00, 0x3d, 0x01, 0x00, 0x00, 0x98, 0xf9, 0x35, 0x08, 0x90, 0xf9, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0a, 0x02, 0x19, 0x0b, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x46, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0d, 0x00
-.byte 0x10, 0x00, 0x10, 0x00, 0x99, 0x00, 0x28, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x3b, 0x01, 0x01, 0x00, 0x14, 0x00, 0x00, 0x00, 0x23, 0x01, 0x3e, 0x01, 0x19, 0xfc, 0xe7, 0x00, 0x3e, 0x01, 0x00, 0x00
-.byte 0x84, 0xf9, 0x35, 0x08, 0x7c, 0xf9, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0e, 0x03, 0x19, 0x35, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x03, 0x00
-.byte 0x03, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x3b, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x01, 0x3f, 0x01
-.byte 0x19, 0xfc, 0x2c, 0x01, 0x3f, 0x01, 0x00, 0x00, 0x74, 0xf9, 0x35, 0x08, 0x6c, 0xf9, 0x35, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x21, 0x3c
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0f, 0x00, 0x30, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00, 0x02, 0x00, 0x02, 0x00, 0x99, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x25, 0x01, 0x40, 0x01, 0x58, 0x00, 0x9b, 0x01, 0x40, 0x01, 0x00, 0x00, 0x64, 0xf9, 0x35, 0x08, 0x58, 0xf9, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x21, 0x3c, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x46, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0xe6, 0x00, 0x2a, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x3e, 0x01, 0x01, 0x00, 0x14, 0x00, 0x00, 0x00, 0x26, 0x01, 0x41, 0x01, 0x42, 0xff, 0xb2, 0x00, 0x41, 0x01, 0x00, 0x00, 0x50, 0xf9, 0x35, 0x08, 0x44, 0xf9, 0x35, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x21, 0x3c, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0x59, 0x00, 0x00, 0x00, 0x11, 0x00, 0x11, 0x00
-.byte 0x0e, 0x00, 0x0e, 0x00, 0x4c, 0x01, 0x32, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x3f, 0x01, 0x01, 0x00, 0x28, 0x00, 0x00, 0x00, 0x27, 0x01, 0x42, 0x01, 0x19, 0xfc, 0x63, 0x00, 0x42, 0x01, 0x00, 0x00
-.byte 0x38, 0xf9, 0x35, 0x08, 0x30, 0xf9, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x07, 0x00, 0x00, 0x27, 0x02, 0x11, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00
-.byte 0x3c, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x10, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x4c, 0x01, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x01, 0x43, 0x01
-.byte 0x66, 0x00, 0xc0, 0x00, 0x43, 0x01, 0x00, 0x00, 0x24, 0xf9, 0x35, 0x08, 0x18, 0xf9, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x27, 0x02
-.byte 0x11, 0x02, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x9b, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x66, 0x01, 0x37, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x41, 0x01, 0x01, 0x00
-.byte 0x18, 0x00, 0x00, 0x00, 0x29, 0x01, 0x44, 0x01, 0x19, 0xfc, 0x83, 0x00, 0x44, 0x01, 0x00, 0x00, 0x10, 0xf9, 0x35, 0x08, 0x04, 0xf9, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x05, 0x1c, 0x02, 0x22, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1a, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x06, 0x00, 0x06, 0x00, 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x17, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2a, 0x01, 0x45, 0x01, 0x66, 0x00, 0x11, 0x00, 0x45, 0x01, 0x00, 0x00, 0xf8, 0xf8, 0x35, 0x08, 0xf0, 0xf8, 0x35, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x21, 0x0d, 0x17, 0x01, 0x00, 0x64, 0x01, 0x08, 0x31, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x15, 0x00, 0x14, 0x00
-.byte 0x0a, 0x00, 0x0a, 0x00, 0x4c, 0x01, 0x22, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2b, 0x01, 0x46, 0x01, 0x4a, 0x00, 0xe9, 0x00, 0x46, 0x01, 0x00, 0x00
-.byte 0xe8, 0xf8, 0x35, 0x08, 0xe0, 0xf8, 0x35, 0x08, 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x01, 0x00, 0x00, 0x15, 0x44, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x13, 0x00
-.byte 0x21, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x02, 0x00, 0x02, 0x00, 0x99, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x01, 0x47, 0x01
-.byte 0x48, 0x00, 0x36, 0x01, 0x47, 0x01, 0x00, 0x00, 0xd4, 0xf8, 0x35, 0x08, 0xcc, 0xf8, 0x35, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x15, 0x44
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x60, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0xcc, 0x00, 0x1e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x45, 0x01, 0x03, 0x00
-.byte 0x70, 0x00, 0x00, 0x00, 0x2d, 0x01, 0x48, 0x01, 0x19, 0xfc, 0x44, 0x00, 0x48, 0x01, 0x00, 0x00, 0xc4, 0xf8, 0x35, 0x08, 0xa8, 0xff, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x10, 0x0e, 0x00, 0x2f, 0x1e, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00, 0x21, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1f, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2e, 0x01, 0x49, 0x01, 0x52, 0x00, 0x1d, 0x01, 0x49, 0x01, 0x00, 0x00, 0xbc, 0xf8, 0x35, 0x08, 0xb0, 0xf8, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x21, 0x09, 0x06, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2f, 0x00, 0x21, 0x00, 0x00, 0x00, 0x16, 0x00, 0x14, 0x00
-.byte 0x05, 0x00, 0x07, 0x00, 0x99, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2f, 0x01, 0x4a, 0x01, 0x47, 0x00, 0xc9, 0x00, 0x4a, 0x01, 0x00, 0x00
-.byte 0xa8, 0xf8, 0x35, 0x08, 0x9c, 0xf8, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x0d, 0x00, 0x09, 0x0d, 0x07, 0x01, 0x00, 0x64, 0x01, 0x08, 0x15, 0x00
-.byte 0x23, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x10, 0x00, 0x07, 0x00, 0x06, 0x00, 0x19, 0x01, 0x14, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x01, 0x4b, 0x01
-.byte 0x4e, 0x00, 0x0e, 0x00, 0x4b, 0x01, 0x00, 0x00, 0x94, 0xf8, 0x35, 0x08, 0x9c, 0xf8, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x0d, 0x00, 0x09, 0x0d
-.byte 0x07, 0x02, 0x00, 0x64, 0x01, 0x08, 0x31, 0x00, 0x50, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x4c, 0x01, 0x23, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x49, 0x01, 0x01, 0x00
-.byte 0x20, 0x00, 0x00, 0x00, 0x31, 0x01, 0x4c, 0x01, 0x42, 0xff, 0xa5, 0x00, 0x4c, 0x01, 0x00, 0x00, 0x8c, 0xf8, 0x35, 0x08, 0x9c, 0xf8, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x11, 0x0d, 0x00, 0x09, 0x0d, 0x07, 0x02, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0xa5, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x14, 0x00, 0x14, 0x00, 0x66, 0x01, 0x40, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x4a, 0x01, 0x01, 0x00, 0x2a, 0x00, 0x00, 0x00, 0x32, 0x01, 0x4d, 0x01, 0x19, 0xfc, 0x04, 0x00, 0x4d, 0x01, 0x00, 0x00, 0x80, 0xf8, 0x35, 0x08, 0x74, 0xf8, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x0b, 0x02, 0x27, 0x4b, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0f, 0x19, 0x00, 0x20, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0d, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x33, 0x01, 0x4e, 0x01, 0x37, 0x00, 0xcb, 0x00, 0x4e, 0x01, 0x00, 0x00
-.byte 0x68, 0xf8, 0x35, 0x08, 0x74, 0xf8, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x07, 0x0b, 0x00, 0x27, 0x4b, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x26, 0x00
-.byte 0x3c, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x08, 0x00, 0x08, 0x00, 0xcc, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x4c, 0x01, 0x01, 0x00, 0x25, 0x00, 0x00, 0x00, 0x34, 0x01, 0x4f, 0x01
-.byte 0x19, 0xfc, 0xca, 0x00, 0x4f, 0x01, 0x00, 0x00, 0x5c, 0xf8, 0x35, 0x08, 0x64, 0x03, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x28, 0x20
-.byte 0x32, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2a, 0x00, 0x19, 0x00, 0x00, 0x00, 0x11, 0x00, 0x12, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x19, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x35, 0x01, 0x50, 0x01, 0x4e, 0x00, 0x5c, 0x00, 0x50, 0x01, 0x00, 0x00, 0x50, 0xf8, 0x35, 0x08, 0x44, 0xf8, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x28, 0x20, 0x32, 0x01, 0x00, 0x64, 0x01, 0x08, 0x38, 0x00, 0x41, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0xe6, 0x00, 0x1b, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x4e, 0x01, 0x01, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x36, 0x01, 0x51, 0x01, 0x19, 0xfc, 0xc1, 0x00, 0x51, 0x01, 0x00, 0x00, 0x3c, 0xf8, 0x35, 0x08, 0x30, 0xf8, 0x35, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x28, 0x38, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00
-.byte 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x14, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x37, 0x01, 0x52, 0x01, 0x5e, 0x01, 0xfe, 0x00, 0x52, 0x01, 0x00, 0x00
-.byte 0x28, 0xf8, 0x35, 0x08, 0x30, 0xf8, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x28, 0x3f, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x07, 0x00, 0x07, 0x00, 0x99, 0x00, 0x14, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x01, 0x53, 0x01
-.byte 0x5e, 0x01, 0xd6, 0x00, 0x53, 0x01, 0x00, 0x00, 0x20, 0xf8, 0x35, 0x08, 0x18, 0xf8, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x1a, 0x2e
-.byte 0x43, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x33, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x26, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x39, 0x01, 0x54, 0x01, 0x56, 0x00, 0x90, 0x01, 0x54, 0x01, 0x00, 0x00, 0x0c, 0xf8, 0x35, 0x08, 0x18, 0xf8, 0x35, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x1a, 0x29, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0x23, 0x00, 0x00, 0x00, 0x13, 0x00, 0x13, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x99, 0x00, 0x1f, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3a, 0x01, 0x55, 0x01, 0x49, 0x00, 0x92, 0x00, 0x55, 0x01, 0x00, 0x00, 0x04, 0xf8, 0x35, 0x08, 0xfc, 0xf7, 0x35, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x08, 0x00, 0x0d, 0x14, 0x27, 0x00, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x24, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00
-.byte 0x10, 0x00, 0x10, 0x00, 0x99, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3b, 0x01, 0x56, 0x01, 0x46, 0x00, 0x1c, 0x01, 0x56, 0x01, 0x00, 0x00
-.byte 0xf4, 0xf7, 0x35, 0x08, 0xec, 0xf7, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x08, 0x00, 0x00, 0x20, 0x3a, 0x2c, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00
-.byte 0x1e, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0x99, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x01, 0x57, 0x01
-.byte 0x45, 0x00, 0x81, 0x00, 0x57, 0x01, 0x00, 0x00, 0xe4, 0xf7, 0x35, 0x08, 0xd8, 0xf7, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x20, 0x3a
-.byte 0x2c, 0x02, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0x4c, 0x01, 0x2c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x55, 0x01, 0x01, 0x00
-.byte 0x1a, 0x00, 0x00, 0x00, 0x3d, 0x01, 0x58, 0x01, 0x19, 0xfc, 0x55, 0x01, 0x58, 0x01, 0x00, 0x00, 0xcc, 0xf7, 0x35, 0x08, 0xc4, 0xf7, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x10, 0x05, 0x02, 0x12, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0xb3, 0x00, 0x1b, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x01, 0x59, 0x01, 0x59, 0x00, 0x25, 0x00, 0x59, 0x01, 0x00, 0x00, 0xb8, 0xf7, 0x35, 0x08, 0xb0, 0xf7, 0x35, 0x08
-.byte 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x10, 0x05, 0x02, 0x12, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0xbe, 0x00, 0x00, 0x00, 0x12, 0x00, 0x12, 0x00
-.byte 0x0f, 0x00, 0x0f, 0x00, 0x4c, 0x01, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x57, 0x01, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x3f, 0x01, 0x5a, 0x01, 0x19, 0xfc, 0x2b, 0x01, 0x5a, 0x01, 0x00, 0x00
-.byte 0xa8, 0xf7, 0x35, 0x08, 0x9c, 0xf7, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x03, 0x42, 0x29, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00
-.byte 0x64, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x4c, 0x01, 0x28, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x5b, 0x01
-.byte 0x52, 0x00, 0x93, 0x01, 0x5b, 0x01, 0x00, 0x00, 0x94, 0xf7, 0x35, 0x08, 0x88, 0xf7, 0x35, 0x08, 0x05, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x03, 0x42
-.byte 0x29, 0x02, 0x00, 0x64, 0x01, 0x08, 0x3c, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x66, 0x01, 0xa7, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x59, 0x01, 0x01, 0x00
-.byte 0x28, 0x00, 0x00, 0x00, 0x41, 0x01, 0x5c, 0x01, 0x19, 0xfc, 0x94, 0x01, 0x5c, 0x01, 0x00, 0x00, 0x80, 0xf7, 0x35, 0x08, 0x78, 0xf7, 0x35, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x02, 0x09, 0x04, 0x2a, 0x29, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x27, 0x00, 0x32, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0e, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0xb3, 0x00, 0x16, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x01, 0x5d, 0x01, 0x51, 0x00, 0xea, 0x00, 0x5d, 0x01, 0x00, 0x00, 0x6c, 0xf7, 0x35, 0x08, 0xdc, 0x0b, 0x36, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x09, 0x04, 0x2a, 0x41, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0x73, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00
-.byte 0x0d, 0x00, 0x0d, 0x00, 0x66, 0x01, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x5b, 0x01, 0x01, 0x00, 0x21, 0x00, 0x00, 0x00, 0x43, 0x01, 0x5e, 0x01, 0x19, 0xfc, 0x24, 0x00, 0x5e, 0x01, 0x00, 0x00
-.byte 0x64, 0xf7, 0x35, 0x08, 0x5c, 0xf7, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x2a, 0x18, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x25, 0x00
-.byte 0x32, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x08, 0x00, 0x4c, 0x01, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x01, 0x5f, 0x01
-.byte 0x51, 0x00, 0x62, 0x01, 0x5f, 0x01, 0x00, 0x00, 0x54, 0xf7, 0x35, 0x08, 0x4c, 0xf7, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x08, 0x02
-.byte 0x40, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1c, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0xcc, 0x00, 0x18, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x45, 0x01, 0x60, 0x01, 0x4b, 0x00, 0x48, 0x01, 0x60, 0x01, 0x00, 0x00, 0x44, 0xf7, 0x35, 0x08, 0x38, 0xf7, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x08, 0x02, 0x40, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x33, 0x01, 0x25, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x5e, 0x01, 0x01, 0x00, 0x20, 0x00, 0x00, 0x00, 0x46, 0x01, 0x61, 0x01, 0x19, 0xfc, 0x80, 0x00, 0x61, 0x01, 0x00, 0x00, 0x30, 0xf7, 0x35, 0x08, 0x24, 0xf7, 0x35, 0x08
-.byte 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x01, 0x00, 0x00, 0x08, 0x40, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00
-.byte 0x09, 0x00, 0x0a, 0x00, 0x99, 0x00, 0x22, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x01, 0x62, 0x01, 0x48, 0x00, 0x47, 0x01, 0x62, 0x01, 0x00, 0x00
-.byte 0x18, 0xf7, 0x35, 0x08, 0x10, 0xf7, 0x35, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x2b, 0x09, 0x05, 0x00, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00
-.byte 0x3c, 0x00, 0x00, 0x00, 0x16, 0x00, 0x15, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x99, 0x00, 0x13, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x01, 0x63, 0x01
-.byte 0x53, 0x00, 0x64, 0x01, 0x63, 0x01, 0x00, 0x00, 0x08, 0xf7, 0x35, 0x08, 0xfc, 0xf6, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x0f, 0x02, 0x2b, 0x37
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x46, 0x00, 0x00, 0x00, 0x16, 0x00, 0x15, 0x00, 0x0f, 0x00, 0x0d, 0x00, 0x99, 0x00, 0x24, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x61, 0x01, 0x01, 0x00
-.byte 0x23, 0x00, 0x00, 0x00, 0x49, 0x01, 0x64, 0x01, 0x42, 0xff, 0x8c, 0x01, 0x64, 0x01, 0x00, 0x00, 0xf4, 0xf6, 0x35, 0x08, 0xec, 0x00, 0x36, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x09, 0x0f, 0x02, 0x2b, 0x37, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x33, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x16, 0x00, 0x15, 0x00, 0x11, 0x00, 0x10, 0x00, 0x4c, 0x01, 0x2f, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x62, 0x01, 0x01, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x4a, 0x01, 0x65, 0x01, 0x19, 0xfc, 0x6a, 0x00, 0x65, 0x01, 0x00, 0x00, 0xec, 0xf6, 0x35, 0x08, 0xe4, 0xf6, 0x35, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x2b, 0x1d, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x23, 0x00, 0x00, 0x00, 0x13, 0x00, 0x15, 0x00
-.byte 0x0d, 0x00, 0x0d, 0x00, 0x00, 0x01, 0x20, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4b, 0x01, 0x66, 0x01, 0x48, 0x00, 0x22, 0x00, 0x66, 0x01, 0x00, 0x00
-.byte 0xd8, 0xf6, 0x35, 0x08, 0xcc, 0xf6, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x10, 0x00, 0x2b, 0x1d, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00
-.byte 0x50, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x33, 0x01, 0x31, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x64, 0x01, 0x01, 0x00, 0x20, 0x00, 0x00, 0x00, 0x4c, 0x01, 0x67, 0x01
-.byte 0x19, 0xfc, 0x23, 0x00, 0x67, 0x01, 0x00, 0x00, 0xc4, 0xf6, 0x35, 0x08, 0xb8, 0xf6, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0a, 0x02, 0x13, 0x14
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2c, 0x00, 0x3b, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0f, 0x00, 0x0b, 0x00, 0x0c, 0x00, 0x99, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x4d, 0x01, 0x68, 0x01, 0x4b, 0x00, 0x54, 0x01, 0x68, 0x01, 0x00, 0x00, 0xb0, 0xf6, 0x35, 0x08, 0xa8, 0xf6, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0f, 0x0a, 0x00, 0x13, 0x14, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2e, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0f, 0x00, 0x0b, 0x00, 0x0c, 0x00, 0xb3, 0x00, 0x23, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x66, 0x01, 0x01, 0x00, 0x23, 0x00, 0x00, 0x00, 0x4e, 0x01, 0x69, 0x01, 0x19, 0xfc, 0x07, 0x00, 0x69, 0x01, 0x00, 0x00, 0x9c, 0xf6, 0x35, 0x08, 0x90, 0xf6, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0c, 0x45, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2e, 0x00, 0x28, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00
-.byte 0x08, 0x00, 0x0a, 0x00, 0xe6, 0x00, 0x29, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4f, 0x01, 0x6a, 0x01, 0x48, 0x00, 0xa4, 0x01, 0x6a, 0x01, 0x00, 0x00
-.byte 0x88, 0xf6, 0x35, 0x08, 0x7c, 0xf6, 0x35, 0x08, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x0c, 0x21, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2e, 0x00
-.byte 0x36, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0e, 0x00, 0x08, 0x00, 0x08, 0x00, 0x00, 0x01, 0x1e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x01, 0x6b, 0x01
-.byte 0x48, 0x00, 0x2a, 0x01, 0x6b, 0x01, 0x00, 0x00, 0x70, 0xf6, 0x35, 0x08, 0x64, 0xf6, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x0b, 0x02, 0x0a, 0x37
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2c, 0x00, 0x73, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x12, 0x00, 0x12, 0x00, 0x4c, 0x01, 0x14, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x51, 0x01, 0x6c, 0x01, 0x32, 0x00, 0xb5, 0x00, 0x6c, 0x01, 0x00, 0x00, 0x5c, 0xf6, 0x35, 0x08, 0x64, 0xf6, 0x35, 0x08, 0x04, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0d, 0x0b, 0x02, 0x0a, 0x37, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2e, 0x00, 0x78, 0x00, 0x00, 0x00, 0x18, 0x00, 0x18, 0x00, 0x12, 0x00, 0x12, 0x00, 0x4c, 0x01, 0x1c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x52, 0x01, 0x6d, 0x01, 0x32, 0x00, 0x43, 0x01, 0x6d, 0x01, 0x00, 0x00, 0x50, 0xf6, 0x35, 0x08, 0x44, 0xf6, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x09, 0x05, 0x1f, 0x29, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x11, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x53, 0x01, 0x6e, 0x01, 0x53, 0x00, 0x15, 0x00, 0x6e, 0x01, 0x00, 0x00
-.byte 0x38, 0xf6, 0x35, 0x08, 0x44, 0xf6, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x09, 0x05, 0x1f, 0x29, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00
-.byte 0x45, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0xb3, 0x00, 0x26, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x6c, 0x01, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x54, 0x01, 0x6f, 0x01
-.byte 0x19, 0xfc, 0x9a, 0x01, 0x6f, 0x01, 0x00, 0x00, 0x2c, 0xf6, 0x35, 0x08, 0x24, 0xf6, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1c, 0x09
-.byte 0x13, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x21, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x55, 0x01, 0x70, 0x01, 0x58, 0x00, 0x3b, 0x00, 0x70, 0x01, 0x00, 0x00, 0x18, 0xf6, 0x35, 0x08, 0x10, 0xf6, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x10, 0x05, 0x1c, 0x09, 0x13, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x60, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x12, 0x00, 0x12, 0x00, 0xcc, 0x00, 0x25, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x6e, 0x01, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x56, 0x01, 0x71, 0x01, 0x19, 0xfc, 0x3e, 0x00, 0x71, 0x01, 0x00, 0x00, 0x08, 0xf6, 0x35, 0x08, 0xfc, 0xf5, 0x35, 0x08
-.byte 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x0b, 0x02, 0x2e, 0x37, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0a, 0x1a, 0x00, 0x15, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0d, 0x00
-.byte 0x07, 0x00, 0x07, 0x00, 0xb3, 0x00, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x57, 0x01, 0x72, 0x01, 0x38, 0x00, 0x13, 0x00, 0x72, 0x01, 0x00, 0x00
-.byte 0xf4, 0xf5, 0x35, 0x08, 0xfc, 0xf5, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x0b, 0x02, 0x2e, 0x37, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0a, 0x3b, 0x00
-.byte 0x5a, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00, 0x0f, 0x00, 0x10, 0x00, 0x4c, 0x01, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x70, 0x01, 0x01, 0x00, 0x24, 0x00, 0x00, 0x00, 0x58, 0x01, 0x73, 0x01
-.byte 0x19, 0xfc, 0x35, 0x00, 0x73, 0x01, 0x00, 0x00, 0xec, 0xf5, 0x35, 0x08, 0xe0, 0xf5, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x04, 0x00, 0x04, 0x0e
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0x46, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x10, 0x00, 0x10, 0x00, 0xb3, 0x00, 0x20, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x59, 0x01, 0x74, 0x01, 0x49, 0x00, 0xae, 0x00, 0x74, 0x01, 0x00, 0x00, 0xd8, 0xf5, 0x35, 0x08, 0xcc, 0xf5, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0d, 0x04, 0x00, 0x04, 0x0e, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x37, 0x00, 0x6e, 0x00, 0x00, 0x00, 0x15, 0x00, 0x15, 0x00, 0x12, 0x00, 0x12, 0x00, 0x19, 0x01, 0x24, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x72, 0x01, 0x01, 0x00, 0x28, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x75, 0x01, 0xd4, 0xfe, 0x3d, 0x00, 0x75, 0x01, 0x00, 0x00, 0xc4, 0xf5, 0x35, 0x08, 0xb8, 0xf5, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x0c, 0x00, 0x02, 0x0c, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00
-.byte 0x0c, 0x00, 0x0c, 0x00, 0x99, 0x00, 0x21, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5b, 0x01, 0x76, 0x01, 0x57, 0x00, 0x09, 0x00, 0x76, 0x01, 0x00, 0x00
-.byte 0xb0, 0xf5, 0x35, 0x08, 0xa8, 0xf5, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x0c, 0x00, 0x02, 0x0c, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00
-.byte 0x78, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x19, 0x01, 0x27, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x74, 0x01, 0x01, 0x00, 0x28, 0x00, 0x00, 0x00, 0x5c, 0x01, 0x77, 0x01
-.byte 0x19, 0xfc, 0x0d, 0x00, 0x77, 0x01, 0x00, 0x00, 0xa0, 0xf5, 0x35, 0x08, 0xe4, 0x03, 0x36, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1e, 0x1b
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x14, 0x00, 0x15, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x13, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x5d, 0x01, 0x78, 0x01, 0x5c, 0x00, 0x66, 0x00, 0x78, 0x01, 0x00, 0x00, 0x98, 0xf5, 0x35, 0x08, 0x90, 0xf5, 0x35, 0x08, 0x00, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x1e, 0x34, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x3c, 0x00, 0xde, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x14, 0x00, 0x14, 0x00, 0x4c, 0x01, 0x77, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x76, 0x01, 0x01, 0x00, 0x01, 0x00, 0x0a, 0x00, 0x5e, 0x01, 0x79, 0x01, 0x19, 0xfc, 0xd4, 0x00, 0x79, 0x01, 0x00, 0x00, 0x84, 0xf5, 0x35, 0x08, 0x7c, 0xf5, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x28, 0x25, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5f, 0x01, 0x7a, 0x01, 0x4a, 0x00, 0x27, 0x00, 0x7a, 0x01, 0x00, 0x00
-.byte 0x84, 0xf5, 0x35, 0x08, 0x7c, 0xf5, 0x35, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x28, 0x25, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00
-.byte 0xc8, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5f, 0x01, 0x7b, 0x01
-.byte 0x4a, 0x00, 0x28, 0x00, 0x7a, 0x01, 0x00, 0x00, 0x84, 0xf5, 0x35, 0x08, 0x7c, 0xf5, 0x35, 0x08, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x28, 0x25
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x5f, 0x01, 0x7c, 0x01, 0x4a, 0x00, 0x29, 0x00, 0x7a, 0x01, 0x00, 0x00, 0x84, 0xf5, 0x35, 0x08, 0x7c, 0xf5, 0x35, 0x08, 0x07, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x28, 0x25, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x18, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5f, 0x01, 0x7d, 0x01, 0x4a, 0x00, 0x2a, 0x00, 0x7a, 0x01, 0x00, 0x00, 0x74, 0xf5, 0x35, 0x08, 0x68, 0xf5, 0x35, 0x08
-.byte 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xc3, 0x00, 0x00, 0x01, 0x00, 0x00, 0x14, 0x3b, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x32, 0x00, 0x01, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00
-.byte 0x0f, 0x00, 0x0f, 0x00, 0xb3, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x01, 0x7e, 0x01, 0xad, 0xfe, 0x9e, 0x00, 0x7b, 0x01, 0x00, 0x00
-.byte 0x60, 0xf5, 0x35, 0x08, 0x58, 0xf5, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x03, 0x2f, 0x36, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x2e, 0x00
-.byte 0x3c, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x14, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x61, 0x01, 0x7f, 0x01
-.byte 0x50, 0x00, 0x32, 0x01, 0x7c, 0x01, 0x00, 0x00, 0x50, 0xf5, 0x35, 0x08, 0x44, 0xf5, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x03, 0x2f, 0x36
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x32, 0x00, 0x69, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x1c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x7d, 0x01, 0x01, 0x00
-.byte 0x25, 0x00, 0x00, 0x00, 0x62, 0x01, 0x80, 0x01, 0x19, 0xfc, 0x14, 0x00, 0x7d, 0x01, 0x00, 0x00, 0x3c, 0xf5, 0x35, 0x08, 0x34, 0xf5, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0e, 0x00, 0x03, 0x2f, 0x37, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1f, 0x00, 0x37, 0x00, 0x00, 0x00, 0x13, 0x00, 0x15, 0x00, 0x11, 0x00, 0x11, 0x00, 0x99, 0x00, 0x20, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x63, 0x01, 0x81, 0x01, 0x4b, 0x00, 0x57, 0x00, 0x7e, 0x01, 0x00, 0x00, 0x28, 0xf5, 0x35, 0x08, 0x20, 0xf5, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x2f, 0x39, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x4b, 0x00, 0x00, 0x00, 0x14, 0x00, 0x16, 0x00
-.byte 0x12, 0x00, 0x12, 0x00, 0xcc, 0x00, 0x2d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x7f, 0x01, 0x01, 0x00, 0x25, 0x00, 0x00, 0x00, 0x64, 0x01, 0x82, 0x01, 0x19, 0xfc, 0x56, 0x00, 0x7f, 0x01, 0x00, 0x00
-.byte 0x18, 0xf5, 0x35, 0x08, 0x10, 0xf5, 0x35, 0x08, 0x08, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x0a, 0x00, 0x25, 0x4a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2a, 0x00
-.byte 0x64, 0x00, 0x00, 0x00, 0x16, 0x00, 0x17, 0x00, 0x14, 0x00, 0x14, 0x00, 0x4c, 0x01, 0x29, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x65, 0x01, 0x83, 0x01
-.byte 0x4c, 0x00, 0x66, 0x01, 0x80, 0x01, 0x00, 0x00, 0x04, 0xf5, 0x35, 0x08, 0xf8, 0xf4, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x28, 0x37
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x3a, 0x00, 0x14, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00, 0x04, 0x00, 0x04, 0x00, 0x99, 0x00, 0x10, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x66, 0x01, 0x84, 0x01, 0x45, 0x00, 0x32, 0x00, 0x81, 0x01, 0x00, 0x00, 0xf0, 0xf4, 0x35, 0x08, 0xe4, 0xf4, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x03, 0x00, 0x01, 0x10, 0x00, 0x00, 0x2f, 0x39, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x3d, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x10, 0x00, 0x0f, 0x00, 0x15, 0x00, 0x16, 0x00, 0xe6, 0x00, 0x21, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x67, 0x01, 0x85, 0x01, 0x44, 0x00, 0x02, 0x00, 0x82, 0x01, 0x00, 0x00, 0xdc, 0xf4, 0x35, 0x08, 0xd4, 0xf4, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x21, 0x0a, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0b, 0x00, 0x19, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00
-.byte 0x04, 0x00, 0x04, 0x00, 0x99, 0x00, 0x18, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0x01, 0x86, 0x01, 0x60, 0x00, 0xa1, 0x01, 0x83, 0x01, 0x00, 0x00
-.byte 0xcc, 0xf4, 0x35, 0x08, 0xc0, 0xf4, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x30, 0x1f, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x20, 0x00
-.byte 0x32, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x99, 0x00, 0x1a, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x69, 0x01, 0x87, 0x01
-.byte 0x4b, 0x00, 0x41, 0x01, 0x84, 0x01, 0x00, 0x00, 0xb8, 0xf4, 0x35, 0x08, 0xb0, 0xf4, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x30, 0x1f
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x25, 0x00, 0x50, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x10, 0x00, 0x10, 0x00, 0x66, 0x01, 0x2f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x85, 0x01, 0x01, 0x00
-.byte 0x2a, 0x00, 0x00, 0x00, 0x6a, 0x01, 0x88, 0x01, 0x19, 0xfc, 0x72, 0x00, 0x85, 0x01, 0x00, 0x00, 0xa8, 0xf4, 0x35, 0x08, 0xa0, 0xf4, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x06, 0x03, 0x05, 0x31, 0x02, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x4e, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0xcc, 0x00, 0x16, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6b, 0x01, 0x89, 0x01, 0x58, 0x00, 0x45, 0x01, 0x86, 0x01, 0x00, 0x00, 0x98, 0xf4, 0x35, 0x08, 0x8c, 0xf4, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x03, 0x05, 0x31, 0x02, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x2d, 0x00, 0x67, 0x00, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00
-.byte 0x0e, 0x00, 0x0e, 0x00, 0x4c, 0x01, 0x1d, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x87, 0x01, 0x01, 0x00, 0x20, 0x00, 0x00, 0x00, 0x6c, 0x01, 0x8a, 0x01, 0x42, 0xff, 0x26, 0x01, 0x87, 0x01, 0x00, 0x00
-.byte 0x84, 0xf4, 0x35, 0x08, 0x78, 0xf4, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x03, 0x05, 0x31, 0x02, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00
-.byte 0x82, 0x00, 0x00, 0x00, 0x11, 0x00, 0x11, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x4c, 0x01, 0x26, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x88, 0x01, 0x01, 0x00, 0x2c, 0x00, 0x00, 0x00, 0x6d, 0x01, 0x8b, 0x01
-.byte 0x19, 0xfc, 0x95, 0x01, 0x88, 0x01, 0x00, 0x00, 0x6c, 0xf4, 0x35, 0x08, 0x68, 0x06, 0x36, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x04, 0x13
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0x46, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x0c, 0x00, 0x0d, 0x00, 0x0d, 0x00, 0x00, 0x01, 0x23, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x6e, 0x01, 0x8c, 0x01, 0x55, 0x00, 0x34, 0x00, 0x89, 0x01, 0x00, 0x00, 0x64, 0xf4, 0x35, 0x08, 0x58, 0xf4, 0x35, 0x08, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x04, 0x1b, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x69, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0d, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0xb3, 0x00, 0x21, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x8a, 0x01, 0x03, 0x00, 0x6e, 0x00, 0x04, 0x00, 0x6f, 0x01, 0x8d, 0x01, 0x19, 0xfc, 0x8f, 0x00, 0x8a, 0x01, 0x00, 0x00, 0x4c, 0xf4, 0x35, 0x08, 0x40, 0xf4, 0x35, 0x08
-.byte 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x04, 0x1b, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x78, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x0f, 0x00
-.byte 0x0e, 0x00, 0x0e, 0x00, 0xb3, 0x00, 0x13, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x8a, 0x01, 0x03, 0x00, 0x6d, 0x00, 0x04, 0x00, 0x70, 0x01, 0x8e, 0x01, 0x19, 0xfc, 0x79, 0x00, 0x8b, 0x01, 0x00, 0x00
-.byte 0x34, 0xf4, 0x35, 0x08, 0x28, 0xf4, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0d, 0x05, 0x04, 0x1b, 0x07, 0x01, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00
-.byte 0x45, 0x00, 0x00, 0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0x09, 0x00, 0xb3, 0x00, 0x1e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x71, 0x01, 0x8f, 0x01
-.byte 0x4f, 0x00, 0x18, 0x01, 0x8c, 0x01, 0x00, 0x00, 0x20, 0xf4, 0x35, 0x08, 0x14, 0xf4, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x05, 0x02, 0x1b
-.byte 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00, 0x50, 0x00, 0x00, 0x00, 0x08, 0x00, 0x09, 0x00, 0x08, 0x00, 0x09, 0x00, 0x99, 0x00, 0x0e, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x72, 0x01, 0x90, 0x01, 0x56, 0x00, 0xb6, 0x00, 0x8d, 0x01, 0x00, 0x00, 0x0c, 0xf4, 0x35, 0x08, 0x00, 0xf4, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x23, 0x07, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x24, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00, 0x0b, 0x00, 0x0b, 0x00, 0xe6, 0x00, 0x1c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x73, 0x01, 0x91, 0x01, 0x4c, 0x00, 0x12, 0x00, 0x8e, 0x01, 0x00, 0x00, 0xf8, 0xf3, 0x35, 0x08, 0xec, 0xf3, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x23, 0x07, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x27, 0x00, 0x41, 0x00, 0x00, 0x00, 0x16, 0x00, 0x16, 0x00
-.byte 0x10, 0x00, 0x10, 0x00, 0x4c, 0x01, 0x29, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x8f, 0x01, 0x01, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x74, 0x01, 0x92, 0x01, 0x42, 0xff, 0x2d, 0x01, 0x8f, 0x01, 0x00, 0x00
-.byte 0xe0, 0xf3, 0x35, 0x08, 0xd0, 0x04, 0x36, 0x08, 0x05, 0x02, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x0a, 0x00, 0x23, 0x06, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x28, 0x00
-.byte 0x55, 0x00, 0x00, 0x00, 0x19, 0x00, 0x19, 0x00, 0x12, 0x00, 0x12, 0x00, 0x4c, 0x01, 0x5c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x90, 0x01, 0x01, 0x00, 0x32, 0x00, 0x00, 0x00, 0x75, 0x01, 0x93, 0x01
-.byte 0x19, 0xfc, 0x1e, 0x01, 0x90, 0x01, 0x00, 0x00, 0xd8, 0xf3, 0x35, 0x08, 0xcc, 0xf3, 0x35, 0x08, 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x0b, 0x02, 0x35, 0x0f
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x0c, 0x14, 0x00, 0x20, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x11, 0x00, 0x07, 0x00, 0x08, 0x00, 0x4c, 0x01, 0x17, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x76, 0x01, 0x94, 0x01, 0x4e, 0x00, 0x19, 0x00, 0x91, 0x01, 0x00, 0x00, 0xc4, 0xf3, 0x35, 0x08, 0xb8, 0xf3, 0x35, 0x08, 0x0b, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x11, 0x0b, 0x02, 0x35, 0x0f, 0x00, 0x02, 0x00, 0x64, 0x01, 0x05, 0x29, 0x00, 0x41, 0x00, 0x00, 0x00, 0x10, 0x00, 0x13, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x66, 0x01, 0x2f, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x92, 0x01, 0x01, 0x00, 0x14, 0x00, 0x00, 0x00, 0x77, 0x01, 0x95, 0x01, 0x42, 0xff, 0xcf, 0x00, 0x92, 0x01, 0x00, 0x00, 0xac, 0xf3, 0x35, 0x08, 0xa0, 0xf3, 0x35, 0x08
-.byte 0x0b, 0x02, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x0b, 0x00, 0x35, 0x0f, 0x00, 0x02, 0x00, 0x64, 0x01, 0x05, 0x2c, 0x00, 0x5f, 0x00, 0x00, 0x00, 0x11, 0x00, 0x14, 0x00
-.byte 0x0c, 0x00, 0x0c, 0x00, 0x66, 0x01, 0x3b, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x93, 0x01, 0x01, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x78, 0x01, 0x96, 0x01, 0x19, 0xfc, 0xce, 0x00, 0x93, 0x01, 0x00, 0x00
-.byte 0x94, 0xf3, 0x35, 0x08, 0x88, 0xf3, 0x35, 0x08, 0x06, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x2e, 0x0f, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00
-.byte 0xc8, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x66, 0x01, 0x3c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x79, 0x01, 0x97, 0x01
-.byte 0x01, 0x00, 0x16, 0x01, 0x94, 0x01, 0x00, 0x00, 0x80, 0xf3, 0x35, 0x08, 0x78, 0xf3, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x2e, 0x0f
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x4c, 0x01, 0x31, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x7a, 0x01, 0x98, 0x01, 0x01, 0x00, 0x15, 0x01, 0x95, 0x01, 0x00, 0x00, 0x6c, 0xf3, 0x35, 0x08, 0x64, 0xf3, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x2e, 0x0f, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x23, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x66, 0x01, 0x35, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7b, 0x01, 0x99, 0x01, 0x01, 0x00, 0x17, 0x01, 0x96, 0x01, 0x00, 0x00, 0x5c, 0xf3, 0x35, 0x08, 0x58, 0xf3, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x0f, 0x0b, 0x02, 0x37, 0x37, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00
-.byte 0x0f, 0x00, 0x0f, 0x00, 0xe6, 0x00, 0x25, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7c, 0x01, 0x9a, 0x01, 0x01, 0x00, 0xa9, 0x00, 0x97, 0x01, 0x00, 0x00
-.byte 0x50, 0xf3, 0x35, 0x08, 0x58, 0xf3, 0x35, 0x08, 0x05, 0x02, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x0f, 0x0b, 0x02, 0x37, 0x37, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x32, 0x00
-.byte 0xc8, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x19, 0x01, 0x39, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7d, 0x01, 0x9b, 0x01
-.byte 0x01, 0x00, 0xaa, 0x00, 0x98, 0x01, 0x00, 0x00, 0x48, 0xf3, 0x35, 0x08, 0x3c, 0xf3, 0x35, 0x08, 0x05, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x03, 0x00, 0x05, 0x06, 0x04
-.byte 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x4b, 0x00, 0xd2, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x66, 0x01, 0x7c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x7e, 0x01, 0x9c, 0x01, 0xf4, 0x01, 0xa4, 0x00, 0x99, 0x01, 0x00, 0x00, 0x34, 0xf3, 0x35, 0x08, 0x28, 0xf3, 0x35, 0x08, 0x05, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x01, 0x00, 0x01, 0x09, 0x00, 0x04, 0x32, 0x31, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x4e, 0x00, 0xdc, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x66, 0x01, 0x6b, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x01, 0x9d, 0x01, 0x9c, 0xff, 0x7d, 0x00, 0x9a, 0x01, 0x00, 0x00, 0x1c, 0xf3, 0x35, 0x08, 0x10, 0xf3, 0x35, 0x08
-.byte 0x03, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x0f, 0x0a, 0x02, 0x33, 0x08, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x50, 0x00, 0xe6, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00
-.byte 0x11, 0x00, 0x11, 0x00, 0x66, 0x01, 0x9c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x9e, 0x01, 0x9c, 0xff, 0x13, 0x01, 0x9b, 0x01, 0x00, 0x00
-.byte 0x08, 0xf3, 0x35, 0x08, 0x00, 0xf3, 0x35, 0x08, 0x0a, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x11, 0x0b, 0x02, 0x0a, 0x26, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x41, 0x00
-.byte 0x2c, 0x01, 0x00, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x99, 0x00, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x81, 0x01, 0x9f, 0x01
-.byte 0xe7, 0x03, 0x95, 0x00, 0x9c, 0x01, 0x00, 0x00, 0xf8, 0xf2, 0x35, 0x08, 0xf4, 0xf2, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x0b, 0x00, 0x02, 0x38, 0x39
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x55, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x15, 0x00, 0x16, 0x00, 0x16, 0x00, 0x15, 0x00, 0x19, 0x01, 0x36, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x82, 0x01, 0xa0, 0x01, 0x9c, 0xff, 0x46, 0x00, 0x9d, 0x01, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x32, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0b, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xe3, 0x00, 0x01, 0x00, 0x85, 0x01, 0xe3, 0x00, 0x00, 0x00, 0x78, 0xff, 0x35, 0x08, 0x70, 0xff, 0x35, 0x08
-.byte 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x02, 0x2d, 0x37, 0x00, 0x00, 0x00, 0x64, 0x01, 0x08, 0x1e, 0x00, 0x32, 0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00
-.byte 0x08, 0x00, 0x08, 0x00, 0x99, 0x00, 0x0c, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc9, 0x00, 0xe4, 0x00, 0x01, 0x00, 0x86, 0x01, 0xe4, 0x00, 0x00, 0x00
-.byte 0xf8, 0xf2, 0x35, 0x08, 0xf4, 0xf2, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0b, 0x00, 0x02, 0x38, 0x39, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x55, 0x00
-.byte 0x2c, 0x01, 0x00, 0x00, 0x15, 0x00, 0x16, 0x00, 0x16, 0x00, 0x15, 0x00, 0x19, 0x01, 0x33, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x01, 0xa0, 0x01
-.byte 0x19, 0xfc, 0x47, 0x00, 0x9d, 0x01, 0x00, 0x00, 0xf8, 0xf2, 0x35, 0x08, 0xf4, 0xf2, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x0b, 0x00, 0x02, 0x38, 0x39
-.byte 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x55, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x15, 0x00, 0x16, 0x00, 0x16, 0x00, 0x15, 0x00, 0x19, 0x01, 0x3f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x82, 0x01, 0xa1, 0x01, 0x19, 0xfc, 0x48, 0x00, 0x9d, 0x01, 0x00, 0x00, 0xf8, 0xf2, 0x35, 0x08, 0xf4, 0xf2, 0x35, 0x08, 0x09, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x01, 0x0b, 0x00, 0x02, 0x38, 0x39, 0x00, 0x01, 0x00, 0x64, 0x01, 0x00, 0x55, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x15, 0x00, 0x16, 0x00, 0x16, 0x00, 0x15, 0x00, 0x19, 0x01, 0x27, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x01, 0xa2, 0x01, 0x19, 0xfc, 0x49, 0x00, 0x9d, 0x01, 0x00, 0x00, 0xe8, 0xf2, 0x35, 0x08, 0x58, 0xf9, 0x35, 0x08
-.byte 0x0c, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x00, 0x39, 0x00, 0x01, 0x00, 0x64, 0x01, 0x0a, 0x07, 0x00, 0x64, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00
-.byte 0x01, 0x00, 0x01, 0x00, 0x4c, 0x01, 0x1f, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x83, 0x01, 0xa3, 0x01, 0x00, 0x00, 0xdc, 0x00, 0x9e, 0x01, 0x00, 0x00
-.byte 0xe0, 0xf2, 0x35, 0x08, 0xd8, 0xf9, 0x35, 0x08, 0x03, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x39, 0x00, 0x01, 0x00, 0x64, 0x01, 0x08, 0x0a, 0x00
-.byte 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x19, 0x01, 0x16, 0x00, 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x84, 0x01, 0xa4, 0x01
-.byte 0x00, 0x00, 0x43, 0x00, 0x9f, 0x01, 0x00, 0x00, 0xd8, 0xf2, 0x35, 0x08, 0x5c, 0xf7, 0x35, 0x08, 0x05, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04
-.byte 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0xb4, 0x00, 0x0e, 0x00, 0x00, 0x00, 0xb4, 0x00, 0xb4, 0x00, 0x03, 0x00, 0x06, 0x00, 0x99, 0x00, 0x0c, 0x00, 0x0a, 0x0a, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x00, 0x00, 0x00, 0x00, 0x85, 0x01, 0xa5, 0x01, 0x07, 0x00, 0x4d, 0x01, 0xa0, 0x01, 0x00, 0x00, 0x1c, 0xf3, 0x35, 0x08, 0x10, 0xf3, 0x35, 0x08, 0x03, 0x04, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
-.byte 0x01, 0x00, 0x00, 0x0f, 0x0a, 0x02, 0x33, 0x08, 0x00, 0x02, 0x00, 0x64, 0x01, 0x08, 0x50, 0x00, 0xe6, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x11, 0x00, 0x11, 0x00, 0x66, 0x01, 0x9c, 0x00
-.byte 0x0a, 0x0a, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0xa6, 0x01, 0x00, 0x00, 0x14, 0x01, 0x9b, 0x01, 0x00, 0x00
+.include "data/pokemon/species_data.inc"
@ Start of Species/Category Names
.byte 0x53, 0x74, 0x61, 0x74, 0x75, 0x65, 0x00, 0x00