diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-10-10 10:59:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 07:59:35 -0700 |
commit | 2d4c802d769f53462a2742a5c6afaad4d7f290fb (patch) | |
tree | ca8430d7e2b05f52ba6df4d6e704834f634fad48 /data | |
parent | fb7a3a03e71fc7f83ff5471067b7cbe2e069d0fc (diff) |
Extracted species/item/move strings (#63)
* Extracted species/item/move strings
* Used binary strings for bitwise flag variables
Diffstat (limited to 'data')
-rw-r--r-- | data/item/item_data.json | 970 | ||||
-rw-r--r-- | data/item/item_descriptions.s | 879 | ||||
-rw-r--r-- | data/item/item_names.s | 1309 | ||||
-rw-r--r-- | data/move/move_data.json | 4130 | ||||
-rw-r--r-- | data/move/move_names.s | 3289 | ||||
-rw-r--r-- | data/pokemon/species_data.json | 1846 | ||||
-rw-r--r-- | data/pokemon/species_names.s | 3309 | ||||
-rw-r--r-- | data/system_sbin.s | 2057 |
8 files changed, 12282 insertions, 5507 deletions
diff --git a/data/item/item_data.json b/data/item/item_data.json index 1169444..98e4141 100644 --- a/data/item/item_data.json +++ b/data/item/item_data.json @@ -1,24 +1,24 @@ [ { "name": "None", - "namePointer": "0x0830f664", + "namePointer": "ItemNameNone", "buyPrice": 0, "sellPrice": 0, "type": "ITEM_TYPE_BERRY_SEED", "icon": 2, - "descriptionPointer": "0x08306580", + "descriptionPointer": "ItemDescriptionNone", "order": 0, "palette": 0, "category": "ITEM_CATEGORY_NOTHING" }, { "name": "Stick", - "namePointer": "0x0830f65c", + "namePointer": "ItemNameStick", "buyPrice": 2, "sellPrice": 1, "type": "ITEM_TYPE_THROWABLE", "icon": 0, - "descriptionPointer": "0x0830659b", + "descriptionPointer": "ItemDescriptionSpike", "aiFlags": [ false, false, @@ -34,12 +34,12 @@ }, { "name": "Iron Thorn", - "namePointer": "0x0830f650", + "namePointer": "ItemNameIronThorn", "buyPrice": 4, "sellPrice": 2, "type": "ITEM_TYPE_THROWABLE", "icon": 0, - "descriptionPointer": "0x0830659b", + "descriptionPointer": "ItemDescriptionSpike", "aiFlags": [ false, false, @@ -55,12 +55,12 @@ }, { "name": "Silver Spike", - "namePointer": "0x0830f640", + "namePointer": "ItemNameSilverSpike", "buyPrice": 6, "sellPrice": 3, "type": "ITEM_TYPE_THROWABLE", "icon": 0, - "descriptionPointer": "0x0830659b", + "descriptionPointer": "ItemDescriptionSpike", "aiFlags": [ false, false, @@ -76,12 +76,12 @@ }, { "name": "Gold Fang", - "namePointer": "0x0830f634", + "namePointer": "ItemNameGoldFang", "buyPrice": 8, "sellPrice": 4, "type": "ITEM_TYPE_THROWABLE", "icon": 0, - "descriptionPointer": "0x0830659b", + "descriptionPointer": "ItemDescriptionSpike", "aiFlags": [ false, false, @@ -97,12 +97,12 @@ }, { "name": "Cacnea Spike", - "namePointer": "0x0830f624", + "namePointer": "ItemNameCacneaSpike", "buyPrice": 10, "sellPrice": 5, "type": "ITEM_TYPE_THROWABLE", "icon": 0, - "descriptionPointer": "0x0830659b", + "descriptionPointer": "ItemDescriptionSpike", "aiFlags": [ false, false, @@ -118,12 +118,12 @@ }, { "name": "Corsola Twig", - "namePointer": "0x0830f614", + "namePointer": "ItemNameCorsolaTwig", "buyPrice": 12, "sellPrice": 6, "type": "ITEM_TYPE_THROWABLE", "icon": 0, - "descriptionPointer": "0x0830659b", + "descriptionPointer": "ItemDescriptionSpike", "aiFlags": [ false, false, @@ -139,12 +139,12 @@ }, { "name": "Gravelerock", - "namePointer": "0x0830f608", + "namePointer": "ItemNameGravelerock", "buyPrice": 10, "sellPrice": 5, "type": "ITEM_TYPE_ROCK", "icon": 1, - "descriptionPointer": "0x083065ce", + "descriptionPointer": "ItemDescriptionRock", "aiFlags": [ false, false, @@ -160,12 +160,12 @@ }, { "name": "Geo Pebble", - "namePointer": "0x0830f5fc", + "namePointer": "ItemNameGeoPebble", "buyPrice": 5, "sellPrice": 5, "type": "ITEM_TYPE_ROCK", "icon": 1, - "descriptionPointer": "0x083065ce", + "descriptionPointer": "ItemDescriptionRock", "aiFlags": [ false, false, @@ -181,60 +181,60 @@ }, { "name": "Mobile Scarf", - "namePointer": "0x0830f5ec", + "namePointer": "ItemNameMobileScarf", "buyPrice": 1000, "sellPrice": 300, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x0830665f", + "descriptionPointer": "ItemDescriptionMobileScarf", "order": 4, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Heal Ribbon", - "namePointer": "0x0830f5e0", + "namePointer": "ItemNameHealRibbon", "buyPrice": 1100, "sellPrice": 350, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306718", + "descriptionPointer": "ItemDescriptionHealRibbon", "order": 14, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Twist Band", - "namePointer": "0x0830f5d4", + "namePointer": "ItemNameTwistBand", "buyPrice": 1200, "sellPrice": 400, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x083067a0", + "descriptionPointer": "ItemDescriptionTwistBand", "order": 32, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Scope Lens", - "namePointer": "0x0830f5c8", + "namePointer": "ItemNameScopeLens", "buyPrice": 1300, "sellPrice": 450, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 13, - "descriptionPointer": "0x08306802", + "descriptionPointer": "ItemDescriptionScopeLens", "order": 42, "palette": 4, "category": "ITEM_CATEGORY_SPECS" }, { "name": "Patsy Band", - "namePointer": "0x0830f5bc", + "namePointer": "ItemNamePatsyBand", "buyPrice": 50, "sellPrice": 25, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306855", + "descriptionPointer": "ItemDescriptionPatsyBand", "aiFlags": [ false, false, @@ -246,168 +246,168 @@ }, { "name": "No-Stick Cap", - "namePointer": "0x0830f5ac", + "namePointer": "ItemNameNoStickCap", "buyPrice": 1500, "sellPrice": 550, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x083068be", + "descriptionPointer": "ItemDescriptionNoStickCap", "order": 33, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Pierce Band", - "namePointer": "0x0830f5a0", + "namePointer": "ItemNamePierceBand", "buyPrice": 1600, "sellPrice": 600, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306915", + "descriptionPointer": "ItemDescriptionPierceBand", "order": 22, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Joy Ribbon", - "namePointer": "0x0830f594", + "namePointer": "ItemNameJoyRibbon", "buyPrice": 5000, "sellPrice": 2000, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306992", + "descriptionPointer": "ItemDescriptionJoyRibbon", "order": 15, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "X-Ray Specs", - "namePointer": "0x0830f588", + "namePointer": "ItemNameXRaySpecs", "buyPrice": 4000, "sellPrice": 2000, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 13, - "descriptionPointer": "0x083069d7", + "descriptionPointer": "ItemDescriptionXRaySpecs", "order": 44, "palette": 9, "category": "ITEM_CATEGORY_SPECS" }, { "name": "Persim Band", - "namePointer": "0x0830f57c", + "namePointer": "ItemNamePersimBand", "buyPrice": 1500, "sellPrice": 750, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306a26", + "descriptionPointer": "ItemDescriptionPersimBand", "order": 29, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Power Band", - "namePointer": "0x0830f570", + "namePointer": "ItemNamePowerBand", "buyPrice": 500, "sellPrice": 250, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306a6b", + "descriptionPointer": "ItemDescriptionPowerBand", "order": 23, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Pecha Scarf", - "namePointer": "0x0830f564", + "namePointer": "ItemNamePechaScarf", "buyPrice": 1200, "sellPrice": 500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306aa2", + "descriptionPointer": "ItemDescriptionPechaScarf", "order": 6, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Insomniscope", - "namePointer": "0x0830f554", + "namePointer": "ItemNameInsomniscope", "buyPrice": 1200, "sellPrice": 500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 13, - "descriptionPointer": "0x08306afb", + "descriptionPointer": "ItemDescriptionInsomniscope", "order": 37, "palette": 9, "category": "ITEM_CATEGORY_SPECS" }, { "name": "Warp Scarf", - "namePointer": "0x0830f548", + "namePointer": "ItemNameWarpScarf", "buyPrice": 50, "sellPrice": 25, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306b7c", + "descriptionPointer": "ItemDescriptionWarpScarf", "order": 9, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Tight Belt", - "namePointer": "0x0830f53c", + "namePointer": "ItemNameTightBelt", "buyPrice": 5000, "sellPrice": 1000, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306bd3", + "descriptionPointer": "ItemDescriptionTightBelt", "order": 31, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Sneak Scarf", - "namePointer": "0x0830f530", + "namePointer": "ItemNameSneakScarf", "buyPrice": 2500, "sellPrice": 1000, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306c25", + "descriptionPointer": "ItemDescriptionSneakScarf", "order": 7, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Gold Ribbon", - "namePointer": "0x0830f524", + "namePointer": "ItemNameGoldRibbon", "buyPrice": 3000, "sellPrice": 2000, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306ca7", + "descriptionPointer": "ItemDescriptionGoldRibbon", "order": 13, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Goggle Specs", - "namePointer": "0x0830f514", + "namePointer": "ItemNameGoggleSpecs", "buyPrice": 1500, "sellPrice": 500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 13, - "descriptionPointer": "0x08306d07", + "descriptionPointer": "ItemDescriptionGoggleSpecs", "order": 40, "palette": 9, "category": "ITEM_CATEGORY_SPECS" }, { "name": "Diet Ribbon", - "namePointer": "0x0830f508", + "namePointer": "ItemNameDietRibbon", "buyPrice": 50, "sellPrice": 25, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306d71", + "descriptionPointer": "ItemDescriptionDietRibbon", "aiFlags": [ false, false, @@ -419,156 +419,156 @@ }, { "name": "Trap Scarf", - "namePointer": "0x0830f4fc", + "namePointer": "ItemNameTrapScarf", "buyPrice": 5000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306e2b", + "descriptionPointer": "ItemDescriptionTrapScarf", "order": 8, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Racket Band", - "namePointer": "0x0830f4f0", + "namePointer": "ItemNameRacketBand", "buyPrice": 3000, "sellPrice": 1300, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306e84", + "descriptionPointer": "ItemDescriptionRacketBand", "order": 30, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Def. Scarf", - "namePointer": "0x0830f4e4", + "namePointer": "ItemNameDefScarf", "buyPrice": 3000, "sellPrice": 1350, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306eff", + "descriptionPointer": "ItemDescriptionDefScarf", "order": 2, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Stamina Band", - "namePointer": "0x0830f4d4", + "namePointer": "ItemNameStaminaBand", "buyPrice": 3200, "sellPrice": 1400, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306f37", + "descriptionPointer": "ItemDescriptionStaminaBand", "order": 19, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Plain Ribbon", - "namePointer": "0x0830f4c4", + "namePointer": "ItemNamePlainRibbon", "buyPrice": 50, "sellPrice": 25, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306f82", + "descriptionPointer": "ItemDescriptionPlainRibbon", "order": 17, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Special Band", - "namePointer": "0x0830f4b4", + "namePointer": "ItemNameSpecialBand", "buyPrice": 5000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08306fc3", + "descriptionPointer": "ItemDescriptionSpecialBand", "order": 18, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Zinc Band", - "namePointer": "0x0830f4a8", + "namePointer": "ItemNameZincBand", "buyPrice": 5000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08307002", + "descriptionPointer": "ItemDescriptionZincBand", "order": 25, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Detect Band", - "namePointer": "0x0830f49c", + "namePointer": "ItemNameDetectBand", "buyPrice": 5000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08307042", + "descriptionPointer": "ItemDescriptionDetectBand", "order": 26, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Alert Specs", - "namePointer": "0x0830f490", + "namePointer": "ItemNameAlertSpecs", "buyPrice": 4000, "sellPrice": 2000, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 13, - "descriptionPointer": "0x0830707a", + "descriptionPointer": "ItemDescriptionAlertSpecs", "order": 39, "palette": 9, "category": "ITEM_CATEGORY_SPECS" }, { "name": "Dodge Scarf", - "namePointer": "0x0830f484", + "namePointer": "ItemNameDodgeScarf", "buyPrice": 5000, "sellPrice": 2500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x083070dc", + "descriptionPointer": "ItemDescriptionDodgeScarf", "order": 3, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Bounce Band", - "namePointer": "0x0830f478", + "namePointer": "ItemNameBounceBand", "buyPrice": 3500, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08307122", + "descriptionPointer": "ItemDescriptionBounceBand", "order": 10, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Curve Band", - "namePointer": "0x0830f46c", + "namePointer": "ItemNameCurveBand", "buyPrice": 50, "sellPrice": 25, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08307160", + "descriptionPointer": "ItemDescriptionCurveBand", "order": 21, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Whiff Specs", - "namePointer": "0x0830f460", + "namePointer": "ItemNameWhiffSpecs", "buyPrice": 50, "sellPrice": 25, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 13, - "descriptionPointer": "0x083071fd", + "descriptionPointer": "ItemDescriptionWhiffSpecs", "aiFlags": [ false, false, @@ -580,12 +580,12 @@ }, { "name": "No-Aim Scope", - "namePointer": "0x0830f450", + "namePointer": "ItemNameNoAimScope", "buyPrice": 100, "sellPrice": 50, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 13, - "descriptionPointer": "0x08307254", + "descriptionPointer": "ItemDescriptionNoAimScope", "aiFlags": [ false, false, @@ -597,144 +597,144 @@ }, { "name": "Lockon Specs", - "namePointer": "0x0830f440", + "namePointer": "ItemNameLockonSpecs", "buyPrice": 4000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 13, - "descriptionPointer": "0x083072ab", + "descriptionPointer": "ItemDescriptionLockonSpecs", "order": 41, "palette": 9, "category": "ITEM_CATEGORY_SPECS" }, { "name": "Munch Belt", - "namePointer": "0x0830f434", + "namePointer": "ItemNameMunchBelt", "buyPrice": 4000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x083072fa", + "descriptionPointer": "ItemDescriptionMunchBelt", "order": 27, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Pass Scarf", - "namePointer": "0x0830f428", + "namePointer": "ItemNamePassScarf", "buyPrice": 4000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08307398", + "descriptionPointer": "ItemDescriptionPassScarf", "order": 5, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Weather Band", - "namePointer": "0x0830f418", + "namePointer": "ItemNameWeatherBand", "buyPrice": 4000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08307461", + "descriptionPointer": "ItemDescriptionWeatherBand", "order": 24, "palette": 4, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Friend Bow", - "namePointer": "0x0830f40c", + "namePointer": "ItemNameFriendBow", "buyPrice": 5000, "sellPrice": 500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x083074b2", + "descriptionPointer": "ItemDescriptionFriendBow", "order": 12, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Beauty Scarf", - "namePointer": "0x0830f3fc", + "namePointer": "ItemNameBeautyScarf", "buyPrice": 9000, "sellPrice": 5000, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08307526", + "descriptionPointer": "ItemDescriptionBeautyScarf", "order": 1, "palette": 10, "category": "ITEM_CATEGORY_SCARFS" }, { "name": "Sun Ribbon", - "namePointer": "0x0830f3f0", + "namePointer": "ItemNameSunRibbon", "buyPrice": 5000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x083075b8", + "descriptionPointer": "ItemDescriptionSunRibbon", "order": 20, "palette": 3, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Lunar Ribbon", - "namePointer": "0x0830f3e0", + "namePointer": "ItemNameLunarRibbon", "buyPrice": 5000, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x08307641", + "descriptionPointer": "ItemDescriptionLunarRibbon", "order": 16, "palette": 0, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Ring D", - "namePointer": "0x0830f3d8", + "namePointer": "ItemNameRingD", "buyPrice": 5100, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x083076ca", + "descriptionPointer": "ItemDescriptionRingD", "order": 34, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Ring E", - "namePointer": "0x0830f3d0", + "namePointer": "ItemNameRingE", "buyPrice": 5200, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x083076d2", + "descriptionPointer": "ItemDescriptionRingE", "order": 35, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Ring F", - "namePointer": "0x0830f3c8", + "namePointer": "ItemNameRingF", "buyPrice": 5300, "sellPrice": 1500, "type": "ITEM_TYPE_HOLD_ITEM", "icon": 4, - "descriptionPointer": "0x083076da", + "descriptionPointer": "ItemDescriptionRingF", "order": 36, "palette": 4, "category": "ITEM_CATEGORY_RIBBONS" }, { "name": "Heal Seed", - "namePointer": "0x0830f3bc", + "namePointer": "ItemNameHealSeed", "buyPrice": 250, "sellPrice": 120, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x083076e2", + "descriptionPointer": "ItemDescriptionHealSeed", "aiFlags": [ true, true, @@ -746,24 +746,24 @@ }, { "name": "Wish Stone", - "namePointer": "0x0830f3b0", + "namePointer": "ItemNameWishStone", "buyPrice": 4, "sellPrice": 2, "type": "ITEM_TYPE_MISC", "icon": 7, - "descriptionPointer": "0x08307743", + "descriptionPointer": "ItemDescriptionWishStone", "order": 110, "palette": 6, "category": "ITEM_CATEGORY_MONEY_WISH_STONE" }, { "name": "Oran Berry", - "namePointer": "0x0830f3a4", + "namePointer": "ItemNameOranBerry", "buyPrice": 50, "sellPrice": 25, "type": "ITEM_TYPE_BERRY_SEED", "icon": 2, - "descriptionPointer": "0x083077d7", + "descriptionPointer": "ItemDescriptionOranBerry", "aiFlags": [ true, true, @@ -775,12 +775,12 @@ }, { "name": "Sitrus Berry", - "namePointer": "0x0830f394", + "namePointer": "ItemNameSitrusBerry", "buyPrice": 4000, "sellPrice": 100, "type": "ITEM_TYPE_BERRY_SEED", "icon": 2, - "descriptionPointer": "0x0830782f", + "descriptionPointer": "ItemDescriptionSitrusBerry", "aiFlags": [ true, true, @@ -792,12 +792,12 @@ }, { "name": "Eyedrop Seed", - "namePointer": "0x0830f384", + "namePointer": "ItemNameEyedropSeed", "buyPrice": 60, "sellPrice": 20, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x083078e6", + "descriptionPointer": "ItemDescriptionEyedropSeed", "aiFlags": [ true, true, @@ -809,24 +809,24 @@ }, { "name": "Reviver Seed", - "namePointer": "0x0830f374", + "namePointer": "ItemNameReviverSeed", "buyPrice": 800, "sellPrice": 150, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08307994", + "descriptionPointer": "ItemDescriptionReviverSeed", "order": 93, "palette": 4, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Blinker Seed", - "namePointer": "0x0830f364", + "namePointer": "ItemNameBlinkerSeed", "buyPrice": 50, "sellPrice": 20, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08307a3c", + "descriptionPointer": "ItemDescriptionBlinkerSeed", "aiFlags": [ false, false, @@ -838,12 +838,12 @@ }, { "name": "Doom Seed", - "namePointer": "0x0830f358", + "namePointer": "ItemNameDoomSeed", "buyPrice": 20, "sellPrice": 5, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08307afb", + "descriptionPointer": "ItemDescriptionDoomSeed", "aiFlags": [ false, false, @@ -855,12 +855,12 @@ }, { "name": "Allure Seed", - "namePointer": "0x0830f34c", + "namePointer": "ItemNameAllureSeed", "buyPrice": 60, "sellPrice": 30, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08307b6c", + "descriptionPointer": "ItemDescriptionAllureSeed", "aiFlags": [ false, false, @@ -872,12 +872,12 @@ }, { "name": "Life Seed", - "namePointer": "0x0830f340", + "namePointer": "ItemNameLifeSeed", "buyPrice": 1000, "sellPrice": 50, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08307bdd", + "descriptionPointer": "ItemDescriptionLifeSeed", "aiFlags": [ true, false, @@ -889,12 +889,12 @@ }, { "name": "Rawst Berry", - "namePointer": "0x0830f334", + "namePointer": "ItemNameRawstBerry", "buyPrice": 150, "sellPrice": 20, "type": "ITEM_TYPE_BERRY_SEED", "icon": 2, - "descriptionPointer": "0x08307c55", + "descriptionPointer": "ItemDescriptionRawstBerry", "aiFlags": [ true, true, @@ -906,12 +906,12 @@ }, { "name": "Hunger Seed", - "namePointer": "0x0830f328", + "namePointer": "ItemNameHungerSeed", "buyPrice": 50, "sellPrice": 20, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08307cbc", + "descriptionPointer": "ItemDescriptionHungerSeed", "aiFlags": [ false, false, @@ -923,12 +923,12 @@ }, { "name": "Quick Seed", - "namePointer": "0x0830f31c", + "namePointer": "ItemNameQuickSeed", "buyPrice": 30, "sellPrice": 15, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08307d93", + "descriptionPointer": "ItemDescriptionQuickSeed", "aiFlags": [ true, true, @@ -940,12 +940,12 @@ }, { "name": "Pecha Berry", - "namePointer": "0x0830f310", + "namePointer": "ItemNamePechaBerry", "buyPrice": 80, "sellPrice": 5, "type": "ITEM_TYPE_BERRY_SEED", "icon": 2, - "descriptionPointer": "0x08307e13", + "descriptionPointer": "ItemDescriptionPechaBerry", "aiFlags": [ true, true, @@ -957,12 +957,12 @@ }, { "name": "Cheri Berry", - "namePointer": "0x0830f304", + "namePointer": "ItemNameCheriBerry", "buyPrice": 120, "sellPrice": 20, "type": "ITEM_TYPE_BERRY_SEED", "icon": 2, - "descriptionPointer": "0x08307e97", + "descriptionPointer": "ItemDescriptionCheriBerry", "aiFlags": [ true, true, @@ -974,12 +974,12 @@ }, { "name": "Totter Seed", - "namePointer": "0x0830f2f8", + "namePointer": "ItemNameTotterSeed", "buyPrice": 60, "sellPrice": 30, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08307f05", + "descriptionPointer": "ItemDescriptionTotterSeed", "aiFlags": [ false, false, @@ -991,12 +991,12 @@ }, { "name": "Sleep Seed", - "namePointer": "0x0830f2ec", + "namePointer": "ItemNameSleepSeed", "buyPrice": 70, "sellPrice": 35, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08307fc4", + "descriptionPointer": "ItemDescriptionSleepSeed", "aiFlags": [ false, false, @@ -1008,24 +1008,24 @@ }, { "name": "Plain Seed", - "namePointer": "0x0830f2e0", + "namePointer": "ItemNamePlainSeed", "buyPrice": 6, "sellPrice": 1, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08308052", + "descriptionPointer": "ItemDescriptionPlainSeed", "order": 91, "palette": 4, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Warp Seed", - "namePointer": "0x0830f2d4", + "namePointer": "ItemNameWarpSeed", "buyPrice": 20, "sellPrice": 10, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x083080ae", + "descriptionPointer": "ItemDescriptionWarpSeed", "aiFlags": [ false, false, @@ -1037,12 +1037,12 @@ }, { "name": "Blast Seed", - "namePointer": "0x0830f2c8", + "namePointer": "ItemNameBlastSeed", "buyPrice": 30, "sellPrice": 15, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x0830812f", + "descriptionPointer": "ItemDescriptionBlastSeed", "aiFlags": [ false, false, @@ -1054,24 +1054,24 @@ }, { "name": "Ginseng", - "namePointer": "0x0830f2c0", + "namePointer": "ItemNameGinseng", "buyPrice": 2600, "sellPrice": 1000, "type": "ITEM_TYPE_BERRY_SEED", "icon": 12, - "descriptionPointer": "0x083081a6", + "descriptionPointer": "ItemDescriptionGinseng", "order": 99, "palette": 8, "category": "ITEM_CATEGORY_HEALING" }, { "name": "Joy Seed", - "namePointer": "0x0830f2b4", + "namePointer": "ItemNameJoySeed", "buyPrice": 3000, "sellPrice": 1000, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x0830824f", + "descriptionPointer": "ItemDescriptionJoySeed", "aiFlags": [ true, true, @@ -1083,12 +1083,12 @@ }, { "name": "Chesto Berry", - "namePointer": "0x0830f2a4", + "namePointer": "ItemNameChestoBerry", "buyPrice": 30, "sellPrice": 15, "type": "ITEM_TYPE_BERRY_SEED", "icon": 2, - "descriptionPointer": "0x083082c0", + "descriptionPointer": "ItemDescriptionChestoBerry", "aiFlags": [ true, true, @@ -1100,12 +1100,12 @@ }, { "name": "Stun Seed", - "namePointer": "0x0830f298", + "namePointer": "ItemNameStunSeed", "buyPrice": 50, "sellPrice": 25, "type": "ITEM_TYPE_BERRY_SEED", "icon": 14, - "descriptionPointer": "0x08308368", + "descriptionPointer": "ItemDescriptionStunSeed", "aiFlags": [ false, false, @@ -1117,12 +1117,12 @@ }, { "name": "Max Elixir", - "namePointer": "0x0830f28c", + "namePointer": "ItemNameMaxElixir", "buyPrice": 250, "sellPrice": 100, "type": "ITEM_TYPE_BERRY_SEED", "icon": 12, - "descriptionPointer": "0x0830841f", + "descriptionPointer": "ItemDescriptionMaxElixir", "aiFlags": [ true, true, @@ -1134,12 +1134,12 @@ }, { "name": "Protein", - "namePointer": "0x0830f284", + "namePointer": "ItemNameProtein", "buyPrice": 5000, "sellPrice": 5, "type": "ITEM_TYPE_BERRY_SEED", "icon": 12, - "descriptionPointer": "0x083084a0", + "descriptionPointer": "ItemDescriptionProtein", "aiFlags": [ true, true, @@ -1151,12 +1151,12 @@ }, { "name": "Calcium", - "namePointer": "0x0830f27c", + "namePointer": "ItemNameCalcium", "buyPrice": 6000, "sellPrice": 5, "type": "ITEM_TYPE_BERRY_SEED", "icon": 12, - "descriptionPointer": "0x08308507", + "descriptionPointer": "ItemDescriptionCalcium", "aiFlags": [ true, true, @@ -1168,12 +1168,12 @@ }, { "name": "Iron", - "namePointer": "0x0830f274", + "namePointer": "ItemNameIron", "buyPrice": 7000, "sellPrice": 5, "type": "ITEM_TYPE_BERRY_SEED", "icon": 12, - "descriptionPointer": "0x08308576", + "descriptionPointer": "ItemDescriptionIron", "aiFlags": [ true, true, @@ -1185,12 +1185,12 @@ }, { "name": "Zinc", - "namePointer": "0x0830f26c", + "namePointer": "ItemNameZinc", "buyPrice": 8000, "sellPrice": 5, "type": "ITEM_TYPE_BERRY_SEED", "icon": 12, - "descriptionPointer": "0x083085de", + "descriptionPointer": "ItemDescriptionZinc", "aiFlags": [ true, true, @@ -1202,12 +1202,12 @@ }, { "name": "Apple", - "namePointer": "0x0830f264", + "namePointer": "ItemNameApple", "buyPrice": 25, "sellPrice": 1, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 3, - "descriptionPointer": "0x0830864e", + "descriptionPointer": "ItemDescriptionApple", "aiFlags": [ true, true, @@ -1219,12 +1219,12 @@ }, { "name": "Big Apple", - "namePointer": "0x0830f258", + "namePointer": "ItemNameBigApple", "buyPrice": 50, "sellPrice": 1, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 3, - "descriptionPointer": "0x083086e1", + "descriptionPointer": "ItemDescriptionBigApple", "aiFlags": [ true, true, @@ -1236,12 +1236,12 @@ }, { "name": "Grimy Food", - "namePointer": "0x0830f24c", + "namePointer": "ItemNameGrimyFood", "buyPrice": 5, "sellPrice": 1, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 1, - "descriptionPointer": "0x08308771", + "descriptionPointer": "ItemDescriptionGrimyFood", "aiFlags": [ false, false, @@ -1253,12 +1253,12 @@ }, { "name": "Huge Apple", - "namePointer": "0x0830f240", + "namePointer": "ItemNameHugeApple", "buyPrice": 100, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 3, - "descriptionPointer": "0x083087e8", + "descriptionPointer": "ItemDescriptionHugeApple", "aiFlags": [ true, true, @@ -1270,216 +1270,216 @@ }, { "name": "White Gummi", - "namePointer": "0x0830f234", + "namePointer": "ItemNameWhiteGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308858", + "descriptionPointer": "ItemDescriptionWhiteGummi", "order": 74, "palette": 11, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Red Gummi", - "namePointer": "0x0830f228", + "namePointer": "ItemNameRedGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308908", + "descriptionPointer": "ItemDescriptionRedGummi", "order": 70, "palette": 6, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Blue Gummi", - "namePointer": "0x0830f21c", + "namePointer": "ItemNameBlueGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x083089b6", + "descriptionPointer": "ItemDescriptionBlueGummi", "order": 60, "palette": 0, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Grass Gummi", - "namePointer": "0x0830f210", + "namePointer": "ItemNameGrassGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308a65", + "descriptionPointer": "ItemDescriptionGrassGummi", "order": 64, "palette": 10, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Yellow Gummi", - "namePointer": "0x0830f200", + "namePointer": "ItemNameYellowGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308b14", + "descriptionPointer": "ItemDescriptionYellowGummi", "order": 75, "palette": 3, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Clear Gummi", - "namePointer": "0x0830f1f4", + "namePointer": "ItemNameClearGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308bc6", + "descriptionPointer": "ItemDescriptionClearGummi", "order": 62, "palette": 11, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Orange Gummi", - "namePointer": "0x0830f1e4", + "namePointer": "ItemNameOrangeGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308c73", + "descriptionPointer": "ItemDescriptionOrangeGummi", "order": 67, "palette": 9, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Pink Gummi", - "namePointer": "0x0830f1d8", + "namePointer": "ItemNamePinkGummi", "buyPrice": 1500, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308d25", + "descriptionPointer": "ItemDescriptionPinkGummi", "order": 68, "palette": 4, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Brown Gummi", - "namePointer": "0x0830f1cc", + "namePointer": "ItemNameBrownGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308dd5", + "descriptionPointer": "ItemDescriptionBrownGummi", "order": 61, "palette": 8, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Sky Gummi", - "namePointer": "0x0830f1c0", + "namePointer": "ItemNameSkyGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308e85", + "descriptionPointer": "ItemDescriptionSkyGummi", "order": 73, "palette": 0, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Gold Gummi", - "namePointer": "0x0830f1b4", + "namePointer": "ItemNameGoldGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308f35", + "descriptionPointer": "ItemDescriptionGoldGummi", "order": 63, "palette": 3, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Green Gummi", - "namePointer": "0x0830f1a8", + "namePointer": "ItemNameGreenGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08308fe6", + "descriptionPointer": "ItemDescriptionGreenGummi", "order": 66, "palette": 10, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Gray Gummi", - "namePointer": "0x0830f19c", + "namePointer": "ItemNameGrayGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08309093", + "descriptionPointer": "ItemDescriptionGrayGummi", "order": 65, "palette": 11, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Purple Gummi", - "namePointer": "0x0830f18c", + "namePointer": "ItemNamePurpleGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x08309141", + "descriptionPointer": "ItemDescriptionPurpleGummi", "order": 69, "palette": 7, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Royal Gummi", - "namePointer": "0x0830f180", + "namePointer": "ItemNameRoyalGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x083091f0", + "descriptionPointer": "ItemDescriptionRoyalGummi", "order": 71, "palette": 2, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Black Gummi", - "namePointer": "0x0830f174", + "namePointer": "ItemNameBlackGummi", "buyPrice": 200, "sellPrice": 50, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x083092a0", + "descriptionPointer": "ItemDescriptionBlackGummi", "order": 59, "palette": 2, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Silver Gummi", - "namePointer": "0x0830f164", + "namePointer": "ItemNameSilverGummi", "buyPrice": 1000, "sellPrice": 500, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 17, - "descriptionPointer": "0x0830934e", + "descriptionPointer": "ItemDescriptionSilverGummi", "order": 72, "palette": 11, "category": "ITEM_CATEGORY_FOOD" }, { "name": "Banana", - "namePointer": "0x0830f15c", + "namePointer": "ItemNameBanana", "buyPrice": 9000, "sellPrice": 5000, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 19, - "descriptionPointer": "0x083093fd", + "descriptionPointer": "ItemDescriptionBanana", "aiFlags": [ true, true, @@ -1491,264 +1491,264 @@ }, { "name": "Chestnut", - "namePointer": "0x0830f150", + "namePointer": "ItemNameChestnut", "buyPrice": 3, "sellPrice": 1, "type": "ITEM_TYPE_APPLE_GUMMI", "icon": 11, - "descriptionPointer": "0x083094bd", + "descriptionPointer": "ItemDescriptionChestnut", "order": 56, "palette": 6, "category": "ITEM_CATEGORY_CHESTNUT" }, { - "name": "Pok\u00e9", - "namePointer": "0x0830f148", + "name": "Poké", + "namePointer": "ItemNamePoke", "buyPrice": 0, "sellPrice": 0, "type": "ITEM_TYPE_MONEY", "icon": 6, - "descriptionPointer": "0x08309515", + "descriptionPointer": "ItemDescriptionPoke", "order": 239, "palette": 3, "category": "ITEM_CATEGORY_MONEY_WISH_STONE" }, { "name": "Upgrade", - "namePointer": "0x0830f140", + "namePointer": "ItemNameUpgrade", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 5, - "descriptionPointer": "0x08309532", + "descriptionPointer": "ItemDescriptionEvolutionItemSingle", "order": 117, "palette": 2, "category": "ITEM_CATEGORY_MISC" }, { "name": "King's Rock", - "namePointer": "0x0830f134", + "namePointer": "ItemNameKingsRock", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 5, - "descriptionPointer": "0x0830959a", + "descriptionPointer": "ItemDescriptionEvolutionItemMulti", "order": 114, "palette": 1, "category": "ITEM_CATEGORY_MISC" }, { "name": "Thunderstone", - "namePointer": "0x0830f124", + "namePointer": "ItemNameThunderstone", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 1, - "descriptionPointer": "0x0830959a", + "descriptionPointer": "ItemDescriptionEvolutionItemMulti", "order": 108, "palette": 3, "category": "ITEM_CATEGORY_MISC" }, { "name": "Deepseascale", - "namePointer": "0x0830f114", + "namePointer": "ItemNameDeepseascale", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 20, - "descriptionPointer": "0x08309532", + "descriptionPointer": "ItemDescriptionEvolutionItemSingle", "order": 111, "palette": 2, "category": "ITEM_CATEGORY_MISC" }, { "name": "Deepseatooth", - "namePointer": "0x0830f104", + "namePointer": "ItemNameDeepseatooth", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 5, - "descriptionPointer": "0x08309532", + "descriptionPointer": "ItemDescriptionEvolutionItemSingle", "order": 113, "palette": 5, "category": "ITEM_CATEGORY_MISC" }, { "name": "Sun Stone", - "namePointer": "0x0830f0f8", + "namePointer": "ItemNameSunStone", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 1, - "descriptionPointer": "0x0830959a", + "descriptionPointer": "ItemDescriptionEvolutionItemMulti", "order": 107, "palette": 3, "category": "ITEM_CATEGORY_MISC" }, { "name": "Moon Stone", - "namePointer": "0x0830f0ec", + "namePointer": "ItemNameMoonStone", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 1, - "descriptionPointer": "0x0830959a", + "descriptionPointer": "ItemDescriptionEvolutionItemMulti", "order": 106, "palette": 7, "category": "ITEM_CATEGORY_MISC" }, { "name": "Fire Stone", - "namePointer": "0x0830f0e0", + "namePointer": "ItemNameFireStone", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 1, - "descriptionPointer": "0x0830959a", + "descriptionPointer": "ItemDescriptionEvolutionItemMulti", "order": 104, "palette": 6, "category": "ITEM_CATEGORY_MISC" }, { "name": "Water Stone", - "namePointer": "0x0830f0d4", + "namePointer": "ItemNameWaterStone", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 1, - "descriptionPointer": "0x0830959a", + "descriptionPointer": "ItemDescriptionEvolutionItemMulti", "order": 109, "palette": 0, "category": "ITEM_CATEGORY_MISC" }, { "name": "Metal Coat", - "namePointer": "0x0830f0c8", + "namePointer": "ItemNameMetalCoat", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 5, - "descriptionPointer": "0x0830959a", + "descriptionPointer": "ItemDescriptionEvolutionItemMulti", "order": 116, "palette": 7, "category": "ITEM_CATEGORY_MISC" }, { "name": "Leaf Stone", - "namePointer": "0x0830f0bc", + "namePointer": "ItemNameLeafStone", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 1, - "descriptionPointer": "0x0830959a", + "descriptionPointer": "ItemDescriptionEvolutionItemMulti", "order": 105, "palette": 10, "category": "ITEM_CATEGORY_MISC" }, { "name": "Dragon Scale", - "namePointer": "0x0830f0ac", + "namePointer": "ItemNameDragonScale", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 20, - "descriptionPointer": "0x08309532", + "descriptionPointer": "ItemDescriptionEvolutionItemSingle", "order": 112, "palette": 10, "category": "ITEM_CATEGORY_MISC" }, { "name": "Link Cable", - "namePointer": "0x0830f0a0", + "namePointer": "ItemNameLinkCable", "buyPrice": 3000, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 5, - "descriptionPointer": "0x0830959a", + "descriptionPointer": "ItemDescriptionEvolutionItemMulti", "order": 115, "palette": 10, "category": "ITEM_CATEGORY_MISC" }, { "name": "Ice Part", - "namePointer": "0x0830f094", + "namePointer": "ItemNameIcePart", "buyPrice": 1, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 18, - "descriptionPointer": "0x08309601", + "descriptionPointer": "ItemDescriptionIcePart", "order": 118, "palette": 0, "category": "ITEM_CATEGORY_MISC" }, { "name": "Steel Part", - "namePointer": "0x0830f088", + "namePointer": "ItemNameSteelPart", "buyPrice": 1, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 18, - "descriptionPointer": "0x083096da", + "descriptionPointer": "ItemDescriptionSteelPart", "order": 122, "palette": 11, "category": "ITEM_CATEGORY_MISC" }, { "name": "Rock Part", - "namePointer": "0x0830f07c", + "namePointer": "ItemNameRockPart", "buyPrice": 1, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 18, - "descriptionPointer": "0x08309781", + "descriptionPointer": "ItemDescriptionRockPart", "order": 121, "palette": 6, "category": "ITEM_CATEGORY_MISC" }, { "name": "Music Box", - "namePointer": "0x0830f070", + "namePointer": "ItemNameMusicBox", "buyPrice": 1, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 5, - "descriptionPointer": "0x083097f5", + "descriptionPointer": "ItemDescriptionMusicBox", "order": 120, "palette": 3, "category": "ITEM_CATEGORY_MISC" }, { "name": "Key", - "namePointer": "0x0830f06c", + "namePointer": "ItemNameKey", "buyPrice": 1, "sellPrice": 1, "type": "ITEM_TYPE_MISC", "icon": 16, - "descriptionPointer": "0x08309875", + "descriptionPointer": "ItemDescriptionKey", "order": 119, "palette": 5, "category": "ITEM_CATEGORY_MISC" }, { "name": "Used TM", - "namePointer": "0x0830f060", + "namePointer": "ItemNameUsedTM", "buyPrice": 1, "sellPrice": 1, "type": "ITEM_TYPE_USED_TM", "icon": 8, - "descriptionPointer": "0x083098a3", + "descriptionPointer": "ItemDescriptionUsedTM", "order": 123, "palette": 2, "category": "ITEM_CATEGORY_TM" }, { "name": "Focus Punch", - "namePointer": "0x0830f050", + "namePointer": "ItemNameFocusPunch", "buyPrice": 5000, "sellPrice": 1000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309925", + "descriptionPointer": "ItemDescriptionFocusPunch", "move": "MOVE_FOCUS_PUNCH", "order": 142, "palette": 5, @@ -1756,12 +1756,12 @@ }, { "name": "Dragon Claw", - "namePointer": "0x0830f040", + "namePointer": "ItemNameDragonClaw", "buyPrice": 8000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x083099cb", + "descriptionPointer": "ItemDescriptionDragonClaw", "move": "MOVE_DRAGON_CLAW", "order": 134, "palette": 5, @@ -1769,12 +1769,12 @@ }, { "name": "Water Pulse", - "namePointer": "0x0830f030", + "namePointer": "ItemNameWaterPulse", "buyPrice": 7500, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309a12", + "descriptionPointer": "ItemDescriptionWaterPulse", "move": "MOVE_WATER_PULSE", "order": 176, "palette": 5, @@ -1782,12 +1782,12 @@ }, { "name": "Calm Mind", - "namePointer": "0x0830f024", + "namePointer": "ItemNameCalmMind", "buyPrice": 8000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309a9a", + "descriptionPointer": "ItemDescriptionCalmMind", "move": "MOVE_CALM_MIND", "order": 130, "palette": 5, @@ -1795,12 +1795,12 @@ }, { "name": "Roar", - "namePointer": "0x0830f01c", + "namePointer": "ItemNameRoar", "buyPrice": 1500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309b13", + "descriptionPointer": "ItemDescriptionRoar", "move": "MOVE_ROAR", "order": 156, "palette": 5, @@ -1808,12 +1808,12 @@ }, { "name": "Toxic", - "namePointer": "0x0830f014", + "namePointer": "ItemNameToxic", "buyPrice": 6000, "sellPrice": 1500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309b90", + "descriptionPointer": "ItemDescriptionToxic", "move": "MOVE_TOXIC", "order": 174, "palette": 5, @@ -1821,12 +1821,12 @@ }, { "name": "Hail", - "namePointer": "0x0830f008", + "namePointer": "ItemNameHail", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x08309c26", + "descriptionPointer": "ItemDescriptionHail", "move": "MOVE_HAIL", "order": 186, "palette": 0, @@ -1834,12 +1834,12 @@ }, { "name": "Bulk Up", - "namePointer": "0x0830effc", + "namePointer": "ItemNameBulkUp", "buyPrice": 8000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309c9c", + "descriptionPointer": "ItemDescriptionBulkUp", "move": "MOVE_BULK_UP", "order": 128, "palette": 5, @@ -1847,12 +1847,12 @@ }, { "name": "Bullet Seed", - "namePointer": "0x0830efec", + "namePointer": "ItemNameBulletSeed", "buyPrice": 6000, "sellPrice": 1500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309d00", + "descriptionPointer": "ItemDescriptionBulletSeed", "move": "MOVE_BULLET_SEED", "order": 129, "palette": 5, @@ -1860,12 +1860,12 @@ }, { "name": "Hidden Power", - "namePointer": "0x0830efdc", + "namePointer": "ItemNameHiddenPower", "buyPrice": 1500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309d7f", + "descriptionPointer": "ItemDescriptionHiddenPower", "move": "MOVE_HIDDEN_POWER", "order": 145, "palette": 5, @@ -1873,12 +1873,12 @@ }, { "name": "Sunny Day", - "namePointer": "0x0830efd0", + "namePointer": "ItemNameSunnyDay", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x08309df5", + "descriptionPointer": "ItemDescriptionSunnyDay", "move": "MOVE_SUNNY_DAY", "order": 221, "palette": 0, @@ -1886,12 +1886,12 @@ }, { "name": "Taunt", - "namePointer": "0x0830efc8", + "namePointer": "ItemNameTaunt", "buyPrice": 1500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309e6c", + "descriptionPointer": "ItemDescriptionTaunt", "move": "MOVE_TAUNT", "order": 169, "palette": 5, @@ -1899,12 +1899,12 @@ }, { "name": "Ice Beam", - "namePointer": "0x0830efbc", + "namePointer": "ItemNameIceBeam", "buyPrice": 8000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309ec5", + "descriptionPointer": "ItemDescriptionIceBeam", "move": "MOVE_ICE_BEAM", "order": 147, "palette": 5, @@ -1912,12 +1912,12 @@ }, { "name": "Blizzard", - "namePointer": "0x0830efb0", + "namePointer": "ItemNameBlizzard", "buyPrice": 9000, "sellPrice": 3000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309f60", + "descriptionPointer": "ItemDescriptionBlizzard", "move": "MOVE_BLIZZARD", "order": 126, "palette": 5, @@ -1925,12 +1925,12 @@ }, { "name": "Hyper Beam", - "namePointer": "0x0830efa0", + "namePointer": "ItemNameHyperBeam", "buyPrice": 9000, "sellPrice": 3000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x08309fe8", + "descriptionPointer": "ItemDescriptionHyperBeam", "move": "MOVE_HYPER_BEAM", "order": 146, "palette": 5, @@ -1938,12 +1938,12 @@ }, { "name": "Light Screen", - "namePointer": "0x0830ef90", + "namePointer": "ItemNameLightScreen", "buyPrice": 2500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a08a", + "descriptionPointer": "ItemDescriptionLightScreen", "move": "MOVE_LIGHT_SCREEN", "order": 149, "palette": 5, @@ -1951,12 +1951,12 @@ }, { "name": "Protect", - "namePointer": "0x0830ef84", + "namePointer": "ItemNameProtect", "buyPrice": 6000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a117", + "descriptionPointer": "ItemDescriptionProtect", "move": "MOVE_PROTECT", "order": 151, "palette": 5, @@ -1964,12 +1964,12 @@ }, { "name": "Rain Dance", - "namePointer": "0x0830ef78", + "namePointer": "ItemNameRainDance", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830a19e", + "descriptionPointer": "ItemDescriptionRainDance", "move": "MOVE_RAIN_DANCE", "order": 205, "palette": 0, @@ -1977,12 +1977,12 @@ }, { "name": "Giga Drain", - "namePointer": "0x0830ef68", + "namePointer": "ItemNameGigaDrain", "buyPrice": 7000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a214", + "descriptionPointer": "ItemDescriptionGigaDrain", "move": "MOVE_GIGA_DRAIN", "order": 144, "palette": 5, @@ -1990,12 +1990,12 @@ }, { "name": "Safeguard", - "namePointer": "0x0830ef5c", + "namePointer": "ItemNameSafeguard", "buyPrice": 6000, "sellPrice": 1500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a2a4", + "descriptionPointer": "ItemDescriptionSafeguard", "move": "MOVE_SAFEGUARD", "order": 158, "palette": 5, @@ -2003,12 +2003,12 @@ }, { "name": "Frustration", - "namePointer": "0x0830ef4c", + "namePointer": "ItemNameFrustration", "buyPrice": 3000, "sellPrice": 1000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a33d", + "descriptionPointer": "ItemDescriptionFrustration", "move": "MOVE_FRUSTRATION", "order": 143, "palette": 5, @@ -2016,12 +2016,12 @@ }, { "name": "SolarBeam", - "namePointer": "0x0830ef40", + "namePointer": "ItemNameSolarBeam", "buyPrice": 7000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a3c1", + "descriptionPointer": "ItemDescriptionSolarBeam", "move": "MOVE_SOLARBEAM", "order": 164, "palette": 5, @@ -2029,12 +2029,12 @@ }, { "name": "Iron Tail", - "namePointer": "0x0830ef34", + "namePointer": "ItemNameIronTail", "buyPrice": 8000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a460", + "descriptionPointer": "ItemDescriptionIronTail", "move": "MOVE_IRON_TAIL", "order": 148, "palette": 5, @@ -2042,12 +2042,12 @@ }, { "name": "Thunderbolt", - "namePointer": "0x0830ef24", + "namePointer": "ItemNameThunderbolt", "buyPrice": 8000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a4e3", + "descriptionPointer": "ItemDescriptionThunderbolt", "move": "MOVE_THUNDERBOLT", "order": 172, "palette": 5, @@ -2055,12 +2055,12 @@ }, { "name": "Thunder", - "namePointer": "0x0830ef18", + "namePointer": "ItemNameThunder", "buyPrice": 9000, "sellPrice": 3000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a575", + "descriptionPointer": "ItemDescriptionThunder", "move": "MOVE_THUNDER", "order": 171, "palette": 5, @@ -2068,12 +2068,12 @@ }, { "name": "Earthquake", - "namePointer": "0x0830ef08", + "namePointer": "ItemNameEarthquake", "buyPrice": 6500, "sellPrice": 1500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a605", + "descriptionPointer": "ItemDescriptionEarthquake", "move": "MOVE_EARTHQUAKE", "order": 135, "palette": 5, @@ -2081,12 +2081,12 @@ }, { "name": "Return", - "namePointer": "0x0830eefc", + "namePointer": "ItemNameReturn", "buyPrice": 3000, "sellPrice": 1000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a68b", + "descriptionPointer": "ItemDescriptionReturn", "move": "MOVE_RETURN", "order": 155, "palette": 5, @@ -2094,12 +2094,12 @@ }, { "name": "Dig", - "namePointer": "0x0830eef4", + "namePointer": "ItemNameDig", "buyPrice": 3000, "sellPrice": 1000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a6f9", + "descriptionPointer": "ItemDescriptionDig", "move": "MOVE_DIG", "order": 132, "palette": 5, @@ -2107,12 +2107,12 @@ }, { "name": "Psychic", - "namePointer": "0x0830eee8", + "namePointer": "ItemNamePsychic", "buyPrice": 5000, "sellPrice": 1500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a790", + "descriptionPointer": "ItemDescriptionPsychic", "move": "MOVE_PSYCHIC", "order": 152, "palette": 5, @@ -2120,12 +2120,12 @@ }, { "name": "Shadow Ball", - "namePointer": "0x0830eed8", + "namePointer": "ItemNameShadowBall", "buyPrice": 6500, "sellPrice": 1000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a819", + "descriptionPointer": "ItemDescriptionShadowBall", "move": "MOVE_SHADOW_BALL", "order": 160, "palette": 5, @@ -2133,12 +2133,12 @@ }, { "name": "Brick Break", - "namePointer": "0x0830eec8", + "namePointer": "ItemNameBrickBreak", "buyPrice": 2500, "sellPrice": 500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a8b9", + "descriptionPointer": "ItemDescriptionBrickBreak", "move": "MOVE_BRICK_BREAK", "order": 127, "palette": 5, @@ -2146,12 +2146,12 @@ }, { "name": "Double Team", - "namePointer": "0x0830eeb8", + "namePointer": "ItemNameDoubleTeam", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830a92f", + "descriptionPointer": "ItemDescriptionDoubleTeam", "move": "MOVE_DOUBLE_TEAM", "order": 184, "palette": 0, @@ -2159,12 +2159,12 @@ }, { "name": "Reflect", - "namePointer": "0x0830eeac", + "namePointer": "ItemNameReflect", "buyPrice": 2500, "sellPrice": 500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830a97e", + "descriptionPointer": "ItemDescriptionReflect", "move": "MOVE_REFLECT", "order": 153, "palette": 5, @@ -2172,12 +2172,12 @@ }, { "name": "Shock Wave", - "namePointer": "0x0830ee9c", + "namePointer": "ItemNameShockWave", "buyPrice": 7500, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830aa1b", + "descriptionPointer": "ItemDescriptionShockWave", "move": "MOVE_SHOCK_WAVE", "order": 161, "palette": 5, @@ -2185,12 +2185,12 @@ }, { "name": "Flamethrower", - "namePointer": "0x0830ee8c", + "namePointer": "ItemNameFlamethrower", "buyPrice": 8000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830aa87", + "descriptionPointer": "ItemDescriptionFlamethrower", "move": "MOVE_FLAMETHROWER", "order": 139, "palette": 5, @@ -2198,12 +2198,12 @@ }, { "name": "Sludge Bomb", - "namePointer": "0x0830ee7c", + "namePointer": "ItemNameSludgeBomb", "buyPrice": 7500, "sellPrice": 1500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830ab26", + "descriptionPointer": "ItemDescriptionSludgeBomb", "move": "MOVE_SLUDGE_BOMB", "order": 163, "palette": 5, @@ -2211,12 +2211,12 @@ }, { "name": "Sandstorm", - "namePointer": "0x0830ee70", + "namePointer": "ItemNameSandstorm", "buyPrice": 500, "sellPrice": 250, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830abd0", + "descriptionPointer": "ItemDescriptionSandstorm", "move": "MOVE_SANDSTORM", "order": 210, "palette": 0, @@ -2224,12 +2224,12 @@ }, { "name": "Fire Blast", - "namePointer": "0x0830ee60", + "namePointer": "ItemNameFireBlast", "buyPrice": 9000, "sellPrice": 3000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830ac4b", + "descriptionPointer": "ItemDescriptionFireBlast", "move": "MOVE_FIRE_BLAST", "order": 138, "palette": 5, @@ -2237,12 +2237,12 @@ }, { "name": "Rock Tomb", - "namePointer": "0x0830ee54", + "namePointer": "ItemNameRockTomb", "buyPrice": 500, "sellPrice": 250, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830acd5", + "descriptionPointer": "ItemDescriptionRockTomb", "move": "MOVE_ROCK_TOMB", "order": 208, "palette": 0, @@ -2250,12 +2250,12 @@ }, { "name": "Aerial Ace", - "namePointer": "0x0830ee44", + "namePointer": "ItemNameAerialAce", "buyPrice": 7500, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830ad51", + "descriptionPointer": "ItemDescriptionAerialAce", "move": "MOVE_AERIAL_ACE", "order": 124, "palette": 5, @@ -2263,12 +2263,12 @@ }, { "name": "Torment", - "namePointer": "0x0830ee38", + "namePointer": "ItemNameTorment", "buyPrice": 1500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830ada9", + "descriptionPointer": "ItemDescriptionTorment", "move": "MOVE_TORMENT", "order": 173, "palette": 5, @@ -2276,12 +2276,12 @@ }, { "name": "Facade", - "namePointer": "0x0830ee2c", + "namePointer": "ItemNameFacade", "buyPrice": 1500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830ae29", + "descriptionPointer": "ItemDescriptionFacade", "move": "MOVE_FACADE", "order": 137, "palette": 5, @@ -2289,12 +2289,12 @@ }, { "name": "Secret Power", - "namePointer": "0x0830ee1c", + "namePointer": "ItemNameSecretPower", "buyPrice": 1500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830aed0", + "descriptionPointer": "ItemDescriptionSecretPower", "move": "MOVE_SECRET_POWER", "order": 159, "palette": 5, @@ -2302,12 +2302,12 @@ }, { "name": "Rest", - "namePointer": "0x0830ee14", + "namePointer": "ItemNameRest", "buyPrice": 3000, "sellPrice": 500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830af56", + "descriptionPointer": "ItemDescriptionRest", "move": "MOVE_REST", "order": 154, "palette": 5, @@ -2315,12 +2315,12 @@ }, { "name": "Attract", - "namePointer": "0x0830ee08", + "namePointer": "ItemNameAttract", "buyPrice": 1500, "sellPrice": 500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830afef", + "descriptionPointer": "ItemDescriptionAttract", "move": "MOVE_ATTRACT", "order": 125, "palette": 5, @@ -2328,12 +2328,12 @@ }, { "name": "Thief", - "namePointer": "0x0830ee00", + "namePointer": "ItemNameThief", "buyPrice": 1500, "sellPrice": 500, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830b046", + "descriptionPointer": "ItemDescriptionThief", "move": "MOVE_THIEF", "order": 170, "palette": 5, @@ -2341,12 +2341,12 @@ }, { "name": "Steel WIng", - "namePointer": "0x0830edf0", + "namePointer": "ItemNameSteelWIng", "buyPrice": 7000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830b0d8", + "descriptionPointer": "ItemDescriptionSteelWIng", "move": "MOVE_STEEL_WING", "order": 166, "palette": 5, @@ -2354,12 +2354,12 @@ }, { "name": "Skill Swap", - "namePointer": "0x0830ede0", + "namePointer": "ItemNameSkillSwap", "buyPrice": 7000, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830b15a", + "descriptionPointer": "ItemDescriptionSkillSwap", "move": "MOVE_SKILL_SWAP", "order": 162, "palette": 5, @@ -2367,12 +2367,12 @@ }, { "name": "Snatch", - "namePointer": "0x0830edd0", + "namePointer": "ItemNameSnatch", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b1c6", + "descriptionPointer": "ItemDescriptionSnatch", "move": "MOVE_SNATCH", "order": 218, "palette": 0, @@ -2380,12 +2380,12 @@ }, { "name": "Overheat", - "namePointer": "0x0830edc4", + "namePointer": "ItemNameOverheat", "buyPrice": 6500, "sellPrice": 2000, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830b23a", + "descriptionPointer": "ItemDescriptionOverheat", "move": "MOVE_OVERHEAT", "order": 150, "palette": 5, @@ -2393,12 +2393,12 @@ }, { "name": "Wide Slash", - "namePointer": "0x0830edb4", + "namePointer": "ItemNameWideSlash", "buyPrice": 2500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830b2e1", + "descriptionPointer": "ItemDescriptionWideSlash", "move": "MOVE_WIDE_SLASH", "order": 178, "palette": 5, @@ -2406,12 +2406,12 @@ }, { "name": "Excavate", - "namePointer": "0x0830eda8", + "namePointer": "ItemNameExcavate", "buyPrice": 2500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830b352", + "descriptionPointer": "ItemDescriptionExcavate", "move": "MOVE_EXCAVATE", "order": 136, "palette": 5, @@ -2419,12 +2419,12 @@ }, { "name": "Spin Slash", - "namePointer": "0x0830ed98", + "namePointer": "ItemNameSpinSlash", "buyPrice": 2500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830b3a1", + "descriptionPointer": "ItemDescriptionSpinSlash", "move": "MOVE_SPIN_SLASH", "order": 165, "palette": 5, @@ -2432,12 +2432,12 @@ }, { "name": "See-Trap Orb", - "namePointer": "0x0830ed88", + "namePointer": "ItemNameSeeTrapOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b3fb", + "descriptionPointer": "ItemDescriptionSeeTrapOrb", "move": "MOVE_SEE_TRAP", "order": 212, "palette": 0, @@ -2445,12 +2445,12 @@ }, { "name": "Mug Orb", - "namePointer": "0x0830ed7c", + "namePointer": "ItemNameMugOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b43c", + "descriptionPointer": "ItemDescriptionMugOrb", "move": "MOVE_TAKEAWAY", "order": 195, "palette": 0, @@ -2458,12 +2458,12 @@ }, { "name": "Rebound Orb", - "namePointer": "0x0830ed6c", + "namePointer": "ItemNameReboundOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b4bb", + "descriptionPointer": "ItemDescriptionReboundOrb", "move": "MOVE_REBOUND", "order": 206, "palette": 0, @@ -2471,12 +2471,12 @@ }, { "name": "Lob Orb", - "namePointer": "0x0830ed60", + "namePointer": "ItemNameLobOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b555", + "descriptionPointer": "ItemDescriptionLobOrb", "move": "MOVE_BLOOP_SLASH", "order": 191, "palette": 0, @@ -2484,12 +2484,12 @@ }, { "name": "Switcher Orb", - "namePointer": "0x0830ed50", + "namePointer": "ItemNameSwitcherOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b59d", + "descriptionPointer": "ItemDescriptionSwitcherOrb", "move": "MOVE_SWITCHER", "order": 222, "palette": 0, @@ -2497,12 +2497,12 @@ }, { "name": "Blowback Orb", - "namePointer": "0x0830ed40", + "namePointer": "ItemNameBlowbackOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b601", + "descriptionPointer": "ItemDescriptionBlowbackOrb", "move": "MOVE_BLOWBACK", "order": 179, "palette": 0, @@ -2510,12 +2510,12 @@ }, { "name": "Warp Orb", - "namePointer": "0x0830ed34", + "namePointer": "ItemNameWarpOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b680", + "descriptionPointer": "ItemDescriptionWarpOrb", "move": "MOVE_WARP", "order": 230, "palette": 0, @@ -2523,12 +2523,12 @@ }, { "name": "Transfer Orb", - "namePointer": "0x0830ed24", + "namePointer": "ItemNameTransferOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b6da", + "descriptionPointer": "ItemDescriptionTransferOrb", "move": "MOVE_TRANSFER", "order": 225, "palette": 0, @@ -2536,12 +2536,12 @@ }, { "name": "Slow Orb", - "namePointer": "0x0830ed18", + "namePointer": "ItemNameSlowOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b725", + "descriptionPointer": "ItemDescriptionSlowOrb", "move": "MOVE_SLOW_DOWN", "order": 216, "palette": 0, @@ -2549,12 +2549,12 @@ }, { "name": "Quick Orb", - "namePointer": "0x0830ed0c", + "namePointer": "ItemNameQuickOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b786", + "descriptionPointer": "ItemDescriptionQuickOrb", "move": "MOVE_SPEED_BOOST", "order": 203, "palette": 0, @@ -2562,12 +2562,12 @@ }, { "name": "Luminous Orb", - "namePointer": "0x0830ecfc", + "namePointer": "ItemNameLuminousOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b802", + "descriptionPointer": "ItemDescriptionLuminousOrb", "move": "MOVE_SEARCHLIGHT", "order": 193, "palette": 0, @@ -2575,12 +2575,12 @@ }, { "name": "Petrify Orb", - "namePointer": "0x0830ecec", + "namePointer": "ItemNamePetrifyOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b83c", + "descriptionPointer": "ItemDescriptionPetrifyOrb", "move": "MOVE_PETRIFY", "order": 199, "palette": 0, @@ -2588,12 +2588,12 @@ }, { "name": "Stayaway Orb", - "namePointer": "0x0830ecdc", + "namePointer": "ItemNameStayawayOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b8b4", + "descriptionPointer": "ItemDescriptionStayawayOrb", "move": "MOVE_STAY_AWAY", "order": 220, "palette": 0, @@ -2601,12 +2601,12 @@ }, { "name": "Pounce Orb", - "namePointer": "0x0830eccc", + "namePointer": "ItemNamePounceOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b920", + "descriptionPointer": "ItemDescriptionPounceOrb", "move": "MOVE_POUNCE", "order": 202, "palette": 0, @@ -2614,12 +2614,12 @@ }, { "name": "Trawl Orb", - "namePointer": "0x0830ecc0", + "namePointer": "ItemNameTrawlOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830b9b2", + "descriptionPointer": "ItemDescriptionTrawlOrb", "move": "MOVE_TRAWL", "order": 228, "palette": 0, @@ -2627,12 +2627,12 @@ }, { "name": "Cleanse Orb", - "namePointer": "0x0830ecb0", + "namePointer": "ItemNameCleanseOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830ba36", + "descriptionPointer": "ItemDescriptionCleanseOrb", "move": "MOVE_CLEANSE", "order": 180, "palette": 0, @@ -2640,12 +2640,12 @@ }, { "name": "Observer Orb", - "namePointer": "0x0830eca0", + "namePointer": "ItemNameObserverOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830baab", + "descriptionPointer": "ItemDescriptionObserverOrb", "move": "MOVE_OBSERVER", "order": 196, "palette": 0, @@ -2653,12 +2653,12 @@ }, { "name": "Decoy Orb", - "namePointer": "0x0830ec94", + "namePointer": "ItemNameDecoyOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bb18", + "descriptionPointer": "ItemDescriptionDecoyOrb", "move": "MOVE_DECOY_MAKER", "order": 181, "palette": 0, @@ -2666,12 +2666,12 @@ }, { "name": "Slumber Orb", - "namePointer": "0x0830ec84", + "namePointer": "ItemNameSlumberOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bb90", + "descriptionPointer": "ItemDescriptionSlumberOrb", "move": "MOVE_SIESTA", "order": 217, "palette": 0, @@ -2679,12 +2679,12 @@ }, { "name": "Totter Orb", - "namePointer": "0x0830ec74", + "namePointer": "ItemNameTotterOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bc08", + "descriptionPointer": "ItemDescriptionTotterOrb", "move": "MOVE_TOTTER", "order": 224, "palette": 0, @@ -2692,12 +2692,12 @@ }, { "name": "Two-Edge Orb", - "namePointer": "0x0830ec64", + "namePointer": "ItemNameTwoEdgeOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bc8e", + "descriptionPointer": "ItemDescriptionTwoEdgeOrb", "move": "MOVE_TWO_EDGE", "order": 229, "palette": 0, @@ -2705,12 +2705,12 @@ }, { "name": "Silence Orb", - "namePointer": "0x0830ec54", + "namePointer": "ItemNameSilenceOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bd0e", + "descriptionPointer": "ItemDescriptionSilenceOrb", "move": "MOVE_NO_MOVE", "order": 214, "palette": 0, @@ -2718,12 +2718,12 @@ }, { "name": "Escape Orb", - "namePointer": "0x0830ec44", + "namePointer": "ItemNameEscapeOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bd95", + "descriptionPointer": "ItemDescriptionEscapeOrb", "move": "MOVE_ESCAPE", "order": 183, "palette": 0, @@ -2731,12 +2731,12 @@ }, { "name": "Scanner Orb", - "namePointer": "0x0830ec34", + "namePointer": "ItemNameScannerOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bdf0", + "descriptionPointer": "ItemDescriptionScannerOrb", "move": "MOVE_SCAN", "order": 211, "palette": 0, @@ -2744,12 +2744,12 @@ }, { "name": "Radar Orb", - "namePointer": "0x0830ec28", + "namePointer": "ItemNameRadarOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830be3d", + "descriptionPointer": "ItemDescriptionRadarOrb", "move": "MOVE_POWER_EARS", "order": 204, "palette": 0, @@ -2757,12 +2757,12 @@ }, { "name": "Drought Orb", - "namePointer": "0x0830ec18", + "namePointer": "ItemNameDroughtOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830be7f", + "descriptionPointer": "ItemDescriptionDroughtOrb", "move": "MOVE_DROUGHT", "order": 182, "palette": 0, @@ -2770,12 +2770,12 @@ }, { "name": "Trapbust Orb", - "namePointer": "0x0830ec08", + "namePointer": "ItemNameTrapbustOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bec4", + "descriptionPointer": "ItemDescriptionTrapbustOrb", "move": "MOVE_TRAP_BUSTER", "order": 226, "palette": 0, @@ -2783,12 +2783,12 @@ }, { "name": "Rollcall Orb", - "namePointer": "0x0830ebf8", + "namePointer": "ItemNameRollcallOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bef9", + "descriptionPointer": "ItemDescriptionRollcallOrb", "aiFlags": [ true, false, @@ -2801,12 +2801,12 @@ }, { "name": "Invisify Orb", - "namePointer": "0x0830ebe8", + "namePointer": "ItemNameInvisifyOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bf46", + "descriptionPointer": "ItemDescriptionInvisifyOrb", "move": "MOVE_INVISIFY", "order": 189, "palette": 0, @@ -2814,12 +2814,12 @@ }, { "name": "One-Shot Orb", - "namePointer": "0x0830ebd8", + "namePointer": "ItemNameOneShotOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bf8b", + "descriptionPointer": "ItemDescriptionOneShotOrb", "move": "MOVE_ONE_SHOT", "order": 198, "palette": 0, @@ -2827,12 +2827,12 @@ }, { "name": "Identify Orb", - "namePointer": "0x0830ebc8", + "namePointer": "ItemNameIdentifyOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830bfd3", + "descriptionPointer": "ItemDescriptionIdentifyOrb", "move": "MOVE_HP_GAUGE", "order": 188, "palette": 0, @@ -2840,12 +2840,12 @@ }, { "name": "Vacuum-Cut", - "namePointer": "0x0830ebb8", + "namePointer": "ItemNameVacuumCut", "buyPrice": 2500, "sellPrice": 300, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830c030", + "descriptionPointer": "ItemDescriptionVacuumCut", "move": "MOVE_VACUUM_CUT", "order": 175, "palette": 5, @@ -2853,12 +2853,12 @@ }, { "name": "Reviver Orb", - "namePointer": "0x0830eba8", + "namePointer": "ItemNameReviverOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c080", + "descriptionPointer": "ItemDescriptionReviverOrb", "move": "MOVE_REVIVER", "order": 207, "palette": 0, @@ -2866,12 +2866,12 @@ }, { "name": "Shocker Orb", - "namePointer": "0x0830eb98", + "namePointer": "ItemNameShockerOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c0ff", + "descriptionPointer": "ItemDescriptionShockerOrb", "move": "MOVE_SHOCKER", "order": 213, "palette": 0, @@ -2879,12 +2879,12 @@ }, { "name": "Sizebust Orb", - "namePointer": "0x0830eb88", + "namePointer": "ItemNameSizebustOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c17c", + "descriptionPointer": "ItemDescriptionSizebustOrb", "move": "MOVE_ECHO", "order": 215, "palette": 0, @@ -2892,12 +2892,12 @@ }, { "name": "One-Room Orb", - "namePointer": "0x0830eb78", + "namePointer": "ItemNameOneRoomOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c1ef", + "descriptionPointer": "ItemDescriptionOneRoomOrb", "move": "MOVE_ONE_ROOM", "order": 197, "palette": 0, @@ -2905,12 +2905,12 @@ }, { "name": "Fill-In Orb", - "namePointer": "0x0830eb68", + "namePointer": "ItemNameFillInOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c24e", + "descriptionPointer": "ItemDescriptionFillInOrb", "move": "MOVE_FILL_IN", "order": 185, "palette": 0, @@ -2918,12 +2918,12 @@ }, { "name": "Trapper Orb", - "namePointer": "0x0830eb58", + "namePointer": "ItemNameTrapperOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c2ac", + "descriptionPointer": "ItemDescriptionTrapperOrb", "move": "MOVE_TRAPPER", "order": 227, "palette": 0, @@ -2931,12 +2931,12 @@ }, { "name": "Possess Orb", - "namePointer": "0x0830eb48", + "namePointer": "ItemNamePossessOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c30e", + "descriptionPointer": "ItemDescriptionPossessOrb", "move": "MOVE_POSSESS", "order": 201, "palette": 0, @@ -2944,12 +2944,12 @@ }, { "name": "Itemizer Orb", - "namePointer": "0x0830eb38", + "namePointer": "ItemNameItemizerOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c384", + "descriptionPointer": "ItemDescriptionItemizerOrb", "move": "MOVE_ITEMIZE", "order": 190, "palette": 0, @@ -2957,12 +2957,12 @@ }, { "name": "Hurl Orb", - "namePointer": "0x0830eb2c", + "namePointer": "ItemNameHurlOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c3c7", + "descriptionPointer": "ItemDescriptionHurlOrb", "move": "MOVE_HURL", "order": 187, "palette": 0, @@ -2970,12 +2970,12 @@ }, { "name": "Mobile Orb", - "namePointer": "0x0830eb1c", + "namePointer": "ItemNameMobileOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c415", + "descriptionPointer": "ItemDescriptionMobileOrb", "move": "MOVE_MOBILE", "order": 194, "palette": 0, @@ -2983,12 +2983,12 @@ }, { "name": "Toss Orb", - "namePointer": "0x0830eb10", + "namePointer": "ItemNameTossOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c4a6", + "descriptionPointer": "ItemDescriptionTossOrb", "move": "MOVE_ITEM_TOSS", "order": 223, "palette": 0, @@ -2996,12 +2996,12 @@ }, { "name": "Stairs Orb", - "namePointer": "0x0830eb00", + "namePointer": "ItemNameStairsOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c4cb", + "descriptionPointer": "ItemDescriptionStairsOrb", "move": "MOVE_SEE_STAIRS", "order": 219, "palette": 0, @@ -3009,12 +3009,12 @@ }, { "name": "Longtoss Orb", - "namePointer": "0x0830eaf0", + "namePointer": "ItemNameLongtossOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c50f", + "descriptionPointer": "ItemDescriptionLongtossOrb", "move": "MOVE_LONG_TOSS", "order": 192, "palette": 0, @@ -3022,12 +3022,12 @@ }, { "name": "Pierce Orb", - "namePointer": "0x0830eae0", + "namePointer": "ItemNamePierceOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830c596", + "descriptionPointer": "ItemDescriptionPierceOrb", "move": "MOVE_PIERCE", "order": 200, "palette": 0, @@ -3035,12 +3035,12 @@ }, { "name": "Cut", - "namePointer": "0x0830ead8", + "namePointer": "ItemNameCut", "buyPrice": 2, "sellPrice": 1, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830c622", + "descriptionPointer": "ItemDescriptionCut", "move": "MOVE_CUT", "order": 131, "palette": 3, @@ -3048,12 +3048,12 @@ }, { "name": "Fly", - "namePointer": "0x0830ead0", + "namePointer": "ItemNameFly", "buyPrice": 2, "sellPrice": 1, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830c6a2", + "descriptionPointer": "ItemDescriptionFly", "move": "MOVE_FLY", "order": 141, "palette": 3, @@ -3061,12 +3061,12 @@ }, { "name": "Surf", - "namePointer": "0x0830eac8", + "namePointer": "ItemNameSurf", "buyPrice": 2, "sellPrice": 1, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830c74c", + "descriptionPointer": "ItemDescriptionSurf", "move": "MOVE_SURF", "order": 168, "palette": 3, @@ -3074,12 +3074,12 @@ }, { "name": "Strength", - "namePointer": "0x0830eabc", + "namePointer": "ItemNameStrength", "buyPrice": 2, "sellPrice": 1, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830c7ec", + "descriptionPointer": "ItemDescriptionStrength", "move": "MOVE_STRENGTH", "order": 167, "palette": 3, @@ -3087,12 +3087,12 @@ }, { "name": "Flash", - "namePointer": "0x0830eab4", + "namePointer": "ItemNameFlash", "buyPrice": 2, "sellPrice": 1, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830c886", + "descriptionPointer": "ItemDescriptionFlash", "move": "MOVE_FLASH", "order": 140, "palette": 3, @@ -3100,12 +3100,12 @@ }, { "name": "Rock Smash", - "namePointer": "0x0830eaa4", + "namePointer": "ItemNameRockSmash", "buyPrice": 2, "sellPrice": 1, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830c918", + "descriptionPointer": "ItemDescriptionRockSmash", "move": "MOVE_ROCK_SMASH", "order": 157, "palette": 3, @@ -3113,12 +3113,12 @@ }, { "name": "Waterfall", - "namePointer": "0x0830ea98", + "namePointer": "ItemNameWaterfall", "buyPrice": 2, "sellPrice": 1, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830c9a7", + "descriptionPointer": "ItemDescriptionWaterfall", "move": "MOVE_WATERFALL", "order": 177, "palette": 3, @@ -3126,12 +3126,12 @@ }, { "name": "Dive", - "namePointer": "0x0830ea90", + "namePointer": "ItemNameDive", "buyPrice": 2, "sellPrice": 1, "type": "ITEM_TYPE_TM", "icon": 8, - "descriptionPointer": "0x0830ca1e", + "descriptionPointer": "ItemDescriptionDive", "move": "MOVE_DIVE", "order": 133, "palette": 3, @@ -3139,60 +3139,60 @@ }, { "name": "Link Box", - "namePointer": "0x0830ea84", + "namePointer": "ItemNameLinkBox", "buyPrice": 3000, "sellPrice": 500, "type": "ITEM_TYPE_LINK_BOX", "icon": 10, - "descriptionPointer": "0x0830cad2", + "descriptionPointer": "ItemDescriptionLinkBox", "order": 235, "palette": 0, "category": "ITEM_CATEGORY_LINK_BOX" }, { "name": "Switch Box", - "namePointer": "0x0830ea78", + "namePointer": "ItemNameSwitchBox", "buyPrice": 1500, "sellPrice": 500, "type": "ITEM_TYPE_LINK_BOX", "icon": 10, - "descriptionPointer": "0x0830cb67", + "descriptionPointer": "ItemDescriptionSwitchBox", "order": 237, "palette": 0, "category": "ITEM_CATEGORY_LINK_BOX" }, { "name": "Weavile Fig", - "namePointer": "0x0830ea6c", + "namePointer": "ItemNameWeavileFig", "buyPrice": 1, "sellPrice": 1, "type": "ITEM_TYPE_LINK_BOX", "icon": 10, - "descriptionPointer": "0x0830cbec", + "descriptionPointer": "ItemDescriptionWeavileFig", "order": 238, "palette": 0, "category": "ITEM_CATEGORY_LINK_BOX" }, { "name": "Mime Jr. Fig", - "namePointer": "0x0830ea5c", + "namePointer": "ItemNameMimeJrFig", "buyPrice": 1, "sellPrice": 1, "type": "ITEM_TYPE_LINK_BOX", "icon": 10, - "descriptionPointer": "0x0830cc01", + "descriptionPointer": "ItemDescriptionMimeJrFig", "order": 236, "palette": 0, "category": "ITEM_CATEGORY_LINK_BOX" }, { "name": "Beatup Orb", - "namePointer": "0x0830ea4c", + "namePointer": "ItemNameBeatupOrb", "buyPrice": 300, "sellPrice": 150, "type": "ITEM_TYPE_ORB", "icon": 15, - "descriptionPointer": "0x0830cc17", + "descriptionPointer": "ItemDescriptionPlaceholder", "move": "MOVE_BEAT_UP", "order": 231, "palette": 0, @@ -3200,26 +3200,38 @@ }, { "name": "G Machine 6", - "namePointer": "0x0830ea40", + "namePointer": "ItemNameGMachine6", "buyPrice": 8000, "sellPrice": 500, "type": "ITEM_TYPE_LINK_BOX", "icon": 10, - "descriptionPointer": "0x0830cc17", + "descriptionPointer": "ItemDescriptionPlaceholder", "order": 232, "palette": 0, "category": "ITEM_CATEGORY_LINK_BOX" }, { "name": "G Machine 7", - "namePointer": "0x0830ea34", + "namePointer": "ItemNameGMachine7", "buyPrice": 8000, "sellPrice": 500, "type": "ITEM_TYPE_LINK_BOX", "icon": 10, - "descriptionPointer": "0x0830cc17", + "descriptionPointer": "ItemDescriptionPlaceholder", "order": 233, "palette": 0, "category": "ITEM_CATEGORY_LINK_BOX" + }, + { + "name": "G Machine 8", + "namePointer": "ItemNameGMachine8", + "buyPrice": 8000, + "sellPrice": 500, + "type": "ITEM_TYPE_LINK_BOX", + "icon": 10, + "descriptionPointer": "ItemDescriptionPlaceholder", + "order": 234, + "palette": 0, + "category": "ITEM_CATEGORY_LINK_BOX" } ] diff --git a/data/item/item_descriptions.s b/data/item/item_descriptions.s new file mode 100644 index 0000000..aec2c21 --- /dev/null +++ b/data/item/item_descriptions.s @@ -0,0 +1,879 @@ +.global ItemDescriptionNone +ItemDescriptionNone: +.string "No information available.\n\0" + +.global ItemDescriptionSpike +ItemDescriptionSpike: +.string "A throwing item that inflicts damage if#nit hits.\n\0" + +.global ItemDescriptionRock +ItemDescriptionRock: +.string "A throwing item that flies in an arc to#nclear obstacles and strike the target.#nIt is not affected by #c5Pierce#r or #c5Long Toss#r#nstatuses.\n\0" + +.global ItemDescriptionMobileScarf +ItemDescriptionMobileScarf: +.string "A hold item that enables the Pokémon to#nmove and attack through walls and on#nmagma~2c etc.#nThe Pokémon~27s #c6Belly#r will go down faster#nwhile traveling through walls~2c however.\n\0" + +.global ItemDescriptionHealRibbon +ItemDescriptionHealRibbon: +.string "A hold item that speeds up the Pokémon~27s#nnatural #c6HP#r regeneration.#nThe Pokémon~27s #c6Belly#r will go down faster~2c#nhowever.\n\0" + +.global ItemDescriptionTwistBand +ItemDescriptionTwistBand: +.string "A hold item that prevents the Pokémon~27s#n#c6Attack#r and #c6Special Attack#r from going#ndown.\n\0" + +.global ItemDescriptionScopeLens +ItemDescriptionScopeLens: +.string "A hold item that boosts the Pokémon~27s#ncritical-hit rate for moves and attacks.\n\0" + +.global ItemDescriptionPatsyBand +ItemDescriptionPatsyBand: +.string "A hold item that boosts the Pokémon~27s#nchances of taking critical hits from#nenemy moves and attacks.\n\0" + +.global ItemDescriptionNoStickCap +ItemDescriptionNoStickCap: +.string "A hold item that prevents the Pokémon~27s#nitems from becoming sticky and gummed#nup.\n\0" + +.global ItemDescriptionPierceBand +ItemDescriptionPierceBand: +.string "A hold item that makes the Pokémon~27s#nthrown items pierce other Pokémon~2c walls~2c#nand obstacles without ever stopping.\n\0" + +.global ItemDescriptionJoyRibbon +ItemDescriptionJoyRibbon: +.string "A hold item that earns the Pokémon Exp.#nPoints when taking damage.\n\0" + +.global ItemDescriptionXRaySpecs +ItemDescriptionXRaySpecs: +.string "A hold item that enables the Pokémon to#nsee the locations of items and foes.\n\0" + +.global ItemDescriptionPersimBand +ItemDescriptionPersimBand: +.string "A hold item that prevents the Pokémon#nfrom becoming #c5Confused#r.\n\0" + +.global ItemDescriptionPowerBand +ItemDescriptionPowerBand: +.string "A hold item that boosts the Pokémon~27s#n#c6Attack#r.\n\0" + +.global ItemDescriptionPechaScarf +ItemDescriptionPechaScarf: +.string "A hold item that prevents the Pokémon#nfrom being #c5poisoned#r or #c5badly poisoned#r.\n\0" + +.global ItemDescriptionInsomniscope +ItemDescriptionInsomniscope: +.string "A hold item that prevents the Pokémon#nfrom going to #c5sleep#r~2c #c5napping#r~2c having#na #c5nightmare#r~2c or #c5yawning#r.\n\0" + +.global ItemDescriptionWarpScarf +ItemDescriptionWarpScarf: +.string "A hold item that occasionally warps the#nPokémon to another place on the same#nfloor.\n\0" + +.global ItemDescriptionTightBelt +ItemDescriptionTightBelt: +.string "A hold item that prevents the Pokémon~27s#n#c6Belly#r from going down each turn.\n\0" + +.global ItemDescriptionSneakScarf +ItemDescriptionSneakScarf: +.string "A hold item that prevents the Pokémon#nfrom awakening sleeping foes.#nIt only works against foes that are asleep#nto begin with.\n\0" + +.global ItemDescriptionGoldRibbon +ItemDescriptionGoldRibbon: +.string "An item that has no effect even if it is#nheld by a Pokémon.#nIt can be sold for a good price.\n\0" + +.global ItemDescriptionGoggleSpecs +ItemDescriptionGoggleSpecs: +.string "A hold item that improves the Pokémon~27s#nvision.#nIt reveals hidden traps and #c5invisible#r#nPokémon.\n\0" + +.global ItemDescriptionDietRibbon +ItemDescriptionDietRibbon: +.string "A hold item that changes the Pokémon~27s#nstatus to #c5Hungry Pal#r and prevents#nits #c6Belly#r from filling.#nIf the team leader is holding it~2c its #c6Belly#r#nwill go down faster.\n\0" + +.global ItemDescriptionTrapScarf +ItemDescriptionTrapScarf: +.string "A hold item that prevents traps from#ngoing off if they are stepped on by the#nPokémon.\n\0" + +.global ItemDescriptionRacketBand +ItemDescriptionRacketBand: +.string "A hold item that helps awaken hostile#nsleeping Pokémon.#nIt only works against Pokémon that were#nasleep from the start.\n\0" + +.global ItemDescriptionDefScarf +ItemDescriptionDefScarf: +.string "A hold item that boosts the Pokémon~27s#n#c6Defense#r.\n\0" + +.global ItemDescriptionStaminaBand +ItemDescriptionStaminaBand: +.string "A hold item that slows how quickly the#nPokémon~27s #c6Belly#r goes down.\n\0" + +.global ItemDescriptionPlainRibbon +ItemDescriptionPlainRibbon: +.string "An item that has no effect~2c even if it is#nheld by a Pokémon.\n\0" + +.global ItemDescriptionSpecialBand +ItemDescriptionSpecialBand: +.string "A hold item that boosts the Pokémon~27s#n#c6Special Attack#r.\n\0" + +.global ItemDescriptionZincBand +ItemDescriptionZincBand: +.string "A hold item that boosts the Pokémon~27s#n#c6Special Defense#r.\n\0" + +.global ItemDescriptionDetectBand +ItemDescriptionDetectBand: +.string "A hold item that boosts the Pokémon~27s#n#c6Evasion#r.\n\0" + +.global ItemDescriptionAlertSpecs +ItemDescriptionAlertSpecs: +.string "A hold item that prevents the Pokémon#nfrom having its held item snatched away#nor swatted down.\n\0" + +.global ItemDescriptionDodgeScarf +ItemDescriptionDodgeScarf: +.string "A hold item that prevents any thrown#nitem from hitting the Pokémon.\n\0" + +.global ItemDescriptionBounceBand +ItemDescriptionBounceBand: +.string "A hold item that makes thrown items#nbounce off the Pokémon.\n\0" + +.global ItemDescriptionCurveBand +ItemDescriptionCurveBand: +.string "A hold item that makes thrown items#nbounce off walls and fly sideways.#nIt has no effect if the Pokémon~27s status#nis #c5Pierce#r or if a rock is thrown.\n\0" + +.global ItemDescriptionWhiffSpecs +ItemDescriptionWhiffSpecs: +.string "A hold item that prevents items thrown#nby the Pokémon from hitting another#nPokémon.\n\0" + +.global ItemDescriptionNoAimScope +ItemDescriptionNoAimScope: +.string "A hold item that causes items thrown#nby the Pokémon to fly wildly in any#ndirection.\n\0" + +.global ItemDescriptionLockonSpecs +ItemDescriptionLockonSpecs: +.string "A hold item that raises the accuracy of#nitems thrown at foes by the Pokémon.\n\0" + +.global ItemDescriptionMunchBelt +ItemDescriptionMunchBelt: +.string "A hold item that slightly boosts the#nPokémon~27s #c6Attack#r and #c6Special Attack#r.#nHowever~2c it also makes the Pokémon~27s#n#c6Belly#r go down faster.\n\0" + +.global ItemDescriptionPassScarf +ItemDescriptionPassScarf: +.string "A hold item that can enable the#nPokémon to pass off the effects of#nattacks and certain kinds of hostile moves#nto a Pokémon next to it. However~2c it also#nmakes the Pokémon~27s #c6Belly#r go down.\n\0" + +.global ItemDescriptionWeatherBand +ItemDescriptionWeatherBand: +.string "A hold item that prevents the Pokémon#nfrom feeling the effects of the weather.\n\0" + +.global ItemDescriptionFriendBow +ItemDescriptionFriendBow: +.string "When held by the team leader~2c this hold#nitem makes it easier to recruit defeated#nPokémon into the rescue team.\n\0" + +.global ItemDescriptionBeautyScarf +ItemDescriptionBeautyScarf: +.string "A fashionable accessory for dressing up.#nIt enables a certain kind of Pokémon to#nevolve.#nGive it to the Pokémon when it~27s ready to#nevolve.\n\0" + +.global ItemDescriptionSunRibbon +ItemDescriptionSunRibbon: +.string "A ribbon infused with sunshine.#nIt enables a certain kind of Pokémon to#nevolve.#nGive it to the Pokémon when it~27s ready to#nevolve.\n\0" + +.global ItemDescriptionLunarRibbon +ItemDescriptionLunarRibbon: +.string "A ribbon filled with moonlight.#nIt enables a certain kind of Pokémon to#nevolve.#nGive it to the Pokémon when it~27s ready to#nevolve.\n\0" + +.global ItemDescriptionRingD +ItemDescriptionRingD: +.string "Ring D\n\0" + +.global ItemDescriptionRingE +ItemDescriptionRingE: +.string "Ring E\n\0" + +.global ItemDescriptionRingF +ItemDescriptionRingF: +.string "Ring F\n\0" + +.global ItemDescriptionHealSeed +ItemDescriptionHealSeed: +.string "A food item that heals all status problems.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionWishStone +ItemDescriptionWishStone: +.string "A mysterious stone shaped like a musical#nnote.#nIt is said to make a wish come true if it#nis held while exploring the depths of#n#CDWish Cave#R.\n\0" + +.global ItemDescriptionOranBerry +ItemDescriptionOranBerry: +.string "A food item that restores #c6HP#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionSitrusBerry +ItemDescriptionSitrusBerry: +.string "A food item that restores #c6HP#r.#nIf the Pokémon has full #c6HP#r~2c eating this#nitem will slightly boost its #c6Maximum HP#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionEyedropSeed +ItemDescriptionEyedropSeed: +.string "A food item that changes the Pokémon~27s#nstatus to #c5Eyedrops#r.#nIt reveals hidden traps and #c5invisible#r#nPokémon.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionReviverSeed +ItemDescriptionReviverSeed: +.string "An item that could revive a fainted#nPokémon.#nIt becomes a Plain Seed after use.#nIf held~2c it revives only the holder.#nIt can only be used by an #c6Item Master#r.\n\0" + +.global ItemDescriptionBlinkerSeed +ItemDescriptionBlinkerSeed: +.string "A food item that gives the Pokémon#n#c5Blinker#r status.#nIt makes other Pokémon~2c unclaimed#nitems~2c and the ground impossible to see.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionDoomSeed +ItemDescriptionDoomSeed: +.string "A food item that lowers the Pokémon~27s#n#c6level#r by one.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionAllureSeed +ItemDescriptionAllureSeed: +.string "A food item that gives the Pokémon#n#c5Cross-Eyed#r status.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionLifeSeed +ItemDescriptionLifeSeed: +.string "A food item that slightly boosts the#nPokémon~27s #c6Maximum HP#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionRawstBerry +ItemDescriptionRawstBerry: +.string "A food item that heals the Pokémon~27s #c5burn#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionHungerSeed +ItemDescriptionHungerSeed: +.string "A food item that slightly lowers the#nPokémon~27s maximum #c6Belly#r size.#nIf used by a Pokémon other than the#nleader~2c its status changes to #c5Hungry Pal#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionQuickSeed +ItemDescriptionQuickSeed: +.string "A food item that boosts the Pokémon~27s#n#c6Movement Speed#r by one level.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionPechaBerry +ItemDescriptionPechaBerry: +.string "A food item that heals the Pokémon when#n#c5poisoned#r or #c5badly poisoned#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionCheriBerry +ItemDescriptionCheriBerry: +.string "A food item that heals the Pokémon from#n#c5paralysis#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionTotterSeed +ItemDescriptionTotterSeed: +.string "A food item that makes the Pokémon#n#c5confused#r.#nThe Pokémon~27s movements turn erratic~2c#nand its attacks and moves may hit friends.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionSleepSeed +ItemDescriptionSleepSeed: +.string "A food item that makes the user#n#c5sleep#r.#nThe Pokémon will be unable to do anything.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionPlainSeed +ItemDescriptionPlainSeed: +.string "A food item that has no special effect.#nIt does slightly fill the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionWarpSeed +ItemDescriptionWarpSeed: +.string "A food item that warps the Pokémon to#na different place on the same floor.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionBlastSeed +ItemDescriptionBlastSeed: +.string "A food item that makes the Pokémon#nbreathe highly damaging fire.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionGinseng +ItemDescriptionGinseng: +.string "A drink that boosts the power of the#nPokémon~27s set move.#nIt may not have any effect on certain#nkinds of moves.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionJoySeed +ItemDescriptionJoySeed: +.string "A food item that raises the Pokémon~27s#n#c6level#r by one.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionChestoBerry +ItemDescriptionChestoBerry: +.string "A food item that causes the Pokémon to#nbecome #c5sleepless#r.#nThe Pokémon will not be able to go to#n#c5sleep#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionStunSeed +ItemDescriptionStunSeed: +.string "A food item that causes the Pokémon to#nbecome #c5petrified#r.#nThe Pokémon will be unable to do anything#nuntil it takes damage.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionMaxElixir +ItemDescriptionMaxElixir: +.string "A drink that completely restores the#n#c6PP#r of all the Pokémon~27s moves.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionProtein +ItemDescriptionProtein: +.string "A drink that boosts the Pokémon~27s#n#c6Attack#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionCalcium +ItemDescriptionCalcium: +.string "A drink that boosts the Pokémon~27s#n#c6Special Attack#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionIron +ItemDescriptionIron: +.string "A drink that boosts the Pokémon~27s#n#c6Defense#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionZinc +ItemDescriptionZinc: +.string "A drink that boosts the Pokémon~27s#n#c6Special Defense#r.#nIt also slightly fills the Pokémon~27s #c6Belly#r.\n\0" + +.global ItemDescriptionApple +ItemDescriptionApple: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nEating this when its #c6Belly#r is full will#nslightly enlarge its #c6Belly#r size.\n\0" + +.global ItemDescriptionBigApple +ItemDescriptionBigApple: +.string "A food item that amply fills the#nPokémon~27s #c6Belly#r.#nEating this when its #c6Belly#r is full will#nslightly enlarge its #c6Belly#r size.\n\0" + +.global ItemDescriptionGrimyFood +ItemDescriptionGrimyFood: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nHowever~2c it will cause a variety of#nstatus problems.\n\0" + +.global ItemDescriptionHugeApple +ItemDescriptionHugeApple: +.string "A food item that completely fills the#nPokémon~27s #c6Belly#r.#nIt also slightly enlarges the #c6Belly#r size.\n\0" + +.global ItemDescriptionWhiteGummi +ItemDescriptionWhiteGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nNormal-type Pokémon like it the best.\n\0" + +.global ItemDescriptionRedGummi +ItemDescriptionRedGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nFire-type Pokémon like it the best.\n\0" + +.global ItemDescriptionBlueGummi +ItemDescriptionBlueGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nWater-type Pokémon like it the best.\n\0" + +.global ItemDescriptionGrassGummi +ItemDescriptionGrassGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nGrass-type Pokémon like it the best.\n\0" + +.global ItemDescriptionYellowGummi +ItemDescriptionYellowGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nElectric-type Pokémon like it the best.\n\0" + +.global ItemDescriptionClearGummi +ItemDescriptionClearGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nIce-type Pokémon like it the best.\n\0" + +.global ItemDescriptionOrangeGummi +ItemDescriptionOrangeGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nFighting-type Pokémon like it the best.\n\0" + +.global ItemDescriptionPinkGummi +ItemDescriptionPinkGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nPoison-type Pokémon like it the best.\n\0" + +.global ItemDescriptionBrownGummi +ItemDescriptionBrownGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nGround-type Pokémon like it the best.\n\0" + +.global ItemDescriptionSkyGummi +ItemDescriptionSkyGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nFlying-type Pokémon like it the best.\n\0" + +.global ItemDescriptionGoldGummi +ItemDescriptionGoldGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nPsychic-type Pokémon like it the best.\n\0" + +.global ItemDescriptionGreenGummi +ItemDescriptionGreenGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nBug-type Pokémon like it the best.\n\0" + +.global ItemDescriptionGrayGummi +ItemDescriptionGrayGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nRock-type Pokémon like it the best.\n\0" + +.global ItemDescriptionPurpleGummi +ItemDescriptionPurpleGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nGhost-type Pokémon like it the best.\n\0" + +.global ItemDescriptionRoyalGummi +ItemDescriptionRoyalGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nDragon-type Pokémon like it the best.\n\0" + +.global ItemDescriptionBlackGummi +ItemDescriptionBlackGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nDark-type Pokémon like it the best.\n\0" + +.global ItemDescriptionSilverGummi +ItemDescriptionSilverGummi: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s #c6IQ#r.#nSteel-type Pokémon like it the best.\n\0" + +.global ItemDescriptionBanana +ItemDescriptionBanana: +.string "A rare food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nEating this when its #c6Belly#r is full will#nslightly enlarge its #c6Belly#r size.#nIt is occasionally found inside walls.\n\0" + +.global ItemDescriptionChestnut +ItemDescriptionChestnut: +.string "A food item that somewhat fills the#nPokémon~27s #c6Belly#r.#nMankey love to eat this.\n\0" + +.global ItemDescriptionPoke +ItemDescriptionPoke: +.string "Money used at shops~2c etc.\n\0" + +.global ItemDescriptionEvolutionItemSingle +ItemDescriptionEvolutionItemSingle: +.string "It enables a certain kind of Pokémon to#nevolve.#nGive it to the Pokémon when it~27s ready to#nevolve.\n\0" + +.global ItemDescriptionEvolutionItemMulti +ItemDescriptionEvolutionItemMulti: +.string "It enables certain kinds of Pokémon to#nevolve.#nGive it to the Pokémon when it~27s ready to#nevolve.\n\0" + +.global ItemDescriptionIcePart +ItemDescriptionIcePart: +.string "An item that was guarded by #CNRegice#R.#nIt may be related to this saying about the#n#CDBuried Relic#R: ~93Three parts guarded by#nthree servants. When they are one again~2c#na mirage shall appear to the bearer.~94\n\0" + +.global ItemDescriptionSteelPart +ItemDescriptionSteelPart: +.string "A mysterious item that was guarded by#n#CNRegisteel#R.#n#CNRegirock#R and #CNRegice#R also guarded parts#nin similar fashion.#nWhat is the secret behind these parts?\n\0" + +.global ItemDescriptionRockPart +ItemDescriptionRockPart: +.string "A mysterious item that was jealously#nguarded by #CNRegirock#R.#nHow it is to be used remains unknown~2c#nhowever.\n\0" + +.global ItemDescriptionMusicBox +ItemDescriptionMusicBox: +.string "An enchanting music box that plays a#nbeautiful melody.#nIt is said to draw something special to it#nwhen it is kept close by.\n\0" + +.global ItemDescriptionKey +ItemDescriptionKey: +.string "A key that unlocks a door inside a#ndungeon.\n\0" + +.global ItemDescriptionUsedTM +ItemDescriptionUsedTM: +.string "The remains of the item $i0#nafter use.#nIt can be restored using the move #c4Recycle#r.#nThis item cannot be placed in storage.\n\0" + +.global ItemDescriptionFocusPunch +ItemDescriptionFocusPunch: +.string "Teaches the move #c4Focus Punch#r.#nThe user~27s status changes to #c5Focus Punch#r~2c#nand it attacks on the next turn.#nIt is not possible to #c5link#r this move.\n\0" + +.global ItemDescriptionDragonClaw +ItemDescriptionDragonClaw: +.string "Teaches the move #c4Dragon Claw#r.#nIt inflicts damage on the target.\n\0" + +.global ItemDescriptionWaterPulse +ItemDescriptionWaterPulse: +.string "Teaches the move #c4Water Pulse#r.#nIt inflicts damage on the target even at a#ndistance.#nIt may also leave the target #c5confused#r.\n\0" + +.global ItemDescriptionCalmMind +ItemDescriptionCalmMind: +.string "Teaches the move #c4Calm Mind#r.#nIt raises the Pokémon~27s #c6Special Attack#r#nand #c6Special Defense#r by one level.\n\0" + +.global ItemDescriptionRoar +ItemDescriptionRoar: +.string "Teaches the move #c4Roar#r.#nIt sends the target flying.#nIf the foe hits a wall or another#nPokémon~2c it sustains damage.\n\0" + +.global ItemDescriptionToxic +ItemDescriptionToxic: +.string "Teaches the move #c4Toxic#r.#nIt #c5badly poisons#r the foe Pokémon.#nIf a Pokémon is #c5badly poisoned#r~2c it#nsustains damage over several turns.\n\0" + +.global ItemDescriptionHail +ItemDescriptionHail: +.string "An item that changes the dungeon floor~27s#nweather to #c5Hail#r for several turns.#n#n#nRange: All Pokémon on floor\n\0" + +.global ItemDescriptionBulkUp +ItemDescriptionBulkUp: +.string "Teaches the move #c4Bulk Up#r.#nIt boosts the user~27s #c6Attack#r and #c6Defense#r#nby one level.\n\0" + +.global ItemDescriptionBulletSeed +ItemDescriptionBulletSeed: +.string "Teaches the move #c4Bullet Seed#r.#nIt inflicts damage on the target even at a#ndistance.#nIt hits two to five times per use.\n\0" + +.global ItemDescriptionHiddenPower +ItemDescriptionHiddenPower: +.string "Teaches the move #c4Hidden Power#r.#nIt inflicts damage on the target.#nIts type and power change with the#ndungeon.\n\0" + +.global ItemDescriptionSunnyDay +ItemDescriptionSunnyDay: +.string "An item that changes the dungeon floor~27s#nweather to #c5Sunny#r for several turns.#n#n#nRange: All Pokémon on floor\n\0" + +.global ItemDescriptionTaunt +ItemDescriptionTaunt: +.string "Teaches the move #c4Taunt#r.#nThe targeted Pokémon~27s status changes#nto #c5Taunted#r.\n\0" + +.global ItemDescriptionIceBeam +ItemDescriptionIceBeam: +.string "Teaches the move #c4Ice Beam#r.#nIt inflicts damage on the target even at a#ndistance. It may also leave the target#n#c5frozen#r and incapable of action.\n\0" + +.global ItemDescriptionBlizzard +ItemDescriptionBlizzard: +.string "Teaches the move #c4Blizzard#r.#nIt inflicts damage on the target.#nIt may also leave the target #c5frozen#r and#nincapable of action.\n\0" + +.global ItemDescriptionHyperBeam +ItemDescriptionHyperBeam: +.string "Teaches the move #c4Hyper Beam#r.#nIt inflicts damage on the target even at a#ndistance. However~2c it also makes the user#n#c5paused#r and incapable of action.\n\0" + +.global ItemDescriptionLightScreen +ItemDescriptionLightScreen: +.string "Teaches the move #c4Light Screen#r.#nIt makes the user~27s status #c5Light Screen#r.#nIt halves the damage from#n#c5Special Attack moves#r.\n\0" + +.global ItemDescriptionProtect +ItemDescriptionProtect: +.string "Teaches the move #c4Protect#r.#nIt changes the Pokémon~27s status to#n#c5Protect#r and prevents damage from#nenemy attacks and moves.\n\0" + +.global ItemDescriptionRainDance +ItemDescriptionRainDance: +.string "An item that changes the dungeon floor~27s#nweather to #c5Rain#r for several turns.#n#n#nRange: All Pokémon on floor\n\0" + +.global ItemDescriptionGigaDrain +ItemDescriptionGigaDrain: +.string "Teaches the move #c4Giga Drain#r.#nIt inflicts damage on the target.#nIt also restores the user~27s #c6HP#r based#non the damage it inflicted.\n\0" + +.global ItemDescriptionSafeguard +ItemDescriptionSafeguard: +.string "Teaches the move #c4Safeguard#r.#nIt changes the status of the user and team#nmembers in the same room to #c5Safeguard#r#nand prevents status problems.\n\0" + +.global ItemDescriptionFrustration +ItemDescriptionFrustration: +.string "Teaches the move #c4Frustration#r.#nIt inflicts damage on the target and#ninflicts greater damage if the user~27s#n#c6IQ#r is low.\n\0" + +.global ItemDescriptionSolarBeam +ItemDescriptionSolarBeam: +.string "Teaches the move #c4Solarbeam#r.#nThe user~27s status becomes #c5Solarbeam#r~2c#nand it attacks on the next turn.#nIt is not possible to #c5link#r this move.\n\0" + +.global ItemDescriptionIronTail +ItemDescriptionIronTail: +.string "Teaches the move #c4Iron Tail#r.#nIt inflicts damage on the target.#nIt may also lower the target~27s #c6Defense#r#nby one level.\n\0" + +.global ItemDescriptionThunderbolt +ItemDescriptionThunderbolt: +.string "Teaches the move #c4Thunderbolt#r.#nIt damages all foes around the user.#nIt may also cause #c5paralysis#r~2c which#nprevents attacks and moves.\n\0" + +.global ItemDescriptionThunder +ItemDescriptionThunder: +.string "Teaches the move #c4Thunder#r.#nIt inflicts damage on the target#nand may also cause #c5paralysis#r.#nIts accuracy is affected by the weather.\n\0" + +.global ItemDescriptionEarthquake +ItemDescriptionEarthquake: +.string "Teaches the move #c4Earthquake#r.#nIt damages all Pokémon in the same room.#nIt inflicts double damage on any #c5digging#r#nPokémon.\n\0" + +.global ItemDescriptionReturn +ItemDescriptionReturn: +.string "Teaches the move #c4Return#r.#nIt inflicts damage on the target.#nIts power rises with the user~27s #c6IQ#r.\n\0" + +.global ItemDescriptionDig +ItemDescriptionDig: +.string "Teaches the move #c4Dig#r.#nThe user~27s status becomes #c5Digging#r~2c#nand it attacks on the next turn.#nIt is not possible to #c5link#r this move.\n\0" + +.global ItemDescriptionPsychic +ItemDescriptionPsychic: +.string "Teaches the move #c4Psychic#r.#nIt inflicts damage on the target.#nIt may also lower the target~27s #c6Special#nDefense#r by one level.\n\0" + +.global ItemDescriptionShadowBall +ItemDescriptionShadowBall: +.string "Teaches the move #c4Shadow Ball#r.#nIt inflicts damage on the target even at a#ndistance. It may also lower the target~27s#n#c6Special Defense#r by one level.\n\0" + +.global ItemDescriptionBrickBreak +ItemDescriptionBrickBreak: +.string "Teaches the move #c4Brick Break#r.#nIt shatters the target~27s #c5Reflect#r#nor #c5Light Screen#r to inflict damage.\n\0" + +.global ItemDescriptionDoubleTeam +ItemDescriptionDoubleTeam: +.string "An item that raises the user~27s #c6Evasion#r#nby one level.#n#n#nRange: User\n\0" + +.global ItemDescriptionReflect +ItemDescriptionReflect: +.string "Teaches the move #c4Reflect#r.#nIt makes the user~27s status #c5Reflect#r#nand halves the damage from all#n#c5Physical Attack moves#r and#nregular attacks.\n\0" + +.global ItemDescriptionShockWave +ItemDescriptionShockWave: +.string "Teaches the move #c4Shock Wave#r.#nIt inflicts damage on the target even at a#ndistance.#nIt never misses.\n\0" + +.global ItemDescriptionFlamethrower +ItemDescriptionFlamethrower: +.string "Teaches the move #c4Flamethrower#r.#nIt inflicts damage on the target even at a#ndistance. It may also cause a #c5burn#r.#nIt thaws and frees frozen Pokémon.\n\0" + +.global ItemDescriptionSludgeBomb +ItemDescriptionSludgeBomb: +.string "Teaches the move #c4Sludge Bomb#r.#nIt inflicts damage on the target even at a#ndistance. It may also leave the target#n#c5poisoned#r~2c damaging it over several turns.\n\0" + +.global ItemDescriptionSandstorm +ItemDescriptionSandstorm: +.string "An item that changes the dungeon floor~27s#nweather to #c5Sandstorm#r for several turns.#n#n#nRange: All Pokémon on floor\n\0" + +.global ItemDescriptionFireBlast +ItemDescriptionFireBlast: +.string "Teaches the move #c4Fire Blast#r.#nIt inflicts damage on the target.#nIt may also cause a #c5burn#r.#nIt thaws and frees frozen Pokémon.\n\0" + +.global ItemDescriptionRockTomb +ItemDescriptionRockTomb: +.string "It inflicts damage on the target.#nIt also lowers the target~27s #c6Movement#nSpeed#r by one level.#n#nRange: Foe in front\n\0" + +.global ItemDescriptionAerialAce +ItemDescriptionAerialAce: +.string "Teaches the move #c4Aerial Ace#r.#nIt inflicts damage on the target.#nIt never misses.\n\0" + +.global ItemDescriptionTorment +ItemDescriptionTorment: +.string "Teaches the move #c4Torment#r.#nIt prevents the targeted Pokémon from#nrepeating its last move while it#nremains on the floor.\n\0" + +.global ItemDescriptionFacade +ItemDescriptionFacade: +.string "Teaches the move #c4Facade#r.#nIt inflicts damage on the target.#nIf the user is #c5poisoned#r~2c #c5badly poisoned#r~2c#nor has a #c5burn#r~2c its power is doubled.\n\0" + +.global ItemDescriptionSecretPower +ItemDescriptionSecretPower: +.string "Teaches the move #c4Secret Power#r.#nIt inflicts damage on the target.#nIt may also trigger other effects#ndepending on the terrain.\n\0" + +.global ItemDescriptionRest +ItemDescriptionRest: +.string "Teaches the move #c4Rest#r.#nIt makes the user go to #c5sleep#r.#nUpon awakening~2c the Pokémon regains #c6HP#r#nand recovers from any status problems.\n\0" + +.global ItemDescriptionAttract +ItemDescriptionAttract: +.string "Teaches the move #c4Attract#r.#nIt changes the target~27s status to#n#c5Infatuated#r.\n\0" + +.global ItemDescriptionThief +ItemDescriptionThief: +.string "Teaches the move #c4Thief#r.#nIt inflicts damage on the target.#nIt also snatches the target~27s hold item#nand makes it the user~27s hold item.\n\0" + +.global ItemDescriptionSteelWIng +ItemDescriptionSteelWIng: +.string "Teaches the move #c4Steel Wing#r.#nIt inflicts damage on the target.#nIt may also raise the user~27s #c6Defense#r by#none level.\n\0" + +.global ItemDescriptionSkillSwap +ItemDescriptionSkillSwap: +.string "Teaches the move #c4Skill Swap#r.#nIt switches the user~27s #c6Special Ability#r with#nthat of the target.\n\0" + +.global ItemDescriptionSnatch +ItemDescriptionSnatch: +.string "It switches the user~27s status to #c5Snatch#r.#nIt steals the moves of Pokémon on#nthe same floor.#n#nRange: User\n\0" + +.global ItemDescriptionOverheat +ItemDescriptionOverheat: +.string "Teaches the move #c4Overheat#r.#nIt damages all foes around the user~2c but it#nalso lowers the user~27s #c6Special Attack#r#nby two levels and thaws frozen Pokémon.\n\0" + +.global ItemDescriptionWideSlash +ItemDescriptionWideSlash: +.string "Teaches the move #c4Wide Slash#r.#nIt inflicts damage on foes on the 3#ntiles diagonally and directly in front.\n\0" + +.global ItemDescriptionExcavate +ItemDescriptionExcavate: +.string "Teaches the move #c4Excavate#r.#nIt digs through the wall the user is facing.\n\0" + +.global ItemDescriptionSpinSlash +ItemDescriptionSpinSlash: +.string "Teaches the move #c4Spin Slash#r.#nIt inflicts damage on all foes surrounding#nthe user.\n\0" + +.global ItemDescriptionSeeTrapOrb +ItemDescriptionSeeTrapOrb: +.string "It reveals all hidden traps in the same#nroom.#n#n#nRange: User\n\0" + +.global ItemDescriptionMugOrb +ItemDescriptionMugOrb: +.string "It inflicts damage on the target.#nIt also snatches the target~27s hold item#nto make it the user~27s.#n#nRange: Foe in front\n\0" + +.global ItemDescriptionReboundOrb +ItemDescriptionReboundOrb: +.string "Changes the user~27s status to #c5Mini Counter#r.#nAny damage from #c5Physical Attack moves#r#nor a regular attack is partially returned.#n#nRange: User\n\0" + +.global ItemDescriptionLobOrb +ItemDescriptionLobOrb: +.string "Inflicts damage on the target up to#n2 tiles away.#n#n#nRange: 2 tiles\n\0" + +.global ItemDescriptionSwitcherOrb +ItemDescriptionSwitcherOrb: +.string "Switches the user~27s position with another#nPokémon~2c however distant.#n#n#nRange: Straight line\n\0" + +.global ItemDescriptionBlowbackOrb +ItemDescriptionBlowbackOrb: +.string "Knocks a distant target flying.#nIf the target hits a wall or another#nPokémon~2c it sustains damage.#n#nRange: Straight line\n\0" + +.global ItemDescriptionWarpOrb +ItemDescriptionWarpOrb: +.string "Warps foes in the same room to other#nplaces on the same floor.#n#n#nRange: Foes in room\n\0" + +.global ItemDescriptionTransferOrb +ItemDescriptionTransferOrb: +.string "Transforms the target into a different#nPokémon.#n#n#nRange: Foe in front\n\0" + +.global ItemDescriptionSlowOrb +ItemDescriptionSlowOrb: +.string "Lowers the #c6Movement Speed#r of foes in#nthe same room by one level.#n#n#nRange: Foes in room\n\0" + +.global ItemDescriptionQuickOrb +ItemDescriptionQuickOrb: +.string "Boosts the #c6Movement Speed#r of the user#nand team members in the room by one#nlevel.#n#nRange: All team members in room\n\0" + +.global ItemDescriptionLuminousOrb +ItemDescriptionLuminousOrb: +.string "Reveals the entire floor to the user.#n#n#n#nRange: User\n\0" + +.global ItemDescriptionPetrifyOrb +ItemDescriptionPetrifyOrb: +.string "Changes the status of foes in the room to#n#c5Petrified#r~2c making them incapable of action.#n#n#nRange: Foes in room\n\0" + +.global ItemDescriptionStayawayOrb +ItemDescriptionStayawayOrb: +.string "Changes the status of the target to#n#c5Petrified#r and warps it near the stairs.#n#n#nRange: Foe in front\n\0" + +.global ItemDescriptionPounceOrb +ItemDescriptionPounceOrb: +.string "Makes the user pounce on the Pokémon#nin front~2c however distant. If no Pokémon#nis in the way~2c the user leaps to the wall.#n#nRange: Special\n\0" + +.global ItemDescriptionTrawlOrb +ItemDescriptionTrawlOrb: +.string "Pulls all items on the floor to the user.#nBeware: if there is a shop~2c the user will#nbe considered a shoplifter.#n#nRange: User\n\0" + +.global ItemDescriptionCleanseOrb +ItemDescriptionCleanseOrb: +.string "Sticky~2c gummed-up items are cleansed of#ngrime~2c making them usable again.#n#n#nRange: All team members on floor\n\0" + +.global ItemDescriptionObserverOrb +ItemDescriptionObserverOrb: +.string "Changes the status of the target to#n#c5Paused#r~2c making it incapable of action.#n#n#nRange: Foe in front\n\0" + +.global ItemDescriptionDecoyOrb +ItemDescriptionDecoyOrb: +.string "Changes the status of the target to#n#c5Decoy#r~2c making it the target of its fellow#nPokémon.#n#nRange: Foe in front\n\0" + +.global ItemDescriptionSlumberOrb +ItemDescriptionSlumberOrb: +.string "Changes the status of foes in the same#nroom to #c5Sleep#r~2c making them incapable#nof action.#n#nRange: Foes in room\n\0" + +.global ItemDescriptionTotterOrb +ItemDescriptionTotterOrb: +.string "Changes the status of foes in the same#nroom to #c5Confused#r~2c making their#nattacks and movements erratic.#n#nRange: Foes in room\n\0" + +.global ItemDescriptionTwoEdgeOrb +ItemDescriptionTwoEdgeOrb: +.string "Drops the #c6HP#r of foes in the same#nroom to one. If it hits~2c it also halves#nthe user~27s #c6HP#r.#n#nRange: Foes in room\n\0" + +.global ItemDescriptionSilenceOrb +ItemDescriptionSilenceOrb: +.string "Changes the status of the target to#n#c5Muzzled#r~2c making it incapable of attacks or#nmoves using its mouth.#n#nRange: Foe in front\n\0" + +.global ItemDescriptionEscapeOrb +ItemDescriptionEscapeOrb: +.string "Allows the rescue team to escape#nfrom the dungeon.#n#n#nRange: All team members on floor\n\0" + +.global ItemDescriptionScannerOrb +ItemDescriptionScannerOrb: +.string "Reveals the location of all unclaimed#nitems on the floor.#n#n#nRange: User\n\0" + +.global ItemDescriptionRadarOrb +ItemDescriptionRadarOrb: +.string "Reveals the location of all foes on#nthe floor.#n#n#nRange: User\n\0" + +.global ItemDescriptionDroughtOrb +ItemDescriptionDroughtOrb: +.string "Drains water and magma from the dungeon#nfloor.#n#n#nRange: Special\n\0" + +.global ItemDescriptionTrapbustOrb +ItemDescriptionTrapbustOrb: +.string "Destroys traps in the same room.#n#n#n#nRange: Room\n\0" + +.global ItemDescriptionRollcallOrb +ItemDescriptionRollcallOrb: +.string "Draws all team members to the user.#n#n#n#nRange: All team members on floor\n\0" + +.global ItemDescriptionInvisifyOrb +ItemDescriptionInvisifyOrb: +.string "The user becomes #c5invisible#r to other#nPokémon.#n#n#nRange: User\n\0" + +.global ItemDescriptionOneShotOrb +ItemDescriptionOneShotOrb: +.string "Defeats the target in one shot--if it hits.#n#n#n#nRange: Foe in front\n\0" + +.global ItemDescriptionIdentifyOrb +ItemDescriptionIdentifyOrb: +.string "Reveals if Pokémon on the floor are#nholding items or not.#n#n#nRange: All Pokémon on floor\n\0" + +.global ItemDescriptionVacuumCut +ItemDescriptionVacuumCut: +.string "Teaches the move #c4Vacuum Cut#r.#nIt inflicts damage on all foes in the room.\n\0" + +.global ItemDescriptionReviverOrb +ItemDescriptionReviverOrb: +.string "A hold item that revives the Pokémon#nif it faints.#nIt does not work if the holder faints#nfrom an explosion.#nRange: Holder\n\0" + +.global ItemDescriptionShockerOrb +ItemDescriptionShockerOrb: +.string "Changes the target~27s status to #c5Cowering#r~2c#nmaking its attacks go in the opposite#ndirection.#n#nRange: Foe in front\n\0" + +.global ItemDescriptionSizebustOrb +ItemDescriptionSizebustOrb: +.string "Inflicts damage on the target.#nThe bigger the target~27s size~2c the greater#nthe damage.#n#nRange: Foe in front\n\0" + +.global ItemDescriptionOneRoomOrb +ItemDescriptionOneRoomOrb: +.string "Destroys all walls on the floor~2c turning#nthe floor into one vast room.#n#n#nRange: Special\n\0" + +.global ItemDescriptionFillInOrb +ItemDescriptionFillInOrb: +.string "Makes water or magma in front of the#nuser turn into a solid floor tile.#n#n#nRange: Special\n\0" + +.global ItemDescriptionTrapperOrb +ItemDescriptionTrapperOrb: +.string "Sets a trap where the user is standing.#nIt does not work if used in a hallway.#n#n#nRange: User\n\0" + +.global ItemDescriptionPossessOrb +ItemDescriptionPossessOrb: +.string "A leader~27s hold item that enables the#nleader to possess a friend and survive.#nIt only works for the team leader.\n\0" + +.global ItemDescriptionItemizerOrb +ItemDescriptionItemizerOrb: +.string "Turns the target Pokémon into an item.#n#n#n#nRange: Foe in front\n\0" + +.global ItemDescriptionHurlOrb +ItemDescriptionHurlOrb: +.string "Hurls the target at another foe to inflict#ndamage.#n#n#nRange: Foe in front\n\0" + +.global ItemDescriptionMobileOrb +ItemDescriptionMobileOrb: +.string "Changes the user~27s status to #c5Mobile#r~2c#nenabling it to move and attack through#nwalls and on lava~2c water~2c and clouds.#n#nRange: User\n\0" + +.global ItemDescriptionTossOrb +ItemDescriptionTossOrb: +.string "Enables the Pokémon to throw items.\n\0" + +.global ItemDescriptionStairsOrb +ItemDescriptionStairsOrb: +.string "Reveals the location of the stairs on the#nfloor.#n#n#nRange: User\n\0" + +.global ItemDescriptionLongtossOrb +ItemDescriptionLongtossOrb: +.string "Changes the user~27s status to #c5Long Toss#r.#nItems thrown by the user will fly until#nthey hit a wall or a Pokémon.#n#nRange: User\n\0" + +.global ItemDescriptionPierceOrb +ItemDescriptionPierceOrb: +.string "Changes the user~27s status to #c5Pierce#r.#nItems thrown by the user will fly through#nwalls and Pokémon without stopping.#n#nRange: User\n\0" + +.global ItemDescriptionCut +ItemDescriptionCut: +.string "Teaches the move #c4Cut#r. It does not break~2c#nbut cannot be used in a dungeon.#nThe move damages all foes around the#nuser.\n\0" + +.global ItemDescriptionFly +ItemDescriptionFly: +.string "Teaches the move #c4Fly#r. It does not break~2c#nbut cannot be used in a dungeon.#nThe move makes the user~27s status #c5Flying#r~2c#nmaking it attack on the next turn.\n\0" + +.global ItemDescriptionSurf +ItemDescriptionSurf: +.string "Teaches the move #c4Surf#r. It does not break~2c#nbut cannot be used in a dungeon.#nThe move damages the target.#nInflicts double damage on a #c5diving#r foe.\n\0" + +.global ItemDescriptionStrength +ItemDescriptionStrength: +.string "Teaches the move #c4Strength#r. It does not#nbreak~2c but cannot be used in a dungeon.#nThe move hurls the target at another#nPokémon to inflict damage.\n\0" + +.global ItemDescriptionFlash +ItemDescriptionFlash: +.string "Teaches the move #c4Flash#r. It does not break~2c#nbut cannot be used in a dungeon.#nThe move lowers the target~27s #c6Accuracy#r#nby one level.\n\0" + +.global ItemDescriptionRockSmash +ItemDescriptionRockSmash: +.string "Teaches the move #c4Rock Smash#r. It does not#nbreak~2c but cannot be used in a dungeon.#nThe move digs through the wall the user#nis facing.\n\0" + +.global ItemDescriptionWaterfall +ItemDescriptionWaterfall: +.string "Teaches the move #c4Waterfall#r. It does not#nbreak~2c but cannot be used in a dungeon.#nThe move damages the target.\n\0" + +.global ItemDescriptionDive +ItemDescriptionDive: +.string "Teaches the move #c4Dive#r. It does not break~2c#nbut cannot be used in a dungeon.#nThe move makes the user~27s status #c5Diving#r~2c#nmaking it attack strongly on the next turn.\n\0" + +.global ItemDescriptionLinkBox +ItemDescriptionLinkBox: +.string "A marvelous box that enables the user to#n#c5link#r and delink moves.#n#c5Linked#r moves become separated if#ntheir combined #c6PP#r drops to zero.\n\0" + +.global ItemDescriptionSwitchBox +ItemDescriptionSwitchBox: +.string "A curious box that enables the user to#nswitch the rescue team~27s leader.#nOnly official team members may become#nthe team leader.\n\0" + +.global ItemDescriptionWeavileFig +ItemDescriptionWeavileFig: +.string "Weavile event item.\n\0" + +.global ItemDescriptionMimeJrFig +ItemDescriptionMimeJrFig: +.string "Mime Jr. event item.\n\0" + +.global ItemDescriptionPlaceholder +ItemDescriptionPlaceholder: +.string "Synthesis item\n\0" diff --git a/data/item/item_names.s b/data/item/item_names.s new file mode 100644 index 0000000..180f3f8 --- /dev/null +++ b/data/item/item_names.s @@ -0,0 +1,1309 @@ +.global ItemNameGMachine8 +ItemNameGMachine8: +.string "G Machine 8\0" +.align 2,0 + +.global ItemNameGMachine7 +ItemNameGMachine7: +.string "G Machine 7\0" +.align 2,0 + +.global ItemNameGMachine6 +ItemNameGMachine6: +.string "G Machine 6\0" +.align 2,0 + +.global ItemNameBeatupOrb +ItemNameBeatupOrb: +.byte 0x87 +.string "OBeatup Orb\0" +.align 2,0 + +.global ItemNameMimeJrFig +ItemNameMimeJrFig: +.string "Mime Jr. Fig\0" +.align 2,0 + +.global ItemNameWeavileFig +ItemNameWeavileFig: +.string "Weavile Fig\0" +.align 2,0 + +.global ItemNameSwitchBox +ItemNameSwitchBox: +.string "Switch Box\0" +.align 2,0 + +.global ItemNameLinkBox +ItemNameLinkBox: +.string "Link Box\0" +.align 2,0 + +.global ItemNameDive +ItemNameDive: +.byte 0x87 +.string "NDive\0" +.align 2,0 + +.global ItemNameWaterfall +ItemNameWaterfall: +.byte 0x87 +.string "NWaterfall\0" +.align 2,0 + +.global ItemNameRockSmash +ItemNameRockSmash: +.byte 0x87 +.string "NRock Smash\0" +.align 2,0 + +.global ItemNameFlash +ItemNameFlash: +.byte 0x87 +.string "NFlash\0" +.align 2,0 + +.global ItemNameStrength +ItemNameStrength: +.byte 0x87 +.string "NStrength\0" +.align 2,0 + +.global ItemNameSurf +ItemNameSurf: +.byte 0x87 +.string "NSurf\0" +.align 2,0 + +.global ItemNameFly +ItemNameFly: +.byte 0x87 +.string "NFly\0" +.align 2,0 + +.global ItemNameCut +ItemNameCut: +.byte 0x87 +.string "NCut\0" +.align 2,0 + +.global ItemNamePierceOrb +ItemNamePierceOrb: +.byte 0x87 +.string "OPierce Orb\0" +.align 2,0 + +.global ItemNameLongtossOrb +ItemNameLongtossOrb: +.byte 0x87 +.string "OLongtoss Orb\0" +.align 2,0 + +.global ItemNameStairsOrb +ItemNameStairsOrb: +.byte 0x87 +.string "OStairs Orb\0" +.align 2,0 + +.global ItemNameTossOrb +ItemNameTossOrb: +.byte 0x87 +.string "OToss Orb\0" +.align 2,0 + +.global ItemNameMobileOrb +ItemNameMobileOrb: +.byte 0x87 +.string "OMobile Orb\0" +.align 2,0 + +.global ItemNameHurlOrb +ItemNameHurlOrb: +.byte 0x87 +.string "OHurl Orb\0" +.align 2,0 + +.global ItemNameItemizerOrb +ItemNameItemizerOrb: +.byte 0x87 +.string "OItemizer Orb\0" +.align 2,0 + +.global ItemNamePossessOrb +ItemNamePossessOrb: +.byte 0x87 +.string "OPossess Orb\0" +.align 2,0 + +.global ItemNameTrapperOrb +ItemNameTrapperOrb: +.byte 0x87 +.string "OTrapper Orb\0" +.align 2,0 + +.global ItemNameFillInOrb +ItemNameFillInOrb: +.byte 0x87 +.string "OFill-In Orb\0" +.align 2,0 + +.global ItemNameOneRoomOrb +ItemNameOneRoomOrb: +.byte 0x87 +.string "OOne-Room Orb\0" +.align 2,0 + +.global ItemNameSizebustOrb +ItemNameSizebustOrb: +.byte 0x87 +.string "OSizebust Orb\0" +.align 2,0 + +.global ItemNameShockerOrb +ItemNameShockerOrb: +.byte 0x87 +.string "OShocker Orb\0" +.align 2,0 + +.global ItemNameReviverOrb +ItemNameReviverOrb: +.byte 0x87 +.string "OReviver Orb\0" +.align 2,0 + +.global ItemNameVacuumCut +ItemNameVacuumCut: +.byte 0x87 +.string "NVacuum-Cut\0" +.align 2,0 + +.global ItemNameIdentifyOrb +ItemNameIdentifyOrb: +.byte 0x87 +.string "OIdentify Orb\0" +.align 2,0 + +.global ItemNameOneShotOrb +ItemNameOneShotOrb: +.byte 0x87 +.string "OOne-Shot Orb\0" +.align 2,0 + +.global ItemNameInvisifyOrb +ItemNameInvisifyOrb: +.byte 0x87 +.string "OInvisify Orb\0" +.align 2,0 + +.global ItemNameRollcallOrb +ItemNameRollcallOrb: +.byte 0x87 +.string "ORollcall Orb\0" +.align 2,0 + +.global ItemNameTrapbustOrb +ItemNameTrapbustOrb: +.byte 0x87 +.string "OTrapbust Orb\0" +.align 2,0 + +.global ItemNameDroughtOrb +ItemNameDroughtOrb: +.byte 0x87 +.string "ODrought Orb\0" +.align 2,0 + +.global ItemNameRadarOrb +ItemNameRadarOrb: +.byte 0x87 +.string "ORadar Orb\0" +.align 2,0 + +.global ItemNameScannerOrb +ItemNameScannerOrb: +.byte 0x87 +.string "OScanner Orb\0" +.align 2,0 + +.global ItemNameEscapeOrb +ItemNameEscapeOrb: +.byte 0x87 +.string "OEscape Orb\0" +.align 2,0 + +.global ItemNameSilenceOrb +ItemNameSilenceOrb: +.byte 0x87 +.string "OSilence Orb\0" +.align 2,0 + +.global ItemNameTwoEdgeOrb +ItemNameTwoEdgeOrb: +.byte 0x87 +.string "OTwo-Edge Orb\0" +.align 2,0 + +.global ItemNameTotterOrb +ItemNameTotterOrb: +.byte 0x87 +.string "OTotter Orb\0" +.align 2,0 + +.global ItemNameSlumberOrb +ItemNameSlumberOrb: +.byte 0x87 +.string "OSlumber Orb\0" +.align 2,0 + +.global ItemNameDecoyOrb +ItemNameDecoyOrb: +.byte 0x87 +.string "ODecoy Orb\0" +.align 2,0 + +.global ItemNameObserverOrb +ItemNameObserverOrb: +.byte 0x87 +.string "OObserver Orb\0" +.align 2,0 + +.global ItemNameCleanseOrb +ItemNameCleanseOrb: +.byte 0x87 +.string "OCleanse Orb\0" +.align 2,0 + +.global ItemNameTrawlOrb +ItemNameTrawlOrb: +.byte 0x87 +.string "OTrawl Orb\0" +.align 2,0 + +.global ItemNamePounceOrb +ItemNamePounceOrb: +.byte 0x87 +.string "OPounce Orb\0" +.align 2,0 + +.global ItemNameStayawayOrb +ItemNameStayawayOrb: +.byte 0x87 +.string "OStayaway Orb\0" +.align 2,0 + +.global ItemNamePetrifyOrb +ItemNamePetrifyOrb: +.byte 0x87 +.string "OPetrify Orb\0" +.align 2,0 + +.global ItemNameLuminousOrb +ItemNameLuminousOrb: +.byte 0x87 +.string "OLuminous Orb\0" +.align 2,0 + +.global ItemNameQuickOrb +ItemNameQuickOrb: +.byte 0x87 +.string "OQuick Orb\0" +.align 2,0 + +.global ItemNameSlowOrb +ItemNameSlowOrb: +.byte 0x87 +.string "OSlow Orb\0" +.align 2,0 + +.global ItemNameTransferOrb +ItemNameTransferOrb: +.byte 0x87 +.string "OTransfer Orb\0" +.align 2,0 + +.global ItemNameWarpOrb +ItemNameWarpOrb: +.byte 0x87 +.string "OWarp Orb\0" +.align 2,0 + +.global ItemNameBlowbackOrb +ItemNameBlowbackOrb: +.byte 0x87 +.string "OBlowback Orb\0" +.align 2,0 + +.global ItemNameSwitcherOrb +ItemNameSwitcherOrb: +.byte 0x87 +.string "OSwitcher Orb\0" +.align 2,0 + +.global ItemNameLobOrb +ItemNameLobOrb: +.byte 0x87 +.string "OLob Orb\0" +.align 2,0 + +.global ItemNameReboundOrb +ItemNameReboundOrb: +.byte 0x87 +.string "ORebound Orb\0" +.align 2,0 + +.global ItemNameMugOrb +ItemNameMugOrb: +.byte 0x87 +.string "OMug Orb\0" +.align 2,0 + +.global ItemNameSeeTrapOrb +ItemNameSeeTrapOrb: +.byte 0x87 +.string "OSee-Trap Orb\0" +.align 2,0 + +.global ItemNameSpinSlash +ItemNameSpinSlash: +.byte 0x87 +.string "NSpin Slash\0" +.align 2,0 + +.global ItemNameExcavate +ItemNameExcavate: +.byte 0x87 +.string "NExcavate\0" +.align 2,0 + +.global ItemNameWideSlash +ItemNameWideSlash: +.byte 0x87 +.string "NWide Slash\0" +.align 2,0 + +.global ItemNameOverheat +ItemNameOverheat: +.byte 0x87 +.string "NOverheat\0" +.align 2,0 + +.global ItemNameSnatch +ItemNameSnatch: +.byte 0x87 +.string "OSnatch Orb\0" +.align 2,0 + +.global ItemNameSkillSwap +ItemNameSkillSwap: +.byte 0x87 +.string "NSkill Swap\0" +.align 2,0 + +.global ItemNameSteelWIng +ItemNameSteelWIng: +.byte 0x87 +.string "NSteel Wing\0" +.align 2,0 + +.global ItemNameThief +ItemNameThief: +.byte 0x87 +.string "NThief\0" +.align 2,0 + +.global ItemNameAttract +ItemNameAttract: +.byte 0x87 +.string "NAttract\0" +.align 2,0 + +.global ItemNameRest +ItemNameRest: +.byte 0x87 +.string "NRest\0" +.align 2,0 + +.global ItemNameSecretPower +ItemNameSecretPower: +.byte 0x87 +.string "NSecret Power\0" +.align 2,0 + +.global ItemNameFacade +ItemNameFacade: +.byte 0x87 +.string "NFacade\0" +.align 2,0 + +.global ItemNameTorment +ItemNameTorment: +.byte 0x87 +.string "NTorment\0" +.align 2,0 + +.global ItemNameAerialAce +ItemNameAerialAce: +.byte 0x87 +.string "NAerial Ace\0" +.align 2,0 + +.global ItemNameRockTomb +ItemNameRockTomb: +.byte 0x87 +.string "ORocky Orb\0" +.align 2,0 + +.global ItemNameFireBlast +ItemNameFireBlast: +.byte 0x87 +.string "NFire Blast\0" +.align 2,0 + +.global ItemNameSandstorm +ItemNameSandstorm: +.byte 0x87 +.string "OSandy Orb\0" +.align 2,0 + +.global ItemNameSludgeBomb +ItemNameSludgeBomb: +.byte 0x87 +.string "NSludge Bomb\0" +.align 2,0 + +.global ItemNameFlamethrower +ItemNameFlamethrower: +.byte 0x87 +.string "NFlamethrower\0" +.align 2,0 + +.global ItemNameShockWave +ItemNameShockWave: +.byte 0x87 +.string "NShock Wave\0" +.align 2,0 + +.global ItemNameReflect +ItemNameReflect: +.byte 0x87 +.string "NReflect\0" +.align 2,0 + +.global ItemNameDoubleTeam +ItemNameDoubleTeam: +.byte 0x87 +.string "OEvasion Orb\0" +.align 2,0 + +.global ItemNameBrickBreak +ItemNameBrickBreak: +.byte 0x87 +.string "NBrick Break\0" +.align 2,0 + +.global ItemNameShadowBall +ItemNameShadowBall: +.byte 0x87 +.string "NShadow Ball\0" +.align 2,0 + +.global ItemNamePsychic +ItemNamePsychic: +.byte 0x87 +.string "NPsychic\0" +.align 2,0 + +.global ItemNameDig +ItemNameDig: +.byte 0x87 +.string "NDig\0" +.align 2,0 + +.global ItemNameReturn +ItemNameReturn: +.byte 0x87 +.string "NReturn\0" +.align 2,0 + +.global ItemNameEarthquake +ItemNameEarthquake: +.byte 0x87 +.string "NEarthquake\0" +.align 2,0 + +.global ItemNameThunder +ItemNameThunder: +.byte 0x87 +.string "NThunder\0" +.align 2,0 + +.global ItemNameThunderbolt +ItemNameThunderbolt: +.byte 0x87 +.string "NThunderbolt\0" +.align 2,0 + +.global ItemNameIronTail +ItemNameIronTail: +.byte 0x87 +.string "NIron Tail\0" +.align 2,0 + +.global ItemNameSolarBeam +ItemNameSolarBeam: +.byte 0x87 +.string "NSolarbeam\0" +.align 2,0 + +.global ItemNameFrustration +ItemNameFrustration: +.byte 0x87 +.string "NFrustration\0" +.align 2,0 + +.global ItemNameSafeguard +ItemNameSafeguard: +.byte 0x87 +.string "NSafeguard\0" +.align 2,0 + +.global ItemNameGigaDrain +ItemNameGigaDrain: +.byte 0x87 +.string "NGiga Drain\0" +.align 2,0 + +.global ItemNameRainDance +ItemNameRainDance: +.byte 0x87 +.string "ORainy Orb\0" +.align 2,0 + +.global ItemNameProtect +ItemNameProtect: +.byte 0x87 +.string "NProtect\0" +.align 2,0 + +.global ItemNameLightScreen +ItemNameLightScreen: +.byte 0x87 +.string "NLight Screen\0" +.align 2,0 + +.global ItemNameHyperBeam +ItemNameHyperBeam: +.byte 0x87 +.string "NHyper Beam\0" +.align 2,0 + +.global ItemNameBlizzard +ItemNameBlizzard: +.byte 0x87 +.string "NBlizzard\0" +.align 2,0 + +.global ItemNameIceBeam +ItemNameIceBeam: +.byte 0x87 +.string "NIce Beam\0" +.align 2,0 + +.global ItemNameTaunt +ItemNameTaunt: +.byte 0x87 +.string "NTaunt\0" +.align 2,0 + +.global ItemNameSunnyDay +ItemNameSunnyDay: +.byte 0x87 +.string "OSunny Orb\0" +.align 2,0 + +.global ItemNameHiddenPower +ItemNameHiddenPower: +.byte 0x87 +.string "NHidden Power\0" +.align 2,0 + +.global ItemNameBulletSeed +ItemNameBulletSeed: +.byte 0x87 +.string "NBullet Seed\0" +.align 2,0 + +.global ItemNameBulkUp +ItemNameBulkUp: +.byte 0x87 +.string "NBulk Up\0" +.align 2,0 + +.global ItemNameHail +ItemNameHail: +.byte 0x87 +.string "OHail Orb\0" +.align 2,0 + +.global ItemNameToxic +ItemNameToxic: +.byte 0x87 +.string "NToxic\0" +.align 2,0 + +.global ItemNameRoar +ItemNameRoar: +.byte 0x87 +.string "NRoar\0" +.align 2,0 + +.global ItemNameCalmMind +ItemNameCalmMind: +.byte 0x87 +.string "NCalm Mind\0" +.align 2,0 + +.global ItemNameWaterPulse +ItemNameWaterPulse: +.byte 0x87 +.string "NWater Pulse\0" +.align 2,0 + +.global ItemNameDragonClaw +ItemNameDragonClaw: +.byte 0x87 +.string "NDragon Claw\0" +.align 2,0 + +.global ItemNameFocusPunch +ItemNameFocusPunch: +.byte 0x87 +.string "NFocus Punch\0" +.align 2,0 + +.global ItemNameUsedTM +ItemNameUsedTM: +.byte 0x87 +.string "NUsed TM\0" +.align 2,0 + +.global ItemNameKey +ItemNameKey: +.string "Key\0" +.align 2,0 + +.global ItemNameMusicBox +ItemNameMusicBox: +.string "Music Box\0" +.align 2,0 + +.global ItemNameRockPart +ItemNameRockPart: +.string "Rock Part\0" +.align 2,0 + +.global ItemNameSteelPart +ItemNameSteelPart: +.string "Steel Part\0" +.align 2,0 + +.global ItemNameIcePart +ItemNameIcePart: +.string "Ice Part\0" +.align 2,0 + +.global ItemNameLinkCable +ItemNameLinkCable: +.string "Link Cable\0" +.align 2,0 + +.global ItemNameDragonScale +ItemNameDragonScale: +.string "Dragon Scale\0" +.align 2,0 + +.global ItemNameLeafStone +ItemNameLeafStone: +.string "Leaf Stone\0" +.align 2,0 + +.global ItemNameMetalCoat +ItemNameMetalCoat: +.string "Metal Coat\0" +.align 2,0 + +.global ItemNameWaterStone +ItemNameWaterStone: +.string "Water Stone\0" +.align 2,0 + +.global ItemNameFireStone +ItemNameFireStone: +.string "Fire Stone\0" +.align 2,0 + +.global ItemNameMoonStone +ItemNameMoonStone: +.string "Moon Stone\0" +.align 2,0 + +.global ItemNameSunStone +ItemNameSunStone: +.string "Sun Stone\0" +.align 2,0 + +.global ItemNameDeepseatooth +ItemNameDeepseatooth: +.string "Deepseatooth\0" +.align 2,0 + +.global ItemNameDeepseascale +ItemNameDeepseascale: +.string "Deepseascale\0" +.align 2,0 + +.global ItemNameThunderstone +ItemNameThunderstone: +.string "Thunderstone\0" +.align 2,0 + +.global ItemNameKingsRock +ItemNameKingsRock: +.string "King's Rock\0" +.align 2,0 + +.global ItemNameUpgrade +ItemNameUpgrade: +.string "Upgrade\0" +.align 2,0 + +.global ItemNamePoke +ItemNamePoke: +.byte 0x83, 0xbf, 0x83, 0xc4 +.string "\0" +.align 2,0 + +.global ItemNameChestnut +ItemNameChestnut: +.string "Chestnut\0" +.align 2,0 + +.global ItemNameBanana +ItemNameBanana: +.string "Banana\0" +.align 2,0 + +.global ItemNameSilverGummi +ItemNameSilverGummi: +.string "Silver Gummi\0" +.align 2,0 + +.global ItemNameBlackGummi +ItemNameBlackGummi: +.string "Black Gummi\0" +.align 2,0 + +.global ItemNameRoyalGummi +ItemNameRoyalGummi: +.string "Royal Gummi\0" +.align 2,0 + +.global ItemNamePurpleGummi +ItemNamePurpleGummi: +.string "Purple Gummi\0" +.align 2,0 + +.global ItemNameGrayGummi +ItemNameGrayGummi: +.string "Gray Gummi\0" +.align 2,0 + +.global ItemNameGreenGummi +ItemNameGreenGummi: +.string "Green Gummi\0" +.align 2,0 + +.global ItemNameGoldGummi +ItemNameGoldGummi: +.string "Gold Gummi\0" +.align 2,0 + +.global ItemNameSkyGummi +ItemNameSkyGummi: +.string "Sky Gummi\0" +.align 2,0 + +.global ItemNameBrownGummi +ItemNameBrownGummi: +.string "Brown Gummi\0" +.align 2,0 + +.global ItemNamePinkGummi +ItemNamePinkGummi: +.string "Pink Gummi\0" +.align 2,0 + +.global ItemNameOrangeGummi +ItemNameOrangeGummi: +.string "Orange Gummi\0" +.align 2,0 + +.global ItemNameClearGummi +ItemNameClearGummi: +.string "Clear Gummi\0" +.align 2,0 + +.global ItemNameYellowGummi +ItemNameYellowGummi: +.string "Yellow Gummi\0" +.align 2,0 + +.global ItemNameGrassGummi +ItemNameGrassGummi: +.string "Grass Gummi\0" +.align 2,0 + +.global ItemNameBlueGummi +ItemNameBlueGummi: +.string "Blue Gummi\0" +.align 2,0 + +.global ItemNameRedGummi +ItemNameRedGummi: +.string "Red Gummi\0" +.align 2,0 + +.global ItemNameWhiteGummi +ItemNameWhiteGummi: +.string "White Gummi\0" +.align 2,0 + +.global ItemNameHugeApple +ItemNameHugeApple: +.string "Huge Apple\0" +.align 2,0 + +.global ItemNameGrimyFood +ItemNameGrimyFood: +.string "Grimy Food\0" +.align 2,0 + +.global ItemNameBigApple +ItemNameBigApple: +.string "Big Apple\0" +.align 2,0 + +.global ItemNameApple +ItemNameApple: +.string "Apple\0" +.align 2,0 + +.global ItemNameZinc +ItemNameZinc: +.string "Zinc\0" +.align 2,0 + +.global ItemNameIron +ItemNameIron: +.string "Iron\0" +.align 2,0 + +.global ItemNameCalcium +ItemNameCalcium: +.string "Calcium\0" +.align 2,0 + +.global ItemNameProtein +ItemNameProtein: +.string "Protein\0" +.align 2,0 + +.global ItemNameMaxElixir +ItemNameMaxElixir: +.string "Max Elixir\0" +.align 2,0 + +.global ItemNameStunSeed +ItemNameStunSeed: +.string "Stun Seed\0" +.align 2,0 + +.global ItemNameChestoBerry +ItemNameChestoBerry: +.string "Chesto Berry\0" +.align 2,0 + +.global ItemNameJoySeed +ItemNameJoySeed: +.string "Joy Seed\0" +.align 2,0 + +.global ItemNameGinseng +ItemNameGinseng: +.string "Ginseng\0" +.align 2,0 + +.global ItemNameBlastSeed +ItemNameBlastSeed: +.string "Blast Seed\0" +.align 2,0 + +.global ItemNameWarpSeed +ItemNameWarpSeed: +.string "Warp Seed\0" +.align 2,0 + +.global ItemNamePlainSeed +ItemNamePlainSeed: +.string "Plain Seed\0" +.align 2,0 + +.global ItemNameSleepSeed +ItemNameSleepSeed: +.string "Sleep Seed\0" +.align 2,0 + +.global ItemNameTotterSeed +ItemNameTotterSeed: +.string "Totter Seed\0" +.align 2,0 + +.global ItemNameCheriBerry +ItemNameCheriBerry: +.string "Cheri Berry\0" +.align 2,0 + +.global ItemNamePechaBerry +ItemNamePechaBerry: +.string "Pecha Berry\0" +.align 2,0 + +.global ItemNameQuickSeed +ItemNameQuickSeed: +.string "Quick Seed\0" +.align 2,0 + +.global ItemNameHungerSeed +ItemNameHungerSeed: +.string "Hunger Seed\0" +.align 2,0 + +.global ItemNameRawstBerry +ItemNameRawstBerry: +.string "Rawst Berry\0" +.align 2,0 + +.global ItemNameLifeSeed +ItemNameLifeSeed: +.string "Life Seed\0" +.align 2,0 + +.global ItemNameAllureSeed +ItemNameAllureSeed: +.string "Allure Seed\0" +.align 2,0 + +.global ItemNameDoomSeed +ItemNameDoomSeed: +.string "Doom Seed\0" +.align 2,0 + +.global ItemNameBlinkerSeed +ItemNameBlinkerSeed: +.string "Blinker Seed\0" +.align 2,0 + +.global ItemNameReviverSeed +ItemNameReviverSeed: +.string "Reviver Seed\0" +.align 2,0 + +.global ItemNameEyedropSeed +ItemNameEyedropSeed: +.string "Eyedrop Seed\0" +.align 2,0 + +.global ItemNameSitrusBerry +ItemNameSitrusBerry: +.string "Sitrus Berry\0" +.align 2,0 + +.global ItemNameOranBerry +ItemNameOranBerry: +.string "Oran Berry\0" +.align 2,0 + +.global ItemNameWishStone +ItemNameWishStone: +.string "Wish Stone\0" +.align 2,0 + +.global ItemNameHealSeed +ItemNameHealSeed: +.string "Heal Seed\0" +.align 2,0 + +.global ItemNameRingF +ItemNameRingF: +.string "Ring F\0" +.align 2,0 + +.global ItemNameRingE +ItemNameRingE: +.string "Ring E\0" +.align 2,0 + +.global ItemNameRingD +ItemNameRingD: +.string "Ring D\0" +.align 2,0 + +.global ItemNameLunarRibbon +ItemNameLunarRibbon: +.string "Lunar Ribbon\0" +.align 2,0 + +.global ItemNameSunRibbon +ItemNameSunRibbon: +.string "Sun Ribbon\0" +.align 2,0 + +.global ItemNameBeautyScarf +ItemNameBeautyScarf: +.string "Beauty Scarf\0" +.align 2,0 + +.global ItemNameFriendBow +ItemNameFriendBow: +.string "Friend Bow\0" +.align 2,0 + +.global ItemNameWeatherBand +ItemNameWeatherBand: +.string "Weather Band\0" +.align 2,0 + +.global ItemNamePassScarf +ItemNamePassScarf: +.string "Pass Scarf\0" +.align 2,0 + +.global ItemNameMunchBelt +ItemNameMunchBelt: +.string "Munch Belt\0" +.align 2,0 + +.global ItemNameLockonSpecs +ItemNameLockonSpecs: +.string "Lockon Specs\0" +.align 2,0 + +.global ItemNameNoAimScope +ItemNameNoAimScope: +.string "No-Aim Scope\0" +.align 2,0 + +.global ItemNameWhiffSpecs +ItemNameWhiffSpecs: +.string "Whiff Specs\0" +.align 2,0 + +.global ItemNameCurveBand +ItemNameCurveBand: +.string "Curve Band\0" +.align 2,0 + +.global ItemNameBounceBand +ItemNameBounceBand: +.string "Bounce Band\0" +.align 2,0 + +.global ItemNameDodgeScarf +ItemNameDodgeScarf: +.string "Dodge Scarf\0" +.align 2,0 + +.global ItemNameAlertSpecs +ItemNameAlertSpecs: +.string "Alert Specs\0" +.align 2,0 + +.global ItemNameDetectBand +ItemNameDetectBand: +.string "Detect Band\0" +.align 2,0 + +.global ItemNameZincBand +ItemNameZincBand: +.string "Zinc Band\0" +.align 2,0 + +.global ItemNameSpecialBand +ItemNameSpecialBand: +.string "Special Band\0" +.align 2,0 + +.global ItemNamePlainRibbon +ItemNamePlainRibbon: +.string "Plain Ribbon\0" +.align 2,0 + +.global ItemNameStaminaBand +ItemNameStaminaBand: +.string "Stamina Band\0" +.align 2,0 + +.global ItemNameDefScarf +ItemNameDefScarf: +.string "Def. Scarf\0" +.align 2,0 + +.global ItemNameRacketBand +ItemNameRacketBand: +.string "Racket Band\0" +.align 2,0 + +.global ItemNameTrapScarf +ItemNameTrapScarf: +.string "Trap Scarf\0" +.align 2,0 + +.global ItemNameDietRibbon +ItemNameDietRibbon: +.string "Diet Ribbon\0" +.align 2,0 + +.global ItemNameGoggleSpecs +ItemNameGoggleSpecs: +.string "Goggle Specs\0" +.align 2,0 + +.global ItemNameGoldRibbon +ItemNameGoldRibbon: +.string "Gold Ribbon\0" +.align 2,0 + +.global ItemNameSneakScarf +ItemNameSneakScarf: +.string "Sneak Scarf\0" +.align 2,0 + +.global ItemNameTightBelt +ItemNameTightBelt: +.string "Tight Belt\0" +.align 2,0 + +.global ItemNameWarpScarf +ItemNameWarpScarf: +.string "Warp Scarf\0" +.align 2,0 + +.global ItemNameInsomniscope +ItemNameInsomniscope: +.string "Insomniscope\0" +.align 2,0 + +.global ItemNamePechaScarf +ItemNamePechaScarf: +.string "Pecha Scarf\0" +.align 2,0 + +.global ItemNamePowerBand +ItemNamePowerBand: +.string "Power Band\0" +.align 2,0 + +.global ItemNamePersimBand +ItemNamePersimBand: +.string "Persim Band\0" +.align 2,0 + +.global ItemNameXRaySpecs +ItemNameXRaySpecs: +.string "X-Ray Specs\0" +.align 2,0 + +.global ItemNameJoyRibbon +ItemNameJoyRibbon: +.string "Joy Ribbon\0" +.align 2,0 + +.global ItemNamePierceBand +ItemNamePierceBand: +.string "Pierce Band\0" +.align 2,0 + +.global ItemNameNoStickCap +ItemNameNoStickCap: +.string "No-Stick Cap\0" +.align 2,0 + +.global ItemNamePatsyBand +ItemNamePatsyBand: +.string "Patsy Band\0" +.align 2,0 + +.global ItemNameScopeLens +ItemNameScopeLens: +.string "Scope Lens\0" +.align 2,0 + +.global ItemNameTwistBand +ItemNameTwistBand: +.string "Twist Band\0" +.align 2,0 + +.global ItemNameHealRibbon +ItemNameHealRibbon: +.string "Heal Ribbon\0" +.align 2,0 + +.global ItemNameMobileScarf +ItemNameMobileScarf: +.string "Mobile Scarf\0" +.align 2,0 + +.global ItemNameGeoPebble +ItemNameGeoPebble: +.string "Geo Pebble\0" +.align 2,0 + +.global ItemNameGravelerock +ItemNameGravelerock: +.string "Gravelerock\0" +.align 2,0 + +.global ItemNameCorsolaTwig +ItemNameCorsolaTwig: +.string "Corsola Twig\0" +.align 2,0 + +.global ItemNameCacneaSpike +ItemNameCacneaSpike: +.string "Cacnea Spike\0" +.align 2,0 + +.global ItemNameGoldFang +ItemNameGoldFang: +.string "Gold Fang\0" +.align 2,0 + +.global ItemNameSilverSpike +ItemNameSilverSpike: +.string "Silver Spike\0" +.align 2,0 + +.global ItemNameIronThorn +ItemNameIronThorn: +.string "Iron Thorn\0" +.align 2,0 + +.global ItemNameStick +ItemNameStick: +.string "Stick\0" +.align 2,0 + +.global ItemNameNone +ItemNameNone: +.string "Nothing\0" +.align 2,0 diff --git a/data/move/move_data.json b/data/move/move_data.json index 6b46407..e826d8f 100644 --- a/data/move/move_data.json +++ b/data/move/move_data.json @@ -1,11 +1,11 @@ [ { "name": "None", - "namePointer": "0x083725ec", + "namePointer": "MoveNameNone", "power": 0, "type": "TYPE_NORMAL", - "targetingFlags": 255, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000011111111", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 99, "weight": 0, "accuracy1": 0, @@ -14,16 +14,16 @@ "hitCount": 0, "cannotHitFrozen": false, "unk19": 0, - "descriptionPointer": "0x083725e8", - "useText": "0x083725e8" + "descriptionPointer": "MoveDescriptionNone", + "useText": "MoveDescriptionNone" }, { "name": "Iron Tail", - "namePointer": "0x083725dc", + "namePointer": "MoveNameIronTail", "power": 20, "type": "TYPE_STEEL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 15, "accuracy1": 125, @@ -35,16 +35,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08372580", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerDefenseChance", + "useText": "MoveUseTextUse" }, { "name": "Ice Ball", - "namePointer": "0x08372564", + "namePointer": "MoveNameIceBall", "power": 1, "type": "TYPE_ICE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 15, "weight": 10, "accuracy1": 125, @@ -56,16 +56,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x083724f8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHitUntilMiss", + "useText": "MoveUseTextUse" }, { "name": "Yawn", - "namePointer": "0x083724f0", + "namePointer": "MoveNameYawn", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -77,16 +77,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0837248c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionYawn", + "useText": "MoveUseTextUse" }, { "name": "Lovely Kiss", - "namePointer": "0x08372480", + "namePointer": "MoveNameLovelyKiss", "power": 0, "type": "TYPE_NORMAL", - "targetingFlags": 32, - "aiTargetingFlags": 32, + "targetingFlags": "0b0000000000100000", + "aiTargetingFlags": "0b0000000000100000", "maxPP": 13, "weight": 15, "accuracy1": 100, @@ -98,16 +98,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 2, - "descriptionPointer": "0x08372424", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLovelyKiss", + "useText": "MoveUseTextUse" }, { "name": "Nightmare", - "namePointer": "0x08372418", + "namePointer": "MoveNameNightmare", "power": 4, "type": "TYPE_GHOST", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 100, @@ -117,16 +117,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x083723c4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNightmare", + "useText": "MoveUseTextUse" }, { "name": "Morning Sun", - "namePointer": "0x083723b8", + "namePointer": "MoveNameMorningSun", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 97, - "aiTargetingFlags": 609, + "targetingFlags": "0b0000000001100001", + "aiTargetingFlags": "0b0000001001100001", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -137,16 +137,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 4, - "descriptionPointer": "0x08372340", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMorningSun", + "useText": "MoveUseTextUse" }, { "name": "Vital Throw", - "namePointer": "0x08372334", + "namePointer": "MoveNameVitalThrow", "power": 14, "type": "TYPE_FIGHTING", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -156,16 +156,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083722d4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionVitalThrow", + "useText": "MoveUseTextUse" }, { "name": "Dig", - "namePointer": "0x083722d0", + "namePointer": "MoveNameDig", "power": 12, "type": "TYPE_GROUND", - "targetingFlags": 116, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -177,16 +177,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 20, - "descriptionPointer": "0x08372258", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDig", + "useText": "MoveUseTextUse" }, { "name": "Thrash", - "namePointer": "0x08372250", + "namePointer": "MoveNameThrash", "power": 18, "type": "TYPE_NORMAL", - "targetingFlags": 2, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000010", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -198,16 +198,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 12, - "descriptionPointer": "0x08372224", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionThrash", + "useText": "MoveUseTextUse" }, { "name": "Sweet Scent", - "namePointer": "0x08372218", + "namePointer": "MoveNameSweetScent", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 10, "accuracy1": 100, @@ -218,16 +218,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x083721d8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSweetScent", + "useText": "MoveUseTextUse" }, { "name": "Charm", - "namePointer": "0x083721d0", + "namePointer": "MoveNameCharm", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 75, @@ -238,16 +238,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0837219c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCharm", + "useText": "MoveUseTextUse" }, { "name": "Rain Dance", - "namePointer": "0x08372190", + "namePointer": "MoveNameRainDance", "power": 2, "type": "TYPE_WATER", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -257,16 +257,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 6, - "descriptionPointer": "0x08372148", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRainDance", + "useText": "MoveUseTextUse" }, { "name": "Confuse Ray", - "namePointer": "0x0837213c", + "namePointer": "MoveNameConfuseRay", "power": 2, "type": "TYPE_GHOST", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 15, "accuracy1": 100, @@ -277,16 +277,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x083720dc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConfuseRay", + "useText": "MoveUseTextUse" }, { "name": "Hail", - "namePointer": "0x083720d4", + "namePointer": "MoveNameHail", "power": 2, "type": "TYPE_ICE", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 13, "weight": 15, "accuracy1": 125, @@ -296,16 +296,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 6, - "descriptionPointer": "0x0837208c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHail", + "useText": "MoveUseTextUse" }, { "name": "Aromatherapy", - "namePointer": "0x0837207c", + "namePointer": "MoveNameAromatherapy", "power": 2, "type": "TYPE_GRASS", - "targetingFlags": 49, - "aiTargetingFlags": 817, + "targetingFlags": "0b0000000000110001", + "aiTargetingFlags": "0b0000001100110001", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -316,16 +316,16 @@ "targetsUser": true, "cannotHitFrozen": false, "unk19": 16, - "descriptionPointer": "0x08372038", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHealTeamStatus", + "useText": "MoveUseTextUse" }, { "name": "Bubble", - "namePointer": "0x08372030", + "namePointer": "MoveNameBubble", "power": 4, "type": "TYPE_WATER", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 15, "weight": 10, "accuracy1": 125, @@ -337,16 +337,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x08371fb8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerSpeedChanceDistance", + "useText": "MoveUseTextUse" }, { "name": "Encore", - "namePointer": "0x08371fb0", + "namePointer": "MoveNameEncore", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 100, @@ -356,16 +356,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08371f48", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionEncore", + "useText": "MoveUseTextUse" }, { "name": "Cut", - "namePointer": "0x08371f44", + "namePointer": "MoveNameCut", "power": 10, "type": "TYPE_NORMAL", - "targetingFlags": 32, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000100000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 30, "accuracy1": 125, @@ -377,16 +377,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 2, - "descriptionPointer": "0x08371f20", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCut", + "useText": "MoveUseTextUse" }, { "name": "Rage", - "namePointer": "0x08371f18", + "namePointer": "MoveNameRage", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -396,16 +396,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x08371ea8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRage", + "useText": "MoveUseTextUse" }, { "name": "Super Fang", - "namePointer": "0x08371e9c", + "namePointer": "MoveNameSuperFang", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -417,16 +417,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371e7c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSuperFang", + "useText": "MoveUseTextUse" }, { "name": "Pain Split", - "namePointer": "0x08371e70", + "namePointer": "MoveNamePainSplit", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -436,16 +436,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08371e28", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPainSplit", + "useText": "MoveUseTextUse" }, { "name": "Torment", - "namePointer": "0x08371e20", + "namePointer": "MoveNameTorment", "power": 2, "type": "TYPE_DARK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 16, "weight": 15, "accuracy1": 100, @@ -456,16 +456,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08371db8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTorment", + "useText": "MoveUseTextUse" }, { "name": "String Shot", - "namePointer": "0x08371dac", + "namePointer": "MoveNameStringShot", "power": 2, "type": "TYPE_BUG", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 16, "weight": 10, "accuracy1": 75, @@ -476,16 +476,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 14, - "descriptionPointer": "0x08371d5c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionStringShot", + "useText": "MoveUseTextUse" }, { "name": "Swagger", - "namePointer": "0x08371d54", + "namePointer": "MoveNameSwagger", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 18, "weight": 15, "accuracy1": 100, @@ -496,16 +496,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08371cf0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSwagger", + "useText": "MoveUseTextUse" }, { "name": "Snore", - "namePointer": "0x08371ce8", + "namePointer": "MoveNameSnore", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 16, "weight": 15, "accuracy1": 125, @@ -518,16 +518,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 10, - "descriptionPointer": "0x08371c5c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSnore", + "useText": "MoveUseTextUse" }, { "name": "Heal Bell", - "namePointer": "0x08371c50", + "namePointer": "MoveNameHealBell", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 49, - "aiTargetingFlags": 817, + "targetingFlags": "0b0000000000110001", + "aiTargetingFlags": "0b0000001100110001", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -538,16 +538,16 @@ "targetsUser": true, "cannotHitFrozen": false, "unk19": 16, - "descriptionPointer": "0x08372038", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHealTeamStatus", + "useText": "MoveUseTextUse" }, { "name": "Screech", - "namePointer": "0x0835ff80", + "namePointer": "SpeciesCategoryMisdreavus", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -559,16 +559,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x08371c24", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionScreech", + "useText": "MoveUseTextUse" }, { "name": "Rock Throw", - "namePointer": "0x08371c18", + "namePointer": "MoveNameRockThrow", "power": 5, "type": "TYPE_ROCK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 16, "weight": 20, "accuracy1": 125, @@ -580,16 +580,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Rock Smash", - "namePointer": "0x08371bec", + "namePointer": "MoveNameRockSmash", "power": 1, "type": "TYPE_FIGHTING", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 99, "weight": 20, "accuracy1": 100, @@ -600,16 +600,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 25, - "descriptionPointer": "0x08371bc0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRockSmash", + "useText": "MoveUseTextUse" }, { "name": "Rock Slide", - "namePointer": "0x08371bb4", + "namePointer": "MoveNameRockSlide", "power": 14, "type": "TYPE_ROCK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 20, "accuracy1": 125, @@ -621,16 +621,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371b44", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRockSlide", + "useText": "MoveUseTextUse" }, { "name": "Weather Ball", - "namePointer": "0x08371b34", + "namePointer": "MoveNameWeatherBall", "power": 10, "type": "TYPE_NORMAL", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 15, "weight": 10, "accuracy1": 125, @@ -642,16 +642,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x08371ae0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWeatherBall", + "useText": "MoveUseTextUse" }, { "name": "Whirlpool", - "namePointer": "0x08371ad4", + "namePointer": "MoveNameWhirlpool", "power": 2, "type": "TYPE_WATER", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 30, "accuracy1": 125, @@ -663,16 +663,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371a38", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWhirlpool", + "useText": "MoveUseTextUse" }, { "name": "Fake Tears", - "namePointer": "0x08371a2c", + "namePointer": "MoveNameFakeTears", "power": 2, "type": "TYPE_DARK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -684,16 +684,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x083719f0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFakeTears", + "useText": "MoveUseTextUse" }, { "name": "Sing", - "namePointer": "0x083719e8", + "namePointer": "MoveNameSing", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 10, "accuracy1": 100, @@ -705,16 +705,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0837199c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSing", + "useText": "MoveUseTextUse" }, { "name": "Spite", - "namePointer": "0x08371994", + "namePointer": "MoveNameSpite", "power": 2, "type": "TYPE_GHOST", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 100, @@ -724,16 +724,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08371944", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSpite", + "useText": "MoveUseTextUse" }, { "name": "Air Cutter", - "namePointer": "0x08371938", + "namePointer": "MoveNameAirCutter", "power": 2, "type": "TYPE_FLYING", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -745,16 +745,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x083718f8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHighCritical", + "useText": "MoveUseTextUse" }, { "name": "Smokescreen", - "namePointer": "0x083718ec", + "namePointer": "MoveNameSmokescreen", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 10, "weight": 15, "accuracy1": 100, @@ -765,16 +765,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x08371884", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSmokescreen", + "useText": "MoveUseTextUse" }, { "name": "Pursuit", - "namePointer": "0x0837187c", + "namePointer": "MoveNamePursuit", "power": 8, "type": "TYPE_DARK", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 30, "accuracy1": 125, @@ -784,16 +784,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083717fc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCounter", + "useText": "MoveUseTextUse" }, { "name": "Doubleslap", - "namePointer": "0x083717f0", + "namePointer": "MoveNameDoubleslap", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -805,16 +805,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083717a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHit", + "useText": "MoveUseTextUse" }, { "name": "Mirror Move", - "namePointer": "0x0837179c", + "namePointer": "MoveNameMirrorMove", "power": 2, "type": "TYPE_FLYING", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 7, "weight": 15, "accuracy1": 125, @@ -824,16 +824,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x08371730", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMirrorMove", + "useText": "MoveUseTextUse" }, { "name": "Overheat", - "namePointer": "0x08371724", + "namePointer": "MoveNameOverheat", "power": 20, "type": "TYPE_FIRE", - "targetingFlags": 32, - "aiTargetingFlags": 32, + "targetingFlags": "0b0000000000100000", + "aiTargetingFlags": "0b0000000000100000", "maxPP": 10, "weight": 15, "accuracy1": 125, @@ -845,16 +845,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 2, - "descriptionPointer": "0x083716a4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionOverheat", + "useText": "MoveUseTextUse" }, { "name": "Aurora Beam", - "namePointer": "0x08371698", + "namePointer": "MoveNameAuroraBeam", "power": 10, "type": "TYPE_ICE", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -866,16 +866,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x08371634", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionAuroraBeam", + "useText": "MoveUseTextUse" }, { "name": "Memento", - "namePointer": "0x0837162c", + "namePointer": "MoveNameMemento", "power": 2, "type": "TYPE_DARK", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 15, "weight": 10, "accuracy1": 100, @@ -885,16 +885,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x08371578", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMemento", + "useText": "MoveUseTextUse" }, { "name": "Octazooka", - "namePointer": "0x0837156c", + "namePointer": "MoveNameOctazooka", "power": 8, "type": "TYPE_WATER", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 15, "weight": 10, "accuracy1": 125, @@ -907,16 +907,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x083714f8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionOctazooka", + "useText": "MoveUseTextUse" }, { "name": "Flatter", - "namePointer": "0x083714f0", + "namePointer": "MoveNameFlatter", "power": 2, "type": "TYPE_DARK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -928,16 +928,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08371484", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFlatter", + "useText": "MoveUseTextUse" }, { "name": "Astonish", - "namePointer": "0x08371478", + "namePointer": "MoveNameAstonish", "power": 6, "type": "TYPE_GHOST", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 30, "accuracy1": 125, @@ -949,16 +949,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371408", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCringe", + "useText": "MoveUseTextUse" }, { "name": "Will-O-Wisp", - "namePointer": "0x083713fc", + "namePointer": "MoveNameWillOWisp", "power": 2, "type": "TYPE_FIRE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 20, "accuracy1": 100, @@ -969,16 +969,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x083713a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWillOWisp", + "useText": "MoveUseTextUse" }, { "name": "Return", - "namePointer": "0x083713a0", + "namePointer": "MoveNameReturn", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 100, @@ -989,16 +989,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371354", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionReturn", + "useText": "MoveUseTextUse" }, { "name": "Grudge", - "namePointer": "0x0837134c", + "namePointer": "MoveNameGrudge", "power": 2, "type": "TYPE_GHOST", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -1008,16 +1008,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083712d0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionGrudge", + "useText": "MoveUseTextUse" }, { "name": "Strength", - "namePointer": "0x083712c4", + "namePointer": "MoveNameStrength", "power": 20, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 100, @@ -1027,16 +1027,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08371284", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionStrength", + "useText": "MoveUseTextUse" }, { "name": "Counter", - "namePointer": "0x0837127c", + "namePointer": "MoveNameCounter", "power": 2, "type": "TYPE_FIGHTING", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -1046,16 +1046,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083717fc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCounter", + "useText": "MoveUseTextUse" }, { "name": "Flame Wheel", - "namePointer": "0x08371270", + "namePointer": "MoveNameFlameWheel", "power": 12, "type": "TYPE_FIRE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 11, "weight": 20, "accuracy1": 125, @@ -1067,16 +1067,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0837120c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBurnChance", + "useText": "MoveUseTextUse" }, { "name": "Flamethrower", - "namePointer": "0x083711fc", + "namePointer": "MoveNameFlamethrower", "power": 18, "type": "TYPE_FIRE", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 12, "weight": 10, "accuracy1": 125, @@ -1088,16 +1088,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x08371184", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFlamethrower", + "useText": "MoveUseTextUse" }, { "name": "Odor Sleuth", - "namePointer": "0x08371178", + "namePointer": "MoveNameOdorSleuth", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 10, "accuracy1": 100, @@ -1107,16 +1107,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0837111c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionOdorSleuth", + "useText": "MoveUseTextUse" }, { "name": "Sharpen", - "namePointer": "0x08371114", + "namePointer": "MoveNameSharpen", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -1127,16 +1127,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083710e4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostAttack", + "useText": "MoveUseTextUse" }, { "name": "Double Team", - "namePointer": "0x083710d8", + "namePointer": "MoveNameDoubleTeam", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -1147,16 +1147,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083710a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostEvasion", + "useText": "MoveUseTextUse" }, { "name": "Gust", - "namePointer": "0x083710a0", + "namePointer": "MoveNameGust", "power": 4, "type": "TYPE_FLYING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 20, "accuracy1": 125, @@ -1168,16 +1168,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371044", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionGust", + "useText": "MoveUseTextUse" }, { "name": "Harden", - "namePointer": "0x0837103c", + "namePointer": "MoveNameHarden", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 32, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000100000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -1188,16 +1188,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0837100c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostDefense", + "useText": "MoveUseTextUse" }, { "name": "Disable", - "namePointer": "0x08371004", + "namePointer": "MoveNameDisable", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 9, "weight": 15, "accuracy1": 100, @@ -1207,16 +1207,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08370f90", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionParalyze", + "useText": "MoveUseTextUse" }, { "name": "Razor Wind", - "namePointer": "0x08370f84", + "namePointer": "MoveNameRazorWind", "power": 16, "type": "TYPE_NORMAL", - "targetingFlags": 116, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 13, "weight": 15, "accuracy1": 125, @@ -1228,16 +1228,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 28, - "descriptionPointer": "0x08370edc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRazorWind", + "useText": "MoveUseTextUse" }, { "name": "Bide", - "namePointer": "0x08370ed4", + "namePointer": "MoveNameBide", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 125, @@ -1247,16 +1247,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x08370e4c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBide", + "useText": "MoveUseTextUse" }, { "name": "Crunch", - "namePointer": "0x08370e44", + "namePointer": "MoveNameCrunch", "power": 16, "type": "TYPE_DARK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 20, "accuracy1": 125, @@ -1269,16 +1269,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370de0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerSpecialDefenseChance", + "useText": "MoveUseTextUse" }, { "name": "Bite", - "namePointer": "0x0835fb70", + "namePointer": "SpeciesCategoryPoochyena", "power": 7, "type": "TYPE_DARK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 20, "accuracy1": 125, @@ -1291,16 +1291,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371408", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCringe", + "useText": "MoveUseTextUse" }, { "name": "Thunder", - "namePointer": "0x0835fca0", + "namePointer": "SpeciesCategoryRaikou", "power": 24, "type": "TYPE_ELECTRIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 9, "weight": 20, "accuracy1": 125, @@ -1312,16 +1312,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370d38", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionThunder", + "useText": "MoveUseTextUse" }, { "name": "Thunderpunch", - "namePointer": "0x08370d28", + "namePointer": "MoveNameThunderpunch", "power": 6, "type": "TYPE_ELECTRIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -1333,16 +1333,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370cc4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionParalyzeChance", + "useText": "MoveUseTextUse" }, { "name": "Endeavor", - "namePointer": "0x08370cb8", + "namePointer": "MoveNameEndeavor", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 100, @@ -1353,16 +1353,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370c50", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionEndeavor", + "useText": "MoveUseTextUse" }, { "name": "Facade", - "namePointer": "0x08370c48", + "namePointer": "MoveNameFacade", "power": 14, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -1374,16 +1374,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370bc4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFacade", + "useText": "MoveUseTextUse" }, { "name": "Karate Chop", - "namePointer": "0x08370bb8", + "namePointer": "MoveNameKarateChop", "power": 10, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 18, "weight": 20, "accuracy1": 125, @@ -1395,16 +1395,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083718f8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHighCritical", + "useText": "MoveUseTextUse" }, { "name": "Clamp", - "namePointer": "0x08370bb0", + "namePointer": "MoveNameClamp", "power": 6, "type": "TYPE_WATER", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -1416,16 +1416,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370b44", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConstriction", + "useText": "MoveUseTextUse" }, { "name": "Withdraw", - "namePointer": "0x08370b38", + "namePointer": "MoveNameWithdraw", "power": 2, "type": "TYPE_WATER", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 32, "weight": 15, "accuracy1": 125, @@ -1436,16 +1436,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0837100c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostDefense", + "useText": "MoveUseTextUse" }, { "name": "Constrict", - "namePointer": "0x08370b2c", + "namePointer": "MoveNameConstrict", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 30, "accuracy1": 125, @@ -1457,16 +1457,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370ac8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConstrict", + "useText": "MoveUseTextUse" }, { "name": "Brick Break", - "namePointer": "0x08370abc", + "namePointer": "MoveNameBrickBreak", "power": 14, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -1478,16 +1478,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370a6c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBrickBreak", + "useText": "MoveUseTextUse" }, { "name": "Rock Tomb", - "namePointer": "0x08370a60", + "namePointer": "MoveNameRockTomb", "power": 10, "type": "TYPE_ROCK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 30, "accuracy1": 125, @@ -1499,16 +1499,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370a00", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamageLowerSpeed", + "useText": "MoveUseTextUse" }, { "name": "Focus Energy", - "namePointer": "0x083709f0", + "namePointer": "MoveNameFocusEnergy", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 30, "accuracy1": 125, @@ -1519,16 +1519,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083709a0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFocusEnergy", + "useText": "MoveUseTextUse" }, { "name": "Focus Punch", - "namePointer": "0x08370994", + "namePointer": "MoveNameFocusPunch", "power": 20, "type": "TYPE_FIGHTING", - "targetingFlags": 116, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 15, "accuracy1": 125, @@ -1540,16 +1540,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 20, - "descriptionPointer": "0x08370918", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFocusPunch", + "useText": "MoveUseTextUse" }, { "name": "Giga Drain", - "namePointer": "0x0837090c", + "namePointer": "MoveNameGigaDrain", "power": 12, "type": "TYPE_GRASS", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 30, "accuracy1": 125, @@ -1561,16 +1561,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083708a4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDrain", + "useText": "MoveUseTextUse" }, { "name": "Reversal", - "namePointer": "0x08370898", + "namePointer": "MoveNameReversal", "power": 2, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 30, "accuracy1": 125, @@ -1582,16 +1582,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370830", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionReversal", + "useText": "MoveUseTextUse" }, { "name": "Smellingsalt", - "namePointer": "0x08370820", + "namePointer": "MoveNameSmellingsalt", "power": 12, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 30, "accuracy1": 125, @@ -1603,16 +1603,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083707a0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSmellingsalt", + "useText": "MoveUseTextUse" }, { "name": "Spore", - "namePointer": "0x08370798", + "namePointer": "MoveNameSpore", "power": 2, "type": "TYPE_GRASS", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 19, "weight": 10, "accuracy1": 100, @@ -1623,16 +1623,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x08370764", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSpore", + "useText": "MoveUseTextUse" }, { "name": "Leech Life", - "namePointer": "0x08370758", + "namePointer": "MoveNameLeechLife", "power": 4, "type": "TYPE_BUG", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 30, "accuracy1": 125, @@ -1645,16 +1645,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083708a4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDrain", + "useText": "MoveUseTextUse" }, { "name": "Slash", - "namePointer": "0x08370750", + "namePointer": "MoveNameSlash", "power": 14, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 11, "weight": 30, "accuracy1": 125, @@ -1666,16 +1666,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083718f8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHighCritical", + "useText": "MoveUseTextUse" }, { "name": "Silver Wind", - "namePointer": "0x08370744", + "namePointer": "MoveNameSilverWind", "power": 12, "type": "TYPE_BUG", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 13, "weight": 30, "accuracy1": 125, @@ -1687,16 +1687,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 15, - "descriptionPointer": "0x08370684", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSilverWind", + "useText": "MoveUseTextUse" }, { "name": "Metal Sound", - "namePointer": "0x08370678", + "namePointer": "MoveNameMetalSound", "power": 2, "type": "TYPE_STEEL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -1707,16 +1707,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x08370638", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMetalSound", + "useText": "MoveUseTextUse" }, { "name": "Grasswhistle", - "namePointer": "0x08370628", + "namePointer": "MoveNameGrasswhistle", "power": 2, "type": "TYPE_GRASS", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 13, "weight": 15, "accuracy1": 100, @@ -1728,16 +1728,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x083705dc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSleep", + "useText": "MoveUseTextUse" }, { "name": "Tickle", - "namePointer": "0x083705d4", + "namePointer": "MoveNameTickle", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -1748,16 +1748,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08370590", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTickle", + "useText": "MoveUseTextUse" }, { "name": "Spider Web", - "namePointer": "0x08370584", + "namePointer": "MoveNameSpiderWeb", "power": 2, "type": "TYPE_BUG", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 16, "weight": 15, "accuracy1": 100, @@ -1768,16 +1768,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x08370530", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLegHolder", + "useText": "MoveUseTextUse" }, { "name": "Crabhammer", - "namePointer": "0x08370524", + "namePointer": "MoveNameCrabhammer", "power": 18, "type": "TYPE_WATER", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -1789,16 +1789,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083718f8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHighCritical", + "useText": "MoveUseTextUse" }, { "name": "Haze", - "namePointer": "0x0837051c", + "namePointer": "MoveNameHaze", "power": 2, "type": "TYPE_ICE", - "targetingFlags": 50, - "aiTargetingFlags": 49, + "targetingFlags": "0b0000000000110010", + "aiTargetingFlags": "0b0000000000110001", "maxPP": 13, "weight": 15, "accuracy1": 125, @@ -1808,16 +1808,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 17, - "descriptionPointer": "0x083704a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHaze", + "useText": "MoveUseTextUse" }, { "name": "Mean Look", - "namePointer": "0x0837049c", + "namePointer": "MoveNameMeanLook", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 100, @@ -1828,16 +1828,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08370530", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLegHolder", + "useText": "MoveUseTextUse" }, { "name": "Cross Chop", - "namePointer": "0x08370490", + "namePointer": "MoveNameCrossChop", "power": 20, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 30, "accuracy1": 125, @@ -1849,16 +1849,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083718f8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHighCritical", + "useText": "MoveUseTextUse" }, { "name": "Outrage", - "namePointer": "0x08370488", + "namePointer": "MoveNameOutrage", "power": 18, "type": "TYPE_DRAGON", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 9, "weight": 15, "accuracy1": 125, @@ -1870,16 +1870,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370424", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionOutrage", + "useText": "MoveUseTextUse" }, { "name": "Low Kick", - "namePointer": "0x08370418", + "namePointer": "MoveNameLowKick", "power": 7, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 30, "accuracy1": 125, @@ -1891,16 +1891,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083703c4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowKick", + "useText": "MoveUseTextUse" }, { "name": "Ancientpower", - "namePointer": "0x083703b4", + "namePointer": "MoveNameAncientpower", "power": 12, "type": "TYPE_ROCK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 30, "accuracy1": 125, @@ -1912,16 +1912,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370300", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionAncientpower", + "useText": "MoveUseTextUse" }, { "name": "Synthesis", - "namePointer": "0x083702f4", + "namePointer": "MoveNameSynthesis", "power": 2, "type": "TYPE_GRASS", - "targetingFlags": 627, - "aiTargetingFlags": 627, + "targetingFlags": "0b0000001001110011", + "aiTargetingFlags": "0b0000001001110011", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -1932,16 +1932,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 21, - "descriptionPointer": "0x0837029c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSynthesis", + "useText": "MoveUseTextUse" }, { "name": "Agility", - "namePointer": "0x08370294", + "namePointer": "MoveNameAgility", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 49, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110001", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 10, "accuracy1": 125, @@ -1952,16 +1952,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 16, - "descriptionPointer": "0x08370238", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionAgility", + "useText": "MoveUseTextUse" }, { "name": "Rapid Spin", - "namePointer": "0x0837022c", + "namePointer": "MoveNameRapidSpin", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 30, "accuracy1": 125, @@ -1973,16 +1973,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083701a4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRapidSpin", + "useText": "MoveUseTextUse" }, { "name": "Icy Wind", - "namePointer": "0x08370198", + "namePointer": "MoveNameIcyWind", "power": 5, "type": "TYPE_ICE", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 13, "weight": 10, "accuracy1": 125, @@ -1994,16 +1994,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x08370120", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionIcyWind", + "useText": "MoveUseTextUse" }, { "name": "Mind Reader", - "namePointer": "0x08370114", + "namePointer": "MoveNameMindReader", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -2013,16 +2013,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083700b4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMindReader", + "useText": "MoveUseTextUse" }, { "name": "Cosmic Power", - "namePointer": "0x083700a4", + "namePointer": "MoveNameCosmicPower", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 15, "accuracy1": 125, @@ -2033,16 +2033,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0837005c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCosmicPower", + "useText": "MoveUseTextUse" }, { "name": "Sky Attack", - "namePointer": "0x08370050", + "namePointer": "MoveNameSkyAttack", "power": 30, "type": "TYPE_FLYING", - "targetingFlags": 116, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 9, "weight": 15, "accuracy1": 125, @@ -2054,16 +2054,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 28, - "descriptionPointer": "0x0836ffcc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSkyAttack", + "useText": "MoveUseTextUse" }, { "name": "Powder Snow", - "namePointer": "0x0836ffc0", + "namePointer": "MoveNamePowderSnow", "power": 4, "type": "TYPE_ICE", - "targetingFlags": 48, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -2075,16 +2075,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 15, - "descriptionPointer": "0x0836ff5c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFreezeChanceRoom", + "useText": "MoveUseTextUse" }, { "name": "Follow Me", - "namePointer": "0x0836ff50", + "namePointer": "MoveNameFollowMe", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 15, "weight": 10, "accuracy1": 125, @@ -2094,16 +2094,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836ff00", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFollowMe", + "useText": "MoveUseTextUse" }, { "name": "Meteor Mash", - "namePointer": "0x0836fef4", + "namePointer": "MoveNameMeteorMash", "power": 20, "type": "TYPE_STEEL", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 9, "weight": 10, "accuracy1": 100, @@ -2115,16 +2115,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836fe84", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMeteorMash", + "useText": "MoveUseTextUse" }, { "name": "Endure", - "namePointer": "0x0836fe7c", + "namePointer": "MoveNameEndure", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 75, @@ -2134,16 +2134,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836fe18", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionEndure", + "useText": "MoveUseTextUse" }, { "name": "Rollout", - "namePointer": "0x0836fe10", + "namePointer": "MoveNameRollout", "power": 1, "type": "TYPE_ROCK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 14, "weight": 15, "accuracy1": 125, @@ -2155,16 +2155,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083724f8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHitUntilMiss", + "useText": "MoveUseTextUse" }, { "name": "Scary Face", - "namePointer": "0x0836fe04", + "namePointer": "MoveNameScaryFace", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 14, "weight": 15, "accuracy1": 70, @@ -2175,16 +2175,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836fdcc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerSpeed", + "useText": "MoveUseTextUse" }, { "name": "Psybeam", - "namePointer": "0x0836fdc4", + "namePointer": "MoveNamePsybeam", "power": 12, "type": "TYPE_PSYCHIC", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -2196,16 +2196,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836fd60", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConfuseChanceDistance", + "useText": "MoveUseTextUse" }, { "name": "Psywave", - "namePointer": "0x0836fd58", + "namePointer": "MoveNamePsywave", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 19, "weight": 10, "accuracy1": 100, @@ -2216,16 +2216,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836fce8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPsywave", + "useText": "MoveUseTextUse" }, { "name": "Psychic", - "namePointer": "0x0836fce0", + "namePointer": "MoveNamePsychic", "power": 18, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 10, "accuracy1": 125, @@ -2237,16 +2237,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370de0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerSpecialDefenseChance", + "useText": "MoveUseTextUse" }, { "name": "Psycho Boost", - "namePointer": "0x0836fcd0", + "namePointer": "MoveNamePsychoBoost", "power": 28, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 8, "weight": 10, "accuracy1": 125, @@ -2258,16 +2258,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836fc64", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPsychoBoost", + "useText": "MoveUseTextUse" }, { "name": "Hypnosis", - "namePointer": "0x08360610", + "namePointer": "SpeciesCategoryDrowzee", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -2278,16 +2278,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x083705dc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSleep", + "useText": "MoveUseTextUse" }, { "name": "Uproar", - "namePointer": "0x0836fc5c", + "namePointer": "MoveNameUproar", "power": 10, "type": "TYPE_NORMAL", - "targetingFlags": 49, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110001", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -2298,16 +2298,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 16, - "descriptionPointer": "0x0836fbd0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionUproar", + "useText": "MoveUseTextUse" }, { "name": "Water Spout", - "namePointer": "0x0836fbc4", + "namePointer": "MoveNameWaterSpout", "power": 30, "type": "TYPE_WATER", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 8, "weight": 10, "accuracy1": 125, @@ -2319,16 +2319,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836fb68", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWaterSpout", + "useText": "MoveUseTextUse" }, { "name": "Signal Beam", - "namePointer": "0x0836fb5c", + "namePointer": "MoveNameSignalBeam", "power": 14, "type": "TYPE_BUG", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 15, "weight": 10, "accuracy1": 125, @@ -2340,16 +2340,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836fd60", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConfuseChanceDistance", + "useText": "MoveUseTextUse" }, { "name": "Psych Up", - "namePointer": "0x0836fb50", + "namePointer": "MoveNamePsychUp", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 2, - "aiTargetingFlags": 2, + "targetingFlags": "0b0000000000000010", + "aiTargetingFlags": "0b0000000000000010", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -2359,16 +2359,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 30, - "descriptionPointer": "0x0836fb00", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPsychUp", + "useText": "MoveUseTextUse" }, { "name": "Submission", - "namePointer": "0x0836faf4", + "namePointer": "MoveNameSubmission", "power": 15, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 30, "accuracy1": 125, @@ -2380,16 +2380,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836fab0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRecoil", + "useText": "MoveUseTextUse" }, { "name": "Recover", - "namePointer": "0x0836faa8", + "namePointer": "MoveNameRecover", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 627, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000001001110011", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -2400,16 +2400,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836fa6c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRecover", + "useText": "MoveUseTextUse" }, { "name": "Earthquake", - "namePointer": "0x0836fa60", + "namePointer": "MoveNameEarthquake", "power": 5, "type": "TYPE_GROUND", - "targetingFlags": 53, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000110101", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 20, "accuracy1": 100, @@ -2421,16 +2421,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 18, - "descriptionPointer": "0x0836fa00", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionEarthquake", + "useText": "MoveUseTextUse" }, { "name": "Nature Power", - "namePointer": "0x0836f9f0", + "namePointer": "MoveNameNaturePower", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 125, @@ -2441,16 +2441,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 10, - "descriptionPointer": "0x0836f9b4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNaturePower", + "useText": "MoveUseTextUse" }, { "name": "Lick", - "namePointer": "0x0836f9ac", + "namePointer": "MoveNameLick", "power": 4, "type": "TYPE_GHOST", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 30, "accuracy1": 100, @@ -2463,16 +2463,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370cc4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionParalyzeChance", + "useText": "MoveUseTextUse" }, { "name": "Flail", - "namePointer": "0x0836f9a4", + "namePointer": "MoveNameFlail", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 30, "accuracy1": 100, @@ -2484,16 +2484,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f948", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFlail", + "useText": "MoveUseTextUse" }, { "name": "Tail Whip", - "namePointer": "0x0836f93c", + "namePointer": "MoveNameTailWhip", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -2504,16 +2504,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836f908", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerDefense", + "useText": "MoveUseTextUse" }, { "name": "Selfdestruct", - "namePointer": "0x0836f8f8", + "namePointer": "MoveNameSelfdestruct", "power": 80, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -2524,16 +2524,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 26, - "descriptionPointer": "0x0836f884", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSelfdestruct", + "useText": "MoveUseTextUse" }, { "name": "Stun Spore", - "namePointer": "0x0836f878", + "namePointer": "MoveNameStunSpore", "power": 2, "type": "TYPE_GRASS", - "targetingFlags": 32, - "aiTargetingFlags": 32, + "targetingFlags": "0b0000000000100000", + "aiTargetingFlags": "0b0000000000100000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -2544,16 +2544,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 2, - "descriptionPointer": "0x0836f7fc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionStunSpore", + "useText": "MoveUseTextUse" }, { "name": "Bind", - "namePointer": "0x0836f7f4", + "namePointer": "MoveNameBind", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -2565,16 +2565,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370b44", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConstriction", + "useText": "MoveUseTextUse" }, { "name": "Shadow Punch", - "namePointer": "0x0836f7e4", + "namePointer": "MoveNameShadowPunch", "power": 6, "type": "TYPE_GHOST", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 8, "weight": 20, "accuracy1": 125, @@ -2586,16 +2586,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f7b4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNeverMiss", + "useText": "MoveUseTextUse" }, { "name": "Shadow Ball", - "namePointer": "0x0836f7a8", + "namePointer": "MoveNameShadowBall", "power": 16, "type": "TYPE_GHOST", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 10, "weight": 10, "accuracy1": 125, @@ -2607,16 +2607,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836f72c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionShadowBall", + "useText": "MoveUseTextUse" }, { "name": "Charge", - "namePointer": "0x0836f724", + "namePointer": "MoveNameCharge", "power": 10, "type": "TYPE_ELECTRIC", - "targetingFlags": 116, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 25, "weight": 15, "accuracy1": 125, @@ -2627,16 +2627,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 20, - "descriptionPointer": "0x0836f6bc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCharge", + "useText": "MoveUseTextUse" }, { "name": "Thunderbolt", - "namePointer": "0x0836f6b0", + "namePointer": "MoveNameThunderbolt", "power": 18, "type": "TYPE_ELECTRIC", - "targetingFlags": 32, - "aiTargetingFlags": 32, + "targetingFlags": "0b0000000000100000", + "aiTargetingFlags": "0b0000000000100000", "maxPP": 10, "weight": 30, "accuracy1": 125, @@ -2648,16 +2648,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 2, - "descriptionPointer": "0x0836f648", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionThunderbolt", + "useText": "MoveUseTextUse" }, { "name": "Mist", - "namePointer": "0x0836f640", + "namePointer": "MoveNameMist", "power": 2, "type": "TYPE_ICE", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 15, "accuracy1": 125, @@ -2668,16 +2668,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836f588", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMist", + "useText": "MoveUseTextUse" }, { "name": "Fissure", - "namePointer": "0x0836f580", + "namePointer": "MoveNameFissure", "power": 2, "type": "TYPE_GROUND", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 14, "weight": 20, "accuracy1": 35, @@ -2688,16 +2688,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f530", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFissure", + "useText": "MoveUseTextUse" }, { "name": "Extremespeed", - "namePointer": "0x0836f520", + "namePointer": "MoveNameExtremespeed", "power": 16, "type": "TYPE_NORMAL", - "targetingFlags": 64, - "aiTargetingFlags": 64, + "targetingFlags": "0b0000000001000000", + "aiTargetingFlags": "0b0000000001000000", "maxPP": 12, "weight": 25, "accuracy1": 125, @@ -2709,16 +2709,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 13, - "descriptionPointer": "0x0836f4ec", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTwoTilesAhead", + "useText": "MoveUseTextUse" }, { "name": "Extrasensory", - "namePointer": "0x0836f4dc", + "namePointer": "MoveNameExtrasensory", "power": 16, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -2730,16 +2730,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f45c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionExtrasensory", + "useText": "MoveUseTextUse" }, { "name": "Safeguard", - "namePointer": "0x0836f450", + "namePointer": "MoveNameSafeguard", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 49, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110001", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 15, "weight": 10, "accuracy1": 125, @@ -2750,16 +2750,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 16, - "descriptionPointer": "0x0836f3e0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSafeguard", + "useText": "MoveUseTextUse" }, { "name": "Absorb", - "namePointer": "0x0836f3d8", + "namePointer": "MoveNameAbsorb", "power": 1, "type": "TYPE_GRASS", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 18, "weight": 15, "accuracy1": 125, @@ -2772,16 +2772,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083708a4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDrain", + "useText": "MoveUseTextUse" }, { "name": "Sky Uppercut", - "namePointer": "0x0836f3c8", + "namePointer": "MoveNameSkyUppercut", "power": 16, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -2793,16 +2793,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f364", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSkyUppercut", + "useText": "MoveUseTextUse" }, { "name": "Skill Swap", - "namePointer": "0x0836f358", + "namePointer": "MoveNameSkillSwap", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -2812,16 +2812,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836f314", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSkillSwap", + "useText": "MoveUseTextUse" }, { "name": "Sketch", - "namePointer": "0x0836f30c", + "namePointer": "MoveNameSketch", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 1, "weight": 20, "accuracy1": 100, @@ -2831,16 +2831,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836f298", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSketch", + "useText": "MoveUseTextUse" }, { "name": "Headbutt", - "namePointer": "0x0836f28c", + "namePointer": "MoveNameHeadbutt", "power": 6, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -2852,16 +2852,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371408", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCringe", + "useText": "MoveUseTextUse" }, { "name": "Double-Edge", - "namePointer": "0x0836f280", + "namePointer": "MoveNameDoubleEdge", "power": 15, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -2873,16 +2873,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836fab0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRecoil", + "useText": "MoveUseTextUse" }, { "name": "Sandstorm", - "namePointer": "0x0836f274", + "namePointer": "MoveNameSandstorm", "power": 2, "type": "TYPE_ROCK", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 14, "weight": 15, "accuracy1": 125, @@ -2892,16 +2892,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 6, - "descriptionPointer": "0x0836f228", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSandstorm", + "useText": "MoveUseTextUse" }, { "name": "Sand-Attack", - "namePointer": "0x0836f21c", + "namePointer": "MoveNameSandAttack", "power": 2, "type": "TYPE_GROUND", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 22, "weight": 15, "accuracy1": 80, @@ -2912,16 +2912,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836f1e8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerAccuracy", + "useText": "MoveUseTextUse" }, { "name": "Sand Tomb", - "namePointer": "0x0836f1dc", + "namePointer": "MoveNameSandTomb", "power": 4, "type": "TYPE_GROUND", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -2933,16 +2933,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370b44", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConstriction", + "useText": "MoveUseTextUse" }, { "name": "Spark", - "namePointer": "0x0836f1d4", + "namePointer": "MoveNameSpark", "power": 12, "type": "TYPE_ELECTRIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 20, "accuracy1": 125, @@ -2954,16 +2954,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370cc4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionParalyzeChance", + "useText": "MoveUseTextUse" }, { "name": "Swift", - "namePointer": "0x0836f1cc", + "namePointer": "MoveNameSwift", "power": 10, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 8, "weight": 30, "accuracy1": 125, @@ -2975,16 +2975,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836f7b4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNeverMiss", + "useText": "MoveUseTextUse" }, { "name": "Kinesis", - "namePointer": "0x0836f1c4", + "namePointer": "MoveNameKinesis", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -2994,16 +2994,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836f1e8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerAccuracy", + "useText": "MoveUseTextUse" }, { "name": "Smog", - "namePointer": "0x0836f1bc", + "namePointer": "MoveNameSmog", "power": 4, "type": "TYPE_POISON", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -3015,16 +3015,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f14c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPoisonChance", + "useText": "MoveUseTextUse" }, { "name": "Growth", - "namePointer": "0x0836f144", + "namePointer": "MoveNameGrowth", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -3035,16 +3035,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836f10c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionGrowth", + "useText": "MoveUseTextUse" }, { "name": "Sacred Fire", - "namePointer": "0x0836f100", + "namePointer": "MoveNameSacredFire", "power": 20, "type": "TYPE_FIRE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 30, "accuracy1": 125, @@ -3056,16 +3056,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f0c0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSacredFire", + "useText": "MoveUseTextUse" }, { "name": "Sheer Cold", - "namePointer": "0x0836f0b4", + "namePointer": "MoveNameSheerCold", "power": 2, "type": "TYPE_ICE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 35, @@ -3076,16 +3076,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f088", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSheerCold", + "useText": "MoveUseTextUse" }, { "name": "Solarbeam", - "namePointer": "0x0836f07c", + "namePointer": "MoveNameSolarbeam", "power": 24, "type": "TYPE_GRASS", - "targetingFlags": 116, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 9, "weight": 15, "accuracy1": 125, @@ -3097,16 +3097,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 28, - "descriptionPointer": "0x0836eff8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSolarbeam", + "useText": "MoveUseTextUse" }, { "name": "Sonicboom", - "namePointer": "0x0836efec", + "namePointer": "MoveNameSonicboom", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 22, "weight": 10, "accuracy1": 100, @@ -3117,16 +3117,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836efa4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSonicboom", + "useText": "MoveUseTextUse" }, { "name": "Fly", - "namePointer": "0x0836efa0", + "namePointer": "MoveNameFly", "power": 14, "type": "TYPE_FLYING", - "targetingFlags": 116, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -3138,16 +3138,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 20, - "descriptionPointer": "0x0836ef1c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFly", + "useText": "MoveUseTextUse" }, { "name": "Tackle", - "namePointer": "0x0836ef14", + "namePointer": "MoveNameTackle", "power": 7, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 25, "accuracy1": 100, @@ -3159,16 +3159,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Explosion", - "namePointer": "0x0836ef08", + "namePointer": "MoveNameExplosion", "power": 50, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 64, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000001000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -3179,16 +3179,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 27, - "descriptionPointer": "0x0836ee78", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionExplosion", + "useText": "MoveUseTextUse" }, { "name": "Dive", - "namePointer": "0x0836ee70", + "namePointer": "MoveNameDive", "power": 12, "type": "TYPE_WATER", - "targetingFlags": 116, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -3200,16 +3200,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 20, - "descriptionPointer": "0x0836edcc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDive", + "useText": "MoveUseTextUse" }, { "name": "Fire Blast", - "namePointer": "0x0836edc0", + "namePointer": "MoveNameFireBlast", "power": 24, "type": "TYPE_FIRE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 9, "weight": 30, "accuracy1": 100, @@ -3221,16 +3221,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0837120c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBurnChance", + "useText": "MoveUseTextUse" }, { "name": "Waterfall", - "namePointer": "0x0836edb4", + "namePointer": "MoveNameWaterfall", "power": 16, "type": "TYPE_WATER", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 30, "accuracy1": 125, @@ -3242,16 +3242,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Muddy Water", - "namePointer": "0x0836eda8", + "namePointer": "MoveNameMuddyWater", "power": 18, "type": "TYPE_WATER", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 30, "accuracy1": 125, @@ -3263,16 +3263,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836ed4c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMuddyWater", + "useText": "MoveUseTextUse" }, { "name": "Stockpile", - "namePointer": "0x0836ed40", + "namePointer": "MoveNameStockpile", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -3284,16 +3284,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836ecc4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionStockpile", + "useText": "MoveUseTextUse" }, { "name": "Slam", - "namePointer": "0x0836ecbc", + "namePointer": "MoveNameSlam", "power": 16, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 30, "accuracy1": 125, @@ -3305,16 +3305,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Twister", - "namePointer": "0x0836ecb4", + "namePointer": "MoveNameTwister", "power": 8, "type": "TYPE_DRAGON", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 30, "accuracy1": 125, @@ -3326,16 +3326,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836ec0c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTwister", + "useText": "MoveUseTextUse" }, { "name": "Bullet Seed", - "namePointer": "0x0836ec00", + "namePointer": "MoveNameBulletSeed", "power": 10, "type": "TYPE_GRASS", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 10, "weight": 10, "accuracy1": 125, @@ -3347,16 +3347,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836eba0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHitDistance", + "useText": "MoveUseTextUse" }, { "name": "Twineedle", - "namePointer": "0x0836eb94", + "namePointer": "MoveNameTwineedle", "power": 6, "type": "TYPE_BUG", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 15, "weight": 30, "accuracy1": 125, @@ -3368,16 +3368,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836eb18", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTwineedle", + "useText": "MoveUseTextUse" }, { "name": "Softboiled", - "namePointer": "0x0836eb0c", + "namePointer": "MoveNameSoftboiled", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 561, - "aiTargetingFlags": 561, + "targetingFlags": "0b0000001000110001", + "aiTargetingFlags": "0b0000001000110001", "maxPP": 15, "weight": 15, "accuracy1": 125, @@ -3388,16 +3388,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 16, - "descriptionPointer": "0x0836eaa0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSoftboiled", + "useText": "MoveUseTextUse" }, { "name": "Egg Bomb", - "namePointer": "0x0836ea94", + "namePointer": "MoveNameEggBomb", "power": 10, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 15, "weight": 30, "accuracy1": 125, @@ -3409,16 +3409,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Faint Attack", - "namePointer": "0x0836ea84", + "namePointer": "MoveNameFaintAttack", "power": 6, "type": "TYPE_DARK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 8, "weight": 30, "accuracy1": 125, @@ -3430,16 +3430,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f7b4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNeverMiss", + "useText": "MoveUseTextUse" }, { "name": "Barrage", - "namePointer": "0x0836ea7c", + "namePointer": "MoveNameBarrage", "power": 1, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -3451,16 +3451,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x083717a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHit", + "useText": "MoveUseTextUse" }, { "name": "Minimize", - "namePointer": "0x0836ea70", + "namePointer": "MoveNameMinimize", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 125, @@ -3471,16 +3471,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083710a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostEvasion", + "useText": "MoveUseTextUse" }, { "name": "Seismic Toss", - "namePointer": "0x0836ea60", + "namePointer": "MoveNameSeismicToss", "power": 2, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 30, "accuracy1": 100, @@ -3491,16 +3491,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836ea08", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSeismicToss", + "useText": "MoveUseTextUse" }, { "name": "Supersonic", - "namePointer": "0x0836e9fc", + "namePointer": "MoveNameSupersonic", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 10, "weight": 15, "accuracy1": 100, @@ -3512,16 +3512,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836e99c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConfuse", + "useText": "MoveUseTextUse" }, { "name": "Taunt", - "namePointer": "0x0836e994", + "namePointer": "MoveNameTaunt", "power": 2, "type": "TYPE_DARK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 20, "weight": 15, "accuracy1": 100, @@ -3531,16 +3531,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836e958", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTaunt", + "useText": "MoveUseTextUse" }, { "name": "Moonlight", - "namePointer": "0x0835ffbc", + "namePointer": "SpeciesCategoryUmbreon", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 609, - "aiTargetingFlags": 561, + "targetingFlags": "0b0000001001100001", + "aiTargetingFlags": "0b0000001000110001", "maxPP": 12, "weight": 10, "accuracy1": 125, @@ -3551,16 +3551,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 5, - "descriptionPointer": "0x0836e8d8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMoonlight", + "useText": "MoveUseTextUse" }, { "name": "Peck", - "namePointer": "0x0836e8d0", + "namePointer": "MoveNamePeck", "power": 4, "type": "TYPE_FLYING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 25, "accuracy1": 125, @@ -3572,16 +3572,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Arm Thrust", - "namePointer": "0x0835f918", + "namePointer": "SpeciesCategoryHariyama", "power": 2, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 30, "accuracy1": 125, @@ -3593,16 +3593,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083717a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHit", + "useText": "MoveUseTextUse" }, { "name": "Horn Attack", - "namePointer": "0x0836e8c4", + "namePointer": "MoveNameHornAttack", "power": 8, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 18, "weight": 25, "accuracy1": 125, @@ -3614,16 +3614,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Horn Drill", - "namePointer": "0x0836e8b8", + "namePointer": "MoveNameHornDrill", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 25, "accuracy1": 35, @@ -3634,16 +3634,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836e864", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionOneHit", + "useText": "MoveUseTextUse" }, { "name": "Wing Attack", - "namePointer": "0x0836e858", + "namePointer": "MoveNameWingAttack", "power": 6, "type": "TYPE_FLYING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 25, "accuracy1": 125, @@ -3655,16 +3655,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Aerial Ace", - "namePointer": "0x0836e84c", + "namePointer": "MoveNameAerialAce", "power": 10, "type": "TYPE_FLYING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 8, "weight": 20, "accuracy1": 125, @@ -3676,16 +3676,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836f7b4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNeverMiss", + "useText": "MoveUseTextUse" }, { "name": "Icicle Spear", - "namePointer": "0x0836e83c", + "namePointer": "MoveNameIcicleSpear", "power": 2, "type": "TYPE_ICE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 22, "weight": 20, "accuracy1": 125, @@ -3697,16 +3697,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x083717a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHit", + "useText": "MoveUseTextUse" }, { "name": "Swords Dance", - "namePointer": "0x0836e82c", + "namePointer": "MoveNameSwordsDance", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -3717,16 +3717,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836e7fc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSwordsDance", + "useText": "MoveUseTextUse" }, { "name": "Vine Whip", - "namePointer": "0x0836e7f0", + "namePointer": "MoveNameVineWhip", "power": 8, "type": "TYPE_GRASS", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 20, "accuracy1": 125, @@ -3738,16 +3738,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Conversion", - "namePointer": "0x0836e7e4", + "namePointer": "MoveNameConversion", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -3757,16 +3757,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836e7a0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConversion", + "useText": "MoveUseTextUse" }, { "name": "Conversion 2", - "namePointer": "0x0836e790", + "namePointer": "MoveNameConversion2", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -3776,16 +3776,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836e70c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConversion2", + "useText": "MoveUseTextUse" }, { "name": "Helping Hand", - "namePointer": "0x0836e6fc", + "namePointer": "MoveNameHelpingHand", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 54, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110110", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -3795,16 +3795,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 22, - "descriptionPointer": "0x0836e69c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHelpingHand", + "useText": "MoveUseTextUse" }, { "name": "Iron Defense", - "namePointer": "0x0836e68c", + "namePointer": "MoveNameIronDefense", "power": 2, "type": "TYPE_STEEL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -3815,16 +3815,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836e65c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostDefenseTwo", + "useText": "MoveUseTextUse" }, { "name": "Teleport", - "namePointer": "0x0836e650", + "namePointer": "MoveNameTeleport", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 125, @@ -3834,16 +3834,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836e61c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTeleport", + "useText": "MoveUseTextUse" }, { "name": "Thundershock", - "namePointer": "0x0836e60c", + "namePointer": "MoveNameThundershock", "power": 1, "type": "TYPE_ELECTRIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 25, "accuracy1": 125, @@ -3855,16 +3855,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370cc4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionParalyzeChance", + "useText": "MoveUseTextUse" }, { "name": "Shock Wave", - "namePointer": "0x0836e600", + "namePointer": "MoveNameShockWave", "power": 7, "type": "TYPE_ELECTRIC", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 8, "weight": 10, "accuracy1": 125, @@ -3876,16 +3876,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836e5b8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionShockWave", + "useText": "MoveUseTextUse" }, { "name": "Quick Attack", - "namePointer": "0x0836e5a8", + "namePointer": "MoveNameQuickAttack", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 64, - "aiTargetingFlags": 64, + "targetingFlags": "0b0000000001000000", + "aiTargetingFlags": "0b0000000001000000", "maxPP": 13, "weight": 25, "accuracy1": 125, @@ -3897,16 +3897,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 13, - "descriptionPointer": "0x0836f4ec", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTwoTilesAhead", + "useText": "MoveUseTextUse" }, { "name": "Sweet Kiss", - "namePointer": "0x0836e59c", + "namePointer": "MoveNameSweetKiss", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 100, @@ -3918,16 +3918,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836e99c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConfuse", + "useText": "MoveUseTextUse" }, { "name": "Thunder Wave", - "namePointer": "0x0836e58c", + "namePointer": "MoveNameThunderWave", "power": 2, "type": "TYPE_ELECTRIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 50, @@ -3938,16 +3938,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08370f90", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionParalyze", + "useText": "MoveUseTextUse" }, { "name": "Zap Cannon", - "namePointer": "0x0836e580", + "namePointer": "MoveNameZapCannon", "power": 20, "type": "TYPE_ELECTRIC", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 9, "weight": 10, "accuracy1": 125, @@ -3959,16 +3959,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836e508", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionZapCannon", + "useText": "MoveUseTextUse" }, { "name": "Block", - "namePointer": "0x0836e500", + "namePointer": "MoveNameBlock", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 100, @@ -3979,16 +3979,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836e4ac", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBlock", + "useText": "MoveUseTextUse" }, { "name": "Howl", - "namePointer": "0x0836e4a4", + "namePointer": "MoveNameHowl", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 125, @@ -4000,16 +4000,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083710e4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostAttack", + "useText": "MoveUseTextUse" }, { "name": "Poison Gas", - "namePointer": "0x0836052c", + "namePointer": "SpeciesCategoryKoffing", "power": 2, "type": "TYPE_POISON", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 100, @@ -4020,16 +4020,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836e440", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPoison", + "useText": "MoveUseTextUse" }, { "name": "Toxic", - "namePointer": "0x0836e438", + "namePointer": "MoveNameToxic", "power": 2, "type": "TYPE_POISON", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 100, @@ -4040,16 +4040,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836e3c8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionToxic", + "useText": "MoveUseTextUse" }, { "name": "Poison Fang", - "namePointer": "0x0836e3bc", + "namePointer": "MoveNamePoisonFang", "power": 10, "type": "TYPE_POISON", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 20, "accuracy1": 125, @@ -4061,16 +4061,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836e348", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPoisonFang", + "useText": "MoveUseTextUse" }, { "name": "Poisonpowder", - "namePointer": "0x0836e338", + "namePointer": "MoveNamePoisonpowder", "power": 2, "type": "TYPE_POISON", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -4081,16 +4081,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836e440", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPoison", + "useText": "MoveUseTextUse" }, { "name": "Poison Sting", - "namePointer": "0x0836e328", + "namePointer": "MoveNamePoisonSting", "power": 3, "type": "TYPE_POISON", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 19, "weight": 20, "accuracy1": 125, @@ -4102,16 +4102,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836f14c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPoisonChance", + "useText": "MoveUseTextUse" }, { "name": "Spike Cannon", - "namePointer": "0x0836e318", + "namePointer": "MoveNameSpikeCannon", "power": 3, "type": "TYPE_NORMAL", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -4123,16 +4123,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836eba0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHitDistance", + "useText": "MoveUseTextUse" }, { "name": "Acid Armor", - "namePointer": "0x0836e30c", + "namePointer": "MoveNameAcidArmor", "power": 2, "type": "TYPE_POISON", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 125, @@ -4143,16 +4143,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836e65c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostDefenseTwo", + "useText": "MoveUseTextUse" }, { "name": "Take Down", - "namePointer": "0x0836e300", + "namePointer": "MoveNameTakeDown", "power": 8, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 25, "accuracy1": 125, @@ -4164,16 +4164,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836e2c4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTakeDown", + "useText": "MoveUseTextUse" }, { "name": "Jump Kick", - "namePointer": "0x0836e2b8", + "namePointer": "MoveNameJumpKick", "power": 14, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 25, "accuracy1": 125, @@ -4185,16 +4185,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836e274", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionJumpKick", + "useText": "MoveUseTextUse" }, { "name": "Bounce", - "namePointer": "0x0835f74c", + "namePointer": "SpeciesCategorySpoink", "power": 16, "type": "TYPE_FLYING", - "targetingFlags": 116, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 11, "weight": 15, "accuracy1": 125, @@ -4206,16 +4206,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 20, - "descriptionPointer": "0x0836e1d0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBounce", + "useText": "MoveUseTextUse" }, { "name": "Hi Jump Kick", - "namePointer": "0x0836e1c0", + "namePointer": "MoveNameHiJumpKick", "power": 16, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 11, "weight": 30, "accuracy1": 125, @@ -4227,16 +4227,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836e274", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionJumpKick", + "useText": "MoveUseTextUse" }, { "name": "Tri Attack", - "namePointer": "0x0836e1b4", + "namePointer": "MoveNameTriAttack", "power": 6, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 25, "accuracy1": 100, @@ -4248,16 +4248,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836e140", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTriAttack", + "useText": "MoveUseTextUse" }, { "name": "Dragon Claw", - "namePointer": "0x0836e134", + "namePointer": "MoveNameDragonClaw", "power": 16, "type": "TYPE_DRAGON", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 25, "accuracy1": 125, @@ -4269,16 +4269,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Trick", - "namePointer": "0x0836e12c", + "namePointer": "MoveNameTrick", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -4288,16 +4288,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836e0c0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTrick", + "useText": "MoveUseTextUse" }, { "name": "Triple Kick", - "namePointer": "0x0836e0b4", + "namePointer": "MoveNameTripleKick", "power": 8, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 25, "accuracy1": 125, @@ -4309,16 +4309,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836e074", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTripleKick", + "useText": "MoveUseTextUse" }, { "name": "Drill Peck", - "namePointer": "0x0836e068", + "namePointer": "MoveNameDrillPeck", "power": 16, "type": "TYPE_FLYING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 25, "accuracy1": 125, @@ -4330,16 +4330,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Mud Sport", - "namePointer": "0x0836e05c", + "namePointer": "MoveNameMudSport", "power": 2, "type": "TYPE_GROUND", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -4349,16 +4349,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 6, - "descriptionPointer": "0x0836dff8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMudSport", + "useText": "MoveUseTextUse" }, { "name": "Mud-Slap", - "namePointer": "0x0836dfec", + "namePointer": "MoveNameMudSlap", "power": 4, "type": "TYPE_GROUND", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 16, "weight": 15, "accuracy1": 125, @@ -4370,16 +4370,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836df90", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMudSlap", + "useText": "MoveUseTextUse" }, { "name": "Thief", - "namePointer": "0x0836df88", + "namePointer": "MoveNameThief", "power": 2, "type": "TYPE_DARK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 20, "weight": 15, "accuracy1": 100, @@ -4391,16 +4391,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836df24", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionThief", + "useText": "MoveUseTextUse" }, { "name": "Amnesia", - "namePointer": "0x0836df1c", + "namePointer": "MoveNameAmnesia", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -4411,16 +4411,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836dee4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionAmnesia", + "useText": "MoveUseTextUse" }, { "name": "Night Shade", - "namePointer": "0x0836ded8", + "namePointer": "MoveNameNightShade", "power": 2, "type": "TYPE_GHOST", - "targetingFlags": 32, - "aiTargetingFlags": 32, + "targetingFlags": "0b0000000000100000", + "aiTargetingFlags": "0b0000000000100000", "maxPP": 17, "weight": 25, "accuracy1": 100, @@ -4431,16 +4431,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 2, - "descriptionPointer": "0x0836de7c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNightShade", + "useText": "MoveUseTextUse" }, { "name": "Growl", - "namePointer": "0x0836de74", + "namePointer": "MoveNameGrowl", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 48, - "aiTargetingFlags": 64, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000001000000", "maxPP": 20, "weight": 10, "accuracy1": 100, @@ -4452,16 +4452,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0836de34", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionGrowl", + "useText": "MoveUseTextUse" }, { "name": "Slack Off", - "namePointer": "0x0836de28", + "namePointer": "MoveNameSlackOff", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 627, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000001001110011", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -4472,16 +4472,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836fa6c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRecover", + "useText": "MoveUseTextUse" }, { "name": "Surf", - "namePointer": "0x0836de20", + "namePointer": "MoveNameSurf", "power": 18, "type": "TYPE_WATER", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 11, "weight": 25, "accuracy1": 125, @@ -4493,16 +4493,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836ddd4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSurf", + "useText": "MoveUseTextUse" }, { "name": "Role Play", - "namePointer": "0x0836ddc8", + "namePointer": "MoveNameRolePlay", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -4512,16 +4512,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836dd54", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRolePlay", + "useText": "MoveUseTextUse" }, { "name": "Needle Arm", - "namePointer": "0x0836dd48", + "namePointer": "MoveNameNeedleArm", "power": 12, "type": "TYPE_GRASS", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 11, "weight": 20, "accuracy1": 125, @@ -4533,16 +4533,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371408", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCringe", + "useText": "MoveUseTextUse" }, { "name": "Double Kick", - "namePointer": "0x0836dd3c", + "namePointer": "MoveNameDoubleKick", "power": 6, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 14, "weight": 20, "accuracy1": 100, @@ -4554,16 +4554,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836dd14", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHitTwice", + "useText": "MoveUseTextUse" }, { "name": "Sunny Day", - "namePointer": "0x0836dd08", + "namePointer": "MoveNameSunnyDay", "power": 2, "type": "TYPE_FIRE", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 12, "weight": 10, "accuracy1": 125, @@ -4573,16 +4573,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 6, - "descriptionPointer": "0x0836dcc0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSunnyDay", + "useText": "MoveUseTextUse" }, { "name": "Leer", - "namePointer": "0x0836dcb8", + "namePointer": "MoveNameLeer", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 100, @@ -4593,16 +4593,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836f908", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerDefense", + "useText": "MoveUseTextUse" }, { "name": "Wish", - "namePointer": "0x0835f300", + "namePointer": "SpeciesCategoryJirachi", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 15, "weight": 10, "accuracy1": 125, @@ -4612,16 +4612,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836dc64", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWish", + "useText": "MoveUseTextUse" }, { "name": "Fake Out", - "namePointer": "0x0836dc58", + "namePointer": "MoveNameFakeOut", "power": 8, "type": "TYPE_NORMAL", - "targetingFlags": 64, - "aiTargetingFlags": 64, + "targetingFlags": "0b0000000001000000", + "aiTargetingFlags": "0b0000000001000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -4633,16 +4633,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 13, - "descriptionPointer": "0x0836dbec", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFakeOut", + "useText": "MoveUseTextUse" }, { "name": "Sleep Talk", - "namePointer": "0x0836dbe0", + "namePointer": "MoveNameSleepTalk", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -4653,16 +4653,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 10, - "descriptionPointer": "0x0836db84", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSleepTalk", + "useText": "MoveUseTextUse" }, { "name": "Pay Day", - "namePointer": "0x0836db7c", + "namePointer": "MoveNamePayDay", "power": 8, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 20, "accuracy1": 125, @@ -4674,16 +4674,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836db34", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPayDay", + "useText": "MoveUseTextUse" }, { "name": "Assist", - "namePointer": "0x0836db2c", + "namePointer": "MoveNameAssist", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 125, @@ -4695,16 +4695,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 10, - "descriptionPointer": "0x0836dad4", - "useText": "0x0836dac4" + "descriptionPointer": "MoveDescriptionAssist", + "useText": "MoveUseTextAssist" }, { "name": "Heat Wave", - "namePointer": "0x0836dab8", + "namePointer": "MoveNameHeatWave", "power": 10, "type": "TYPE_FIRE", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 15, "weight": 10, "accuracy1": 125, @@ -4716,16 +4716,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 15, - "descriptionPointer": "0x0836da50", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHeatWave", + "useText": "MoveUseTextUse" }, { "name": "Sleep Powder", - "namePointer": "0x0836da40", + "namePointer": "MoveNameSleepPowder", "power": 2, "type": "TYPE_GRASS", - "targetingFlags": 32, - "aiTargetingFlags": 32, + "targetingFlags": "0b0000000000100000", + "aiTargetingFlags": "0b0000000000100000", "maxPP": 19, "weight": 15, "accuracy1": 100, @@ -4736,16 +4736,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 2, - "descriptionPointer": "0x0836d9ec", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSleepPowder", + "useText": "MoveUseTextUse" }, { "name": "Rest", - "namePointer": "0x0836d9e4", + "namePointer": "MoveNameRest", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 15, "accuracy1": 125, @@ -4756,16 +4756,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836d964", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRest", + "useText": "MoveUseTextUse" }, { "name": "Ingrain", - "namePointer": "0x0836d95c", + "namePointer": "MoveNameIngrain", "power": 2, "type": "TYPE_GRASS", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 20, "accuracy1": 125, @@ -4776,16 +4776,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836d8e4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionIngrain", + "useText": "MoveUseTextUse" }, { "name": "Confusion", - "namePointer": "0x0836d8d8", + "namePointer": "MoveNameConfusion", "power": 5, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 10, "accuracy1": 100, @@ -4797,16 +4797,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836d88c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConfuseChance", + "useText": "MoveUseTextUse" }, { "name": "Body Slam", - "namePointer": "0x0836d880", + "namePointer": "MoveNameBodySlam", "power": 12, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -4818,16 +4818,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370cc4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionParalyzeChance", + "useText": "MoveUseTextUse" }, { "name": "Swallow", - "namePointer": "0x0835fa80", + "namePointer": "SpeciesCategorySwellow", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 627, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000001001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 125, @@ -4839,16 +4839,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 21, - "descriptionPointer": "0x0836d80c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSwallow", + "useText": "MoveUseTextUse" }, { "name": "Curse", - "namePointer": "0x0836d804", + "namePointer": "MoveNameCurse", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 100, @@ -4858,16 +4858,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 10, - "descriptionPointer": "0x0836d738", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCurse", + "useText": "MoveUseTextUse" }, { "name": "Frenzy Plant", - "namePointer": "0x0836d728", + "namePointer": "MoveNameFrenzyPlant", "power": 30, "type": "TYPE_GRASS", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 10, "weight": 20, "accuracy1": 125, @@ -4879,16 +4879,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836d6a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFrenzyPlant", + "useText": "MoveUseTextUse" }, { "name": "Hydro Cannon", - "namePointer": "0x0836d698", + "namePointer": "MoveNameHydroCannon", "power": 30, "type": "TYPE_WATER", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 9, "weight": 20, "accuracy1": 125, @@ -4900,16 +4900,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836d60c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHydroCannon", + "useText": "MoveUseTextUse" }, { "name": "Hydro Pump", - "namePointer": "0x0836d600", + "namePointer": "MoveNameHydroPump", "power": 24, "type": "TYPE_WATER", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 9, "weight": 10, "accuracy1": 125, @@ -4921,16 +4921,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836d5c8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHydroPump", + "useText": "MoveUseTextUse" }, { "name": "Hyper Voice", - "namePointer": "0x0836d5bc", + "namePointer": "MoveNameHyperVoice", "power": 18, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 12, "weight": 30, "accuracy1": 125, @@ -4943,16 +4943,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Hyper Beam", - "namePointer": "0x0836d5b0", + "namePointer": "MoveNameHyperBeam", "power": 30, "type": "TYPE_NORMAL", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 8, "weight": 10, "accuracy1": 100, @@ -4964,16 +4964,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836d524", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHyperBeam", + "useText": "MoveUseTextUse" }, { "name": "Superpower", - "namePointer": "0x083607e4", + "namePointer": "SpeciesCategoryMachop", "power": 24, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 11, "weight": 25, "accuracy1": 125, @@ -4985,16 +4985,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836d4b0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSuperpower", + "useText": "MoveUseTextUse" }, { "name": "Steel Wing", - "namePointer": "0x0836d4a4", + "namePointer": "MoveNameSteelWing", "power": 14, "type": "TYPE_STEEL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 25, "accuracy1": 125, @@ -5006,16 +5006,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836d448", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSteelWing", + "useText": "MoveUseTextUse" }, { "name": "Spit Up", - "namePointer": "0x0836d440", + "namePointer": "MoveNameSpitUp", "power": 20, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 25, "accuracy1": 125, @@ -5028,16 +5028,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836d3d8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSpitUp", + "useText": "MoveUseTextUse" }, { "name": "Dynamicpunch", - "namePointer": "0x0836d3c8", + "namePointer": "MoveNameDynamicpunch", "power": 10, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 20, "accuracy1": 125, @@ -5049,16 +5049,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836d380", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDynamicpunch", + "useText": "MoveUseTextUse" }, { "name": "Guillotine", - "namePointer": "0x0836d374", + "namePointer": "MoveNameGuillotine", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 35, @@ -5069,16 +5069,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836e864", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionOneHit", + "useText": "MoveUseTextUse" }, { "name": "Vicegrip", - "namePointer": "0x0836d368", + "namePointer": "MoveNameVicegrip", "power": 6, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 30, "accuracy1": 125, @@ -5090,16 +5090,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Knock Off", - "namePointer": "0x0836d35c", + "namePointer": "MoveNameKnockOff", "power": 4, "type": "TYPE_DARK", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -5109,16 +5109,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836d32c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionKnockOff", + "useText": "MoveUseTextUse" }, { "name": "Pound", - "namePointer": "0x0836d324", + "namePointer": "MoveNamePound", "power": 8, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 25, "accuracy1": 125, @@ -5130,16 +5130,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Razor Leaf", - "namePointer": "0x0836d318", + "namePointer": "MoveNameRazorLeaf", "power": 4, "type": "TYPE_GRASS", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -5151,16 +5151,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836d2c0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHighCriticalDistance", + "useText": "MoveUseTextUse" }, { "name": "Baton Pass", - "namePointer": "0x0836d2b4", + "namePointer": "MoveNameBatonPass", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 50, - "aiTargetingFlags": 50, + "targetingFlags": "0b0000000000110010", + "aiTargetingFlags": "0b0000000000110010", "maxPP": 19, "weight": 10, "accuracy1": 100, @@ -5170,16 +5170,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 17, - "descriptionPointer": "0x0836d254", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBatonPass", + "useText": "MoveUseTextUse" }, { "name": "Petal Dance", - "namePointer": "0x0836d248", + "namePointer": "MoveNamePetalDance", "power": 7, "type": "TYPE_GRASS", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 25, "accuracy1": 125, @@ -5191,16 +5191,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836d1e8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPetalDance", + "useText": "MoveUseTextUse" }, { "name": "Splash", - "namePointer": "0x0836d1e0", + "namePointer": "MoveNameSplash", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 50, "weight": 15, "accuracy1": 125, @@ -5210,16 +5210,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836d170", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSplash", + "useText": "MoveUseTextUse" }, { "name": "Bubblebeam", - "namePointer": "0x0836d164", + "namePointer": "MoveNameBubblebeam", "power": 6, "type": "TYPE_WATER", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 19, "weight": 20, "accuracy1": 100, @@ -5231,16 +5231,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x08371fb8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerSpeedChanceDistance", + "useText": "MoveUseTextUse" }, { "name": "Doom Desire", - "namePointer": "0x0836d158", + "namePointer": "MoveNameDoomDesire", "power": 24, "type": "TYPE_STEEL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 11, "weight": 15, "accuracy1": 125, @@ -5250,16 +5250,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836d0e4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFixedDamage", + "useText": "MoveUseTextUse" }, { "name": "Belly Drum", - "namePointer": "0x0836d0d8", + "namePointer": "MoveNameBellyDrum", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 25, "accuracy1": 100, @@ -5270,16 +5270,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836d04c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBellyDrum", + "useText": "MoveUseTextUse" }, { "name": "Barrier", - "namePointer": "0x08360470", + "namePointer": "SpeciesCategoryMrMime", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -5290,16 +5290,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836e65c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostDefenseTwo", + "useText": "MoveUseTextUse" }, { "name": "Light Screen", - "namePointer": "0x0836d03c", + "namePointer": "MoveNameLightScreen", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 14, "weight": 15, "accuracy1": 125, @@ -5310,16 +5310,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836cfd8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLightScreen", + "useText": "MoveUseTextUse" }, { "name": "Scratch", - "namePointer": "0x0836cfd0", + "namePointer": "MoveNameScratch", "power": 8, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 25, "accuracy1": 125, @@ -5331,16 +5331,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Hyper Fang", - "namePointer": "0x0836cfc4", + "namePointer": "MoveNameHyperFang", "power": 16, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 25, "accuracy1": 125, @@ -5353,16 +5353,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371408", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCringe", + "useText": "MoveUseTextUse" }, { "name": "Ember", - "namePointer": "0x0836cfbc", + "namePointer": "MoveNameEmber", "power": 7, "type": "TYPE_FIRE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 18, "weight": 20, "accuracy1": 125, @@ -5374,16 +5374,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0837120c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBurnChance", + "useText": "MoveUseTextUse" }, { "name": "Secret Power", - "namePointer": "0x0836cfac", + "namePointer": "MoveNameSecretPower", "power": 14, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 30, "accuracy1": 125, @@ -5395,16 +5395,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836cf50", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSecretPower", + "useText": "MoveUseTextUse" }, { "name": "Dizzy Punch", - "namePointer": "0x0836cf44", + "namePointer": "MoveNameDizzyPunch", "power": 6, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -5416,16 +5416,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836d88c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionConfuseChance", + "useText": "MoveUseTextUse" }, { "name": "Bulk Up", - "namePointer": "0x0836cf3c", + "namePointer": "MoveNameBulkUp", "power": 2, "type": "TYPE_FIGHTING", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -5436,16 +5436,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836cefc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBulkUp", + "useText": "MoveUseTextUse" }, { "name": "Imprison", - "namePointer": "0x0836cef0", + "namePointer": "MoveNameImprison", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 100, @@ -5455,16 +5455,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836cea0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionImprison", + "useText": "MoveUseTextUse" }, { "name": "Featherdance", - "namePointer": "0x0836ce90", + "namePointer": "MoveNameFeatherdance", "power": 2, "type": "TYPE_FLYING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -5475,16 +5475,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836ce5c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFeatherdance", + "useText": "MoveUseTextUse" }, { "name": "Whirlwind", - "namePointer": "0x0836ce50", + "namePointer": "MoveNameWhirlwind", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 100, @@ -5494,16 +5494,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836cdf0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWhirlwind", + "useText": "MoveUseTextUse" }, { "name": "Beat Up", - "namePointer": "0x0836cde8", + "namePointer": "MoveNameBeatUp", "power": 2, "type": "TYPE_DARK", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 100, @@ -5513,16 +5513,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 4, - "descriptionPointer": "0x0836cdbc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBeatUp", + "useText": "MoveUseTextUse" }, { "name": "Blizzard", - "namePointer": "0x0836cdb0", + "namePointer": "MoveNameBlizzard", "power": 24, "type": "TYPE_ICE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 10, "weight": 20, "accuracy1": 125, @@ -5534,16 +5534,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836ff5c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFreezeChanceRoom", + "useText": "MoveUseTextUse" }, { "name": "Stomp", - "namePointer": "0x0836cda8", + "namePointer": "MoveNameStomp", "power": 12, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -5555,16 +5555,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371408", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCringe", + "useText": "MoveUseTextUse" }, { "name": "Blast Burn", - "namePointer": "0x0836cd9c", + "namePointer": "MoveNameBlastBurn", "power": 30, "type": "TYPE_FIRE", - "targetingFlags": 32, - "aiTargetingFlags": 32, + "targetingFlags": "0b0000000000100000", + "aiTargetingFlags": "0b0000000000100000", "maxPP": 8, "weight": 25, "accuracy1": 125, @@ -5577,16 +5577,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 2, - "descriptionPointer": "0x0836cd14", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBlastBurn", + "useText": "MoveUseTextUse" }, { "name": "Flash", - "namePointer": "0x0836cd0c", + "namePointer": "MoveNameFlash", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -5597,16 +5597,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836f1e8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerAccuracy", + "useText": "MoveUseTextUse" }, { "name": "Teeter Dance", - "namePointer": "0x0836ccfc", + "namePointer": "MoveNameTeeterDance", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 98, - "aiTargetingFlags": 98, + "targetingFlags": "0b0000000001100010", + "aiTargetingFlags": "0b0000000001100010", "maxPP": 15, "weight": 15, "accuracy1": 100, @@ -5616,16 +5616,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 6, - "descriptionPointer": "0x0836cc8c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTeeterDance", + "useText": "MoveUseTextUse" }, { "name": "Crush Claw", - "namePointer": "0x0836cc80", + "namePointer": "MoveNameCrushClaw", "power": 14, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 20, "accuracy1": 125, @@ -5637,16 +5637,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08372580", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerDefenseChance", + "useText": "MoveUseTextUse" }, { "name": "Blaze Kick", - "namePointer": "0x0836cc74", + "namePointer": "MoveNameBlazeKick", "power": 16, "type": "TYPE_FIRE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 30, "accuracy1": 125, @@ -5658,16 +5658,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836cbf0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBlazeKick", + "useText": "MoveUseTextUse" }, { "name": "Present", - "namePointer": "0x0836cbe8", + "namePointer": "MoveNamePresent", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 19, "weight": 15, "accuracy1": 100, @@ -5678,16 +5678,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836cba8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPresent", + "useText": "MoveUseTextUse" }, { "name": "Eruption", - "namePointer": "0x08360bdc", + "namePointer": "SpeciesCategoryNone", "power": 30, "type": "TYPE_FIRE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 10, "weight": 20, "accuracy1": 125, @@ -5699,16 +5699,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836cb28", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionEruption", + "useText": "MoveUseTextUse" }, { "name": "Sludge", - "namePointer": "0x08360680", + "namePointer": "SpeciesCategoryGrimer", "power": 12, "type": "TYPE_POISON", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 22, "weight": 25, "accuracy1": 125, @@ -5720,16 +5720,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836cabc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSludge", + "useText": "MoveUseTextUse" }, { "name": "Sludge Bomb", - "namePointer": "0x0836cab0", + "namePointer": "MoveNameSludgeBomb", "power": 18, "type": "TYPE_POISON", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 10, "weight": 10, "accuracy1": 125, @@ -5741,16 +5741,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836ca2c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSludgeBomb", + "useText": "MoveUseTextUse" }, { "name": "Glare", - "namePointer": "0x0836ca24", + "namePointer": "MoveNameGlare", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -5761,16 +5761,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x08370f90", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionParalyze", + "useText": "MoveUseTextUse" }, { "name": "Transform", - "namePointer": "0x083603a4", + "namePointer": "SpeciesCategoryDitto", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 96, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000001100000", "maxPP": 1, "weight": 15, "accuracy1": 125, @@ -5780,16 +5780,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836c9b0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTransform", + "useText": "MoveUseTextUse" }, { "name": "Poison Tail", - "namePointer": "0x0836c9a4", + "namePointer": "MoveNamePoisonTail", "power": 10, "type": "TYPE_POISON", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 30, "accuracy1": 125, @@ -5801,16 +5801,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836c938", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPoisonTail", + "useText": "MoveUseTextUse" }, { "name": "Roar", - "namePointer": "0x0836c930", + "namePointer": "MoveNameRoar", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 14, "weight": 15, "accuracy1": 100, @@ -5821,16 +5821,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836cdf0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWhirlwind", + "useText": "MoveUseTextUse" }, { "name": "Bone Rush", - "namePointer": "0x0836c924", + "namePointer": "MoveNameBoneRush", "power": 12, "type": "TYPE_GROUND", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 12, "weight": 25, "accuracy1": 125, @@ -5842,16 +5842,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x083717a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHit", + "useText": "MoveUseTextUse" }, { "name": "Camouflage", - "namePointer": "0x0836c918", + "namePointer": "MoveNameCamouflage", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 20, "accuracy1": 125, @@ -5862,16 +5862,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836c8e8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCamouflage", + "useText": "MoveUseTextUse" }, { "name": "Covet", - "namePointer": "0x0836c8e0", + "namePointer": "MoveNameCovet", "power": 8, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 125, @@ -5883,16 +5883,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836df24", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionThief", + "useText": "MoveUseTextUse" }, { "name": "Tail Glow", - "namePointer": "0x0836c8d4", + "namePointer": "MoveNameTailGlow", "power": 2, "type": "TYPE_BUG", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -5903,16 +5903,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836c89c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTailGlow", + "useText": "MoveUseTextUse" }, { "name": "Bone Club", - "namePointer": "0x0836c890", + "namePointer": "MoveNameBoneClub", "power": 12, "type": "TYPE_GROUND", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 25, "accuracy1": 125, @@ -5924,16 +5924,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371408", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCringe", + "useText": "MoveUseTextUse" }, { "name": "Bonemerang", - "namePointer": "0x0836c884", + "namePointer": "MoveNameBonemerang", "power": 10, "type": "TYPE_GROUND", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 14, "weight": 10, "accuracy1": 125, @@ -5945,16 +5945,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836c854", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBonemerang", + "useText": "MoveUseTextUse" }, { "name": "Fire Spin", - "namePointer": "0x0836c848", + "namePointer": "MoveNameFireSpin", "power": 4, "type": "TYPE_FIRE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 15, "accuracy1": 125, @@ -5966,16 +5966,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836c7e0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFireSpin", + "useText": "MoveUseTextUse" }, { "name": "Fire Punch", - "namePointer": "0x0836c7d4", + "namePointer": "MoveNameFirePunch", "power": 14, "type": "TYPE_FIRE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 20, "accuracy1": 125, @@ -5987,16 +5987,16 @@ "cannotHitFrozen": false, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0837120c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBurnChance", + "useText": "MoveUseTextUse" }, { "name": "Perish Song", - "namePointer": "0x0836c7c8", + "namePointer": "MoveNamePerishSong", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 96, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001100000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 15, "weight": 10, "accuracy1": 25, @@ -6007,16 +6007,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 7, - "descriptionPointer": "0x0836c75c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPerishSong", + "useText": "MoveUseTextUse" }, { "name": "Wrap", - "namePointer": "0x0836c754", + "namePointer": "MoveNameWrap", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -6026,16 +6026,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836c6cc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWrap", + "useText": "MoveUseTextUse" }, { "name": "Spikes", - "namePointer": "0x08360514", + "namePointer": "SpeciesCategoryRhyhorn", "power": 2, "type": "TYPE_GROUND", - "targetingFlags": 115, - "aiTargetingFlags": 304, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000100110000", "maxPP": 22, "weight": 10, "accuracy1": 125, @@ -6045,16 +6045,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 24, - "descriptionPointer": "0x0836c670", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSpikes", + "useText": "MoveUseTextUse" }, { "name": "Magnitude", - "namePointer": "0x0836c664", + "namePointer": "MoveNameMagnitude", "power": 2, "type": "TYPE_GROUND", - "targetingFlags": 53, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000110101", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 20, "accuracy1": 100, @@ -6065,16 +6065,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 18, - "descriptionPointer": "0x0836c5e8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMagnitude", + "useText": "MoveUseTextUse" }, { "name": "Magical Leaf", - "namePointer": "0x0836c5d8", + "namePointer": "MoveNameMagicalLeaf", "power": 12, "type": "TYPE_GRASS", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 8, "weight": 30, "accuracy1": 125, @@ -6086,16 +6086,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836f7b4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNeverMiss", + "useText": "MoveUseTextUse" }, { "name": "Magic Coat", - "namePointer": "0x0836c5cc", + "namePointer": "MoveNameMagicCoat", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 15, "accuracy1": 125, @@ -6105,16 +6105,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836c564", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMagicCoat", + "useText": "MoveUseTextUse" }, { "name": "Mud Shot", - "namePointer": "0x0836c558", + "namePointer": "MoveNameMudShot", "power": 12, "type": "TYPE_GROUND", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 13, "weight": 20, "accuracy1": 125, @@ -6126,16 +6126,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x08370a00", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamageLowerSpeed", + "useText": "MoveUseTextUse" }, { "name": "Mach Punch", - "namePointer": "0x0836c54c", + "namePointer": "MoveNameMachPunch", "power": 8, "type": "TYPE_FIGHTING", - "targetingFlags": 64, - "aiTargetingFlags": 64, + "targetingFlags": "0b0000000001000000", + "aiTargetingFlags": "0b0000000001000000", "maxPP": 22, "weight": 20, "accuracy1": 125, @@ -6147,16 +6147,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 13, - "descriptionPointer": "0x0836f4ec", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionTwoTilesAhead", + "useText": "MoveUseTextUse" }, { "name": "Protect", - "namePointer": "0x0836c544", + "namePointer": "MoveNameProtect", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 15, "accuracy1": 75, @@ -6166,16 +6166,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836c4e8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionProtect", + "useText": "MoveUseTextUse" }, { "name": "Defense Curl", - "namePointer": "0x0836c4d8", + "namePointer": "MoveNameDefenseCurl", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 15, "accuracy1": 125, @@ -6186,16 +6186,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0837100c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostDefense", + "useText": "MoveUseTextUse" }, { "name": "Rolling Kick", - "namePointer": "0x0836c4c8", + "namePointer": "MoveNameRollingKick", "power": 12, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 20, "accuracy1": 100, @@ -6207,16 +6207,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371408", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCringe", + "useText": "MoveUseTextUse" }, { "name": "Substitute", - "namePointer": "0x0836c4bc", + "namePointer": "MoveNameSubstitute", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 2, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000010", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 7, "weight": 15, "accuracy1": 100, @@ -6227,16 +6227,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 30, - "descriptionPointer": "0x0836c464", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSubstitute", + "useText": "MoveUseTextUse" }, { "name": "Detect", - "namePointer": "0x0836c45c", + "namePointer": "MoveNameDetect", "power": 2, "type": "TYPE_FIGHTING", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 75, @@ -6246,16 +6246,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836c4e8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionProtect", + "useText": "MoveUseTextUse" }, { "name": "Pin Missile", - "namePointer": "0x0836c450", + "namePointer": "MoveNamePinMissile", "power": 4, "type": "TYPE_BUG", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -6267,16 +6267,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836eba0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHitDistance", + "useText": "MoveUseTextUse" }, { "name": "Water Sport", - "namePointer": "0x0836c444", + "namePointer": "MoveNameWaterSport", "power": 2, "type": "TYPE_WATER", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 19, "weight": 10, "accuracy1": 125, @@ -6286,16 +6286,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 6, - "descriptionPointer": "0x0836c3e4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWaterSport", + "useText": "MoveUseTextUse" }, { "name": "Water Gun", - "namePointer": "0x0836c3d8", + "namePointer": "MoveNameWaterGun", "power": 5, "type": "TYPE_WATER", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -6307,16 +6307,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Mist Ball", - "namePointer": "0x0836c3cc", + "namePointer": "MoveNameMistBall", "power": 14, "type": "TYPE_PSYCHIC", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 10, "weight": 20, "accuracy1": 125, @@ -6328,16 +6328,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836c36c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMistBall", + "useText": "MoveUseTextUse" }, { "name": "Water Pulse", - "namePointer": "0x0836c360", + "namePointer": "MoveNameWaterPulse", "power": 12, "type": "TYPE_WATER", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 12, "weight": 10, "accuracy1": 125, @@ -6349,16 +6349,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836c2fc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWaterPulse", + "useText": "MoveUseTextUse" }, { "name": "Fury Attack", - "namePointer": "0x0836c2f0", + "namePointer": "MoveNameFuryAttack", "power": 1, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 20, "accuracy1": 125, @@ -6370,16 +6370,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083717a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHit", + "useText": "MoveUseTextUse" }, { "name": "Fury Swipes", - "namePointer": "0x0836c2e4", + "namePointer": "MoveNameFurySwipes", "power": 4, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 25, "accuracy1": 125, @@ -6391,16 +6391,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083717a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHit", + "useText": "MoveUseTextUse" }, { "name": "Destiny Bond", - "namePointer": "0x0836c2d4", + "namePointer": "MoveNameDestinyBond", "power": 2, "type": "TYPE_GHOST", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 12, "weight": 15, "accuracy1": 100, @@ -6410,16 +6410,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836c258", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDestinyBond", + "useText": "MoveUseTextUse" }, { "name": "False Swipe", - "namePointer": "0x0836c24c", + "namePointer": "MoveNameFalseSwipe", "power": 40, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 30, "accuracy1": 100, @@ -6430,16 +6430,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836c1d4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFalseSwipe", + "useText": "MoveUseTextUse" }, { "name": "Foresight", - "namePointer": "0x0836c1c8", + "namePointer": "MoveNameForesight", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -6449,16 +6449,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836c174", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionForesight", + "useText": "MoveUseTextUse" }, { "name": "Mirror Coat", - "namePointer": "0x0836c168", + "namePointer": "MoveNameMirrorCoat", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 125, @@ -6468,16 +6468,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836c0d8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMirrorCoat", + "useText": "MoveUseTextUse" }, { "name": "Future Sight", - "namePointer": "0x0836c0c8", + "namePointer": "MoveNameFutureSight", "power": 16, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 15, "accuracy1": 125, @@ -6487,16 +6487,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836d0e4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFixedDamage", + "useText": "MoveUseTextUse" }, { "name": "Milk Drink", - "namePointer": "0x0836c0bc", + "namePointer": "MoveNameMilkDrink", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 609, - "aiTargetingFlags": 609, + "targetingFlags": "0b0000001001100001", + "aiTargetingFlags": "0b0000001001100001", "maxPP": 15, "weight": 15, "accuracy1": 125, @@ -6508,16 +6508,16 @@ "affectedByMuzzled": true, "cannotHitFrozen": true, "unk19": 5, - "descriptionPointer": "0x0836c050", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMilkDrink", + "useText": "MoveUseTextUse" }, { "name": "Calm Mind", - "namePointer": "0x0836c044", + "namePointer": "MoveNameCalmMind", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 19, "weight": 15, "accuracy1": 125, @@ -6528,16 +6528,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836bff0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionCalmMind", + "useText": "MoveUseTextUse" }, { "name": "Mega Drain", - "namePointer": "0x0836bfe4", + "namePointer": "MoveNameMegaDrain", "power": 8, "type": "TYPE_GRASS", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 20, "accuracy1": 125, @@ -6549,16 +6549,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083708a4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDrain", + "useText": "MoveUseTextUse" }, { "name": "Mega Kick", - "namePointer": "0x0836bfd8", + "namePointer": "MoveNameMegaKick", "power": 16, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -6570,16 +6570,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Mega Punch", - "namePointer": "0x0836bfcc", + "namePointer": "MoveNameMegaPunch", "power": 16, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -6591,16 +6591,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Megahorn", - "namePointer": "0x0836bfc0", + "namePointer": "MoveNameMegahorn", "power": 24, "type": "TYPE_BUG", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 10, "weight": 20, "accuracy1": 125, @@ -6612,16 +6612,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Hidden Power", - "namePointer": "0x0836bfb0", + "namePointer": "MoveNameHiddenPower", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -6633,16 +6633,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836bf64", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHiddenPower", + "useText": "MoveUseTextUse" }, { "name": "Metal Claw", - "namePointer": "0x0836bf58", + "namePointer": "MoveNameMetalClaw", "power": 10, "type": "TYPE_STEEL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 20, "accuracy1": 125, @@ -6654,16 +6654,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836bf00", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMetalClaw", + "useText": "MoveUseTextUse" }, { "name": "Attract", - "namePointer": "0x0836bef8", + "namePointer": "MoveNameAttract", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 10, "weight": 20, "accuracy1": 100, @@ -6674,16 +6674,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836bec4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionAttract", + "useText": "MoveUseTextUse" }, { "name": "Mimic", - "namePointer": "0x0836bebc", + "namePointer": "MoveNameMimic", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -6693,16 +6693,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836be4c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMimic", + "useText": "MoveUseTextUse" }, { "name": "Frustration", - "namePointer": "0x0836be40", + "namePointer": "MoveNameFrustration", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 20, "weight": 30, "accuracy1": 100, @@ -6713,16 +6713,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836bde4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFrustration", + "useText": "MoveUseTextUse" }, { "name": "Leech Seed", - "namePointer": "0x0836bdd8", + "namePointer": "MoveNameLeechSeed", "power": 2, "type": "TYPE_GRASS", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 15, "accuracy1": 100, @@ -6733,16 +6733,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836bd4c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLeechSeed", + "useText": "MoveUseTextUse" }, { "name": "Metronome", - "namePointer": "0x0836bd40", + "namePointer": "MoveNameMetronome", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -6753,16 +6753,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 10, - "descriptionPointer": "0x0836bcfc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMetronome", + "useText": "MoveUseTextUse" }, { "name": "Dream Eater", - "namePointer": "0x0836bcf0", + "namePointer": "MoveNameDreamEater", "power": 20, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 1024, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000010000000000", "maxPP": 13, "weight": 30, "accuracy1": 125, @@ -6775,16 +6775,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836bc88", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDreamEater", + "useText": "MoveUseTextUse" }, { "name": "Acid", - "namePointer": "0x0836bc80", + "namePointer": "MoveNameAcid", "power": 8, "type": "TYPE_POISON", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 30, "accuracy1": 125, @@ -6796,16 +6796,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836bc24", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionAcid", + "useText": "MoveUseTextUse" }, { "name": "Meditate", - "namePointer": "0x0835f874", + "namePointer": "SpeciesCategoryMeditite", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -6816,16 +6816,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x083710e4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBoostAttack", + "useText": "MoveUseTextUse" }, { "name": "Snatch", - "namePointer": "0x0836bc1c", + "namePointer": "MoveNameSnatch", "power": 2, "type": "TYPE_DARK", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -6835,16 +6835,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836bbc0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSnatch", + "useText": "MoveUseTextUse" }, { "name": "Luster Purge", - "namePointer": "0x0836bbb0", + "namePointer": "MoveNameLusterPurge", "power": 14, "type": "TYPE_PSYCHIC", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -6856,16 +6856,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x08370de0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerSpecialDefenseChance", + "useText": "MoveUseTextUse" }, { "name": "Leaf Blade", - "namePointer": "0x0836bba4", + "namePointer": "MoveNameLeafBlade", "power": 14, "type": "TYPE_GRASS", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -6877,16 +6877,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083718f8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHighCritical", + "useText": "MoveUseTextUse" }, { "name": "Recycle", - "namePointer": "0x0836bb9c", + "namePointer": "MoveNameRecycle", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -6896,16 +6896,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 23, - "descriptionPointer": "0x0836bb48", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRecycle", + "useText": "MoveUseTextUse" }, { "name": "Reflect", - "namePointer": "0x0836bb40", + "namePointer": "MoveNameReflect", "power": 2, "type": "TYPE_PSYCHIC", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -6916,16 +6916,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836bac8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionReflect", + "useText": "MoveUseTextUse" }, { "name": "Refresh", - "namePointer": "0x0836bac0", + "namePointer": "MoveNameRefresh", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 49, - "aiTargetingFlags": 817, + "targetingFlags": "0b0000000000110001", + "aiTargetingFlags": "0b0000001100110001", "maxPP": 17, "weight": 15, "accuracy1": 125, @@ -6936,16 +6936,16 @@ "targetsUser": true, "cannotHitFrozen": false, "unk19": 16, - "descriptionPointer": "0x0836ba78", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionRefresh", + "useText": "MoveUseTextUse" }, { "name": "Revenge", - "namePointer": "0x0836ba70", + "namePointer": "MoveNameRevenge", "power": 12, "type": "TYPE_FIGHTING", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -6955,16 +6955,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x08370e4c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionBide", + "useText": "MoveUseTextUse" }, { "name": "Dragon Rage", - "namePointer": "0x0836ba64", + "namePointer": "MoveNameDragonRage", "power": 2, "type": "TYPE_DRAGON", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 20, "accuracy1": 100, @@ -6975,16 +6975,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x0836ba34", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDragonRage", + "useText": "MoveUseTextUse" }, { "name": "Dragonbreath", - "namePointer": "0x0836ba24", + "namePointer": "MoveNameDragonbreath", "power": 12, "type": "TYPE_DRAGON", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 12, "weight": 10, "accuracy1": 125, @@ -6997,16 +6997,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836b9a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDragonbreath", + "useText": "MoveUseTextUse" }, { "name": "Dragon Dance", - "namePointer": "0x0836b998", + "namePointer": "MoveNameDragonDance", "power": 2, "type": "TYPE_DRAGON", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 125, @@ -7017,16 +7017,16 @@ "targetsUser": true, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b950", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDragonDance", + "useText": "MoveUseTextUse" }, { "name": "Ice Punch", - "namePointer": "0x0836b944", + "namePointer": "MoveNameIcePunch", "power": 14, "type": "TYPE_ICE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -7038,16 +7038,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836ff5c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionFreezeChanceRoom", + "useText": "MoveUseTextUse" }, { "name": "Ice Beam", - "namePointer": "0x0836b938", + "namePointer": "MoveNameIceBeam", "power": 15, "type": "TYPE_ICE", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 8, "weight": 20, "accuracy1": 125, @@ -7059,16 +7059,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836b8c0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionIceBeam", + "useText": "MoveUseTextUse" }, { "name": "Fury Cutter", - "namePointer": "0x0836b8b4", + "namePointer": "MoveNameFuryCutter", "power": 2, "type": "TYPE_BUG", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 14, "weight": 15, "accuracy1": 125, @@ -7080,16 +7080,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836dd14", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHitTwice", + "useText": "MoveUseTextUse" }, { "name": "Comet Punch", - "namePointer": "0x0836b8a8", + "namePointer": "MoveNameCometPunch", "power": 3, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 19, "weight": 30, "accuracy1": 125, @@ -7101,16 +7101,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x083717a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHit", + "useText": "MoveUseTextUse" }, { "name": "Skull Bash", - "namePointer": "0x0836b89c", + "namePointer": "MoveNameSkullBash", "power": 10, "type": "TYPE_NORMAL", - "targetingFlags": 116, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110100", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 15, "weight": 15, "accuracy1": 125, @@ -7122,16 +7122,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 20, - "descriptionPointer": "0x0836b814", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionSkullBash", + "useText": "MoveUseTextUse" }, { "name": "Lock-On", - "namePointer": "0x0836b80c", + "namePointer": "MoveNameLockOn", "power": 2, "type": "TYPE_NORMAL", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 15, "accuracy1": 125, @@ -7141,16 +7141,16 @@ "criticalHitChance": 12, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b7a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLockOn", + "useText": "MoveUseTextUse" }, { "name": "Rock Blast", - "namePointer": "0x0836b79c", + "namePointer": "MoveNameRockBlast", "power": 4, "type": "TYPE_ROCK", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 30, "accuracy1": 100, @@ -7162,16 +7162,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 3, - "descriptionPointer": "0x083717a8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionMultiHit", + "useText": "MoveUseTextUse" }, { "name": "Cotton Spore", - "namePointer": "0x0836b78c", + "namePointer": "MoveNameCottonSpore", "power": 2, "type": "TYPE_GRASS", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 13, "weight": 15, "accuracy1": 70, @@ -7182,16 +7182,16 @@ "affectedByMagicCoat": true, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836fdcc", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionLowerSpeed", + "useText": "MoveUseTextUse" }, { "name": "Struggle", - "namePointer": "0x0836b780", + "namePointer": "MoveNameStruggle", "power": 30, "type": "TYPE_NORMAL", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 1, "weight": 30, "accuracy1": 100, @@ -7202,16 +7202,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836b714", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionStruggle", + "useText": "MoveUseTextUse" }, { "name": "Aeroblast", - "namePointer": "0x0836b708", + "namePointer": "MoveNameAeroblast", "power": 20, "type": "TYPE_FLYING", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 12, "weight": 20, "accuracy1": 125, @@ -7223,16 +7223,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836d2c0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionHighCriticalDistance", + "useText": "MoveUseTextUse" }, { "name": "Volt Tackle", - "namePointer": "0x0836b6fc", + "namePointer": "MoveNameVoltTackle", "power": 24, "type": "TYPE_ELECTRIC", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 12, "weight": 10, "accuracy1": 125, @@ -7244,16 +7244,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 14, - "descriptionPointer": "0x0836b6a4", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionVoltTackle", + "useText": "MoveUseTextUse" }, { "name": "Regular attack", - "namePointer": "0x0836b69c", + "namePointer": "MoveNameRegularAttack", "power": 1, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 70, "accuracy1": 125, @@ -7264,16 +7264,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836b694", - "useText": "0x0836b684" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextRegularAttack" }, { "name": "Is watching", - "namePointer": "0x0836b674", + "namePointer": "MoveNameIsWatching", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 10, "accuracy1": 80, @@ -7285,16 +7285,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836b664", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionIsWatching", + "useText": "MoveUseTextUse" }, { "name": "Bide 2", - "namePointer": "0x0836b65c", + "namePointer": "MoveNameBide2", "power": 2, "type": "TYPE_FIGHTING", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 17, "weight": 10, "accuracy1": 100, @@ -7306,16 +7306,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836b694", - "useText": "0x0836b63c" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextBide" }, { "name": "$$$", - "namePointer": "0x0836b638", + "namePointer": "MoveNamePlaceholder", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 17, "weight": 10, "accuracy1": 80, @@ -7327,16 +7327,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 19, - "descriptionPointer": "0x0836b62c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPlaceholder", + "useText": "MoveUseTextUse" }, { "name": "$$$", - "namePointer": "0x0836b638", + "namePointer": "MoveNamePlaceholder", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 17, "weight": 10, "accuracy1": 80, @@ -7348,16 +7348,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 19, - "descriptionPointer": "0x0836b62c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPlaceholder", + "useText": "MoveUseTextUse" }, { "name": "Wide Slash", - "namePointer": "0x0836b620", + "namePointer": "MoveNameWideSlash", "power": 20, "type": "TYPE_NONE", - "targetingFlags": 16, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000010000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 20, "accuracy1": 125, @@ -7369,16 +7369,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 1, - "descriptionPointer": "0x0836b5d0", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionWideSlash", + "useText": "MoveUseTextUse" }, { "name": "Excavate", - "namePointer": "0x0836b5c4", + "namePointer": "MoveNameExcavate", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 99, "weight": 8, "accuracy1": 125, @@ -7389,16 +7389,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Spin Slash", - "namePointer": "0x0836b5b8", + "namePointer": "MoveNameSpinSlash", "power": 15, "type": "TYPE_NONE", - "targetingFlags": 32, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000100000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 10, "weight": 20, "accuracy1": 125, @@ -7410,16 +7410,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 9, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "See-Trap", - "namePointer": "0x0836b5ac", + "namePointer": "MoveNameSeeTrap", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -7428,16 +7428,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Takeaway", - "namePointer": "0x0836b5a0", + "namePointer": "MoveNameTakeaway", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 20, "accuracy1": 100, @@ -7447,16 +7447,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Rebound", - "namePointer": "0x0836b598", + "namePointer": "MoveNameRebound", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -7465,16 +7465,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Bloop Slash", - "namePointer": "0x0836b58c", + "namePointer": "MoveNameBloopSlash", "power": 10, "type": "TYPE_NONE", - "targetingFlags": 64, - "aiTargetingFlags": 64, + "targetingFlags": "0b0000000001000000", + "aiTargetingFlags": "0b0000000001000000", "maxPP": 22, "weight": 20, "accuracy1": 125, @@ -7486,16 +7486,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 13, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Switcher", - "namePointer": "0x0836b580", + "namePointer": "MoveNameSwitcher", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 82, - "aiTargetingFlags": 82, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010010", "maxPP": 17, "weight": 20, "accuracy1": 100, @@ -7504,16 +7504,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 14, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Blowback", - "namePointer": "0x0836b574", + "namePointer": "MoveNameBlowback", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 82, - "aiTargetingFlags": 80, + "targetingFlags": "0b0000000001010010", + "aiTargetingFlags": "0b0000000001010000", "maxPP": 17, "weight": 20, "accuracy1": 100, @@ -7522,16 +7522,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 14, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Warp", - "namePointer": "0x0836b56c", + "namePointer": "MoveNameWarp", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 14, "weight": 8, "accuracy1": 100, @@ -7540,16 +7540,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Transfer", - "namePointer": "0x0836b560", + "namePointer": "MoveNameTransfer", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 22, "weight": 8, "accuracy1": 100, @@ -7558,16 +7558,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Slow Down", - "namePointer": "0x0836b554", + "namePointer": "MoveNameSlowDown", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 37, "weight": 8, "accuracy1": 100, @@ -7576,16 +7576,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Speed Boost", - "namePointer": "0x0836b548", + "namePointer": "MoveNameSpeedBoost", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 49, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110001", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -7594,16 +7594,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 16, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Searchlight", - "namePointer": "0x0836b53c", + "namePointer": "MoveNameSearchlight", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -7612,16 +7612,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Petrify", - "namePointer": "0x0836b534", + "namePointer": "MoveNamePetrify", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 8, "accuracy1": 100, @@ -7630,16 +7630,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Stay Away", - "namePointer": "0x0836b528", + "namePointer": "MoveNameStayAway", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 22, "weight": 8, "accuracy1": 100, @@ -7648,16 +7648,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Pounce", - "namePointer": "0x0836b520", + "namePointer": "MoveNamePounce", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -7666,16 +7666,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 10, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Trawl", - "namePointer": "0x0836b518", + "namePointer": "MoveNameTrawl", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 22, "weight": 20, "accuracy1": 125, @@ -7684,16 +7684,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Cleanse", - "namePointer": "0x0836b510", + "namePointer": "MoveNameCleanse", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 17, "weight": 8, "accuracy1": 125, @@ -7702,16 +7702,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 10, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Observer", - "namePointer": "0x0836b504", + "namePointer": "MoveNameObserver", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 22, "weight": 8, "accuracy1": 100, @@ -7720,16 +7720,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Decoy Maker", - "namePointer": "0x0836b4f8", + "namePointer": "MoveNameDecoyMaker", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 22, "weight": 8, "accuracy1": 100, @@ -7738,16 +7738,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Siesta", - "namePointer": "0x0836b4f0", + "namePointer": "MoveNameSiesta", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 12, "weight": 15, "accuracy1": 100, @@ -7756,16 +7756,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Totter", - "namePointer": "0x0836b4e8", + "namePointer": "MoveNameTotter", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 12, "weight": 15, "accuracy1": 100, @@ -7774,16 +7774,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Two-Edge", - "namePointer": "0x0836b4dc", + "namePointer": "MoveNameTwoEdge", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 20, "accuracy1": 45, @@ -7792,16 +7792,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "No-Move", - "namePointer": "0x0836b4d4", + "namePointer": "MoveNameNoMove", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 8, "accuracy1": 100, @@ -7810,16 +7810,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Escape", - "namePointer": "0x0836b4cc", + "namePointer": "MoveNameEscape", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 1, "weight": 8, "accuracy1": 125, @@ -7828,16 +7828,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 10, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Scan", - "namePointer": "0x0836b4c4", + "namePointer": "MoveNameScan", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 27, "weight": 8, "accuracy1": 125, @@ -7846,16 +7846,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Power-Ears", - "namePointer": "0x0836b4b8", + "namePointer": "MoveNamePowerEars", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 27, "weight": 8, "accuracy1": 125, @@ -7864,16 +7864,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Drought", - "namePointer": "0x0836b4b0", + "namePointer": "MoveNameDrought", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -7882,16 +7882,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 29, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Trap Buster", - "namePointer": "0x0836b4a4", + "namePointer": "MoveNameTrapBuster", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 57, "weight": 8, "accuracy1": 125, @@ -7900,16 +7900,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 29, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Wild Call", - "namePointer": "0x0836b498", + "namePointer": "MoveNameWildCall", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -7918,16 +7918,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 4, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Invisify", - "namePointer": "0x0836b48c", + "namePointer": "MoveNameInvisify", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 8, "accuracy1": 125, @@ -7936,16 +7936,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "One-Shot", - "namePointer": "0x0836b480", + "namePointer": "MoveNameOneShot", "power": 200, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 3, "weight": 8, "accuracy1": 35, @@ -7956,16 +7956,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "HP Gauge", - "namePointer": "0x0836b474", + "namePointer": "MoveNameHPGauge", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 32, "weight": 8, "accuracy1": 125, @@ -7974,16 +7974,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 6, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Vacuum-Cut", - "namePointer": "0x0836b468", + "namePointer": "MoveNameVacuumCut", "power": 10, "type": "TYPE_NONE", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 7, "weight": 20, "accuracy1": 100, @@ -7992,16 +7992,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0836b43c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionVacuumCut", + "useText": "MoveUseTextUse" }, { "name": "Reviver", - "namePointer": "0x0836b434", + "namePointer": "MoveNameReviver", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 4, "weight": 8, "accuracy1": 125, @@ -8010,16 +8010,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Shocker", - "namePointer": "0x0836b42c", + "namePointer": "MoveNameShocker", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -8030,16 +8030,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Echo", - "namePointer": "0x0836b424", + "namePointer": "MoveNameEcho", "power": 10, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 27, "weight": 20, "accuracy1": 125, @@ -8050,16 +8050,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Famish", - "namePointer": "0x0836b41c", + "namePointer": "MoveNameFamish", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 48, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000000110000", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 8, "accuracy1": 100, @@ -8068,16 +8068,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 15, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "One-Room", - "namePointer": "0x0836b410", + "namePointer": "MoveNameOneRoom", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -8086,16 +8086,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 29, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Fill-In", - "namePointer": "0x0836b408", + "namePointer": "MoveNameFillIn", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 99, "weight": 8, "accuracy1": 125, @@ -8104,16 +8104,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 29, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Trapper", - "namePointer": "0x0836b400", + "namePointer": "MoveNameTrapper", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 17, "weight": 10, "accuracy1": 125, @@ -8122,16 +8122,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 10, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Possess", - "namePointer": "0x0836b3f8", + "namePointer": "MoveNamePossess", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 12, "weight": 8, "accuracy1": 100, @@ -8140,16 +8140,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 11, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Itemize", - "namePointer": "0x0836b3f0", + "namePointer": "MoveNameItemize", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 128, - "aiTargetingFlags": 128, + "targetingFlags": "0b0000000010000000", + "aiTargetingFlags": "0b0000000010000000", "maxPP": 17, "weight": 8, "accuracy1": 125, @@ -8158,16 +8158,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 3, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "[M:D1]", - "namePointer": "0x0836b638", + "namePointer": "MoveNamePlaceholder", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 22, "weight": 8, "accuracy1": 100, @@ -8176,16 +8176,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b62c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPlaceholder", + "useText": "MoveUseTextUse" }, { "name": "Projectile", - "namePointer": "0x0836b638", + "namePointer": "MoveNamePlaceholder", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 255, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000011111111", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 57, "weight": 8, "accuracy1": 125, @@ -8194,16 +8194,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 10, - "descriptionPointer": "0x08371bf8", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionDamage", + "useText": "MoveUseTextUse" }, { "name": "Hurl", - "namePointer": "0x0836b3e8", + "namePointer": "MoveNameHurl", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 0, - "aiTargetingFlags": 0, + "targetingFlags": "0b0000000000000000", + "aiTargetingFlags": "0b0000000000000000", "maxPP": 22, "weight": 15, "accuracy1": 100, @@ -8214,16 +8214,16 @@ "cannotHitFrozen": true, "dealsDirectDamage": true, "unk19": 11, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Mobile", - "namePointer": "0x0836b3e0", + "namePointer": "MoveNameMobile", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 17, "weight": 8, "accuracy1": 125, @@ -8232,16 +8232,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Item-Toss", - "namePointer": "0x0836b3d4", + "namePointer": "MoveNameItemToss", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 255, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000011111111", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 96, "weight": 8, "accuracy1": 100, @@ -8250,16 +8250,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 10, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "See Stairs", - "namePointer": "0x0836b3c8", + "namePointer": "MoveNameSeeStairs", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -8268,16 +8268,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "Long Toss", - "namePointer": "0x0836b3bc", + "namePointer": "MoveNameLongToss", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -8286,16 +8286,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" }, { "name": "[M:D1]", - "namePointer": "0x0836b638", + "namePointer": "MoveNamePlaceholder", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 255, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000011111111", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -8304,16 +8304,16 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b62c", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionPlaceholder", + "useText": "MoveUseTextUse" }, { "name": "Pierce", - "namePointer": "0x0836b3b4", + "namePointer": "MoveNamePierce", "power": 2, "type": "TYPE_NONE", - "targetingFlags": 115, - "aiTargetingFlags": 48, + "targetingFlags": "0b0000000001110011", + "aiTargetingFlags": "0b0000000000110000", "maxPP": 22, "weight": 8, "accuracy1": 125, @@ -8322,7 +8322,7 @@ "hitCount": 1, "cannotHitFrozen": true, "unk19": 19, - "descriptionPointer": "0x0836b694", - "useText": "0x08372570" + "descriptionPointer": "MoveDescriptionNull", + "useText": "MoveUseTextUse" } ] diff --git a/data/move/move_names.s b/data/move/move_names.s new file mode 100644 index 0000000..c746231 --- /dev/null +++ b/data/move/move_names.s @@ -0,0 +1,3289 @@ +.global MoveNamePierce +MoveNamePierce: +.string "Pierce\0" +.align 2,0 + +.global MoveNameLongToss +MoveNameLongToss: +.string "Long Toss\0" +.align 2,0 + +.global MoveNameSeeStairs +MoveNameSeeStairs: +.string "See Stairs\0" +.align 2,0 + +.global MoveNameItemToss +MoveNameItemToss: +.string "Item-Toss\0" +.align 2,0 + +.global MoveNameMobile +MoveNameMobile: +.string "Mobile\0" +.align 2,0 + +.global MoveNameHurl +MoveNameHurl: +.string "Hurl\0" +.align 2,0 + +.global MoveNameItemize +MoveNameItemize: +.string "Itemize\0" +.align 2,0 + +.global MoveNamePossess +MoveNamePossess: +.string "Possess\0" +.align 2,0 + +.global MoveNameTrapper +MoveNameTrapper: +.string "Trapper\0" +.align 2,0 + +.global MoveNameFillIn +MoveNameFillIn: +.string "Fill-In\0" +.align 2,0 + +.global MoveNameOneRoom +MoveNameOneRoom: +.string "One-Room\0" +.align 2,0 + +.global MoveNameFamish +MoveNameFamish: +.string "Famish\0" +.align 2,0 + +.global MoveNameEcho +MoveNameEcho: +.string "Echo\0" +.align 2,0 + +.global MoveNameShocker +MoveNameShocker: +.string "Shocker\0" +.align 2,0 + +.global MoveNameReviver +MoveNameReviver: +.string "Reviver\0" +.align 2,0 + +.global MoveDescriptionVacuumCut +MoveDescriptionVacuumCut: +.string "Inflicts damage on all foes in the room.\0" +.align 2,0 + +.global MoveNameVacuumCut +MoveNameVacuumCut: +.string "Vacuum-Cut\0" +.align 2,0 + +.global MoveNameHPGauge +MoveNameHPGauge: +.string "HP Gauge\0" +.align 2,0 + +.global MoveNameOneShot +MoveNameOneShot: +.string "One-Shot\0" +.align 2,0 + +.global MoveNameInvisify +MoveNameInvisify: +.string "Invisify\0" +.align 2,0 + +.global MoveNameWildCall +MoveNameWildCall: +.string "Wild Call\0" +.align 2,0 + +.global MoveNameTrapBuster +MoveNameTrapBuster: +.string "Trap Buster\0" +.align 2,0 + +.global MoveNameDrought +MoveNameDrought: +.string "Drought\0" +.align 2,0 + +.global MoveNamePowerEars +MoveNamePowerEars: +.string "Power-Ears\0" +.align 2,0 + +.global MoveNameScan +MoveNameScan: +.string "Scan\0" +.align 2,0 + +.global MoveNameEscape +MoveNameEscape: +.string "Escape\0" +.align 2,0 + +.global MoveNameNoMove +MoveNameNoMove: +.string "No-Move\0" +.align 2,0 + +.global MoveNameTwoEdge +MoveNameTwoEdge: +.string "Two-Edge\0" +.align 2,0 + +.global MoveNameTotter +MoveNameTotter: +.string "Totter\0" +.align 2,0 + +.global MoveNameSiesta +MoveNameSiesta: +.string "Siesta\0" +.align 2,0 + +.global MoveNameDecoyMaker +MoveNameDecoyMaker: +.string "Decoy Maker\0" +.align 2,0 + +.global MoveNameObserver +MoveNameObserver: +.string "Observer\0" +.align 2,0 + +.global MoveNameCleanse +MoveNameCleanse: +.string "Cleanse\0" +.align 2,0 + +.global MoveNameTrawl +MoveNameTrawl: +.string "Trawl\0" +.align 2,0 + +.global MoveNamePounce +MoveNamePounce: +.string "Pounce\0" +.align 2,0 + +.global MoveNameStayAway +MoveNameStayAway: +.string "Stay Away\0" +.align 2,0 + +.global MoveNamePetrify +MoveNamePetrify: +.string "Petrify\0" +.align 2,0 + +.global MoveNameSearchlight +MoveNameSearchlight: +.string "Searchlight\0" +.align 2,0 + +.global MoveNameSpeedBoost +MoveNameSpeedBoost: +.string "Speed Boost\0" +.align 2,0 + +.global MoveNameSlowDown +MoveNameSlowDown: +.string "Slow Down\0" +.align 2,0 + +.global MoveNameTransfer +MoveNameTransfer: +.string "Transfer\0" +.align 2,0 + +.global MoveNameWarp +MoveNameWarp: +.string "Warp\0" +.align 2,0 + +.global MoveNameBlowback +MoveNameBlowback: +.string "Blowback\0" +.align 2,0 + +.global MoveNameSwitcher +MoveNameSwitcher: +.string "Switcher\0" +.align 2,0 + +.global MoveNameBloopSlash +MoveNameBloopSlash: +.string "Bloop Slash\0" +.align 2,0 + +.global MoveNameRebound +MoveNameRebound: +.string "Rebound\0" +.align 2,0 + +.global MoveNameTakeaway +MoveNameTakeaway: +.string "Takeaway\0" +.align 2,0 + +.global MoveNameSeeTrap +MoveNameSeeTrap: +.string "See-Trap\0" +.align 2,0 + +.global MoveNameSpinSlash +MoveNameSpinSlash: +.string "Spin Slash\0" +.align 2,0 + +.global MoveNameExcavate +MoveNameExcavate: +.string "Excavate\0" +.align 2,0 + +.global MoveDescriptionWideSlash +MoveDescriptionWideSlash: +.string "Inflicts damage on foes on the three\ntiles diagonally and directly in front.\0" +.align 2,0 + +.global MoveNameWideSlash +MoveNameWideSlash: +.string "Wide Slash\0" +.align 2,0 + +.global MoveDescriptionPlaceholder +MoveDescriptionPlaceholder: +.string "Reserved\n\n\0" +.align 2,0 + +.global MoveNamePlaceholder +MoveNamePlaceholder: +.string "-\0" +.align 2,0 + +.global MoveUseTextBide +MoveUseTextBide: +.string "$m0 can~27t take it anymore!\0" +.align 2,0 + +.global MoveNameBide2 +MoveNameBide2: +.byte 0x82, 0xaa, 0x82, 0xdc, 0x82, 0xf1 +.string "\0" +.align 2,0 + +.global MoveDescriptionIsWatching +MoveDescriptionIsWatching: +.string "Wait and see\n\n\0" +.align 2,0 + +.global MoveNameIsWatching +MoveNameIsWatching: +.byte 0x82, 0xe6, 0x82, 0xa4, 0x82, 0xb7, 0x82, 0xf0, 0x82, 0xdd, 0x82 +.string "é\0" +.align 2,0 + +.global MoveUseTextRegularAttack +MoveUseTextRegularAttack: +.string "$m0 attacked!\0" +.align 2,0 + +.global MoveDescriptionNull +MoveDescriptionNull: +.string "NULL\0" +.align 2,0 + +.global MoveNameRegularAttack +MoveNameRegularAttack: +.string "attack\0" +.align 2,0 + +.global MoveDescriptionVoltTackle +MoveDescriptionVoltTackle: +.string "Inflicts damage on the target~2c even at a\ndistance.\nHowever~2c it also hurts the user.\0" +.align 2,0 + +.global MoveNameVoltTackle +MoveNameVoltTackle: +.string "Volt Tackle\0" +.align 2,0 + +.global MoveNameAeroblast +MoveNameAeroblast: +.string "Aeroblast\0" +.align 2,0 + +.global MoveDescriptionStruggle +MoveDescriptionStruggle: +.string "Inflicts damage on the target.\nHowever~2c the user also takes damage one\nquarter of its #c6maximum HP#r.\0" +.align 2,0 + +.global MoveNameStruggle +MoveNameStruggle: +.string "Struggle\0" +.align 2,0 + +.global MoveNameCottonSpore +MoveNameCottonSpore: +.string "Cotton Spore\0" +.align 2,0 + +.global MoveNameRockBlast +MoveNameRockBlast: +.string "Rock Blast\0" +.align 2,0 + +.global MoveDescriptionLockOn +MoveDescriptionLockOn: +.string "Gives the user the #c5Sure Shot#r status~2c\nmaking all its moves and attacks\ncompletely accurate.\0" +.align 2,0 + +.global MoveNameLockOn +MoveNameLockOn: +.string "Lock-On\0" +.align 2,0 + +.global MoveDescriptionSkullBash +MoveDescriptionSkullBash: +.string "The user gains the #c5Skull Bash#r status~2c\ncausing it to attack strongly on the\nnext turn.\nIt is not possible to #c5link#r this move.\0" +.align 2,0 + +.global MoveNameSkullBash +MoveNameSkullBash: +.string "Skull Bash\0" +.align 2,0 + +.global MoveNameCometPunch +MoveNameCometPunch: +.string "Comet Punch\0" +.align 2,0 + +.global MoveNameFuryCutter +MoveNameFuryCutter: +.string "Fury Cutter\0" +.align 2,0 + +.global MoveDescriptionIceBeam +MoveDescriptionIceBeam: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also leave the target\n#c5frozen#r and incapable of action.\0" +.align 2,0 + +.global MoveNameIceBeam +MoveNameIceBeam: +.string "Ice Beam\0" +.align 2,0 + +.global MoveNameIcePunch +MoveNameIcePunch: +.string "Ice Punch\0" +.align 2,0 + +.global MoveDescriptionDragonDance +MoveDescriptionDragonDance: +.string "Boosts the user~27s #c6Attack#r and #c6Movement\nSpeed#r by one level.\0" +.align 2,0 + +.global MoveNameDragonDance +MoveNameDragonDance: +.string "Dragon Dance\0" +.align 2,0 + +.global MoveDescriptionDragonbreath +MoveDescriptionDragonbreath: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also cause #c5paralysis#r~2c\npreventing any attacks or moves.\0" +.align 2,0 + +.global MoveNameDragonbreath +MoveNameDragonbreath: +.string "Dragonbreath\0" +.align 2,0 + +.global MoveDescriptionDragonRage +MoveDescriptionDragonRage: +.string "Inflicts a set amount of damage on the\ntarget.\0" +.align 2,0 + +.global MoveNameDragonRage +MoveNameDragonRage: +.string "Dragon Rage\0" +.align 2,0 + +.global MoveNameRevenge +MoveNameRevenge: +.string "Revenge\0" +.align 2,0 + +.global MoveDescriptionRefresh +MoveDescriptionRefresh: +.string "Heals all status problems of the user and\nits team members in the room.\0" +.align 2,0 + +.global MoveNameRefresh +MoveNameRefresh: +.string "Refresh\0" +.align 2,0 + +.global MoveDescriptionReflect +MoveDescriptionReflect: +.string "The user gains the #c5Reflect#r status~2c\nhalving the damage from all\n#c5Physical Attack moves#r and\nregular attacks.\0" +.align 2,0 + +.global MoveNameReflect +MoveNameReflect: +.string "Reflect\0" +.align 2,0 + +.global MoveDescriptionRecycle +MoveDescriptionRecycle: +.string "Repairs the item #c4" +.byte 0x87 +.string "NUsed TM#r and restores\nit to its original~2c unused state.\0" +.align 2,0 + +.global MoveNameRecycle +MoveNameRecycle: +.string "Recycle\0" +.align 2,0 + +.global MoveNameLeafBlade +MoveNameLeafBlade: +.string "Leaf Blade\0" +.align 2,0 + +.global MoveNameLusterPurge +MoveNameLusterPurge: +.string "Luster Purge\0" +.align 2,0 + +.global MoveDescriptionSnatch +MoveDescriptionSnatch: +.string "The user gains the #c5Snatch#r status.\nIt steals the moves of Pokémon on\nthe same floor.\0" +.align 2,0 + +.global MoveNameSnatch +MoveNameSnatch: +.string "Snatch\0" +.align 2,0 + +.global MoveDescriptionAcid +MoveDescriptionAcid: +.string "Inflicts damage on the target.\nIt may also lower the user~27s #c6Defense#r by\none level.\0" +.align 2,0 + +.global MoveNameAcid +MoveNameAcid: +.string "Acid\0" +.align 2,0 + +.global MoveDescriptionDreamEater +MoveDescriptionDreamEater: +.string "Inflicts damage on the target and restores\nthe user~27s #c6HP#r.\nEffective only against sleeping foes.\0" +.align 2,0 + +.global MoveNameDreamEater +MoveNameDreamEater: +.string "Dream Eater\0" +.align 2,0 + +.global MoveDescriptionMetronome +MoveDescriptionMetronome: +.string "Randomly looses a move from among all\nthe moves known to Pokémon.\0" +.align 2,0 + +.global MoveNameMetronome +MoveNameMetronome: +.string "Metronome\0" +.align 2,0 + +.global MoveDescriptionLeechSeed +MoveDescriptionLeechSeed: +.string "Inflicts the #c5Leech Seed#r status\non the target.\nThe target~27s #c6HP#r is leeched every several\nturns to restore the user~27s #c6HP#r.\0" +.align 2,0 + +.global MoveNameLeechSeed +MoveNameLeechSeed: +.string "Leech Seed\0" +.align 2,0 + +.global MoveDescriptionFrustration +MoveDescriptionFrustration: +.string "Inflicts damage on the target.\nIt inflicts greater damage if the user~27s\n#c6IQ#r is low.\0" +.align 2,0 + +.global MoveNameFrustration +MoveNameFrustration: +.string "Frustration\0" +.align 2,0 + +.global MoveDescriptionMimic +MoveDescriptionMimic: +.string "Makes the user deploy the same move as\nthe one last used by the foe facing it.\nSome moves cannot be mimicked.\0" +.align 2,0 + +.global MoveNameMimic +MoveNameMimic: +.string "Mimic\0" +.align 2,0 + +.global MoveDescriptionAttract +MoveDescriptionAttract: +.string "Inflicts the #c5Infatuated#r status on\nthe target.\0" +.align 2,0 + +.global MoveNameAttract +MoveNameAttract: +.string "Attract\0" +.align 2,0 + +.global MoveDescriptionMetalClaw +MoveDescriptionMetalClaw: +.string "Inflicts damage on the target.\nIt may also boost the user~27s #c6Attack#r by\none level.\0" +.align 2,0 + +.global MoveNameMetalClaw +MoveNameMetalClaw: +.string "Metal Claw\0" +.align 2,0 + +.global MoveDescriptionHiddenPower +MoveDescriptionHiddenPower: +.string "Inflicts damage on the target.\nIts type and power change with the\ndungeon.\0" +.align 2,0 + +.global MoveNameHiddenPower +MoveNameHiddenPower: +.string "Hidden Power\0" +.align 2,0 + +.global MoveNameMegahorn +MoveNameMegahorn: +.string "Megahorn\0" +.align 2,0 + +.global MoveNameMegaPunch +MoveNameMegaPunch: +.string "Mega Punch\0" +.align 2,0 + +.global MoveNameMegaKick +MoveNameMegaKick: +.string "Mega Kick\0" +.align 2,0 + +.global MoveNameMegaDrain +MoveNameMegaDrain: +.string "Mega Drain\0" +.align 2,0 + +.global MoveDescriptionCalmMind +MoveDescriptionCalmMind: +.string "Boosts the Pokémon~27s #c6Special Attack#r and\n#c6Special Defense#r by one level.\0" +.align 2,0 + +.global MoveNameCalmMind +MoveNameCalmMind: +.string "Calm Mind\0" +.align 2,0 + +.global MoveDescriptionMilkDrink +MoveDescriptionMilkDrink: +.string "Restores the #c6HP#r of the user and its\nteam members on the floor by one quarter\nof their #c6maximum HP#r.\0" +.align 2,0 + +.global MoveNameMilkDrink +MoveNameMilkDrink: +.string "Milk Drink\0" +.align 2,0 + +.global MoveNameFutureSight +MoveNameFutureSight: +.string "Future Sight\0" +.align 2,0 + +.global MoveDescriptionMirrorCoat +MoveDescriptionMirrorCoat: +.string "The user gains the #c5Mirror Coat#r status.\nThe user returns the damage it takes from\nany #c5Special Attack moves#r used\nby a foe beside it.\0" +.align 2,0 + +.global MoveNameMirrorCoat +MoveNameMirrorCoat: +.string "Mirror Coat\0" +.align 2,0 + +.global MoveDescriptionForesight +MoveDescriptionForesight: +.string "Resets the boosted #c6Evasion#r of the target.\nGhost-type foes become #c5exposed#r.\0" +.align 2,0 + +.global MoveNameForesight +MoveNameForesight: +.string "Foresight\0" +.align 2,0 + +.global MoveDescriptionFalseSwipe +MoveDescriptionFalseSwipe: +.string "Inflicts damage on the target.\nIt leaves the target with one #c6HP#r if its\ndamage would have made the target faint.\0" +.align 2,0 + +.global MoveNameFalseSwipe +MoveNameFalseSwipe: +.string "False Swipe\0" +.align 2,0 + +.global MoveDescriptionDestinyBond +MoveDescriptionDestinyBond: +.string "The user and the target gain the\n#c5Destiny Bond#r status.\nThe target sustains the same damage\nas the user in this state.\0" +.align 2,0 + +.global MoveNameDestinyBond +MoveNameDestinyBond: +.string "Destiny Bond\0" +.align 2,0 + +.global MoveNameFurySwipes +MoveNameFurySwipes: +.string "Fury Swipes\0" +.align 2,0 + +.global MoveNameFuryAttack +MoveNameFuryAttack: +.string "Fury Attack\0" +.align 2,0 + +.global MoveDescriptionWaterPulse +MoveDescriptionWaterPulse: +.string "Inflicts damage on the target~2c even at a\ndistance.\nIt may also leave the target #c5confused#r.\0" +.align 2,0 + +.global MoveNameWaterPulse +MoveNameWaterPulse: +.string "Water Pulse\0" +.align 2,0 + +.global MoveDescriptionMistBall +MoveDescriptionMistBall: +.string "Inflicts damage on the target.\nIt may lower the target~27s #c6Special Attack#r\nby one level.\0" +.align 2,0 + +.global MoveNameMistBall +MoveNameMistBall: +.string "Mist Ball\0" +.align 2,0 + +.global MoveNameWaterGun +MoveNameWaterGun: +.string "Water Gun\0" +.align 2,0 + +.global MoveDescriptionWaterSport +MoveDescriptionWaterSport: +.string "Changes the floor~27s status to #c5Water Sport#r~2c\nwhich halves the power of Fire-type\nmoves.\0" +.align 2,0 + +.global MoveNameWaterSport +MoveNameWaterSport: +.string "Water Sport\0" +.align 2,0 + +.global MoveNamePinMissile +MoveNamePinMissile: +.string "Pin Missile\0" +.align 2,0 + +.global MoveNameDetect +MoveNameDetect: +.string "Detect\0" +.align 2,0 + +.global MoveDescriptionSubstitute +MoveDescriptionSubstitute: +.string "The target gains the #c5Decoy#r status~2c\nmaking it the target of its fellow\nPokémon.\0" +.align 2,0 + +.global MoveNameSubstitute +MoveNameSubstitute: +.string "Substitute\0" +.align 2,0 + +.global MoveNameRollingKick +MoveNameRollingKick: +.string "Rolling Kick\0" +.align 2,0 + +.global MoveNameDefenseCurl +MoveNameDefenseCurl: +.string "Defense Curl\0" +.align 2,0 + +.global MoveDescriptionProtect +MoveDescriptionProtect: +.string "The user gains the #c5Protect#r status~2c\npreventing damage from enemy attacks\nand moves.\0" +.align 2,0 + +.global MoveNameProtect +MoveNameProtect: +.string "Protect\0" +.align 2,0 + +.global MoveNameMachPunch +MoveNameMachPunch: +.string "Mach Punch\0" +.align 2,0 + +.global MoveNameMudShot +MoveNameMudShot: +.string "Mud Shot\0" +.align 2,0 + +.global MoveDescriptionMagicCoat +MoveDescriptionMagicCoat: +.string "The user gains the #c5Magic Coat#r status.\nThe user reflects several moves directly\nback to the foes.\0" +.align 2,0 + +.global MoveNameMagicCoat +MoveNameMagicCoat: +.string "Magic Coat\0" +.align 2,0 + +.global MoveNameMagicalLeaf +MoveNameMagicalLeaf: +.string "Magical Leaf\0" +.align 2,0 + +.global MoveDescriptionMagnitude +MoveDescriptionMagnitude: +.string "Damages all Pokémon in the same room.\nThe amount of damage varies.\nIt inflicts double damage on any #c5digging#r\nPokémon.\0" +.align 2,0 + +.global MoveNameMagnitude +MoveNameMagnitude: +.string "Magnitude\0" +.align 2,0 + +.global MoveDescriptionSpikes +MoveDescriptionSpikes: +.string "The user places spikes underfoot.\nThe Spiked Tile inflicts damage on\nfoes that step on it.\0" +.align 2,0 + +.global MoveDescriptionWrap +MoveDescriptionWrap: +.string "The user gains the #c5Wrap#r status~2c and\nthe #c5Wrapped#r status is inflicted on\nthe target.\nBoth Pokémon become incapable of action.\0" +.align 2,0 + +.global MoveNameWrap +MoveNameWrap: +.string "Wrap\0" +.align 2,0 + +.global MoveDescriptionPerishSong +MoveDescriptionPerishSong: +.string "Inflicts the #c5Perish Song#r status on all foes\non the floor. The affected foes faint\nafter several turns.\0" +.align 2,0 + +.global MoveNamePerishSong +MoveNamePerishSong: +.string "Perish Song\0" +.align 2,0 + +.global MoveNameFirePunch +MoveNameFirePunch: +.string "Fire Punch\0" +.align 2,0 + +.global MoveDescriptionFireSpin +MoveDescriptionFireSpin: +.string "Inflicts damage on the target.\nIt may also cause #c5constriction#r.\nIt thaws and frees frozen Pokémon.\0" +.align 2,0 + +.global MoveNameFireSpin +MoveNameFireSpin: +.string "Fire Spin\0" +.align 2,0 + +.global MoveDescriptionBonemerang +MoveDescriptionBonemerang: +.string "Strikes the target twice~2c even at a\ndistance.\0" +.align 2,0 + +.global MoveNameBonemerang +MoveNameBonemerang: +.string "Bonemerang\0" +.align 2,0 + +.global MoveNameBoneClub +MoveNameBoneClub: +.string "Bone Club\0" +.align 2,0 + +.global MoveDescriptionTailGlow +MoveDescriptionTailGlow: +.string "Boosts the user~27s #c6Special Attack#r by\ntwo levels.\0" +.align 2,0 + +.global MoveNameTailGlow +MoveNameTailGlow: +.string "Tail Glow\0" +.align 2,0 + +.global MoveNameCovet +MoveNameCovet: +.string "Covet\0" +.align 2,0 + +.global MoveDescriptionCamouflage +MoveDescriptionCamouflage: +.string "The user~27s type changes to match the\nterrain.\0" +.align 2,0 + +.global MoveNameCamouflage +MoveNameCamouflage: +.string "Camouflage\0" +.align 2,0 + +.global MoveNameBoneRush +MoveNameBoneRush: +.string "Bone Rush\0" +.align 2,0 + +.global MoveNameRoar +MoveNameRoar: +.string "Roar\0" +.align 2,0 + +.global MoveDescriptionPoisonTail +MoveDescriptionPoisonTail: +.string "Inflicts damage on the target.\nIt may also leave the target #c5poisoned#r.\nIt has a high critical-hit rate.\0" +.align 2,0 + +.global MoveNamePoisonTail +MoveNamePoisonTail: +.string "Poison Tail\0" +.align 2,0 + +.global MoveDescriptionTransform +MoveDescriptionTransform: +.string "The user gains the #c5Transformed#r status.\nThe user transforms into a hostile\nPokémon that appears on the floor.\0" +.align 2,0 + +.global MoveNameGlare +MoveNameGlare: +.string "Glare\0" +.align 2,0 + +.global MoveDescriptionSludgeBomb +MoveDescriptionSludgeBomb: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also leave the target\n#c5poisoned#r~2c damaging it for several turns.\0" +.align 2,0 + +.global MoveNameSludgeBomb +MoveNameSludgeBomb: +.string "Sludge Bomb\0" +.align 2,0 + +.global MoveDescriptionSludge +MoveDescriptionSludge: +.string "Inflicts damage on the target.\nIt may also leave the target #c5poisoned#r~2c\ndamaging it for several turns.\0" +.align 2,0 + +.global MoveDescriptionEruption +MoveDescriptionEruption: +.string "Inflicts damage on the target.\nThe higher the user~27s #c6HP#r~2c the greater\nthe damage.\nIt thaws and frees frozen Pokémon.\0" +.align 2,0 + +.global MoveDescriptionPresent +MoveDescriptionPresent: +.string "Either inflicts damage on the target\nor restores its #c6HP#r.\0" +.align 2,0 + +.global MoveNamePresent +MoveNamePresent: +.string "Present\0" +.align 2,0 + +.global MoveDescriptionBlazeKick +MoveDescriptionBlazeKick: +.string "Inflicts damage on the target.\nIt may also cause a #c5burn#r.\nIt thaws and frees frozen Pokémon.\nIt has a high critical-hit rate.\0" +.align 2,0 + +.global MoveNameBlazeKick +MoveNameBlazeKick: +.string "Blaze Kick\0" +.align 2,0 + +.global MoveNameCrushClaw +MoveNameCrushClaw: +.string "Crush Claw\0" +.align 2,0 + +.global MoveDescriptionTeeterDance +MoveDescriptionTeeterDance: +.string "Inflicts the #c5Confused#r status on all\nPokémon on the floor~2c making their attacks\nand movements erratic.\0" +.align 2,0 + +.global MoveNameTeeterDance +MoveNameTeeterDance: +.string "Teeter Dance\0" +.align 2,0 + +.global MoveNameFlash +MoveNameFlash: +.string "Flash\0" +.align 2,0 + +.global MoveDescriptionBlastBurn +MoveDescriptionBlastBurn: +.string "Inflicts damage on the target. However~2c it\nalso inflicts the #c5Paused#r status on the user.\nIt also thaws and frees frozen Pokémon.\0" +.align 2,0 + +.global MoveNameBlastBurn +MoveNameBlastBurn: +.string "Blast Burn\0" +.align 2,0 + +.global MoveNameStomp +MoveNameStomp: +.string "Stomp\0" +.align 2,0 + +.global MoveNameBlizzard +MoveNameBlizzard: +.string "Blizzard\0" +.align 2,0 + +.global MoveDescriptionBeatUp +MoveDescriptionBeatUp: +.string "Summons the team members around\nthe user.\0" +.align 2,0 + +.global MoveNameBeatUp +MoveNameBeatUp: +.string "Beat Up\0" +.align 2,0 + +.global MoveDescriptionWhirlwind +MoveDescriptionWhirlwind: +.string "Knocks the target flying.\nIf the target hits a wall or another\nPokémon~2c it sustains damage.\0" +.align 2,0 + +.global MoveNameWhirlwind +MoveNameWhirlwind: +.string "Whirlwind\0" +.align 2,0 + +.global MoveDescriptionFeatherdance +MoveDescriptionFeatherdance: +.string "Lowers the target~27s #c6Attack#r by two levels.\0" +.align 2,0 + +.global MoveNameFeatherdance +MoveNameFeatherdance: +.string "Featherdance\0" +.align 2,0 + +.global MoveDescriptionImprison +MoveDescriptionImprison: +.string "Inflicts the #c5Paused#r status on the target~2c\nmaking it incapable of action.\0" +.align 2,0 + +.global MoveNameImprison +MoveNameImprison: +.string "Imprison\0" +.align 2,0 + +.global MoveDescriptionBulkUp +MoveDescriptionBulkUp: +.string "Raises the user~27s #c6Attack#r and #c6Defense#r\nby one level.\0" +.align 2,0 + +.global MoveNameBulkUp +MoveNameBulkUp: +.string "Bulk Up\0" +.align 2,0 + +.global MoveNameDizzyPunch +MoveNameDizzyPunch: +.string "Dizzy Punch\0" +.align 2,0 + +.global MoveDescriptionSecretPower +MoveDescriptionSecretPower: +.string "Inflicts damage on the target.\nIt may also trigger other effects\ndepending on the terrain.\0" +.align 2,0 + +.global MoveNameSecretPower +MoveNameSecretPower: +.string "Secret Power\0" +.align 2,0 + +.global MoveNameEmber +MoveNameEmber: +.string "Ember\0" +.align 2,0 + +.global MoveNameHyperFang +MoveNameHyperFang: +.string "Hyper Fang\0" +.align 2,0 + +.global MoveNameScratch +MoveNameScratch: +.string "Scratch\0" +.align 2,0 + +.global MoveDescriptionLightScreen +MoveDescriptionLightScreen: +.string "The user gains the #c5Light Screen#r status.\nIt halves the damage from\n#c5Special Attack moves#r.\0" +.align 2,0 + +.global MoveNameLightScreen +MoveNameLightScreen: +.string "Light Screen\0" +.align 2,0 + +.global MoveDescriptionBellyDrum +MoveDescriptionBellyDrum: +.string "Boosts the user~27s #c6Attack#r to maximum~2c\nbut empties its #c6Belly#r to just one.\nIt has no effect if the #c6Belly#r is one or less.\0" +.align 2,0 + +.global MoveNameBellyDrum +MoveNameBellyDrum: +.string "Belly Drum\0" +.align 2,0 + +.global MoveDescriptionFixedDamage +MoveDescriptionFixedDamage: +.string "The user gains the #c5Set Damage#r status.\nIn this state~2c all damage inflicted by the\nuser will remain constant.\0" +.align 2,0 + +.global MoveNameDoomDesire +MoveNameDoomDesire: +.string "Doom Desire\0" +.align 2,0 + +.global MoveNameBubblebeam +MoveNameBubblebeam: +.string "Bubblebeam\0" +.align 2,0 + +.global MoveDescriptionSplash +MoveDescriptionSplash: +.string "Makes the user flop around as it moves.\nIf there is another Pokémon where it\nlands~2c both Pokémon are hurt.\0" +.align 2,0 + +.global MoveNameSplash +MoveNameSplash: +.string "Splash\0" +.align 2,0 + +.global MoveDescriptionPetalDance +MoveDescriptionPetalDance: +.string "Hits the target two to five times in\nsuccession. However it also makes the\nuser #c5confused#r.\0" +.align 2,0 + +.global MoveNamePetalDance +MoveNamePetalDance: +.string "Petal Dance\0" +.align 2,0 + +.global MoveDescriptionBatonPass +MoveDescriptionBatonPass: +.string "Successively switches the user~27s position\nwith the positions of other Pokémon in\nthe room.\0" +.align 2,0 + +.global MoveNameBatonPass +MoveNameBatonPass: +.string "Baton Pass\0" +.align 2,0 + +.global MoveDescriptionHighCriticalDistance +MoveDescriptionHighCriticalDistance: +.string "Inflicts damage on the target~2c even at a\ndistance.\nIt has a high critical-hit rate.\0" +.align 2,0 + +.global MoveNameRazorLeaf +MoveNameRazorLeaf: +.string "Razor Leaf\0" +.align 2,0 + +.global MoveNamePound +MoveNamePound: +.string "Pound\0" +.align 2,0 + +.global MoveDescriptionKnockOff +MoveDescriptionKnockOff: +.string "Knocks the target~27s hold item to\nthe ground.\0" +.align 2,0 + +.global MoveNameKnockOff +MoveNameKnockOff: +.string "Knock Off\0" +.align 2,0 + +.global MoveNameVicegrip +MoveNameVicegrip: +.string "Vicegrip\0" +.align 2,0 + +.global MoveNameGuillotine +MoveNameGuillotine: +.string "Guillotine\0" +.align 2,0 + +.global MoveDescriptionDynamicpunch +MoveDescriptionDynamicpunch: +.string "Inflicts damage on the target.\nIt also leaves the target #c5confused#r.\0" +.align 2,0 + +.global MoveNameDynamicpunch +MoveNameDynamicpunch: +.string "Dynamicpunch\0" +.align 2,0 + +.global MoveDescriptionSpitUp +MoveDescriptionSpitUp: +.string "Inflicts damage on the target.\nIts power depends on how often the move\n#c4Stockpile#r was used before.\0" +.align 2,0 + +.global MoveNameSpitUp +MoveNameSpitUp: +.string "Spit Up\0" +.align 2,0 + +.global MoveDescriptionSteelWing +MoveDescriptionSteelWing: +.string "Inflicts damage on the target.\nIt may also raise the user~27s #c6Defense#r by\none level.\0" +.align 2,0 + +.global MoveNameSteelWing +MoveNameSteelWing: +.string "Steel Wing\0" +.align 2,0 + +.global MoveDescriptionSuperpower +MoveDescriptionSuperpower: +.string "Inflicts damage on the target.\nHowever~2c it also lowers the user~27s\n#c6Attack#r and #c6Defense#r by one level.\0" +.align 2,0 + +.global MoveDescriptionHyperBeam +MoveDescriptionHyperBeam: +.string "Inflicts damage on the target~2c even at a\ndistance. It also inflicts the #c5Paused#r status\non the user~2c making it incapable of action.\0" +.align 2,0 + +.global MoveNameHyperBeam +MoveNameHyperBeam: +.string "Hyper Beam\0" +.align 2,0 + +.global MoveNameHyperVoice +MoveNameHyperVoice: +.string "Hyper Voice\0" +.align 2,0 + +.global MoveDescriptionHydroPump +MoveDescriptionHydroPump: +.string "Inflicts damage on the target~2c even at a\ndistance.\0" +.align 2,0 + +.global MoveNameHydroPump +MoveNameHydroPump: +.string "Hydro Pump\0" +.align 2,0 + +.global MoveDescriptionHydroCannon +MoveDescriptionHydroCannon: +.string "Inflicts damage on the target~2c even at a\ndistance. It also inflicts the #c5Paused#r\nstatus on the user~2c making it incapable\nof action.\0" +.align 2,0 + +.global MoveNameHydroCannon +MoveNameHydroCannon: +.string "Hydro Cannon\0" +.align 2,0 + +.global MoveDescriptionFrenzyPlant +MoveDescriptionFrenzyPlant: +.string "Inflicts damage on the target.\nHowever~2c it also inflicts the #c5Paused#r status\non the user~2c making it incapable of action.\0" +.align 2,0 + +.global MoveNameFrenzyPlant +MoveNameFrenzyPlant: +.string "Frenzy Plant\0" +.align 2,0 + +.global MoveDescriptionCurse +MoveDescriptionCurse: +.string "Boosts the user~27s #c6Attack#r and #c6Defense#r by\none level~2c but also lowers #c6Movement Speed#r\nby one level. If used by a Ghost type~2c the\ntarget is #c5cursed#r~2c and the user~27s #c6HP#r halved.\0" +.align 2,0 + +.global MoveNameCurse +MoveNameCurse: +.string "Curse\0" +.align 2,0 + +.global MoveDescriptionSwallow +MoveDescriptionSwallow: +.string "Restores the user~27s #c6HP#r.\nThe #c6HP#r recovered depends on how often\nthe move #c4Stockpile#r was used before.\0" +.align 2,0 + +.global MoveNameBodySlam +MoveNameBodySlam: +.string "Body Slam\0" +.align 2,0 + +.global MoveDescriptionConfuseChance +MoveDescriptionConfuseChance: +.string "Inflicts damage on the target.\nIt may also leave the target #c5confused#r.\0" +.align 2,0 + +.global MoveNameConfusion +MoveNameConfusion: +.string "Confusion\0" +.align 2,0 + +.global MoveDescriptionIngrain +MoveDescriptionIngrain: +.string "The user gains the #c5Ingrain#r status.\nThe user becomes incapable of moving~2c\nbut regains #c6HP#r over several turns.\0" +.align 2,0 + +.global MoveNameIngrain +MoveNameIngrain: +.string "Ingrain\0" +.align 2,0 + +.global MoveDescriptionRest +MoveDescriptionRest: +.string "The user gains the #c5Napping#r status.\nUpon awakening~2c the Pokémon regains #c6HP#r\nand recovers from any status problems.\0" +.align 2,0 + +.global MoveNameRest +MoveNameRest: +.string "Rest\0" +.align 2,0 + +.global MoveDescriptionSleepPowder +MoveDescriptionSleepPowder: +.string "Makes all foes around the user go to\n#c5sleep#r~2c making them incapable of action.\0" +.align 2,0 + +.global MoveNameSleepPowder +MoveNameSleepPowder: +.string "Sleep Powder\0" +.align 2,0 + +.global MoveDescriptionHeatWave +MoveDescriptionHeatWave: +.string "Inflicts damage on foes in the room.\nIt may also cause a #c5burn#r.\nIt thaws and frees frozen Pokémon.\0" +.align 2,0 + +.global MoveNameHeatWave +MoveNameHeatWave: +.string "Heat Wave\0" +.align 2,0 + +.global MoveUseTextAssist +MoveUseTextAssist: +.string "$m0 chose $i0!\0" +.align 2,0 + +.global MoveDescriptionAssist +MoveDescriptionAssist: +.string "Makes the user randomly use one move\nout of all the moves of the Pokémon on\nthe floor.\0" +.align 2,0 + +.global MoveNameAssist +MoveNameAssist: +.string "Assist\0" +.align 2,0 + +.global MoveDescriptionPayDay +MoveDescriptionPayDay: +.string "Inflicts damage on the target.\nIf the foe faints~2c it will drop money.\0" +.align 2,0 + +.global MoveNamePayDay +MoveNamePayDay: +.string "Pay Day\0" +.align 2,0 + +.global MoveDescriptionSleepTalk +MoveDescriptionSleepTalk: +.string "Makes the user deploy one of its moves\nagainst a foe that attacks it while it is\nsleeping.\0" +.align 2,0 + +.global MoveNameSleepTalk +MoveNameSleepTalk: +.string "Sleep Talk\0" +.align 2,0 + +.global MoveDescriptionFakeOut +MoveDescriptionFakeOut: +.string "Inflicts damage on the target.\nIt may also make the target #c5cringe#r.\nIt reaches up to two tiles ahead.\0" +.align 2,0 + +.global MoveNameFakeOut +MoveNameFakeOut: +.string "Fake Out\0" +.align 2,0 + +.global MoveDescriptionWish +MoveDescriptionWish: +.string "The user gains the #c5Wish#r status.\nIt boosts the user~27s #c6HP#r recovery rate.\0" +.align 2,0 + +.global MoveNameLeer +MoveNameLeer: +.string "Leer\0" +.align 2,0 + +.global MoveDescriptionSunnyDay +MoveDescriptionSunnyDay: +.string "Changes the dungeon floor~27s weather to\n#c5Sunny#r over several turns.\0" +.align 2,0 + +.global MoveNameSunnyDay +MoveNameSunnyDay: +.string "Sunny Day\0" +.align 2,0 + +.global MoveDescriptionHitTwice +MoveDescriptionHitTwice: +.string "Attacks the target twice in succession.\0" +.align 2,0 + +.global MoveNameDoubleKick +MoveNameDoubleKick: +.string "Double Kick\0" +.align 2,0 + +.global MoveNameNeedleArm +MoveNameNeedleArm: +.string "Needle Arm\0" +.align 2,0 + +.global MoveDescriptionRolePlay +MoveDescriptionRolePlay: +.string "Copies the target~27s #c6Special Ability#r.\nThe user regains its own #c6Special Ability#r\nwhen it leaves the floor.\0" +.align 2,0 + +.global MoveNameRolePlay +MoveNameRolePlay: +.string "Role Play\0" +.align 2,0 + +.global MoveDescriptionSurf +MoveDescriptionSurf: +.string "Inflicts damage on the target.\nInflicts double damage on a #c5diving#r foe.\0" +.align 2,0 + +.global MoveNameSurf +MoveNameSurf: +.string "Surf\0" +.align 2,0 + +.global MoveNameSlackOff +MoveNameSlackOff: +.string "Slack Off\0" +.align 2,0 + +.global MoveDescriptionGrowl +MoveDescriptionGrowl: +.string "Lowers the #c6Attack#r of all foes in the room\nby one level.\0" +.align 2,0 + +.global MoveNameGrowl +MoveNameGrowl: +.string "Growl\0" +.align 2,0 + +.global MoveDescriptionNightShade +MoveDescriptionNightShade: +.string "Damages all foes around the user.\nThe amount of damage depends on the\nuser~27s #c6level#r.\0" +.align 2,0 + +.global MoveNameNightShade +MoveNameNightShade: +.string "Night Shade\0" +.align 2,0 + +.global MoveDescriptionAmnesia +MoveDescriptionAmnesia: +.string "Boosts the user~27s #c6Special Defense#r by\ntwo levels.\0" +.align 2,0 + +.global MoveNameAmnesia +MoveNameAmnesia: +.string "Amnesia\0" +.align 2,0 + +.global MoveDescriptionThief +MoveDescriptionThief: +.string "Inflicts damage on the target.\nIt also snatches the target~27s hold item\nto make it the user~27s.\0" +.align 2,0 + +.global MoveNameThief +MoveNameThief: +.string "Thief\0" +.align 2,0 + +.global MoveDescriptionMudSlap +MoveDescriptionMudSlap: +.string "Inflicts damage on the target.\nIt also lowers the target~27s #c6Accuracy#r by\none level.\0" +.align 2,0 + +.global MoveNameMudSlap +MoveNameMudSlap: +.string "Mud-Slap\0" +.align 2,0 + +.global MoveDescriptionMudSport +MoveDescriptionMudSport: +.string "Changes the floor~27s status to #c5Mud Sport#r~2c\nwhich halves the power of Electric-type\nmoves.\0" +.align 2,0 + +.global MoveNameMudSport +MoveNameMudSport: +.string "Mud Sport\0" +.align 2,0 + +.global MoveNameDrillPeck +MoveNameDrillPeck: +.string "Drill Peck\0" +.align 2,0 + +.global MoveDescriptionTripleKick +MoveDescriptionTripleKick: +.string "Kicks the target three times.\nIts power rises with every kick.\0" +.align 2,0 + +.global MoveNameTripleKick +MoveNameTripleKick: +.string "Triple Kick\0" +.align 2,0 + +.global MoveDescriptionTrick +MoveDescriptionTrick: +.string "Switches the user~27s hold item with the\ntarget~27s hold item.\nIt only works if both Pokémon hold items.\0" +.align 2,0 + +.global MoveNameTrick +MoveNameTrick: +.string "Trick\0" +.align 2,0 + +.global MoveNameDragonClaw +MoveNameDragonClaw: +.string "Dragon Claw\0" +.align 2,0 + +.global MoveDescriptionTriAttack +MoveDescriptionTriAttack: +.string "Inflicts damage on the target.\nIt may also cause a #c5burn#r~2c\n#c5paralysis#r~2c or leave the target #c5frozen#r.\0" +.align 2,0 + +.global MoveNameTriAttack +MoveNameTriAttack: +.string "Tri Attack\0" +.align 2,0 + +.global MoveNameHiJumpKick +MoveNameHiJumpKick: +.string "Hi Jump Kick\0" +.align 2,0 + +.global MoveDescriptionBounce +MoveDescriptionBounce: +.string "The user gains the #c5Bouncing#r status~2c\nmaking it attack strongly on the next turn.\nIt may also cause #c5paralysis#r.\nIt is not possible to #c5link#r this move.\0" +.align 2,0 + +.global MoveDescriptionJumpKick +MoveDescriptionJumpKick: +.string "Inflicts damage on the target~2c but hurts\nthe user if it misses.\0" +.align 2,0 + +.global MoveNameJumpKick +MoveNameJumpKick: +.string "Jump Kick\0" +.align 2,0 + +.global MoveDescriptionTakeDown +MoveDescriptionTakeDown: +.string "Inflicts damage on the target~2c but also\nhurts the user.\0" +.align 2,0 + +.global MoveNameTakeDown +MoveNameTakeDown: +.string "Take Down\0" +.align 2,0 + +.global MoveNameAcidArmor +MoveNameAcidArmor: +.string "Acid Armor\0" +.align 2,0 + +.global MoveNameSpikeCannon +MoveNameSpikeCannon: +.string "Spike Cannon\0" +.align 2,0 + +.global MoveNamePoisonSting +MoveNamePoisonSting: +.string "Poison Sting\0" +.align 2,0 + +.global MoveNamePoisonpowder +MoveNamePoisonpowder: +.string "Poisonpowder\0" +.align 2,0 + +.global MoveDescriptionPoisonFang +MoveDescriptionPoisonFang: +.string "Inflicts damage on the target.\nIt may also leave the target\n#c5badly poisoned#r~2c damaging it over\nseveral turns.\0" +.align 2,0 + +.global MoveNamePoisonFang +MoveNamePoisonFang: +.string "Poison Fang\0" +.align 2,0 + +.global MoveDescriptionToxic +MoveDescriptionToxic: +.string "#c5Badly poisons#r the target.\nIf a Pokémon is #c5badly poisoned#r~2c it\nsustains damage over several turns.\0" +.align 2,0 + +.global MoveNameToxic +MoveNameToxic: +.string "Toxic\0" +.align 2,0 + +.global MoveDescriptionPoison +MoveDescriptionPoison: +.string "#c5Poisons#r the target.\nIf a Pokémon is #c5poisoned#r~2c it sustains\ndamage over several turns.\0" +.align 2,0 + +.global MoveNameHowl +MoveNameHowl: +.string "Howl\0" +.align 2,0 + +.global MoveDescriptionBlock +MoveDescriptionBlock: +.string "Inflicts the #c5Leg Hold#r status on the\ntarget~2c making it incapable of movement.\0" +.align 2,0 + +.global MoveNameBlock +MoveNameBlock: +.string "Block\0" +.align 2,0 + +.global MoveDescriptionZapCannon +MoveDescriptionZapCannon: +.string "Inflicts damage on the target~2c even at a\ndistance. It also causes #c5paralysis#r~2c\npreventing any attacks or moves.\0" +.align 2,0 + +.global MoveNameZapCannon +MoveNameZapCannon: +.string "Zap Cannon\0" +.align 2,0 + +.global MoveNameThunderWave +MoveNameThunderWave: +.string "Thunder Wave\0" +.align 2,0 + +.global MoveNameSweetKiss +MoveNameSweetKiss: +.string "Sweet Kiss\0" +.align 2,0 + +.global MoveNameQuickAttack +MoveNameQuickAttack: +.string "Quick Attack\0" +.align 2,0 + +.global MoveDescriptionShockWave +MoveDescriptionShockWave: +.string "Inflicts damage on the target~2c even at a\ndistance.\nIt never misses.\0" +.align 2,0 + +.global MoveNameShockWave +MoveNameShockWave: +.string "Shock Wave\0" +.align 2,0 + +.global MoveNameThundershock +MoveNameThundershock: +.string "Thundershock\0" +.align 2,0 + +.global MoveDescriptionTeleport +MoveDescriptionTeleport: +.string "Warps the user to another spot on the\nsame floor.\0" +.align 2,0 + +.global MoveNameTeleport +MoveNameTeleport: +.string "Teleport\0" +.align 2,0 + +.global MoveDescriptionBoostDefenseTwo +MoveDescriptionBoostDefenseTwo: +.string "Boosts the user~27s #c6Defense#r by two levels.\0" +.align 2,0 + +.global MoveNameIronDefense +MoveNameIronDefense: +.string "Iron Defense\0" +.align 2,0 + +.global MoveDescriptionHelpingHand +MoveDescriptionHelpingHand: +.string "Boosts the #c6Attack#r and #c6Special Attack#r of\nteam members in the same room by one\nlevel.\0" +.align 2,0 + +.global MoveNameHelpingHand +MoveNameHelpingHand: +.string "Helping Hand\0" +.align 2,0 + +.global MoveDescriptionConversion2 +MoveDescriptionConversion2: +.string "The user gains the #c5Conversion 2#r status.\nIt changes the user~27s type to one that is\nstrong against the move type it took last.\0" +.align 2,0 + +.global MoveNameConversion2 +MoveNameConversion2: +.string "Conversion 2\0" +.align 2,0 + +.global MoveDescriptionConversion +MoveDescriptionConversion: +.string "Changes the user~27s type into the same\ntype as one of its moves.\0" +.align 2,0 + +.global MoveNameConversion +MoveNameConversion: +.string "Conversion\0" +.align 2,0 + +.global MoveNameVineWhip +MoveNameVineWhip: +.string "Vine Whip\0" +.align 2,0 + +.global MoveDescriptionSwordsDance +MoveDescriptionSwordsDance: +.string "Boosts the user~27s #c6Attack#r by two levels.\0" +.align 2,0 + +.global MoveNameSwordsDance +MoveNameSwordsDance: +.string "Swords Dance\0" +.align 2,0 + +.global MoveNameIcicleSpear +MoveNameIcicleSpear: +.string "Icicle Spear\0" +.align 2,0 + +.global MoveNameAerialAce +MoveNameAerialAce: +.string "Aerial Ace\0" +.align 2,0 + +.global MoveNameWingAttack +MoveNameWingAttack: +.string "Wing Attack\0" +.align 2,0 + +.global MoveDescriptionOneHit +MoveDescriptionOneHit: +.string "Defeats the target in one shot--if it hits.\nIt has no effect on a Ghost-type foe.\0" +.align 2,0 + +.global MoveNameHornDrill +MoveNameHornDrill: +.string "Horn Drill\0" +.align 2,0 + +.global MoveNameHornAttack +MoveNameHornAttack: +.string "Horn Attack\0" +.align 2,0 + +.global MoveNamePeck +MoveNamePeck: +.string "Peck\0" +.align 2,0 + +.global MoveDescriptionMoonlight +MoveDescriptionMoonlight: +.string "Restores the #c6HP#r of the user and team\nmembers on the same floor. The amount of\n#c6HP#r recovered depends on the weather.\0" +.align 2,0 + +.global MoveDescriptionTaunt +MoveDescriptionTaunt: +.string "Inflicts the #c5Taunted#r status\non the targeted Pokémon.\0" +.align 2,0 + +.global MoveNameTaunt +MoveNameTaunt: +.string "Taunt\0" +.align 2,0 + +.global MoveDescriptionConfuse +MoveDescriptionConfuse: +.string "Inflicts the #c5Confused#r status on the\ntarget~2c making its attacks and\nmovements erratic.\0" +.align 2,0 + +.global MoveNameSupersonic +MoveNameSupersonic: +.string "Supersonic\0" +.align 2,0 + +.global MoveDescriptionSeismicToss +MoveDescriptionSeismicToss: +.string "Inflicts damage on the target.\nThe amount of damage depends on the\nuser~27s #c6level#r.\0" +.align 2,0 + +.global MoveNameSeismicToss +MoveNameSeismicToss: +.string "Seismic Toss\0" +.align 2,0 + +.global MoveNameMinimize +MoveNameMinimize: +.string "Minimize\0" +.align 2,0 + +.global MoveNameBarrage +MoveNameBarrage: +.string "Barrage\0" +.align 2,0 + +.global MoveNameFaintAttack +MoveNameFaintAttack: +.string "Faint Attack\0" +.align 2,0 + +.global MoveNameEggBomb +MoveNameEggBomb: +.string "Egg Bomb\0" +.align 2,0 + +.global MoveDescriptionSoftboiled +MoveDescriptionSoftboiled: +.string "Restores the #c6HP#r of the user and team\nmembers in the same room by one quarter\nof their #c6maximum HP#r.\0" +.align 2,0 + +.global MoveNameSoftboiled +MoveNameSoftboiled: +.string "Softboiled\0" +.align 2,0 + +.global MoveDescriptionTwineedle +MoveDescriptionTwineedle: +.string "Hits the target twice~2c even at a distance.\nIt may also leave the target #c5poisoned#r~2c\ndamaging it over several turns.\0" +.align 2,0 + +.global MoveNameTwineedle +MoveNameTwineedle: +.string "Twineedle\0" +.align 2,0 + +.global MoveDescriptionMultiHitDistance +MoveDescriptionMultiHitDistance: +.string "Inflicts damage on the target~2c even at a\ndistance.\nIt hits two to five times in succession.\0" +.align 2,0 + +.global MoveNameBulletSeed +MoveNameBulletSeed: +.string "Bullet Seed\0" +.align 2,0 + +.global MoveDescriptionTwister +MoveDescriptionTwister: +.string "Inflicts damage on the target. It may also\ncause the target to #c5cringe#r~2c making\nit incapable of action. Doubles damage\non a #c5flying#r or #c5bouncing#r Pokémon.\0" +.align 2,0 + +.global MoveNameTwister +MoveNameTwister: +.string "Twister\0" +.align 2,0 + +.global MoveNameSlam +MoveNameSlam: +.string "Slam\0" +.align 2,0 + +.global MoveDescriptionStockpile +MoveDescriptionStockpile: +.string "Stockpiles power for up to three turns.\nThe stored power boosts the performance\nof the moves #c4Swallow#r and #c4Spit Up#r.\0" +.align 2,0 + +.global MoveNameStockpile +MoveNameStockpile: +.string "Stockpile\0" +.align 2,0 + +.global MoveDescriptionMuddyWater +MoveDescriptionMuddyWater: +.string "Inflicts damage on the target.\nIt may also lower the target~27s #c6Accuracy#r\nby one level.\0" +.align 2,0 + +.global MoveNameMuddyWater +MoveNameMuddyWater: +.string "Muddy Water\0" +.align 2,0 + +.global MoveNameWaterfall +MoveNameWaterfall: +.string "Waterfall\0" +.align 2,0 + +.global MoveNameFireBlast +MoveNameFireBlast: +.string "Fire Blast\0" +.align 2,0 + +.global MoveDescriptionDive +MoveDescriptionDive: +.string "The user gains the #c5Diving#r status~2c\nmaking it attack strongly on the next turn.\nIt is not possible to #c5link#r this move.\nIt can~27t be used without water.\0" +.align 2,0 + +.global MoveNameDive +MoveNameDive: +.string "Dive\0" +.align 2,0 + +.global MoveDescriptionExplosion +MoveDescriptionExplosion: +.string "Makes the user blow up in\na #c5huge explosion#r~2c inflicting damage on all\nsurrounding Pokémon. It also destroys\nsurrounding items and walls.\0" +.align 2,0 + +.global MoveNameExplosion +MoveNameExplosion: +.string "Explosion\0" +.align 2,0 + +.global MoveNameTackle +MoveNameTackle: +.string "Tackle\0" +.align 2,0 + +.global MoveDescriptionFly +MoveDescriptionFly: +.string "The user gains the #c5Flying#r status~2c \nmaking it attack strongly on the next turn.\nIt is not possible to #c5link#r this move.\0" +.align 2,0 + +.global MoveNameFly +MoveNameFly: +.string "Fly\0" +.align 2,0 + +.global MoveDescriptionSonicboom +MoveDescriptionSonicboom: +.string "Inflicts a set amount of damage on the\ntarget~2c even at a distance.\0" +.align 2,0 + +.global MoveNameSonicboom +MoveNameSonicboom: +.string "Sonicboom\0" +.align 2,0 + +.global MoveDescriptionSolarbeam +MoveDescriptionSolarbeam: +.string "The user gains the #c5Solarbeam#r status~2c\nmaking it attack strongly on the next turn.\nIt is not possible to #c5link#r this move.\0" +.align 2,0 + +.global MoveNameSolarbeam +MoveNameSolarbeam: +.string "Solarbeam\0" +.align 2,0 + +.global MoveDescriptionSheerCold +MoveDescriptionSheerCold: +.string "Defeats the target in one shot--if it hits.\0" +.align 2,0 + +.global MoveNameSheerCold +MoveNameSheerCold: +.string "Sheer Cold\0" +.align 2,0 + +.global MoveDescriptionSacredFire +MoveDescriptionSacredFire: +.string "Inflicts damage on the target.\nIt may also cause a #c5burn#r.\0" +.align 2,0 + +.global MoveNameSacredFire +MoveNameSacredFire: +.string "Sacred Fire\0" +.align 2,0 + +.global MoveDescriptionGrowth +MoveDescriptionGrowth: +.string "Boosts the user~27s #c6Special Attack#r by one\nlevel.\0" +.align 2,0 + +.global MoveNameGrowth +MoveNameGrowth: +.string "Growth\0" +.align 2,0 + +.global MoveDescriptionPoisonChance +MoveDescriptionPoisonChance: +.string "Inflicts damage on the target.\nIt may also leave the target #c5poisoned#r~2c\ndamaging it over several turns.\0" +.align 2,0 + +.global MoveNameSmog +MoveNameSmog: +.string "Smog\0" +.align 2,0 + +.global MoveNameKinesis +MoveNameKinesis: +.string "Kinesis\0" +.align 2,0 + +.global MoveNameSwift +MoveNameSwift: +.string "Swift\0" +.align 2,0 + +.global MoveNameSpark +MoveNameSpark: +.string "Spark\0" +.align 2,0 + +.global MoveNameSandTomb +MoveNameSandTomb: +.string "Sand Tomb\0" +.align 2,0 + +.global MoveDescriptionLowerAccuracy +MoveDescriptionLowerAccuracy: +.string "Lowers the target~27s #c6Accuracy#r by one level.\0" +.align 2,0 + +.global MoveNameSandAttack +MoveNameSandAttack: +.string "Sand-Attack\0" +.align 2,0 + +.global MoveDescriptionSandstorm +MoveDescriptionSandstorm: +.string "Changes the dungeon floor~27s weather to\n#c5Sandstorm#r for several turns.\0" +.align 2,0 + +.global MoveNameSandstorm +MoveNameSandstorm: +.string "Sandstorm\0" +.align 2,0 + +.global MoveNameDoubleEdge +MoveNameDoubleEdge: +.string "Double-Edge\0" +.align 2,0 + +.global MoveNameHeadbutt +MoveNameHeadbutt: +.string "Headbutt\0" +.align 2,0 + +.global MoveDescriptionSketch +MoveDescriptionSketch: +.string "Copies the move last used by the target\nand makes it the user~27s.\n#c4Sketch#r disappears after it copies a move.\0" +.align 2,0 + +.global MoveNameSketch +MoveNameSketch: +.string "Sketch\0" +.align 2,0 + +.global MoveDescriptionSkillSwap +MoveDescriptionSkillSwap: +.string "Switches the user~27s #c6Special Ability#r with\nthat of the target.\0" +.align 2,0 + +.global MoveNameSkillSwap +MoveNameSkillSwap: +.string "Skill Swap\0" +.align 2,0 + +.global MoveDescriptionSkyUppercut +MoveDescriptionSkyUppercut: +.string "Inflicts damage on the target.\nIt hits even a Pokémon that is either\n#c5flying#r or #c5bouncing#r.\0" +.align 2,0 + +.global MoveNameSkyUppercut +MoveNameSkyUppercut: +.string "Sky Uppercut\0" +.align 2,0 + +.global MoveNameAbsorb +MoveNameAbsorb: +.string "Absorb\0" +.align 2,0 + +.global MoveDescriptionSafeguard +MoveDescriptionSafeguard: +.string "The user and team members in the same\nroom gain the #c5Safeguard#r status~2c\nwhich prevents status problems.\0" +.align 2,0 + +.global MoveNameSafeguard +MoveNameSafeguard: +.string "Safeguard\0" +.align 2,0 + +.global MoveDescriptionExtrasensory +MoveDescriptionExtrasensory: +.string "Inflicts damage on the target.\nIt may also cause the target to #c5cringe#r~2c\nmaking it incapable of attacking\nor using moves.\0" +.align 2,0 + +.global MoveNameExtrasensory +MoveNameExtrasensory: +.string "Extrasensory\0" +.align 2,0 + +.global MoveDescriptionTwoTilesAhead +MoveDescriptionTwoTilesAhead: +.string "Inflicts damage on a target up to\ntwo tiles ahead.\0" +.align 2,0 + +.global MoveNameExtremespeed +MoveNameExtremespeed: +.string "Extremespeed\0" +.align 2,0 + +.global MoveDescriptionFissure +MoveDescriptionFissure: +.string "Defeats the target in one shot--if it hits.\nIt has no effect on a flying foe.\0" +.align 2,0 + +.global MoveNameFissure +MoveNameFissure: +.string "Fissure\0" +.align 2,0 + +.global MoveDescriptionMist +MoveDescriptionMist: +.string "The user gains the #c5Mist#r status.\nIt prevents #c6Attack#r~2c #c6Defense#r~2c #c6Special\nAttack#r~2c #c6Special Defense#r~2c #c6Accuracy#r~2c and\n#c6Evasion#r from being reduced.\0" +.align 2,0 + +.global MoveNameMist +MoveNameMist: +.string "Mist\0" +.align 2,0 + +.global MoveDescriptionThunderbolt +MoveDescriptionThunderbolt: +.string "Damages all foes around the user.\nIt may also cause #c5paralysis#r and prevent\nany attacks or moves.\0" +.align 2,0 + +.global MoveNameThunderbolt +MoveNameThunderbolt: +.string "Thunderbolt\0" +.align 2,0 + +.global MoveDescriptionCharge +MoveDescriptionCharge: +.string "The user gains the #c5Charging#r status.\nIt boosts the power of the Electric-type\nmove to be used next.\0" +.align 2,0 + +.global MoveNameCharge +MoveNameCharge: +.string "Charge\0" +.align 2,0 + +.global MoveDescriptionShadowBall +MoveDescriptionShadowBall: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also lower the target~27s\n#c6Special Defense#r by one level.\0" +.align 2,0 + +.global MoveNameShadowBall +MoveNameShadowBall: +.string "Shadow Ball\0" +.align 2,0 + +.global MoveDescriptionNeverMiss +MoveDescriptionNeverMiss: +.string "Inflicts damage on the target.\nIt never misses.\0" +.align 2,0 + +.global MoveNameShadowPunch +MoveNameShadowPunch: +.string "Shadow Punch\0" +.align 2,0 + +.global MoveNameBind +MoveNameBind: +.string "Bind\0" +.align 2,0 + +.global MoveDescriptionStunSpore +MoveDescriptionStunSpore: +.string "Causes #c5paralysis#r in surrounding foes.\nA Pokémon affected by #c5paralysis#r is\nincapable of attacking or using moves.\0" +.align 2,0 + +.global MoveNameStunSpore +MoveNameStunSpore: +.string "Stun Spore\0" +.align 2,0 + +.global MoveDescriptionSelfdestruct +MoveDescriptionSelfdestruct: +.string "Makes the user #c5explode#r~2c inflicting\ndamage on all surrounding Pokémon.\nIt also destroys surrounding items.\0" +.align 2,0 + +.global MoveNameSelfdestruct +MoveNameSelfdestruct: +.string "Selfdestruct\0" +.align 2,0 + +.global MoveDescriptionLowerDefense +MoveDescriptionLowerDefense: +.string "Lowers the target~27s #c6Defense#r by one level.\0" +.align 2,0 + +.global MoveNameTailWhip +MoveNameTailWhip: +.string "Tail Whip\0" +.align 2,0 + +.global MoveDescriptionFlail +MoveDescriptionFlail: +.string "Inflicts damage on the target.\nThe lower the user~27s #c6HP#r~2c the greater\nthe damage.\0" +.align 2,0 + +.global MoveNameFlail +MoveNameFlail: +.string "Flail\0" +.align 2,0 + +.global MoveNameLick +MoveNameLick: +.string "Lick\0" +.align 2,0 + +.global MoveDescriptionNaturePower +MoveDescriptionNaturePower: +.string "Looses a variety of moves depending\non the dungeon terrain.\0" +.align 2,0 + +.global MoveNameNaturePower +MoveNameNaturePower: +.string "Nature Power\0" +.align 2,0 + +.global MoveDescriptionEarthquake +MoveDescriptionEarthquake: +.string "Damages all Pokémon in the same room.\nIt inflicts double damage on any #c5digging#r\nPokémon.\0" +.align 2,0 + +.global MoveNameEarthquake +MoveNameEarthquake: +.string "Earthquake\0" +.align 2,0 + +.global MoveDescriptionRecover +MoveDescriptionRecover: +.string "Restores the user~27s #c6HP#r by half its\n#c6maximum HP#r.\0" +.align 2,0 + +.global MoveNameRecover +MoveNameRecover: +.string "Recover\0" +.align 2,0 + +.global MoveDescriptionRecoil +MoveDescriptionRecoil: +.string "Inflicts damage on the target.\nHowever~2c it also damages the user.\0" +.align 2,0 + +.global MoveNameSubmission +MoveNameSubmission: +.string "Submission\0" +.align 2,0 + +.global MoveDescriptionPsychUp +MoveDescriptionPsychUp: +.string "Copies the target~27s levels for stats such\nas #c6Attack#r and #c6Defense#r.\0" +.align 2,0 + +.global MoveNamePsychUp +MoveNamePsychUp: +.string "Psych Up\0" +.align 2,0 + +.global MoveNameSignalBeam +MoveNameSignalBeam: +.string "Signal Beam\0" +.align 2,0 + +.global MoveDescriptionWaterSpout +MoveDescriptionWaterSpout: +.string "Inflicts damage on the target.\nThe higher the user~27s #c6HP#r~2c the greater\nthe damage.\0" +.align 2,0 + +.global MoveNameWaterSpout +MoveNameWaterSpout: +.string "Water Spout\0" +.align 2,0 + +.global MoveDescriptionUproar +MoveDescriptionUproar: +.string "The user and team members in the room\ngain the #c5Sleepless#r status~2c\nso they cannot fall asleep.\nIt also awakens sleeping team members.\0" +.align 2,0 + +.global MoveNameUproar +MoveNameUproar: +.string "Uproar\0" +.align 2,0 + +.global MoveDescriptionPsychoBoost +MoveDescriptionPsychoBoost: +.string "Inflicts damage on the target.\nHowever~2c it also lowers the user~27s #c6Special\nAttack#r by two levels.\0" +.align 2,0 + +.global MoveNamePsychoBoost +MoveNamePsychoBoost: +.string "Psycho Boost\0" +.align 2,0 + +.global MoveNamePsychic +MoveNamePsychic: +.string "Psychic\0" +.align 2,0 + +.global MoveDescriptionPsywave +MoveDescriptionPsywave: +.string "Inflicts damage on the target~2c even at a\ndistance. The amount of damage depends\non the user~27s #c6level#r.\0" +.align 2,0 + +.global MoveNamePsywave +MoveNamePsywave: +.string "Psywave\0" +.align 2,0 + +.global MoveDescriptionConfuseChanceDistance +MoveDescriptionConfuseChanceDistance: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also leave the target\n#c5confused#r.\0" +.align 2,0 + +.global MoveNamePsybeam +MoveNamePsybeam: +.string "Psybeam\0" +.align 2,0 + +.global MoveDescriptionLowerSpeed +MoveDescriptionLowerSpeed: +.string "Lowers the target~27s #c6Movement Speed#r by\none level.\0" +.align 2,0 + +.global MoveNameScaryFace +MoveNameScaryFace: +.string "Scary Face\0" +.align 2,0 + +.global MoveNameRollout +MoveNameRollout: +.string "Rollout\0" +.align 2,0 + +.global MoveDescriptionEndure +MoveDescriptionEndure: +.string "The user gains the #c5Enduring#r status.\nThe user will survive any attack with just\none #c6HP#r.\0" +.align 2,0 + +.global MoveNameEndure +MoveNameEndure: +.string "Endure\0" +.align 2,0 + +.global MoveDescriptionMeteorMash +MoveDescriptionMeteorMash: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also boost the user~27s\n#c6Attack#r by one level.\0" +.align 2,0 + +.global MoveNameMeteorMash +MoveNameMeteorMash: +.string "Meteor Mash\0" +.align 2,0 + +.global MoveDescriptionFollowMe +MoveDescriptionFollowMe: +.string "The user gains the #c5Decoy#r status~2c\nmaking it the primary target of foes.\0" +.align 2,0 + +.global MoveNameFollowMe +MoveNameFollowMe: +.string "Follow Me\0" +.align 2,0 + +.global MoveDescriptionFreezeChanceRoom +MoveDescriptionFreezeChanceRoom: +.string "Inflicts damage on the target.\nIt may also leave the target #c5frozen#r and\nincapable of action.\0" +.align 2,0 + +.global MoveNamePowderSnow +MoveNamePowderSnow: +.string "Powder Snow\0" +.align 2,0 + +.global MoveDescriptionSkyAttack +MoveDescriptionSkyAttack: +.string "The user gains the #c5Sky Attack#r status~2c\nand it attacks strongly on the next turn.\nIt is not possible to #c5link#r this move.\0" +.align 2,0 + +.global MoveNameSkyAttack +MoveNameSkyAttack: +.string "Sky Attack\0" +.align 2,0 + +.global MoveDescriptionCosmicPower +MoveDescriptionCosmicPower: +.string "Boosts the user~27s #c6Defense#r and #c6Special\nDefense#r by one level.\0" +.align 2,0 + +.global MoveNameCosmicPower +MoveNameCosmicPower: +.string "Cosmic Power\0" +.align 2,0 + +.global MoveDescriptionMindReader +MoveDescriptionMindReader: +.string "Gives the user #c5Sure Shot#r status~2c making\nall its moves and attacks completely\naccurate.\0" +.align 2,0 + +.global MoveNameMindReader +MoveNameMindReader: +.string "Mind Reader\0" +.align 2,0 + +.global MoveDescriptionIcyWind +MoveDescriptionIcyWind: +.string "Inflicts damage on the target~2c even at a\ndistance. It also lowers the target~27s\n#c6Movement Speed#r by one level.\0" +.align 2,0 + +.global MoveNameIcyWind +MoveNameIcyWind: +.string "Icy Wind\0" +.align 2,0 + +.global MoveDescriptionRapidSpin +MoveDescriptionRapidSpin: +.string "Inflicts damage on the target.\nIt also frees the user from #c5Leech Seed#r~2c\n#c5Leg Hold#r~2c #c5Ingrain#r~2c or #c5Constriction#r.\0" +.align 2,0 + +.global MoveNameRapidSpin +MoveNameRapidSpin: +.string "Rapid Spin\0" +.align 2,0 + +.global MoveDescriptionAgility +MoveDescriptionAgility: +.string "Boosts by one level the #c6Movement Speed#r\nof the user and team members in the\nsame room.\0" +.align 2,0 + +.global MoveNameAgility +MoveNameAgility: +.string "Agility\0" +.align 2,0 + +.global MoveDescriptionSynthesis +MoveDescriptionSynthesis: +.string "Restores the user~27s #c6HP#r.\nThe amount of #c6HP#r regained depends on\nthe weather.\0" +.align 2,0 + +.global MoveNameSynthesis +MoveNameSynthesis: +.string "Synthesis\0" +.align 2,0 + +.global MoveDescriptionAncientpower +MoveDescriptionAncientpower: +.string "Inflicts damage on the target.\nIt may also simultaneously raise by one\nlevel #c6Attack#r~2c #c6Special Attack#r~2c #c6Defense#r~2c\n#c6Special Defense#r~2c and #c6Movement Speed#r.\0" +.align 2,0 + +.global MoveNameAncientpower +MoveNameAncientpower: +.string "Ancientpower\0" +.align 2,0 + +.global MoveDescriptionLowKick +MoveDescriptionLowKick: +.string "Inflicts damage on the target.\nThe heavier the target~2c the greater the\ndamage.\0" +.align 2,0 + +.global MoveNameLowKick +MoveNameLowKick: +.string "Low Kick\0" +.align 2,0 + +.global MoveDescriptionOutrage +MoveDescriptionOutrage: +.string "Hits the target two to five times in\nsuccession. However~2c it also makes the\nuser #c5confused#r.\0" +.align 2,0 + +.global MoveNameOutrage +MoveNameOutrage: +.string "Outrage\0" +.align 2,0 + +.global MoveNameCrossChop +MoveNameCrossChop: +.string "Cross Chop\0" +.align 2,0 + +.global MoveNameMeanLook +MoveNameMeanLook: +.string "Mean Look\0" +.align 2,0 + +.global MoveDescriptionHaze +MoveDescriptionHaze: +.string "Resets the #c6Attack#r~2c #c6Defense#r~2c etc.~2c of all\nPokémon on the floor whether they were\nboosted or lowered.\0" +.align 2,0 + +.global MoveNameHaze +MoveNameHaze: +.string "Haze\0" +.align 2,0 + +.global MoveNameCrabhammer +MoveNameCrabhammer: +.string "Crabhammer\0" +.align 2,0 + +.global MoveDescriptionLegHolder +MoveDescriptionLegHolder: +.string "Inflicts the #c5Leg Hold#r status on the target~2c\nmaking it incapable of movement.\0" +.align 2,0 + +.global MoveNameSpiderWeb +MoveNameSpiderWeb: +.string "Spider Web\0" +.align 2,0 + +.global MoveDescriptionTickle +MoveDescriptionTickle: +.string "Reduces the target~27s #c6Attack#r and #c6Defense#r\nby one level.\0" +.align 2,0 + +.global MoveNameTickle +MoveNameTickle: +.string "Tickle\0" +.align 2,0 + +.global MoveDescriptionSleep +MoveDescriptionSleep: +.string "Makes the target go to #c5sleep#r~2c causing it\nto be incapable of action.\0" +.align 2,0 + +.global MoveNameGrasswhistle +MoveNameGrasswhistle: +.string "Grasswhistle\0" +.align 2,0 + +.global MoveDescriptionMetalSound +MoveDescriptionMetalSound: +.string "Reduces the target~27s #c6Special Defense#r by\nthree levels.\0" +.align 2,0 + +.global MoveNameMetalSound +MoveNameMetalSound: +.string "Metal Sound\0" +.align 2,0 + +.global MoveDescriptionSilverWind +MoveDescriptionSilverWind: +.string "Inflicts damage on foes in the same room.\nIt may also simultaneously raise by one\nlevel #c6Attack#r~2c #c6Special Attack#r~2c #c6Defense#r~2c\n#c6Special Defense#r~2c and #c6Movement Speed#r.\0" +.align 2,0 + +.global MoveNameSilverWind +MoveNameSilverWind: +.string "Silver Wind\0" +.align 2,0 + +.global MoveNameSlash +MoveNameSlash: +.string "Slash\0" +.align 2,0 + +.global MoveNameLeechLife +MoveNameLeechLife: +.string "Leech Life\0" +.align 2,0 + +.global MoveDescriptionSpore +MoveDescriptionSpore: +.string "Makes all the foes in the room go to\n#c5sleep#r.\0" +.align 2,0 + +.global MoveNameSpore +MoveNameSpore: +.string "Spore\0" +.align 2,0 + +.global MoveDescriptionSmellingsalt +MoveDescriptionSmellingsalt: +.string "Inflicts damage on the target.\nIt inflicts greater damage if the target\nhas #c5paralysis#r~2c but it also heals #c5paralysis#r.\0" +.align 2,0 + +.global MoveNameSmellingsalt +MoveNameSmellingsalt: +.string "Smellingsalt\0" +.align 2,0 + +.global MoveDescriptionReversal +MoveDescriptionReversal: +.string "Inflicts damage on the target.\nThe lower the user~27s #c6HP#r~2c the greater the\ndamage it inflicts.\0" +.align 2,0 + +.global MoveNameReversal +MoveNameReversal: +.string "Reversal\0" +.align 2,0 + +.global MoveDescriptionDrain +MoveDescriptionDrain: +.string "Inflicts damage on the target.\nIt also restores the user~27s #c6HP#r based\non the damage it inflicted.\0" +.align 2,0 + +.global MoveNameGigaDrain +MoveNameGigaDrain: +.string "Giga Drain\0" +.align 2,0 + +.global MoveDescriptionFocusPunch +MoveDescriptionFocusPunch: +.string "The user gains the #c5Focus Punch#r status~2c\nand it attacks on the next turn.\nIt is not possible to #c5link#r this move.\0" +.align 2,0 + +.global MoveNameFocusPunch +MoveNameFocusPunch: +.string "Focus Punch\0" +.align 2,0 + +.global MoveDescriptionFocusEnergy +MoveDescriptionFocusEnergy: +.string "The user gains the #c5Focus Energy#r status~2c\nraising its critical-hit rate.\0" +.align 2,0 + +.global MoveNameFocusEnergy +MoveNameFocusEnergy: +.string "Focus Energy\0" +.align 2,0 + +.global MoveDescriptionDamageLowerSpeed +MoveDescriptionDamageLowerSpeed: +.string "Inflicts damage on the target.\nIt also lowers the target~27s #c6Movement\nSpeed#r by one level.\0" +.align 2,0 + +.global MoveNameRockTomb +MoveNameRockTomb: +.string "Rock Tomb\0" +.align 2,0 + +.global MoveDescriptionBrickBreak +MoveDescriptionBrickBreak: +.string "Shatters the target~27s #c5Reflect#r\nor #c5Light Screen#r to inflict damage.\0" +.align 2,0 + +.global MoveNameBrickBreak +MoveNameBrickBreak: +.string "Brick Break\0" +.align 2,0 + +.global MoveDescriptionConstrict +MoveDescriptionConstrict: +.string "Inflicts damage on the target.\nIt may also lower the target~27s #c6Movement\nSpeed#r by one level.\0" +.align 2,0 + +.global MoveNameConstrict +MoveNameConstrict: +.string "Constrict\0" +.align 2,0 + +.global MoveNameWithdraw +MoveNameWithdraw: +.string "Withdraw\0" +.align 2,0 + +.global MoveDescriptionConstriction +MoveDescriptionConstriction: +.string "Inflicts damage on the target.\nIt may also cause #c5constriction#r~2c making the\nfoe incapable of movement.\0" +.align 2,0 + +.global MoveNameClamp +MoveNameClamp: +.string "Clamp\0" +.align 2,0 + +.global MoveNameKarateChop +MoveNameKarateChop: +.string "Karate Chop\0" +.align 2,0 + +.global MoveDescriptionFacade +MoveDescriptionFacade: +.string "Inflicts damage on the target.\nIf the user is #c5poisoned#r~2c #c5badly poisoned#r~2c\nor has a #c5burn#r~2c its power is doubled.\0" +.align 2,0 + +.global MoveNameFacade +MoveNameFacade: +.string "Facade\0" +.align 2,0 + +.global MoveDescriptionEndeavor +MoveDescriptionEndeavor: +.string "The difference between the foe~27s #c6HP#r and\nthe user~27s #c6HP#r is applied as this move~27s\ndamage.\0" +.align 2,0 + +.global MoveNameEndeavor +MoveNameEndeavor: +.string "Endeavor\0" +.align 2,0 + +.global MoveDescriptionParalyzeChance +MoveDescriptionParalyzeChance: +.string "Inflicts damage on the target.\nIt may also cause #c5paralysis#r and prevent\nany attacks or moves.\0" +.align 2,0 + +.global MoveNameThunderpunch +MoveNameThunderpunch: +.string "Thunderpunch\0" +.align 2,0 + +.global MoveDescriptionThunder +MoveDescriptionThunder: +.string "Inflicts damage on the target. It may also\ncause #c5paralysis#r. Its accuracy is affected\nby the weather. It even hits a Pokémon\nthat is #c5flying#r or #c5bouncing#r.\0" +.align 2,0 + +.global MoveDescriptionLowerSpecialDefenseChance +MoveDescriptionLowerSpecialDefenseChance: +.string "Inflicts damage on the target.\nIt may also lower the target~27s #c6Special\nDefense#r by one level.\0" +.align 2,0 + +.global MoveNameCrunch +MoveNameCrunch: +.string "Crunch\0" +.align 2,0 + +.global MoveDescriptionBide +MoveDescriptionBide: +.string "The user gains the #c5Bide#r status.\nWhen #c5Bide#r is released~2c the user looses an\nattack double the damage it took\nwhile waiting.\0" +.align 2,0 + +.global MoveNameBide +MoveNameBide: +.string "Bide\0" +.align 2,0 + +.global MoveDescriptionRazorWind +MoveDescriptionRazorWind: +.string "The user gains the #c5Razor Wind#r status~2c\nand it looses a powerful attack with a\nhigh critical-hit rate on the next turn.\nIt is not possible to #c5link#r this move.\0" +.align 2,0 + +.global MoveNameRazorWind +MoveNameRazorWind: +.string "Razor Wind\0" +.align 2,0 + +.global MoveDescriptionParalyze +MoveDescriptionParalyze: +.string "Causes #c5paralysis#r in the target.\nA Pokémon affected by #c5paralysis#r is\nincapable of attacking or using moves.\0" +.align 2,0 + +.global MoveNameDisable +MoveNameDisable: +.string "Disable\0" +.align 2,0 + +.global MoveDescriptionBoostDefense +MoveDescriptionBoostDefense: +.string "Boosts the user~27s #c6Defense#r by one level.\0" +.align 2,0 + +.global MoveNameHarden +MoveNameHarden: +.string "Harden\0" +.align 2,0 + +.global MoveDescriptionGust +MoveDescriptionGust: +.string "Inflicts damage on the target.\nDoubles damage on a #c5flying#r or #c5bouncing#r\nPokémon.\0" +.align 2,0 + +.global MoveNameGust +MoveNameGust: +.string "Gust\0" +.align 2,0 + +.global MoveDescriptionBoostEvasion +MoveDescriptionBoostEvasion: +.string "Boosts the user~27s #c6Evasion#r by one level.\0" +.align 2,0 + +.global MoveNameDoubleTeam +MoveNameDoubleTeam: +.string "Double Team\0" +.align 2,0 + +.global MoveDescriptionBoostAttack +MoveDescriptionBoostAttack: +.string "Boosts the user~27s #c6Attack#r by one level.\0" +.align 2,0 + +.global MoveNameSharpen +MoveNameSharpen: +.string "Sharpen\0" +.align 2,0 + +.global MoveDescriptionOdorSleuth +MoveDescriptionOdorSleuth: +.string "Resets the boosted #c6Evasion#r of foes in\nthe same room.\nGhost-type foes are #c5exposed#r.\0" +.align 2,0 + +.global MoveNameOdorSleuth +MoveNameOdorSleuth: +.string "Odor Sleuth\0" +.align 2,0 + +.global MoveDescriptionFlamethrower +MoveDescriptionFlamethrower: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also cause a #c5burn#r.\nIt thaws and frees frozen Pokémon.\0" +.align 2,0 + +.global MoveNameFlamethrower +MoveNameFlamethrower: +.string "Flamethrower\0" +.align 2,0 + +.global MoveDescriptionBurnChance +MoveDescriptionBurnChance: +.string "Inflicts damage on the target.\nIt may also cause a #c5burn#r.\nIt thaws and frees frozen Pokémon.\0" +.align 2,0 + +.global MoveNameFlameWheel +MoveNameFlameWheel: +.string "Flame Wheel\0" +.align 2,0 + +.global MoveNameCounter +MoveNameCounter: +.string "Counter\0" +.align 2,0 + +.global MoveDescriptionStrength +MoveDescriptionStrength: +.string "Hurls the target at another hostile\nPokémon to inflict damage.\0" +.align 2,0 + +.global MoveNameStrength +MoveNameStrength: +.string "Strength\0" +.align 2,0 + +.global MoveDescriptionGrudge +MoveDescriptionGrudge: +.string "The user gains the #c5Grudge#r status.\nIf the user is defeated~2c it zeroes the #c6PP#r\nof the move last used by the foe.\0" +.align 2,0 + +.global MoveNameGrudge +MoveNameGrudge: +.string "Grudge\0" +.align 2,0 + +.global MoveDescriptionReturn +MoveDescriptionReturn: +.string "Inflicts damage on the target.\nIts power rises with the user~27s\n#c6IQ#r.\0" +.align 2,0 + +.global MoveNameReturn +MoveNameReturn: +.string "Return\0" +.align 2,0 + +.global MoveDescriptionWillOWisp +MoveDescriptionWillOWisp: +.string "Inflicts a #c5burn#r on the target.\nA #c5burn#r inflicts damage every few turns.\0" +.align 2,0 + +.global MoveNameWillOWisp +MoveNameWillOWisp: +.string "Will-O-Wisp\0" +.align 2,0 + +.global MoveDescriptionCringe +MoveDescriptionCringe: +.string "Inflicts damage on the target.\nIt may also cause the target to #c5cringe#r~2c\nmaking it incapable of action.\0" +.align 2,0 + +.global MoveNameAstonish +MoveNameAstonish: +.string "Astonish\0" +.align 2,0 + +.global MoveDescriptionFlatter +MoveDescriptionFlatter: +.string "Inflicts the #c5Confused#r status on the\ntarget~2c but also raises its #c6Special\nAttack#r by one level.\0" +.align 2,0 + +.global MoveNameFlatter +MoveNameFlatter: +.string "Flatter\0" +.align 2,0 + +.global MoveDescriptionOctazooka +MoveDescriptionOctazooka: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also lower the target~27s\n#c6Accuracy#r by one level.\0" +.align 2,0 + +.global MoveNameOctazooka +MoveNameOctazooka: +.string "Octazooka\0" +.align 2,0 + +.global MoveDescriptionMemento +MoveDescriptionMemento: +.string "Sharply reduces the #c6Attack#r and #c6Special\nAttack#r of all foes in the room. It also\ncuts the user~27s #c6HP#r to one and warps the\nuser to a different place on the floor.\n\0" +.align 2,0 + +.global MoveNameMemento +MoveNameMemento: +.string "Memento\0" +.align 2,0 + +.global MoveDescriptionAuroraBeam +MoveDescriptionAuroraBeam: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also halve the \ntarget~27s #c6Attack#r.\0" +.align 2,0 + +.global MoveNameAuroraBeam +MoveNameAuroraBeam: +.string "Aurora Beam\0" +.align 2,0 + +.global MoveDescriptionOverheat +MoveDescriptionOverheat: +.string "Damages all foes around the user~2c but\nalso lowers the user~27s #c6Special Defense#r\nby two levels and thaws frozen Pokémon.\0" +.align 2,0 + +.global MoveNameOverheat +MoveNameOverheat: +.string "Overheat\0" +.align 2,0 + +.global MoveDescriptionMirrorMove +MoveDescriptionMirrorMove: +.string "The user gains the #c5Mirror Move#r status.\nAny move used against the user is\ncountered with the same move.\0" +.align 2,0 + +.global MoveNameMirrorMove +MoveNameMirrorMove: +.string "Mirror Move\0" +.align 2,0 + +.global MoveDescriptionMultiHit +MoveDescriptionMultiHit: +.string "Inflicts damage on the target.\nIt hits two to five times in succession.\0" +.align 2,0 + +.global MoveNameDoubleslap +MoveNameDoubleslap: +.string "Doubleslap\0" +.align 2,0 + +.global MoveDescriptionCounter +MoveDescriptionCounter: +.string "The user gains the #c5Counter#r status.\nAny damage from #c5Physical Attack moves#r\nor a regular attack is partially returned.\0" +.align 2,0 + +.global MoveNamePursuit +MoveNamePursuit: +.string "Pursuit\0" +.align 2,0 + +.global MoveDescriptionSmokescreen +MoveDescriptionSmokescreen: +.string "Inflicts the #c5Whiffer#r status on the target~2c\nmaking it miss almost all of its attacks\nand moves.\0" +.align 2,0 + +.global MoveNameSmokescreen +MoveNameSmokescreen: +.string "Smokescreen\0" +.align 2,0 + +.global MoveDescriptionHighCritical +MoveDescriptionHighCritical: +.string "Inflicts damage on the target.\nIt has a high critical-hit rate.\0" +.align 2,0 + +.global MoveNameAirCutter +MoveNameAirCutter: +.string "Air Cutter\0" +.align 2,0 + +.global MoveDescriptionSpite +MoveDescriptionSpite: +.string "Zeroes the #c6PP#r of the move last used by\nthe target~2c making it unusable.\0" +.align 2,0 + +.global MoveNameSpite +MoveNameSpite: +.string "Spite\0" +.align 2,0 + +.global MoveDescriptionSing +MoveDescriptionSing: +.string "Makes the target go to #c5sleep#r~2c causing\nit to be incapable of action.\0" +.align 2,0 + +.global MoveNameSing +MoveNameSing: +.string "Sing\0" +.align 2,0 + +.global MoveDescriptionFakeTears +MoveDescriptionFakeTears: +.string "Lowers the target~27s #c6Special Defense#r by\ntwo levels.\0" +.align 2,0 + +.global MoveNameFakeTears +MoveNameFakeTears: +.string "Fake Tears\0" +.align 2,0 + +.global MoveDescriptionWhirlpool +MoveDescriptionWhirlpool: +.string "Inflicts damage on the target.\nIt may also cause #c5constriction#r~2c making the\nfoe incapable of movement.\nInflicts double damage on a #c5diving#r foe.\0" +.align 2,0 + +.global MoveNameWhirlpool +MoveNameWhirlpool: +.string "Whirlpool\0" +.align 2,0 + +.global MoveDescriptionWeatherBall +MoveDescriptionWeatherBall: +.string "Inflicts damage on the target~2c even at a\ndistance~2c using the weather~27s power.\0" +.align 2,0 + +.global MoveNameWeatherBall +MoveNameWeatherBall: +.string "Weather Ball\0" +.align 2,0 + +.global MoveDescriptionRockSlide +MoveDescriptionRockSlide: +.string "Inflicts damage on the target.\nIt may also cause the target to #c5cringe#r~2c \nmaking it incapable of action.\0" +.align 2,0 + +.global MoveNameRockSlide +MoveNameRockSlide: +.string "Rock Slide\0" +.align 2,0 + +.global MoveDescriptionRockSmash +MoveDescriptionRockSmash: +.string "Digs through the wall the user is facing.\0" +.align 2,0 + +.global MoveNameRockSmash +MoveNameRockSmash: +.string "Rock Smash\0" +.align 2,0 + +.global MoveDescriptionDamage +MoveDescriptionDamage: +.string "Inflicts damage on the target.\0" +.align 2,0 + +.global MoveNameRockThrow +MoveNameRockThrow: +.string "Rock Throw\0" +.align 2,0 + +.global MoveDescriptionScreech +MoveDescriptionScreech: +.string "Sharply lowers the target~27s #c6Defense#r.\0" +.align 2,0 + +.global MoveNameHealBell +MoveNameHealBell: +.string "Heal Bell\0" +.align 2,0 + +.global MoveDescriptionSnore +MoveDescriptionSnore: +.string "If the user is attacked while asleep~2c it\ncounterattacks. It may also cause the\ntarget to #c5cringe#r~2c making it incapable\nof action.\0" +.align 2,0 + +.global MoveNameSnore +MoveNameSnore: +.string "Snore\0" +.align 2,0 + +.global MoveDescriptionSwagger +MoveDescriptionSwagger: +.string "Inflicts the #c5Confused#r status on the\ntarget~2c but also raises its #c6Attack#r by\ntwo levels.\0" +.align 2,0 + +.global MoveNameSwagger +MoveNameSwagger: +.string "Swagger\0" +.align 2,0 + +.global MoveDescriptionStringShot +MoveDescriptionStringShot: +.string "Reduces the target~27s #c6Movement Speed#r by\none level~2c even at a distance.\0" +.align 2,0 + +.global MoveNameStringShot +MoveNameStringShot: +.string "String Shot\0" +.align 2,0 + +.global MoveDescriptionTorment +MoveDescriptionTorment: +.string "Prevents the targeted Pokémon~2c\nwhile it remains on the floor~2c from \nusing the last move it used.\0" +.align 2,0 + +.global MoveNameTorment +MoveNameTorment: +.string "Torment\0" +.align 2,0 + +.global MoveDescriptionPainSplit +MoveDescriptionPainSplit: +.string "Adds the #c6HP#r of the user and the target~2c\nthen shares it equally.\0" +.align 2,0 + +.global MoveNamePainSplit +MoveNamePainSplit: +.string "Pain Split\0" +.align 2,0 + +.global MoveDescriptionSuperFang +MoveDescriptionSuperFang: +.string "Halves the target~27s #c6HP#r.\0" +.align 2,0 + +.global MoveNameSuperFang +MoveNameSuperFang: +.string "Super Fang\0" +.align 2,0 + +.global MoveDescriptionRage +MoveDescriptionRage: +.string "The user gains the #c5Enraged#r status.\nIts #c6Attack#r rises by one level every time\nthe user takes damage.\0" +.align 2,0 + +.global MoveNameRage +MoveNameRage: +.string "Rage\0" +.align 2,0 + +.global MoveDescriptionCut +MoveDescriptionCut: +.string "Damages all foes around the user.\0" +.align 2,0 + +.global MoveNameCut +MoveNameCut: +.string "Cut\0" +.align 2,0 + +.global MoveDescriptionEncore +MoveDescriptionEncore: +.string "Inflicts the #c5Encore#r status on the target~2c\nmaking it capable of using only\nthe move it last used.\0" +.align 2,0 + +.global MoveNameEncore +MoveNameEncore: +.string "Encore\0" +.align 2,0 + +.global MoveDescriptionLowerSpeedChanceDistance +MoveDescriptionLowerSpeedChanceDistance: +.string "Inflicts damage on the target~2c even at a\ndistance. It may also lower the target~27s\n#c6Movement Speed#r by one level.\0" +.align 2,0 + +.global MoveNameBubble +MoveNameBubble: +.string "Bubble\0" +.align 2,0 + +.global MoveDescriptionHealTeamStatus +MoveDescriptionHealTeamStatus: +.string "Heals all status problems of the user and\nteam members in the room.\0" +.align 2,0 + +.global MoveNameAromatherapy +MoveNameAromatherapy: +.string "Aromatherapy\0" +.align 2,0 + +.global MoveDescriptionHail +MoveDescriptionHail: +.string "Changes the dungeon floor~27s weather to\n#c5Hail#r for several turns.\0" +.align 2,0 + +.global MoveNameHail +MoveNameHail: +.string "Hail\0" +.align 2,0 + +.global MoveDescriptionConfuseRay +MoveDescriptionConfuseRay: +.string "Inflicts the #c5Confused#r status on\nthe target~2c making its attacks and\nmovements erratic.\0" +.align 2,0 + +.global MoveNameConfuseRay +MoveNameConfuseRay: +.string "Confuse Ray\0" +.align 2,0 + +.global MoveDescriptionRainDance +MoveDescriptionRainDance: +.string "Changes the dungeon floor~27s weather to\n#c5Rain#r over several turns.\0" +.align 2,0 + +.global MoveNameRainDance +MoveNameRainDance: +.string "Rain Dance\0" +.align 2,0 + +.global MoveDescriptionCharm +MoveDescriptionCharm: +.string "Lowers the #c6Attack#r of the target\nby two levels.\0" +.align 2,0 + +.global MoveNameCharm +MoveNameCharm: +.string "Charm\0" +.align 2,0 + +.global MoveDescriptionSweetScent +MoveDescriptionSweetScent: +.string "Lowers the #c6Evasion#r of foes in the same\nroom by one level.\0" +.align 2,0 + +.global MoveNameSweetScent +MoveNameSweetScent: +.string "Sweet Scent\0" +.align 2,0 + +.global MoveDescriptionThrash +MoveDescriptionThrash: +.string "Attacks three times in random directions.\0" +.align 2,0 + +.global MoveNameThrash +MoveNameThrash: +.string "Thrash\0" +.align 2,0 + +.global MoveDescriptionDig +MoveDescriptionDig: +.string "The user gains the #c5Digging#r status~2c\nand it attacks on the next turn.\nIt is not possible to #c5link#r this move.\0" +.align 2,0 + +.global MoveNameDig +MoveNameDig: +.string "Dig\0" +.align 2,0 + +.global MoveDescriptionVitalThrow +MoveDescriptionVitalThrow: +.string "The user gains the #c5Vital Throw#r status.\nFoes that attack the user are hurled at\nother foes.\0" +.align 2,0 + +.global MoveNameVitalThrow +MoveNameVitalThrow: +.string "Vital Throw\0" +.align 2,0 + +.global MoveDescriptionMorningSun +MoveDescriptionMorningSun: +.string "Restores the #c6HP#r of the user and team\nmembers on the floor.\nThe amount of #c6HP#r regained depends on\nthe weather.\0" +.align 2,0 + +.global MoveNameMorningSun +MoveNameMorningSun: +.string "Morning Sun\0" +.align 2,0 + +.global MoveDescriptionNightmare +MoveDescriptionNightmare: +.string "Inflicts the #c5Nightmare#r status\non the target~2c making it incapable\nof action.\0" +.align 2,0 + +.global MoveNameNightmare +MoveNameNightmare: +.string "Nightmare\0" +.align 2,0 + +.global MoveDescriptionLovelyKiss +MoveDescriptionLovelyKiss: +.string "Makes all foes around the user go to #c5sleep#r~2c\ncausing them to be incapable of action.\0" +.align 2,0 + +.global MoveNameLovelyKiss +MoveNameLovelyKiss: +.string "Lovely Kiss\0" +.align 2,0 + +.global MoveDescriptionYawn +MoveDescriptionYawn: +.string "Inflicts the #c5Yawning#r status on the target.\nA #c5yawning#r Pokémon falls\nasleep sometime later.\0" +.align 2,0 + +.global MoveNameYawn +MoveNameYawn: +.string "Yawn\0" +.align 2,0 + +.global MoveDescriptionMultiHitUntilMiss +MoveDescriptionMultiHitUntilMiss: +.string "Hits the target in succession until it\nmisses. Its power rises with every hit.\nIt may hit up to five times.\0" +.align 2,0 + +.global MoveNameIceBall +MoveNameIceBall: +.string "Ice Ball\0" +.align 2,0 + +.global MoveUseTextUse +MoveUseTextUse: +.string "$m0 used $i0!\0" +.align 2,0 + +.global MoveDescriptionLowerDefenseChance +MoveDescriptionLowerDefenseChance: +.string "Inflicts damage on the target.\nIt may also lower the target~27s #c6Defense#r\nby one level.\0" +.align 2,0 + +.global MoveNameIronTail +MoveNameIronTail: +.string "Iron Tail\0" +.align 2,0 + +.global MoveDescriptionNone +MoveDescriptionNone: +.string "\0" +.align 2,0 + +.global MoveNameNone +MoveNameNone: +.byte 0x82, 0xc8, 0x82, 0xc9, 0x82, 0xe0, 0x82, 0xcc, 0x81 +.string "H\0" +.align 2,0 diff --git a/data/pokemon/species_data.json b/data/pokemon/species_data.json index ad4959f..e8ac4d8 100644 --- a/data/pokemon/species_data.json +++ b/data/pokemon/species_data.json @@ -1,8 +1,8 @@ [ { "name": "None", - "species": "0x08360be8", - "category": "0x08360bdc", + "species": "SpeciesNameNone", + "category": "SpeciesCategoryNone", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -45,12 +45,12 @@ }, { "name": "Bulbasaur", - "species": "0x08360bd0", - "category": "0x08360bc8", + "species": "SpeciesNameBulbasaur", + "category": "SpeciesCategoryBulbasaur", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_GRASS", "TYPE_POISON" @@ -91,8 +91,8 @@ }, { "name": "Ivysaur", - "species": "0x08360bc0", - "category": "0x08360bc8", + "species": "SpeciesNameIvysaur", + "category": "SpeciesCategoryBulbasaur", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -143,8 +143,8 @@ }, { "name": "Venusaur", - "species": "0x08360bb4", - "category": "0x08360bc8", + "species": "SpeciesNameVenusaur", + "category": "SpeciesCategoryBulbasaur", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -195,12 +195,12 @@ }, { "name": "Charmander", - "species": "0x08360ba8", - "category": "0x08360ba0", + "species": "SpeciesNameCharmander", + "category": "SpeciesCategoryCharmander", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_FIRE" ], @@ -241,8 +241,8 @@ }, { "name": "Charmeleon", - "species": "0x08360b94", - "category": "0x08360b8c", + "species": "SpeciesNameCharmeleon", + "category": "SpeciesCategoryCharmeleon", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -293,12 +293,12 @@ }, { "name": "Charizard", - "species": "0x08360b80", - "category": "0x08360b8c", + "species": "SpeciesNameCharizard", + "category": "SpeciesCategoryCharmeleon", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 31, + "dialogue_sprites": "0b0000000000011111", "types": [ "TYPE_FIRE", "TYPE_FLYING" @@ -347,12 +347,12 @@ }, { "name": "Squirtle", - "species": "0x08360b74", - "category": "0x08360b68", + "species": "SpeciesNameSquirtle", + "category": "SpeciesCategorySquirtle", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_WATER" ], @@ -393,8 +393,8 @@ }, { "name": "Wartortle", - "species": "0x08360b5c", - "category": "0x08360b54", + "species": "SpeciesNameWartortle", + "category": "SpeciesCategoryWartortle", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -445,12 +445,12 @@ }, { "name": "Blastoise", - "species": "0x08360b48", - "category": "0x08360b3c", + "species": "SpeciesNameBlastoise", + "category": "SpeciesCategoryBlastoise", "overworld_palette": 9, "size": 1, "move_speed": 1, - "dialogue_sprites": 15, + "dialogue_sprites": "0b0000000000001111", "types": [ "TYPE_WATER" ], @@ -498,12 +498,12 @@ }, { "name": "Caterpie", - "species": "0x08360b30", - "category": "0x08360b28", + "species": "SpeciesNameCaterpie", + "category": "SpeciesCategoryCaterpie", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_BUG" ], @@ -543,12 +543,12 @@ }, { "name": "Metapod", - "species": "0x08360b20", - "category": "0x08360b18", + "species": "SpeciesNameMetapod", + "category": "SpeciesCategoryMetapod", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_BUG" ], @@ -595,12 +595,12 @@ }, { "name": "Butterfree", - "species": "0x08360b0c", - "category": "0x08360b00", + "species": "SpeciesNameButterfree", + "category": "SpeciesCategoryButterfree", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_BUG", "TYPE_FLYING" @@ -649,8 +649,8 @@ }, { "name": "Weedle", - "species": "0x08360af8", - "category": "0x08360aec", + "species": "SpeciesNameWeedle", + "category": "SpeciesCategoryWeedle", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -694,8 +694,8 @@ }, { "name": "Kakuna", - "species": "0x08360ae4", - "category": "0x08360b18", + "species": "SpeciesNameKakuna", + "category": "SpeciesCategoryMetapod", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -746,8 +746,8 @@ }, { "name": "Beedrill", - "species": "0x08360ad8", - "category": "0x08360acc", + "species": "SpeciesNameBeedrill", + "category": "SpeciesCategoryBeedrill", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -799,8 +799,8 @@ }, { "name": "Pidgey", - "species": "0x08360ac4", - "category": "0x08360ab8", + "species": "SpeciesNamePidgey", + "category": "SpeciesCategoryPidgey", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -844,8 +844,8 @@ }, { "name": "Pidgeotto", - "species": "0x08360aac", - "category": "0x08360aa4", + "species": "SpeciesNamePidgeotto", + "category": "SpeciesCategoryPidgeotto", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -896,8 +896,8 @@ }, { "name": "Pidgeot", - "species": "0x08360a9c", - "category": "0x08360aa4", + "species": "SpeciesNamePidgeot", + "category": "SpeciesCategoryPidgeotto", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -948,8 +948,8 @@ }, { "name": "Rattata", - "species": "0x08360a94", - "category": "0x08360a8c", + "species": "SpeciesNameRattata", + "category": "SpeciesCategoryRattata", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -993,8 +993,8 @@ }, { "name": "Raticate", - "species": "0x08360a80", - "category": "0x08360a8c", + "species": "SpeciesNameRaticate", + "category": "SpeciesCategoryRattata", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1045,8 +1045,8 @@ }, { "name": "Spearow", - "species": "0x08360a78", - "category": "0x08360ab8", + "species": "SpeciesNameSpearow", + "category": "SpeciesCategoryPidgey", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1090,8 +1090,8 @@ }, { "name": "Fearow", - "species": "0x08360a70", - "category": "0x08360a68", + "species": "SpeciesNameFearow", + "category": "SpeciesCategoryFearow", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1142,12 +1142,12 @@ }, { "name": "Ekans", - "species": "0x08360a60", - "category": "0x08360a58", + "species": "SpeciesNameEkans", + "category": "SpeciesCategoryEkans", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_POISON" ], @@ -1188,8 +1188,8 @@ }, { "name": "Arbok", - "species": "0x08360a50", - "category": "0x08360a48", + "species": "SpeciesNameArbok", + "category": "SpeciesCategoryArbok", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -1240,12 +1240,12 @@ }, { "name": "Pikachu", - "species": "0x08360a40", - "category": "0x08360a8c", + "species": "SpeciesNamePikachu", + "category": "SpeciesCategoryRattata", "overworld_palette": 0, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_ELECTRIC" ], @@ -1292,8 +1292,8 @@ }, { "name": "Raichu", - "species": "0x08360a38", - "category": "0x08360a8c", + "species": "SpeciesNameRaichu", + "category": "SpeciesCategoryRattata", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1343,8 +1343,8 @@ }, { "name": "Sandshrew", - "species": "0x08360a2c", - "category": "0x08360a8c", + "species": "SpeciesNameSandshrew", + "category": "SpeciesCategoryRattata", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -1387,8 +1387,8 @@ }, { "name": "Sandslash", - "species": "0x08360a20", - "category": "0x08360a8c", + "species": "SpeciesNameSandslash", + "category": "SpeciesCategoryRattata", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1437,9 +1437,9 @@ ] }, { - "name": "Nidoran\u2640", - "species": "0x08360a14", - "category": "0x08360a08", + "name": "Nidoran♀", + "species": "SpeciesNameNidoran_F", + "category": "SpeciesCategoryNidoran_F", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -1482,8 +1482,8 @@ }, { "name": "Nidorina", - "species": "0x083609fc", - "category": "0x08360a08", + "species": "SpeciesNameNidorina", + "category": "SpeciesCategoryNidoran_F", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -1533,8 +1533,8 @@ }, { "name": "Nidoqueen", - "species": "0x083609f0", - "category": "0x083609e8", + "species": "SpeciesNameNidoqueen", + "category": "SpeciesCategoryNidoqueen", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -1584,9 +1584,9 @@ ] }, { - "name": "Nidoran\u2642", - "species": "0x083609dc", - "category": "0x08360a08", + "name": "Nidoran♂", + "species": "SpeciesNameNidoran_M", + "category": "SpeciesCategoryNidoran_F", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -1629,8 +1629,8 @@ }, { "name": "Nidorino", - "species": "0x083609d0", - "category": "0x08360a08", + "species": "SpeciesNameNidorino", + "category": "SpeciesCategoryNidoran_F", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -1680,8 +1680,8 @@ }, { "name": "Nidoking", - "species": "0x083609c4", - "category": "0x083609e8", + "species": "SpeciesNameNidoking", + "category": "SpeciesCategoryNidoqueen", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -1732,8 +1732,8 @@ }, { "name": "Clefairy", - "species": "0x083609b8", - "category": "0x083609b0", + "species": "SpeciesNameClefairy", + "category": "SpeciesCategoryClefairy", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -1783,8 +1783,8 @@ }, { "name": "Clefable", - "species": "0x083609a4", - "category": "0x083609b0", + "species": "SpeciesNameClefable", + "category": "SpeciesCategoryClefairy", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -1834,8 +1834,8 @@ }, { "name": "Vulpix", - "species": "0x0836099c", - "category": "0x08360998", + "species": "SpeciesNameVulpix", + "category": "SpeciesCategoryVulpix", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -1879,12 +1879,12 @@ }, { "name": "Ninetales", - "species": "0x0836098c", - "category": "0x08360998", + "species": "SpeciesNameNinetales", + "category": "SpeciesCategoryVulpix", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_FIRE" ], @@ -1932,8 +1932,8 @@ }, { "name": "Jigglypuff", - "species": "0x08360980", - "category": "0x08360978", + "species": "SpeciesNameJigglypuff", + "category": "SpeciesCategoryJigglypuff", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -1983,12 +1983,12 @@ }, { "name": "Wigglytuff", - "species": "0x0836096c", - "category": "0x08360978", + "species": "SpeciesNameWigglytuff", + "category": "SpeciesCategoryJigglypuff", "overworld_palette": 1, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_NORMAL" ], @@ -2035,8 +2035,8 @@ }, { "name": "Zubat", - "species": "0x08360964", - "category": "0x08360960", + "species": "SpeciesNameZubat", + "category": "SpeciesCategoryZubat", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -2081,8 +2081,8 @@ }, { "name": "Golbat", - "species": "0x08360958", - "category": "0x08360960", + "species": "SpeciesNameGolbat", + "category": "SpeciesCategoryZubat", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -2134,8 +2134,8 @@ }, { "name": "Oddish", - "species": "0x08360950", - "category": "0x08360948", + "species": "SpeciesNameOddish", + "category": "SpeciesCategoryOddish", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -2179,8 +2179,8 @@ }, { "name": "Gloom", - "species": "0x08360940", - "category": "0x08360948", + "species": "SpeciesNameGloom", + "category": "SpeciesCategoryOddish", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -2231,8 +2231,8 @@ }, { "name": "Vileplume", - "species": "0x08360934", - "category": "0x0836092c", + "species": "SpeciesNameVileplume", + "category": "SpeciesCategoryVileplume", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -2283,8 +2283,8 @@ }, { "name": "Paras", - "species": "0x08360924", - "category": "0x08360918", + "species": "SpeciesNameParas", + "category": "SpeciesCategoryParas", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2328,8 +2328,8 @@ }, { "name": "Parasect", - "species": "0x0836090c", - "category": "0x08360918", + "species": "SpeciesNameParasect", + "category": "SpeciesCategoryParas", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2380,8 +2380,8 @@ }, { "name": "Venonat", - "species": "0x08360904", - "category": "0x083608fc", + "species": "SpeciesNameVenonat", + "category": "SpeciesCategoryVenonat", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -2425,8 +2425,8 @@ }, { "name": "Venomoth", - "species": "0x083608f0", - "category": "0x083608e4", + "species": "SpeciesNameVenomoth", + "category": "SpeciesCategoryVenomoth", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -2478,12 +2478,12 @@ }, { "name": "Diglett", - "species": "0x083608dc", - "category": "0x083608d4", + "species": "SpeciesNameDiglett", + "category": "SpeciesCategoryDiglett", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_GROUND" ], @@ -2524,12 +2524,12 @@ }, { "name": "Dugtrio", - "species": "0x083608cc", - "category": "0x083608d4", + "species": "SpeciesNameDugtrio", + "category": "SpeciesCategoryDiglett", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_GROUND" ], @@ -2577,12 +2577,12 @@ }, { "name": "Meowth", - "species": "0x083608c4", - "category": "0x083608b8", + "species": "SpeciesNameMeowth", + "category": "SpeciesCategoryMeowth", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_NORMAL" ], @@ -2622,12 +2622,12 @@ }, { "name": "Persian", - "species": "0x083608b0", - "category": "0x083608a4", + "species": "SpeciesNamePersian", + "category": "SpeciesCategoryPersian", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_NORMAL" ], @@ -2674,12 +2674,12 @@ }, { "name": "Psyduck", - "species": "0x0836089c", - "category": "0x08360894", + "species": "SpeciesNamePsyduck", + "category": "SpeciesCategoryPsyduck", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_WATER" ], @@ -2721,8 +2721,8 @@ }, { "name": "Golduck", - "species": "0x0836088c", - "category": "0x08360894", + "species": "SpeciesNameGolduck", + "category": "SpeciesCategoryPsyduck", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2774,12 +2774,12 @@ }, { "name": "Mankey", - "species": "0x08360884", - "category": "0x08360878", + "species": "SpeciesNameMankey", + "category": "SpeciesCategoryMankey", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_FIGHTING" ], @@ -2819,8 +2819,8 @@ }, { "name": "Primeape", - "species": "0x0836086c", - "category": "0x08360878", + "species": "SpeciesNamePrimeape", + "category": "SpeciesCategoryMankey", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -2870,8 +2870,8 @@ }, { "name": "Growlithe", - "species": "0x08360860", - "category": "0x08360858", + "species": "SpeciesNameGrowlithe", + "category": "SpeciesCategoryGrowlithe", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2916,8 +2916,8 @@ }, { "name": "Arcanine", - "species": "0x0836084c", - "category": "0x08360840", + "species": "SpeciesNameArcanine", + "category": "SpeciesCategoryArcanine", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -2969,8 +2969,8 @@ }, { "name": "Poliwag", - "species": "0x08360838", - "category": "0x08360830", + "species": "SpeciesNamePoliwag", + "category": "SpeciesCategoryPoliwag", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -3015,8 +3015,8 @@ }, { "name": "Poliwhirl", - "species": "0x08360824", - "category": "0x08360830", + "species": "SpeciesNamePoliwhirl", + "category": "SpeciesCategoryPoliwag", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -3068,8 +3068,8 @@ }, { "name": "Poliwrath", - "species": "0x08360818", - "category": "0x08360830", + "species": "SpeciesNamePoliwrath", + "category": "SpeciesCategoryPoliwag", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -3122,8 +3122,8 @@ }, { "name": "Abra", - "species": "0x08360810", - "category": "0x0836080c", + "species": "SpeciesNameAbra", + "category": "SpeciesCategoryAbra", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -3168,8 +3168,8 @@ }, { "name": "Kadabra", - "species": "0x08360804", - "category": "0x0836080c", + "species": "SpeciesNameKadabra", + "category": "SpeciesCategoryAbra", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -3220,12 +3220,12 @@ }, { "name": "Alakazam", - "species": "0x083607f8", - "category": "0x0836080c", + "species": "SpeciesNameAlakazam", + "category": "SpeciesCategoryAbra", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_PSYCHIC" ], @@ -3274,12 +3274,12 @@ }, { "name": "Machop", - "species": "0x083607f0", - "category": "0x083607e4", + "species": "SpeciesNameMachop", + "category": "SpeciesCategoryMachop", "overworld_palette": 12, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_FIGHTING" ], @@ -3319,8 +3319,8 @@ }, { "name": "Machoke", - "species": "0x083607dc", - "category": "0x083607e4", + "species": "SpeciesNameMachoke", + "category": "SpeciesCategoryMachop", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -3370,8 +3370,8 @@ }, { "name": "Machamp", - "species": "0x083607d4", - "category": "0x083607e4", + "species": "SpeciesNameMachamp", + "category": "SpeciesCategoryMachop", "overworld_palette": 12, "size": 1, "move_speed": 1, @@ -3422,12 +3422,12 @@ }, { "name": "Bellsprout", - "species": "0x083607c8", - "category": "0x0836092c", + "species": "SpeciesNameBellsprout", + "category": "SpeciesCategoryVileplume", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_GRASS", "TYPE_POISON" @@ -3468,8 +3468,8 @@ }, { "name": "Weepinbell", - "species": "0x083607bc", - "category": "0x083607b0", + "species": "SpeciesNameWeepinbell", + "category": "SpeciesCategoryWeepinbell", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -3520,8 +3520,8 @@ }, { "name": "Victreebel", - "species": "0x083607a4", - "category": "0x083607b0", + "species": "SpeciesNameVictreebel", + "category": "SpeciesCategoryWeepinbell", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -3572,8 +3572,8 @@ }, { "name": "Tentacool", - "species": "0x08360798", - "category": "0x0836078c", + "species": "SpeciesNameTentacool", + "category": "SpeciesCategoryTentacool", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -3619,8 +3619,8 @@ }, { "name": "Tentacruel", - "species": "0x08360780", - "category": "0x0836078c", + "species": "SpeciesNameTentacruel", + "category": "SpeciesCategoryTentacool", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -3673,8 +3673,8 @@ }, { "name": "Geodude", - "species": "0x08360778", - "category": "0x08360770", + "species": "SpeciesNameGeodude", + "category": "SpeciesCategoryGeodude", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -3719,8 +3719,8 @@ }, { "name": "Graveler", - "species": "0x08360764", - "category": "0x08360770", + "species": "SpeciesNameGraveler", + "category": "SpeciesCategoryGeodude", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -3772,12 +3772,12 @@ }, { "name": "Golem", - "species": "0x0836075c", - "category": "0x08360754", + "species": "SpeciesNameGolem", + "category": "SpeciesCategoryGolem", "overworld_palette": 6, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_ROCK", "TYPE_GROUND" @@ -3827,8 +3827,8 @@ }, { "name": "Ponyta", - "species": "0x0836074c", - "category": "0x08360740", + "species": "SpeciesNamePonyta", + "category": "SpeciesCategoryPonyta", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -3873,8 +3873,8 @@ }, { "name": "Rapidash", - "species": "0x08360734", - "category": "0x08360740", + "species": "SpeciesNameRapidash", + "category": "SpeciesCategoryPonyta", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -3926,8 +3926,8 @@ }, { "name": "Slowpoke", - "species": "0x08360728", - "category": "0x08360720", + "species": "SpeciesNameSlowpoke", + "category": "SpeciesCategorySlowpoke", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -3973,8 +3973,8 @@ }, { "name": "Slowbro", - "species": "0x08360718", - "category": "0x0836070c", + "species": "SpeciesNameSlowbro", + "category": "SpeciesCategorySlowbro", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -4027,12 +4027,12 @@ }, { "name": "Magnemite", - "species": "0x08360700", - "category": "0x083606f8", + "species": "SpeciesNameMagnemite", + "category": "SpeciesCategoryMagnemite", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_ELECTRIC", "TYPE_STEEL" @@ -4075,8 +4075,8 @@ }, { "name": "Magneton", - "species": "0x083606ec", - "category": "0x083606f8", + "species": "SpeciesNameMagneton", + "category": "SpeciesCategoryMagnemite", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -4129,8 +4129,8 @@ }, { "name": "Farfetch", - "species": "0x083606e0", - "category": "0x083606d4", + "species": "SpeciesNameFarfetch", + "category": "SpeciesCategoryFarfetch", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -4175,8 +4175,8 @@ }, { "name": "Doduo", - "species": "0x083606cc", - "category": "0x083606c0", + "species": "SpeciesNameDoduo", + "category": "SpeciesCategoryDoduo", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -4221,8 +4221,8 @@ }, { "name": "Dodrio", - "species": "0x083606b8", - "category": "0x083606ac", + "species": "SpeciesNameDodrio", + "category": "SpeciesCategoryDodrio", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -4274,8 +4274,8 @@ }, { "name": "Seel", - "species": "0x083606a4", - "category": "0x08360698", + "species": "SpeciesNameSeel", + "category": "SpeciesCategorySeel", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -4319,8 +4319,8 @@ }, { "name": "Dewgong", - "species": "0x08360690", - "category": "0x08360698", + "species": "SpeciesNameDewgong", + "category": "SpeciesCategorySeel", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -4372,8 +4372,8 @@ }, { "name": "Grimer", - "species": "0x08360688", - "category": "0x08360680", + "species": "SpeciesNameGrimer", + "category": "SpeciesCategoryGrimer", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4417,8 +4417,8 @@ }, { "name": "Muk", - "species": "0x0836067c", - "category": "0x08360680", + "species": "SpeciesNameMuk", + "category": "SpeciesCategoryGrimer", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4469,8 +4469,8 @@ }, { "name": "Shellder", - "species": "0x08360670", - "category": "0x08360668", + "species": "SpeciesNameShellder", + "category": "SpeciesCategoryShellder", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4514,8 +4514,8 @@ }, { "name": "Cloyster", - "species": "0x0836065c", - "category": "0x08360668", + "species": "SpeciesNameCloyster", + "category": "SpeciesCategoryShellder", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -4567,8 +4567,8 @@ }, { "name": "Gastly", - "species": "0x08360654", - "category": "0x08360650", + "species": "SpeciesNameGastly", + "category": "SpeciesCategoryGastly", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4613,8 +4613,8 @@ }, { "name": "Haunter", - "species": "0x08360648", - "category": "0x08360650", + "species": "SpeciesNameHaunter", + "category": "SpeciesCategoryGastly", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4666,12 +4666,12 @@ }, { "name": "Gengar", - "species": "0x08360640", - "category": "0x08360638", + "species": "SpeciesNameGengar", + "category": "SpeciesCategoryGengar", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 127, + "dialogue_sprites": "0b0000000001111111", "types": [ "TYPE_GHOST", "TYPE_POISON" @@ -4721,8 +4721,8 @@ }, { "name": "Onix", - "species": "0x08360630", - "category": "0x08360624", + "species": "SpeciesNameOnix", + "category": "SpeciesCategoryOnix", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -4767,8 +4767,8 @@ }, { "name": "Drowzee", - "species": "0x0836061c", - "category": "0x08360610", + "species": "SpeciesNameDrowzee", + "category": "SpeciesCategoryDrowzee", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -4811,8 +4811,8 @@ }, { "name": "Hypno", - "species": "0x08360608", - "category": "0x08360610", + "species": "SpeciesNameHypno", + "category": "SpeciesCategoryDrowzee", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -4862,8 +4862,8 @@ }, { "name": "Krabby", - "species": "0x08360600", - "category": "0x083605f4", + "species": "SpeciesNameKrabby", + "category": "SpeciesCategoryKrabby", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -4908,8 +4908,8 @@ }, { "name": "Kingler", - "species": "0x083605ec", - "category": "0x083605e4", + "species": "SpeciesNameKingler", + "category": "SpeciesCategoryKingler", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -4961,8 +4961,8 @@ }, { "name": "Voltorb", - "species": "0x083605dc", - "category": "0x083605d4", + "species": "SpeciesNameVoltorb", + "category": "SpeciesCategoryVoltorb", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -5006,8 +5006,8 @@ }, { "name": "Electrode", - "species": "0x083605c8", - "category": "0x083605d4", + "species": "SpeciesNameElectrode", + "category": "SpeciesCategoryVoltorb", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -5058,8 +5058,8 @@ }, { "name": "Exeggcute", - "species": "0x083605bc", - "category": "0x083605b8", + "species": "SpeciesNameExeggcute", + "category": "SpeciesCategoryExeggcute", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -5103,8 +5103,8 @@ }, { "name": "Exeggutor", - "species": "0x083605ac", - "category": "0x083605a4", + "species": "SpeciesNameExeggutor", + "category": "SpeciesCategoryExeggutor", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -5155,12 +5155,12 @@ }, { "name": "Cubone", - "species": "0x0836059c", - "category": "0x08360594", + "species": "SpeciesNameCubone", + "category": "SpeciesCategoryCubone", "overworld_palette": 6, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_GROUND" ], @@ -5201,8 +5201,8 @@ }, { "name": "Marowak", - "species": "0x0836058c", - "category": "0x08360580", + "species": "SpeciesNameMarowak", + "category": "SpeciesCategoryMarowak", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5253,8 +5253,8 @@ }, { "name": "Hitmonlee", - "species": "0x08360574", - "category": "0x0836056c", + "species": "SpeciesNameHitmonlee", + "category": "SpeciesCategoryHitmonlee", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5305,8 +5305,8 @@ }, { "name": "Hitmonchan", - "species": "0x08360560", - "category": "0x08360554", + "species": "SpeciesNameHitmonchan", + "category": "SpeciesCategoryHitmonchan", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5357,8 +5357,8 @@ }, { "name": "Lickitung", - "species": "0x08360548", - "category": "0x08360540", + "species": "SpeciesNameLickitung", + "category": "SpeciesCategoryLickitung", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -5402,8 +5402,8 @@ }, { "name": "Koffing", - "species": "0x08360538", - "category": "0x0836052c", + "species": "SpeciesNameKoffing", + "category": "SpeciesCategoryKoffing", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -5447,8 +5447,8 @@ }, { "name": "Weezing", - "species": "0x08360524", - "category": "0x0836052c", + "species": "SpeciesNameWeezing", + "category": "SpeciesCategoryKoffing", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -5499,8 +5499,8 @@ }, { "name": "Rhyhorn", - "species": "0x0836051c", - "category": "0x08360514", + "species": "SpeciesNameRhyhorn", + "category": "SpeciesCategoryRhyhorn", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5545,8 +5545,8 @@ }, { "name": "Rhydon", - "species": "0x0836050c", - "category": "0x083609e8", + "species": "SpeciesNameRhydon", + "category": "SpeciesCategoryNidoqueen", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -5598,8 +5598,8 @@ }, { "name": "Chansey", - "species": "0x08360504", - "category": "0x083605b8", + "species": "SpeciesNameChansey", + "category": "SpeciesCategoryExeggcute", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -5643,8 +5643,8 @@ }, { "name": "Tangela", - "species": "0x083604fc", - "category": "0x083604f4", + "species": "SpeciesNameTangela", + "category": "SpeciesCategoryTangela", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -5687,12 +5687,12 @@ }, { "name": "Kangaskhan", - "species": "0x083604e8", - "category": "0x083604e0", + "species": "SpeciesNameKangaskhan", + "category": "SpeciesCategoryKangaskhan", "overworld_palette": 6, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_NORMAL" ], @@ -5732,8 +5732,8 @@ }, { "name": "Horsea", - "species": "0x083604d8", - "category": "0x083604d0", + "species": "SpeciesNameHorsea", + "category": "SpeciesCategoryHorsea", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -5777,8 +5777,8 @@ }, { "name": "Seadra", - "species": "0x083604c8", - "category": "0x083604d0", + "species": "SpeciesNameSeadra", + "category": "SpeciesCategoryHorsea", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -5829,8 +5829,8 @@ }, { "name": "Goldeen", - "species": "0x083604c0", - "category": "0x083604b4", + "species": "SpeciesNameGoldeen", + "category": "SpeciesCategoryGoldeen", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -5875,8 +5875,8 @@ }, { "name": "Seaking", - "species": "0x083604ac", - "category": "0x083604b4", + "species": "SpeciesNameSeaking", + "category": "SpeciesCategoryGoldeen", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -5928,8 +5928,8 @@ }, { "name": "Staryu", - "species": "0x083604a4", - "category": "0x08360498", + "species": "SpeciesNameStaryu", + "category": "SpeciesCategoryStaryu", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -5974,8 +5974,8 @@ }, { "name": "Starmie", - "species": "0x08360490", - "category": "0x08360484", + "species": "SpeciesNameStarmie", + "category": "SpeciesCategoryStarmie", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -6028,8 +6028,8 @@ }, { "name": "Mr. Mime", - "species": "0x08360478", - "category": "0x08360470", + "species": "SpeciesNameMrMime", + "category": "SpeciesCategoryMrMime", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -6072,8 +6072,8 @@ }, { "name": "Scyther", - "species": "0x08360468", - "category": "0x08360460", + "species": "SpeciesNameScyther", + "category": "SpeciesCategoryScyther", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -6117,8 +6117,8 @@ }, { "name": "Jynx", - "species": "0x08360458", - "category": "0x0836044c", + "species": "SpeciesNameJynx", + "category": "SpeciesCategoryJynx", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -6169,8 +6169,8 @@ }, { "name": "Electabuzz", - "species": "0x08360440", - "category": "0x08360434", + "species": "SpeciesNameElectabuzz", + "category": "SpeciesCategoryElectabuzz", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -6220,8 +6220,8 @@ }, { "name": "Magmar", - "species": "0x0836042c", - "category": "0x08360420", + "species": "SpeciesNameMagmar", + "category": "SpeciesCategoryMagmar", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -6272,8 +6272,8 @@ }, { "name": "Pinsir", - "species": "0x08360418", - "category": "0x0836040c", + "species": "SpeciesNamePinsir", + "category": "SpeciesCategoryPinsir", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -6316,8 +6316,8 @@ }, { "name": "Tauros", - "species": "0x08360404", - "category": "0x083603f8", + "species": "SpeciesNameTauros", + "category": "SpeciesCategoryTauros", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -6360,8 +6360,8 @@ }, { "name": "Magikarp", - "species": "0x083603ec", - "category": "0x083603e4", + "species": "SpeciesNameMagikarp", + "category": "SpeciesCategoryMagikarp", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6405,8 +6405,8 @@ }, { "name": "Gyarados", - "species": "0x083603d8", - "category": "0x083603cc", + "species": "SpeciesNameGyarados", + "category": "SpeciesCategoryGyarados", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -6458,8 +6458,8 @@ }, { "name": "Lapras", - "species": "0x083603c4", - "category": "0x083603b8", + "species": "SpeciesNameLapras", + "category": "SpeciesCategoryLapras", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -6505,8 +6505,8 @@ }, { "name": "Ditto", - "species": "0x083603b0", - "category": "0x083603a4", + "species": "SpeciesNameDitto", + "category": "SpeciesCategoryDitto", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -6549,12 +6549,12 @@ }, { "name": "Eevee", - "species": "0x0836039c", - "category": "0x08360390", + "species": "SpeciesNameEevee", + "category": "SpeciesCategoryEevee", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_NORMAL" ], @@ -6594,8 +6594,8 @@ }, { "name": "Vaporeon", - "species": "0x08360384", - "category": "0x08360378", + "species": "SpeciesNameVaporeon", + "category": "SpeciesCategoryVaporeon", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6646,8 +6646,8 @@ }, { "name": "Jolteon", - "species": "0x08360370", - "category": "0x08360364", + "species": "SpeciesNameJolteon", + "category": "SpeciesCategoryJolteon", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -6697,8 +6697,8 @@ }, { "name": "Flareon", - "species": "0x0836035c", - "category": "0x08360b8c", + "species": "SpeciesNameFlareon", + "category": "SpeciesCategoryCharmeleon", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6749,8 +6749,8 @@ }, { "name": "Porygon", - "species": "0x08360354", - "category": "0x0836034c", + "species": "SpeciesNamePorygon", + "category": "SpeciesCategoryPorygon", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -6794,8 +6794,8 @@ }, { "name": "Omanyte", - "species": "0x08360344", - "category": "0x0836033c", + "species": "SpeciesNameOmanyte", + "category": "SpeciesCategoryOmanyte", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6841,8 +6841,8 @@ }, { "name": "Omastar", - "species": "0x08360334", - "category": "0x0836033c", + "species": "SpeciesNameOmastar", + "category": "SpeciesCategoryOmanyte", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -6895,8 +6895,8 @@ }, { "name": "Kabuto", - "species": "0x0836032c", - "category": "0x08360b3c", + "species": "SpeciesNameKabuto", + "category": "SpeciesCategoryBlastoise", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -6942,8 +6942,8 @@ }, { "name": "Kabutops", - "species": "0x08360320", - "category": "0x08360b3c", + "species": "SpeciesNameKabutops", + "category": "SpeciesCategoryBlastoise", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -6996,8 +6996,8 @@ }, { "name": "Aerodactyl", - "species": "0x08360314", - "category": "0x0836030c", + "species": "SpeciesNameAerodactyl", + "category": "SpeciesCategoryAerodactyl", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -7043,8 +7043,8 @@ }, { "name": "Snorlax", - "species": "0x08360304", - "category": "0x083602f8", + "species": "SpeciesNameSnorlax", + "category": "SpeciesCategorySnorlax", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -7095,12 +7095,12 @@ }, { "name": "Articuno", - "species": "0x083602ec", - "category": "0x083602e4", + "species": "SpeciesNameArticuno", + "category": "SpeciesCategoryArticuno", "overworld_palette": 5, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_ICE", @@ -7143,12 +7143,12 @@ }, { "name": "Zapdos", - "species": "0x083602dc", - "category": "0x08360434", + "species": "SpeciesNameZapdos", + "category": "SpeciesCategoryElectabuzz", "overworld_palette": 4, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_ELECTRIC", @@ -7191,12 +7191,12 @@ }, { "name": "Moltres", - "species": "0x083602d4", - "category": "0x08360b8c", + "species": "SpeciesNameMoltres", + "category": "SpeciesCategoryCharmeleon", "overworld_palette": 0, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_FIRE", @@ -7239,8 +7239,8 @@ }, { "name": "Dratini", - "species": "0x083602cc", - "category": "0x083604d0", + "species": "SpeciesNameDratini", + "category": "SpeciesCategoryHorsea", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -7284,8 +7284,8 @@ }, { "name": "Dragonair", - "species": "0x083602c0", - "category": "0x083604d0", + "species": "SpeciesNameDragonair", + "category": "SpeciesCategoryHorsea", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -7336,8 +7336,8 @@ }, { "name": "Dragonite", - "species": "0x083602b4", - "category": "0x083604d0", + "species": "SpeciesNameDragonite", + "category": "SpeciesCategoryHorsea", "overworld_palette": 8, "size": 4, "move_speed": 1, @@ -7389,12 +7389,12 @@ }, { "name": "Mewtwo", - "species": "0x083602ac", - "category": "0x083602a4", + "species": "SpeciesNameMewtwo", + "category": "SpeciesCategoryMewtwo", "overworld_palette": 7, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_PSYCHIC" ], @@ -7434,8 +7434,8 @@ }, { "name": "Mew", - "species": "0x083602a0", - "category": "0x08360294", + "species": "SpeciesNameMew", + "category": "SpeciesCategoryMew", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -7479,12 +7479,12 @@ }, { "name": "Chikorita", - "species": "0x08360288", - "category": "0x08360280", + "species": "SpeciesNameChikorita", + "category": "SpeciesCategoryChikorita", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_GRASS" ], @@ -7524,8 +7524,8 @@ }, { "name": "Bayleef", - "species": "0x08360278", - "category": "0x08360280", + "species": "SpeciesNameBayleef", + "category": "SpeciesCategoryChikorita", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -7575,8 +7575,8 @@ }, { "name": "Meganium", - "species": "0x0836026c", - "category": "0x08360264", + "species": "SpeciesNameMeganium", + "category": "SpeciesCategoryMeganium", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -7626,12 +7626,12 @@ }, { "name": "Cyndaquil", - "species": "0x08360258", - "category": "0x0836024c", + "species": "SpeciesNameCyndaquil", + "category": "SpeciesCategoryCyndaquil", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_FIRE" ], @@ -7672,8 +7672,8 @@ }, { "name": "Quilava", - "species": "0x08360244", - "category": "0x0836023c", + "species": "SpeciesNameQuilava", + "category": "SpeciesCategoryQuilava", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -7724,8 +7724,8 @@ }, { "name": "Typhlosion", - "species": "0x08360230", - "category": "0x0836023c", + "species": "SpeciesNameTyphlosion", + "category": "SpeciesCategoryQuilava", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -7776,12 +7776,12 @@ }, { "name": "Totodile", - "species": "0x08360224", - "category": "0x0836021c", + "species": "SpeciesNameTotodile", + "category": "SpeciesCategoryTotodile", "overworld_palette": 0, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_WATER" ], @@ -7822,8 +7822,8 @@ }, { "name": "Croconaw", - "species": "0x08360210", - "category": "0x0836021c", + "species": "SpeciesNameCroconaw", + "category": "SpeciesCategoryTotodile", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -7874,8 +7874,8 @@ }, { "name": "Feraligatr", - "species": "0x08360204", - "category": "0x0836021c", + "species": "SpeciesNameFeraligatr", + "category": "SpeciesCategoryTotodile", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -7926,8 +7926,8 @@ }, { "name": "Sentret", - "species": "0x083601fc", - "category": "0x083601f4", + "species": "SpeciesNameSentret", + "category": "SpeciesCategorySentret", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -7971,8 +7971,8 @@ }, { "name": "Furret", - "species": "0x083601ec", - "category": "0x083601e0", + "species": "SpeciesNameFurret", + "category": "SpeciesCategoryFurret", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -8023,8 +8023,8 @@ }, { "name": "Hoothoot", - "species": "0x083601d4", - "category": "0x083601d0", + "species": "SpeciesNameHoothoot", + "category": "SpeciesCategoryHoothoot", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -8069,8 +8069,8 @@ }, { "name": "Noctowl", - "species": "0x083601c8", - "category": "0x083601d0", + "species": "SpeciesNameNoctowl", + "category": "SpeciesCategoryHoothoot", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -8122,8 +8122,8 @@ }, { "name": "Ledyba", - "species": "0x083601c0", - "category": "0x083601b4", + "species": "SpeciesNameLedyba", + "category": "SpeciesCategoryLedyba", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -8169,8 +8169,8 @@ }, { "name": "Ledian", - "species": "0x083601ac", - "category": "0x083601b4", + "species": "SpeciesNameLedian", + "category": "SpeciesCategoryLedyba", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -8223,8 +8223,8 @@ }, { "name": "Spinarak", - "species": "0x083601a0", - "category": "0x08360194", + "species": "SpeciesNameSpinarak", + "category": "SpeciesCategorySpinarak", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -8269,8 +8269,8 @@ }, { "name": "Ariados", - "species": "0x0836018c", - "category": "0x08360180", + "species": "SpeciesNameAriados", + "category": "SpeciesCategoryAriados", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -8322,8 +8322,8 @@ }, { "name": "Crobat", - "species": "0x08360178", - "category": "0x08360960", + "species": "SpeciesNameCrobat", + "category": "SpeciesCategoryZubat", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -8375,8 +8375,8 @@ }, { "name": "Chinchou", - "species": "0x0836016c", - "category": "0x08360164", + "species": "SpeciesNameChinchou", + "category": "SpeciesCategoryChinchou", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -8422,8 +8422,8 @@ }, { "name": "Lanturn", - "species": "0x0836015c", - "category": "0x08360154", + "species": "SpeciesNameLanturn", + "category": "SpeciesCategoryLanturn", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -8476,8 +8476,8 @@ }, { "name": "Pichu", - "species": "0x0836014c", - "category": "0x08360140", + "species": "SpeciesNamePichu", + "category": "SpeciesCategoryPichu", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -8520,8 +8520,8 @@ }, { "name": "Cleffa", - "species": "0x08360138", - "category": "0x08360498", + "species": "SpeciesNameCleffa", + "category": "SpeciesCategoryStaryu", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -8564,8 +8564,8 @@ }, { "name": "Igglybuff", - "species": "0x0836012c", - "category": "0x08360978", + "species": "SpeciesNameIgglybuff", + "category": "SpeciesCategoryJigglypuff", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -8608,8 +8608,8 @@ }, { "name": "Togepi", - "species": "0x08360124", - "category": "0x08360118", + "species": "SpeciesNameTogepi", + "category": "SpeciesCategoryTogepi", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -8653,8 +8653,8 @@ }, { "name": "Togetic", - "species": "0x08360110", - "category": "0x08360104", + "species": "SpeciesNameTogetic", + "category": "SpeciesCategoryTogetic", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -8706,8 +8706,8 @@ }, { "name": "Natu", - "species": "0x083600fc", - "category": "0x08360ab8", + "species": "SpeciesNameNatu", + "category": "SpeciesCategoryPidgey", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -8752,12 +8752,12 @@ }, { "name": "Xatu", - "species": "0x083600f4", - "category": "0x083600ec", + "species": "SpeciesNameXatu", + "category": "SpeciesCategoryXatu", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_PSYCHIC", "TYPE_FLYING" @@ -8806,8 +8806,8 @@ }, { "name": "Mareep", - "species": "0x083600e4", - "category": "0x083600dc", + "species": "SpeciesNameMareep", + "category": "SpeciesCategoryMareep", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -8850,8 +8850,8 @@ }, { "name": "Flaaffy", - "species": "0x083600d4", - "category": "0x083600dc", + "species": "SpeciesNameFlaaffy", + "category": "SpeciesCategoryMareep", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -8901,8 +8901,8 @@ }, { "name": "Ampharos", - "species": "0x083600c8", - "category": "0x08360154", + "species": "SpeciesNameAmpharos", + "category": "SpeciesCategoryLanturn", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -8952,8 +8952,8 @@ }, { "name": "Bellossom", - "species": "0x083600bc", - "category": "0x0836092c", + "species": "SpeciesNameBellossom", + "category": "SpeciesCategoryVileplume", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9003,8 +9003,8 @@ }, { "name": "Marill", - "species": "0x083600b4", - "category": "0x083600a8", + "species": "SpeciesNameMarill", + "category": "SpeciesCategoryMarill", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9056,8 +9056,8 @@ }, { "name": "Azumarill", - "species": "0x0836009c", - "category": "0x08360090", + "species": "SpeciesNameAzumarill", + "category": "SpeciesCategoryAzumarill", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9109,8 +9109,8 @@ }, { "name": "Sudowoodo", - "species": "0x08360084", - "category": "0x08360078", + "species": "SpeciesNameSudowoodo", + "category": "SpeciesCategorySudowoodo", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -9154,8 +9154,8 @@ }, { "name": "Politoed", - "species": "0x0836006c", - "category": "0x08360064", + "species": "SpeciesNamePolitoed", + "category": "SpeciesCategoryPolitoed", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9208,8 +9208,8 @@ }, { "name": "Hoppip", - "species": "0x0836005c", - "category": "0x08360050", + "species": "SpeciesNameHoppip", + "category": "SpeciesCategoryHoppip", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -9253,8 +9253,8 @@ }, { "name": "Skiploom", - "species": "0x08360044", - "category": "0x08360050", + "species": "SpeciesNameSkiploom", + "category": "SpeciesCategoryHoppip", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9305,12 +9305,12 @@ }, { "name": "Jumpluff", - "species": "0x08360038", - "category": "0x08360050", + "species": "SpeciesNameJumpluff", + "category": "SpeciesCategoryHoppip", "overworld_palette": 12, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_GRASS", "TYPE_FLYING" @@ -9358,8 +9358,8 @@ }, { "name": "Aipom", - "species": "0x08360030", - "category": "0x08360024", + "species": "SpeciesNameAipom", + "category": "SpeciesCategoryAipom", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -9403,8 +9403,8 @@ }, { "name": "Sunkern", - "species": "0x0836001c", - "category": "0x08360bc8", + "species": "SpeciesNameSunkern", + "category": "SpeciesCategoryBulbasaur", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9447,8 +9447,8 @@ }, { "name": "Sunflora", - "species": "0x08360010", - "category": "0x0836000c", + "species": "SpeciesNameSunflora", + "category": "SpeciesCategorySunflora", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9498,8 +9498,8 @@ }, { "name": "Yanma", - "species": "0x08360004", - "category": "0x0835fff8", + "species": "SpeciesNameYanma", + "category": "SpeciesCategoryYanma", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -9545,8 +9545,8 @@ }, { "name": "Wooper", - "species": "0x0835fff0", - "category": "0x0835ffe4", + "species": "SpeciesNameWooper", + "category": "SpeciesCategoryWooper", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -9592,8 +9592,8 @@ }, { "name": "Quagsire", - "species": "0x0835ffd8", - "category": "0x0835ffe4", + "species": "SpeciesNameQuagsire", + "category": "SpeciesCategoryWooper", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -9646,8 +9646,8 @@ }, { "name": "Espeon", - "species": "0x0835ffd0", - "category": "0x0836000c", + "species": "SpeciesNameEspeon", + "category": "SpeciesCategorySunflora", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -9698,8 +9698,8 @@ }, { "name": "Umbreon", - "species": "0x0835ffc8", - "category": "0x0835ffbc", + "species": "SpeciesNameUmbreon", + "category": "SpeciesCategoryUmbreon", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9750,8 +9750,8 @@ }, { "name": "Murkrow", - "species": "0x0835ffb4", - "category": "0x0835ffa8", + "species": "SpeciesNameMurkrow", + "category": "SpeciesCategoryMurkrow", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -9795,8 +9795,8 @@ }, { "name": "Slowking", - "species": "0x0835ff9c", - "category": "0x0835ff94", + "species": "SpeciesNameSlowking", + "category": "SpeciesCategorySlowking", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -9850,8 +9850,8 @@ }, { "name": "Misdreavus", - "species": "0x0835ff88", - "category": "0x0835ff80", + "species": "SpeciesNameMisdreavus", + "category": "SpeciesCategoryMisdreavus", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -9895,8 +9895,8 @@ }, { "name": "Unown-A", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9940,8 +9940,8 @@ }, { "name": "Unown-B", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -9985,8 +9985,8 @@ }, { "name": "Unown-C", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10030,8 +10030,8 @@ }, { "name": "Unown-D", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10075,8 +10075,8 @@ }, { "name": "Unown-E", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10120,8 +10120,8 @@ }, { "name": "Unown-F", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10165,8 +10165,8 @@ }, { "name": "Unown-G", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10210,8 +10210,8 @@ }, { "name": "Unown-H", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10255,8 +10255,8 @@ }, { "name": "Unown-I", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10300,8 +10300,8 @@ }, { "name": "Unown-J", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10345,8 +10345,8 @@ }, { "name": "Unown-K", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10390,8 +10390,8 @@ }, { "name": "Unown-L", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10435,8 +10435,8 @@ }, { "name": "Unown-M", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10480,8 +10480,8 @@ }, { "name": "Unown-N", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10525,8 +10525,8 @@ }, { "name": "Unown-O", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10570,8 +10570,8 @@ }, { "name": "Unown-P", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10615,8 +10615,8 @@ }, { "name": "Unown-Q", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10660,8 +10660,8 @@ }, { "name": "Unown-R", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10705,8 +10705,8 @@ }, { "name": "Unown-S", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10750,8 +10750,8 @@ }, { "name": "Unown-T", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10795,8 +10795,8 @@ }, { "name": "Unown-U", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10840,8 +10840,8 @@ }, { "name": "Unown-V", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10885,8 +10885,8 @@ }, { "name": "Unown-W", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10930,8 +10930,8 @@ }, { "name": "Unown-X", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -10975,8 +10975,8 @@ }, { "name": "Unown-Y", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -11020,8 +11020,8 @@ }, { "name": "Unown-Z", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -11065,12 +11065,12 @@ }, { "name": "Wobbuffet", - "species": "0x0835ff64", - "category": "0x0835ff5c", + "species": "SpeciesNameWobbuffet", + "category": "SpeciesCategoryWobbuffet", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_PSYCHIC" ], @@ -11117,8 +11117,8 @@ }, { "name": "Girafarig", - "species": "0x0835ff50", - "category": "0x0835ff44", + "species": "SpeciesNameGirafarig", + "category": "SpeciesCategoryGirafarig", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -11163,8 +11163,8 @@ }, { "name": "Pineco", - "species": "0x0835ff3c", - "category": "0x0835ff34", + "species": "SpeciesNamePineco", + "category": "SpeciesCategoryPineco", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11207,8 +11207,8 @@ }, { "name": "Forretress", - "species": "0x0835ff28", - "category": "0x0835ff34", + "species": "SpeciesNameForretress", + "category": "SpeciesCategoryPineco", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -11259,8 +11259,8 @@ }, { "name": "Dunsparce", - "species": "0x0835ff1c", - "category": "0x0835ff10", + "species": "SpeciesNameDunsparce", + "category": "SpeciesCategoryDunsparce", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -11304,8 +11304,8 @@ }, { "name": "Gligar", - "species": "0x0835ff08", - "category": "0x0835fefc", + "species": "SpeciesNameGligar", + "category": "SpeciesCategoryGligar", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -11351,8 +11351,8 @@ }, { "name": "Steelix", - "species": "0x0835fef4", - "category": "0x0835fee8", + "species": "SpeciesNameSteelix", + "category": "SpeciesCategorySteelix", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -11405,12 +11405,12 @@ }, { "name": "Snubbull", - "species": "0x0835fedc", - "category": "0x083609b0", + "species": "SpeciesNameSnubbull", + "category": "SpeciesCategoryClefairy", "overworld_palette": 11, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_NORMAL" ], @@ -11451,12 +11451,12 @@ }, { "name": "Granbull", - "species": "0x0835fed0", - "category": "0x083609b0", + "species": "SpeciesNameGranbull", + "category": "SpeciesCategoryClefairy", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_NORMAL" ], @@ -11503,8 +11503,8 @@ }, { "name": "Qwilfish", - "species": "0x0835fec4", - "category": "0x08360978", + "species": "SpeciesNameQwilfish", + "category": "SpeciesCategoryJigglypuff", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11550,8 +11550,8 @@ }, { "name": "Scizor", - "species": "0x0835febc", - "category": "0x083605e4", + "species": "SpeciesNameScizor", + "category": "SpeciesCategoryKingler", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11603,8 +11603,8 @@ }, { "name": "Shuckle", - "species": "0x0835feb4", - "category": "0x0835feac", + "species": "SpeciesNameShuckle", + "category": "SpeciesCategoryShuckle", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -11648,8 +11648,8 @@ }, { "name": "Heracross", - "species": "0x0835fea0", - "category": "0x0835fe94", + "species": "SpeciesNameHeracross", + "category": "SpeciesCategoryHeracross", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11694,8 +11694,8 @@ }, { "name": "Sneasel", - "species": "0x0835fe8c", - "category": "0x0835fe80", + "species": "SpeciesNameSneasel", + "category": "SpeciesCategorySneasel", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11740,8 +11740,8 @@ }, { "name": "Teddiursa", - "species": "0x0835fe74", - "category": "0x0835fe68", + "species": "SpeciesNameTeddiursa", + "category": "SpeciesCategoryTeddiursa", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -11784,8 +11784,8 @@ }, { "name": "Ursaring", - "species": "0x0835fe5c", - "category": "0x0835fe50", + "species": "SpeciesNameUrsaring", + "category": "SpeciesCategoryUrsaring", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -11835,8 +11835,8 @@ }, { "name": "Slugma", - "species": "0x0835fe48", - "category": "0x0835fe40", + "species": "SpeciesNameSlugma", + "category": "SpeciesCategorySlugma", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -11881,8 +11881,8 @@ }, { "name": "Magcargo", - "species": "0x0835fe34", - "category": "0x0835fe40", + "species": "SpeciesNameMagcargo", + "category": "SpeciesCategorySlugma", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -11935,8 +11935,8 @@ }, { "name": "Swinub", - "species": "0x0835fe2c", - "category": "0x0835fe28", + "species": "SpeciesNameSwinub", + "category": "SpeciesCategorySwinub", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -11980,8 +11980,8 @@ }, { "name": "Piloswine", - "species": "0x0835fe1c", - "category": "0x0835fe14", + "species": "SpeciesNamePiloswine", + "category": "SpeciesCategoryPiloswine", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -12032,8 +12032,8 @@ }, { "name": "Corsola", - "species": "0x0835fe0c", - "category": "0x0835fe04", + "species": "SpeciesNameCorsola", + "category": "SpeciesCategoryCorsola", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -12079,8 +12079,8 @@ }, { "name": "Remoraid", - "species": "0x0835fdf8", - "category": "0x0835fdf4", + "species": "SpeciesNameRemoraid", + "category": "SpeciesCategoryRemoraid", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -12124,12 +12124,12 @@ }, { "name": "Octillery", - "species": "0x0835fde8", - "category": "0x0835fdf4", + "species": "SpeciesNameOctillery", + "category": "SpeciesCategoryRemoraid", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_WATER" ], @@ -12177,8 +12177,8 @@ }, { "name": "Delibird", - "species": "0x0835fddc", - "category": "0x0835fdd0", + "species": "SpeciesNameDelibird", + "category": "SpeciesCategoryDelibird", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -12223,8 +12223,8 @@ }, { "name": "Mantine", - "species": "0x0835fdc8", - "category": "0x0835fdc0", + "species": "SpeciesNameMantine", + "category": "SpeciesCategoryMantine", "overworld_palette": 7, "size": 2, "move_speed": 1, @@ -12270,12 +12270,12 @@ }, { "name": "Skarmory", - "species": "0x0835fdb4", - "category": "0x0835fda8", + "species": "SpeciesNameSkarmory", + "category": "SpeciesCategorySkarmory", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_STEEL", "TYPE_FLYING" @@ -12317,8 +12317,8 @@ }, { "name": "Houndour", - "species": "0x0835fd9c", - "category": "0x0835fd94", + "species": "SpeciesNameHoundour", + "category": "SpeciesCategoryHoundour", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -12364,8 +12364,8 @@ }, { "name": "Houndoom", - "species": "0x0835fd88", - "category": "0x0835fd94", + "species": "SpeciesNameHoundoom", + "category": "SpeciesCategoryHoundour", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -12418,8 +12418,8 @@ }, { "name": "Kingdra", - "species": "0x0835fd80", - "category": "0x083604d0", + "species": "SpeciesNameKingdra", + "category": "SpeciesCategoryHorsea", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -12472,8 +12472,8 @@ }, { "name": "Phanpy", - "species": "0x0835fd78", - "category": "0x0835fd6c", + "species": "SpeciesNamePhanpy", + "category": "SpeciesCategoryPhanpy", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -12516,8 +12516,8 @@ }, { "name": "Donphan", - "species": "0x0835fd64", - "category": "0x0835fd5c", + "species": "SpeciesNameDonphan", + "category": "SpeciesCategoryDonphan", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -12567,8 +12567,8 @@ }, { "name": "Porygon2", - "species": "0x0835fd50", - "category": "0x0836034c", + "species": "SpeciesNamePorygon2", + "category": "SpeciesCategoryPorygon", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -12620,8 +12620,8 @@ }, { "name": "Stantler", - "species": "0x0835fd44", - "category": "0x0835fd38", + "species": "SpeciesNameStantler", + "category": "SpeciesCategoryStantler", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -12664,12 +12664,12 @@ }, { "name": "Smeargle", - "species": "0x0835fd2c", - "category": "0x0835fd24", + "species": "SpeciesNameSmeargle", + "category": "SpeciesCategorySmeargle", "overworld_palette": 8, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_NORMAL" ], @@ -12709,8 +12709,8 @@ }, { "name": "Tyrogue", - "species": "0x0835fd1c", - "category": "0x0835fd14", + "species": "SpeciesNameTyrogue", + "category": "SpeciesCategoryTyrogue", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -12753,8 +12753,8 @@ }, { "name": "Hitmontop", - "species": "0x0835fd08", - "category": "0x0835fcfc", + "species": "SpeciesNameHitmontop", + "category": "SpeciesCategoryHitmontop", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -12805,8 +12805,8 @@ }, { "name": "Smoochum", - "species": "0x0835fcf0", - "category": "0x0835fce8", + "species": "SpeciesNameSmoochum", + "category": "SpeciesCategorySmoochum", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -12850,8 +12850,8 @@ }, { "name": "Elekid", - "species": "0x0835fce0", - "category": "0x08360434", + "species": "SpeciesNameElekid", + "category": "SpeciesCategoryElectabuzz", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -12894,8 +12894,8 @@ }, { "name": "Magby", - "species": "0x0835fcd8", - "category": "0x0835fccc", + "species": "SpeciesNameMagby", + "category": "SpeciesCategoryMagby", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -12939,8 +12939,8 @@ }, { "name": "Miltank", - "species": "0x0835fcc4", - "category": "0x0835fcb8", + "species": "SpeciesNameMiltank", + "category": "SpeciesCategoryMiltank", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -12983,8 +12983,8 @@ }, { "name": "Blissey", - "species": "0x0835fcb0", - "category": "0x08360104", + "species": "SpeciesNameBlissey", + "category": "SpeciesCategoryTogetic", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -13035,12 +13035,12 @@ }, { "name": "Raikou", - "species": "0x0835fca8", - "category": "0x0835fca0", + "species": "SpeciesNameRaikou", + "category": "SpeciesCategoryRaikou", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_ELECTRIC" ], @@ -13080,12 +13080,12 @@ }, { "name": "Entei", - "species": "0x0835fc98", - "category": "0x0836023c", + "species": "SpeciesNameEntei", + "category": "SpeciesCategoryQuilava", "overworld_palette": 12, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_FIRE" ], @@ -13126,12 +13126,12 @@ }, { "name": "Suicune", - "species": "0x0835fc90", - "category": "0x0835fc88", + "species": "SpeciesNameSuicune", + "category": "SpeciesCategorySuicune", "overworld_palette": 7, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_WATER" ], @@ -13172,8 +13172,8 @@ }, { "name": "Larvitar", - "species": "0x0835fc7c", - "category": "0x0835fc70", + "species": "SpeciesNameLarvitar", + "category": "SpeciesCategoryLarvitar", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -13217,8 +13217,8 @@ }, { "name": "Pupitar", - "species": "0x0835fc68", - "category": "0x0835fc5c", + "species": "SpeciesNamePupitar", + "category": "SpeciesCategoryPupitar", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -13269,12 +13269,12 @@ }, { "name": "Tyranitar", - "species": "0x0835fc50", - "category": "0x0835fd5c", + "species": "SpeciesNameTyranitar", + "category": "SpeciesCategoryDonphan", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_ROCK", "TYPE_DARK" @@ -13322,12 +13322,12 @@ }, { "name": "Lugia", - "species": "0x0835fc48", - "category": "0x0835fc40", + "species": "SpeciesNameLugia", + "category": "SpeciesCategoryLugia", "overworld_palette": 9, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_PSYCHIC", @@ -13370,12 +13370,12 @@ }, { "name": "Ho-Oh", - "species": "0x0835fc38", - "category": "0x0835fc30", + "species": "SpeciesNameHoOh", + "category": "SpeciesCategoryHoOh", "overworld_palette": 3, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_FIRE", "TYPE_FLYING" @@ -13417,8 +13417,8 @@ }, { "name": "Celebi", - "species": "0x0835fc28", - "category": "0x0835fc1c", + "species": "SpeciesNameCelebi", + "category": "SpeciesCategoryCelebi", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -13464,12 +13464,12 @@ }, { "name": "Treecko", - "species": "0x0835fc14", - "category": "0x0835fc08", + "species": "SpeciesNameTreecko", + "category": "SpeciesCategoryTreecko", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_GRASS" ], @@ -13509,8 +13509,8 @@ }, { "name": "Grovyle", - "species": "0x0835fc00", - "category": "0x0835fc08", + "species": "SpeciesNameGrovyle", + "category": "SpeciesCategoryTreecko", "overworld_palette": 12, "size": 1, "move_speed": 1, @@ -13560,8 +13560,8 @@ }, { "name": "Sceptile", - "species": "0x0835fbf4", - "category": "0x0835fbec", + "species": "SpeciesNameSceptile", + "category": "SpeciesCategorySceptile", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -13611,12 +13611,12 @@ }, { "name": "Torchic", - "species": "0x0835fbe4", - "category": "0x0835fbdc", + "species": "SpeciesNameTorchic", + "category": "SpeciesCategoryTorchic", "overworld_palette": 4, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_FIRE" ], @@ -13657,8 +13657,8 @@ }, { "name": "Combusken", - "species": "0x0835fbd0", - "category": "0x0835fbc4", + "species": "SpeciesNameCombusken", + "category": "SpeciesCategoryCombusken", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -13710,8 +13710,8 @@ }, { "name": "Blaziken", - "species": "0x0835fbb8", - "category": "0x0835fbb0", + "species": "SpeciesNameBlaziken", + "category": "SpeciesCategoryBlaziken", "overworld_palette": 12, "size": 1, "move_speed": 1, @@ -13763,12 +13763,12 @@ }, { "name": "Mudkip", - "species": "0x0835fba8", - "category": "0x0835fb9c", + "species": "SpeciesNameMudkip", + "category": "SpeciesCategoryMudkip", "overworld_palette": 9, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_WATER" ], @@ -13809,8 +13809,8 @@ }, { "name": "Marshtomp", - "species": "0x0835fb90", - "category": "0x0835fb9c", + "species": "SpeciesNameMarshtomp", + "category": "SpeciesCategoryMudkip", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -13862,8 +13862,8 @@ }, { "name": "Swampert", - "species": "0x0835fb84", - "category": "0x0835fb9c", + "species": "SpeciesNameSwampert", + "category": "SpeciesCategoryMudkip", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -13915,8 +13915,8 @@ }, { "name": "Poochyena", - "species": "0x0835fb78", - "category": "0x0835fb70", + "species": "SpeciesNamePoochyena", + "category": "SpeciesCategoryPoochyena", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -13959,8 +13959,8 @@ }, { "name": "Mightyena", - "species": "0x0835fb64", - "category": "0x0835fb70", + "species": "SpeciesNameMightyena", + "category": "SpeciesCategoryPoochyena", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -14010,8 +14010,8 @@ }, { "name": "Zigzagoon", - "species": "0x0835fb58", - "category": "0x0835fb4c", + "species": "SpeciesNameZigzagoon", + "category": "SpeciesCategoryZigzagoon", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -14054,8 +14054,8 @@ }, { "name": "Linoone", - "species": "0x0835fb44", - "category": "0x0835fb3c", + "species": "SpeciesNameLinoone", + "category": "SpeciesCategoryLinoone", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -14105,8 +14105,8 @@ }, { "name": "Wurmple", - "species": "0x0835fb34", - "category": "0x08360b28", + "species": "SpeciesNameWurmple", + "category": "SpeciesCategoryCaterpie", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -14149,8 +14149,8 @@ }, { "name": "Silcoon", - "species": "0x0835fb2c", - "category": "0x08360b18", + "species": "SpeciesNameSilcoon", + "category": "SpeciesCategoryMetapod", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -14201,8 +14201,8 @@ }, { "name": "Beautifly", - "species": "0x0835fb20", - "category": "0x08360b00", + "species": "SpeciesNameBeautifly", + "category": "SpeciesCategoryButterfree", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -14254,8 +14254,8 @@ }, { "name": "Cascoon", - "species": "0x0835fb18", - "category": "0x08360b18", + "species": "SpeciesNameCascoon", + "category": "SpeciesCategoryMetapod", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -14306,8 +14306,8 @@ }, { "name": "Dustox", - "species": "0x0835fb10", - "category": "0x083608e4", + "species": "SpeciesNameDustox", + "category": "SpeciesCategoryVenomoth", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -14359,8 +14359,8 @@ }, { "name": "Lotad", - "species": "0x0835fb08", - "category": "0x0835fafc", + "species": "SpeciesNameLotad", + "category": "SpeciesCategoryLotad", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -14406,12 +14406,12 @@ }, { "name": "Lombre", - "species": "0x0835faf4", - "category": "0x0835faec", + "species": "SpeciesNameLombre", + "category": "SpeciesCategoryLombre", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 255, + "dialogue_sprites": "0b0000000011111111", "types": [ "TYPE_WATER", "TYPE_GRASS" @@ -14461,8 +14461,8 @@ }, { "name": "Ludicolo", - "species": "0x0835fae0", - "category": "0x0835fad4", + "species": "SpeciesNameLudicolo", + "category": "SpeciesCategoryLudicolo", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -14515,8 +14515,8 @@ }, { "name": "Seedot", - "species": "0x0835facc", - "category": "0x0835fac4", + "species": "SpeciesNameSeedot", + "category": "SpeciesCategorySeedot", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -14560,8 +14560,8 @@ }, { "name": "Nuzleaf", - "species": "0x0835fabc", - "category": "0x0835fab4", + "species": "SpeciesNameNuzleaf", + "category": "SpeciesCategoryNuzleaf", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -14613,12 +14613,12 @@ }, { "name": "Shiftry", - "species": "0x0835faac", - "category": "0x0835faa4", + "species": "SpeciesNameShiftry", + "category": "SpeciesCategoryShiftry", "overworld_palette": 8, "size": 1, "move_speed": 1, - "dialogue_sprites": 15, + "dialogue_sprites": "0b0000000000001111", "types": [ "TYPE_GRASS", "TYPE_DARK" @@ -14667,8 +14667,8 @@ }, { "name": "Taillow", - "species": "0x0835fa9c", - "category": "0x0835fa90", + "species": "SpeciesNameTaillow", + "category": "SpeciesCategoryTaillow", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -14712,8 +14712,8 @@ }, { "name": "Swellow", - "species": "0x0835fa88", - "category": "0x0835fa80", + "species": "SpeciesNameSwellow", + "category": "SpeciesCategorySwellow", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -14764,8 +14764,8 @@ }, { "name": "Wingull", - "species": "0x0835fa78", - "category": "0x0835fa70", + "species": "SpeciesNameWingull", + "category": "SpeciesCategoryWingull", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -14810,12 +14810,12 @@ }, { "name": "Pelipper", - "species": "0x0835fa64", - "category": "0x0835fa58", + "species": "SpeciesNamePelipper", + "category": "SpeciesCategoryPelipper", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_WATER", "TYPE_FLYING" @@ -14864,8 +14864,8 @@ }, { "name": "Ralts", - "species": "0x0835fa50", - "category": "0x0835fa48", + "species": "SpeciesNameRalts", + "category": "SpeciesCategoryRalts", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -14909,8 +14909,8 @@ }, { "name": "Kirlia", - "species": "0x0835fa40", - "category": "0x0835fa38", + "species": "SpeciesNameKirlia", + "category": "SpeciesCategoryKirlia", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -14961,12 +14961,12 @@ }, { "name": "Gardevoir", - "species": "0x0835fa2c", - "category": "0x0835fa24", + "species": "SpeciesNameGardevoir", + "category": "SpeciesCategoryGardevoir", "overworld_palette": 10, "size": 1, "move_speed": 1, - "dialogue_sprites": 7, + "dialogue_sprites": "0b0000000000000111", "types": [ "TYPE_PSYCHIC" ], @@ -15014,8 +15014,8 @@ }, { "name": "Surskit", - "species": "0x0835fa1c", - "category": "0x0835fa10", + "species": "SpeciesNameSurskit", + "category": "SpeciesCategorySurskit", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -15060,8 +15060,8 @@ }, { "name": "Masquerain", - "species": "0x0835fa04", - "category": "0x0835f9fc", + "species": "SpeciesNameMasquerain", + "category": "SpeciesCategoryMasquerain", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -15113,8 +15113,8 @@ }, { "name": "Shroomish", - "species": "0x0835f9f0", - "category": "0x08360918", + "species": "SpeciesNameShroomish", + "category": "SpeciesCategoryParas", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -15157,8 +15157,8 @@ }, { "name": "Breloom", - "species": "0x0835f9e8", - "category": "0x08360918", + "species": "SpeciesNameBreloom", + "category": "SpeciesCategoryParas", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -15209,8 +15209,8 @@ }, { "name": "Slakoth", - "species": "0x0835f9e0", - "category": "0x0835f9d8", + "species": "SpeciesNameSlakoth", + "category": "SpeciesCategorySlakoth", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -15253,8 +15253,8 @@ }, { "name": "Vigoroth", - "species": "0x0835f9cc", - "category": "0x0835f9c0", + "species": "SpeciesNameVigoroth", + "category": "SpeciesCategoryVigoroth", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -15304,8 +15304,8 @@ }, { "name": "Slaking", - "species": "0x0835f9b8", - "category": "0x0835f9b0", + "species": "SpeciesNameSlaking", + "category": "SpeciesCategorySlaking", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -15355,8 +15355,8 @@ }, { "name": "Nincada", - "species": "0x0835f9a8", - "category": "0x0835f9a0", + "species": "SpeciesNameNincada", + "category": "SpeciesCategoryNincada", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -15400,8 +15400,8 @@ }, { "name": "Ninjask", - "species": "0x0835f998", - "category": "0x0835f990", + "species": "SpeciesNameNinjask", + "category": "SpeciesCategoryNinjask", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -15453,8 +15453,8 @@ }, { "name": "Shedinja", - "species": "0x0835f984", - "category": "0x0835f97c", + "species": "SpeciesNameShedinja", + "category": "SpeciesCategoryShedinja", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -15506,8 +15506,8 @@ }, { "name": "Whismur", - "species": "0x0835f974", - "category": "0x0835f96c", + "species": "SpeciesNameWhismur", + "category": "SpeciesCategoryWhismur", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -15550,8 +15550,8 @@ }, { "name": "Loudred", - "species": "0x0835f964", - "category": "0x0835f958", + "species": "SpeciesNameLoudred", + "category": "SpeciesCategoryLoudred", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -15601,8 +15601,8 @@ }, { "name": "Exploud", - "species": "0x0835f950", - "category": "0x0835f944", + "species": "SpeciesNameExploud", + "category": "SpeciesCategoryExploud", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -15652,12 +15652,12 @@ }, { "name": "Makuhita", - "species": "0x0835f938", - "category": "0x0835f930", + "species": "SpeciesNameMakuhita", + "category": "SpeciesCategoryMakuhita", "overworld_palette": 2, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_FIGHTING" ], @@ -15698,8 +15698,8 @@ }, { "name": "Hariyama", - "species": "0x0835f924", - "category": "0x0835f918", + "species": "SpeciesNameHariyama", + "category": "SpeciesCategoryHariyama", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -15750,8 +15750,8 @@ }, { "name": "Azurill", - "species": "0x0835f910", - "category": "0x0835f904", + "species": "SpeciesNameAzurill", + "category": "SpeciesCategoryAzurill", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -15796,8 +15796,8 @@ }, { "name": "Nosepass", - "species": "0x0835f8f8", - "category": "0x0835f8f0", + "species": "SpeciesNameNosepass", + "category": "SpeciesCategoryNosepass", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -15841,12 +15841,12 @@ }, { "name": "Skitty", - "species": "0x0835f8e8", - "category": "0x0835f8e0", + "species": "SpeciesNameSkitty", + "category": "SpeciesCategorySkitty", "overworld_palette": 11, "size": 1, "move_speed": 1, - "dialogue_sprites": 8191, + "dialogue_sprites": "0b0001111111111111", "types": [ "TYPE_NORMAL" ], @@ -15886,8 +15886,8 @@ }, { "name": "Delcatty", - "species": "0x0835f8d4", - "category": "0x0835f8cc", + "species": "SpeciesNameDelcatty", + "category": "SpeciesCategoryDelcatty", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -15937,8 +15937,8 @@ }, { "name": "Sableye", - "species": "0x0835f8c4", - "category": "0x0835ffa8", + "species": "SpeciesNameSableye", + "category": "SpeciesCategoryMurkrow", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -15982,8 +15982,8 @@ }, { "name": "Mawile", - "species": "0x0835f8bc", - "category": "0x0835f8b0", + "species": "SpeciesNameMawile", + "category": "SpeciesCategoryMawile", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16027,8 +16027,8 @@ }, { "name": "Aron", - "species": "0x0835f8a8", - "category": "0x0835f89c", + "species": "SpeciesNameAron", + "category": "SpeciesCategoryAron", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16073,8 +16073,8 @@ }, { "name": "Lairon", - "species": "0x0835f894", - "category": "0x0835f89c", + "species": "SpeciesNameLairon", + "category": "SpeciesCategoryAron", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16126,8 +16126,8 @@ }, { "name": "Aggron", - "species": "0x0835f88c", - "category": "0x0835f89c", + "species": "SpeciesNameAggron", + "category": "SpeciesCategoryAron", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16179,8 +16179,8 @@ }, { "name": "Meditite", - "species": "0x0835f880", - "category": "0x0835f874", + "species": "SpeciesNameMeditite", + "category": "SpeciesCategoryMeditite", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16225,12 +16225,12 @@ }, { "name": "Medicham", - "species": "0x0835f868", - "category": "0x0835f874", + "species": "SpeciesNameMedicham", + "category": "SpeciesCategoryMeditite", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 127, + "dialogue_sprites": "0b0000000001111111", "types": [ "TYPE_FIGHTING", "TYPE_PSYCHIC" @@ -16278,8 +16278,8 @@ }, { "name": "Electrike", - "species": "0x0835f85c", - "category": "0x08360364", + "species": "SpeciesNameElectrike", + "category": "SpeciesCategoryJolteon", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -16323,8 +16323,8 @@ }, { "name": "Manectric", - "species": "0x0835f850", - "category": "0x0835f844", + "species": "SpeciesNameManectric", + "category": "SpeciesCategoryManectric", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -16375,8 +16375,8 @@ }, { "name": "Plusle", - "species": "0x0835f83c", - "category": "0x0835f830", + "species": "SpeciesNamePlusle", + "category": "SpeciesCategoryPlusle", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -16419,8 +16419,8 @@ }, { "name": "Minun", - "species": "0x0835f828", - "category": "0x0835f830", + "species": "SpeciesNameMinun", + "category": "SpeciesCategoryPlusle", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -16463,8 +16463,8 @@ }, { "name": "Volbeat", - "species": "0x0835f820", - "category": "0x0835f818", + "species": "SpeciesNameVolbeat", + "category": "SpeciesCategoryVolbeat", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -16508,8 +16508,8 @@ }, { "name": "Illumise", - "species": "0x0835f80c", - "category": "0x0835f818", + "species": "SpeciesNameIllumise", + "category": "SpeciesCategoryVolbeat", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -16552,8 +16552,8 @@ }, { "name": "Roselia", - "species": "0x0835f804", - "category": "0x0835f7fc", + "species": "SpeciesNameRoselia", + "category": "SpeciesCategoryRoselia", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -16598,12 +16598,12 @@ }, { "name": "Gulpin", - "species": "0x0835f7f4", - "category": "0x0835f7ec", + "species": "SpeciesNameGulpin", + "category": "SpeciesCategoryGulpin", "overworld_palette": 10, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_POISON" ], @@ -16644,8 +16644,8 @@ }, { "name": "Swalot", - "species": "0x0835f7e4", - "category": "0x0835f7d8", + "species": "SpeciesNameSwalot", + "category": "SpeciesCategorySwalot", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -16696,8 +16696,8 @@ }, { "name": "Carvanha", - "species": "0x0835f7cc", - "category": "0x0835f7c4", + "species": "SpeciesNameCarvanha", + "category": "SpeciesCategoryCarvanha", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -16742,8 +16742,8 @@ }, { "name": "Sharpedo", - "species": "0x0835f7b8", - "category": "0x0835f7b0", + "species": "SpeciesNameSharpedo", + "category": "SpeciesCategorySharpedo", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -16795,8 +16795,8 @@ }, { "name": "Wailmer", - "species": "0x0835f7a8", - "category": "0x0835f79c", + "species": "SpeciesNameWailmer", + "category": "SpeciesCategoryWailmer", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -16841,8 +16841,8 @@ }, { "name": "Wailord", - "species": "0x0835f794", - "category": "0x0835f788", + "species": "SpeciesNameWailord", + "category": "SpeciesCategoryWailord", "overworld_palette": 5, "size": 4, "move_speed": 1, @@ -16894,8 +16894,8 @@ }, { "name": "Numel", - "species": "0x0835f780", - "category": "0x0835f778", + "species": "SpeciesNameNumel", + "category": "SpeciesCategoryNumel", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -16940,8 +16940,8 @@ }, { "name": "Camerupt", - "species": "0x0835f76c", - "category": "0x08360bdc", + "species": "SpeciesNameCamerupt", + "category": "SpeciesCategoryNone", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -16993,8 +16993,8 @@ }, { "name": "Torkoal", - "species": "0x0835f764", - "category": "0x0835f75c", + "species": "SpeciesNameTorkoal", + "category": "SpeciesCategoryTorkoal", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -17038,8 +17038,8 @@ }, { "name": "Spoink", - "species": "0x0835f754", - "category": "0x0835f74c", + "species": "SpeciesNameSpoink", + "category": "SpeciesCategorySpoink", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -17083,8 +17083,8 @@ }, { "name": "Grumpig", - "species": "0x0835f744", - "category": "0x0835f738", + "species": "SpeciesNameGrumpig", + "category": "SpeciesCategoryGrumpig", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -17135,12 +17135,12 @@ }, { "name": "Spinda", - "species": "0x0835f730", - "category": "0x0835f724", + "species": "SpeciesNameSpinda", + "category": "SpeciesCategorySpinda", "overworld_palette": 6, "size": 1, "move_speed": 1, - "dialogue_sprites": 15, + "dialogue_sprites": "0b0000000000001111", "types": [ "TYPE_NORMAL" ], @@ -17180,8 +17180,8 @@ }, { "name": "Trapinch", - "species": "0x0835f718", - "category": "0x0835f710", + "species": "SpeciesNameTrapinch", + "category": "SpeciesCategoryTrapinch", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -17225,8 +17225,8 @@ }, { "name": "Vibrava", - "species": "0x0835f708", - "category": "0x0835f6fc", + "species": "SpeciesNameVibrava", + "category": "SpeciesCategoryVibrava", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -17278,8 +17278,8 @@ }, { "name": "Flygon", - "species": "0x0835f6f4", - "category": "0x083600ec", + "species": "SpeciesNameFlygon", + "category": "SpeciesCategoryXatu", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -17331,8 +17331,8 @@ }, { "name": "Cacnea", - "species": "0x0835f6ec", - "category": "0x0835f6e4", + "species": "SpeciesNameCacnea", + "category": "SpeciesCategoryCacnea", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -17375,8 +17375,8 @@ }, { "name": "Cacturne", - "species": "0x0835f6d8", - "category": "0x0835f6cc", + "species": "SpeciesNameCacturne", + "category": "SpeciesCategoryCacturne", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -17427,8 +17427,8 @@ }, { "name": "Swablu", - "species": "0x0835f6c4", - "category": "0x0835f6b8", + "species": "SpeciesNameSwablu", + "category": "SpeciesCategorySwablu", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17473,8 +17473,8 @@ }, { "name": "Altaria", - "species": "0x0835f6b0", - "category": "0x0835f6a8", + "species": "SpeciesNameAltaria", + "category": "SpeciesCategoryAltaria", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17525,8 +17525,8 @@ }, { "name": "Zangoose", - "species": "0x0835f69c", - "category": "0x0835f690", + "species": "SpeciesNameZangoose", + "category": "SpeciesCategoryZangoose", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17569,8 +17569,8 @@ }, { "name": "Seviper", - "species": "0x0835f688", - "category": "0x0835f67c", + "species": "SpeciesNameSeviper", + "category": "SpeciesCategorySeviper", "overworld_palette": 2, "size": 1, "move_speed": 1, @@ -17613,8 +17613,8 @@ }, { "name": "Lunatone", - "species": "0x0835f670", - "category": "0x0835f664", + "species": "SpeciesNameLunatone", + "category": "SpeciesCategoryLunatone", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -17659,8 +17659,8 @@ }, { "name": "Solrock", - "species": "0x0835f65c", - "category": "0x0835f664", + "species": "SpeciesNameSolrock", + "category": "SpeciesCategoryLunatone", "overworld_palette": 4, "size": 1, "move_speed": 1, @@ -17705,8 +17705,8 @@ }, { "name": "Barboach", - "species": "0x0835f650", - "category": "0x0835f644", + "species": "SpeciesNameBarboach", + "category": "SpeciesCategoryBarboach", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17751,12 +17751,12 @@ }, { "name": "Whiscash", - "species": "0x0835f638", - "category": "0x0835f644", + "species": "SpeciesNameWhiscash", + "category": "SpeciesCategoryBarboach", "overworld_palette": 9, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_WATER", "TYPE_GROUND" @@ -17805,8 +17805,8 @@ }, { "name": "Corphish", - "species": "0x0835f62c", - "category": "0x0835f624", + "species": "SpeciesNameCorphish", + "category": "SpeciesCategoryCorphish", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -17851,8 +17851,8 @@ }, { "name": "Crawdaunt", - "species": "0x0835f618", - "category": "0x0835f610", + "species": "SpeciesNameCrawdaunt", + "category": "SpeciesCategoryCrawdaunt", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -17905,8 +17905,8 @@ }, { "name": "Baltoy", - "species": "0x0835f608", - "category": "0x0835f5fc", + "species": "SpeciesNameBaltoy", + "category": "SpeciesCategoryBaltoy", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -17951,8 +17951,8 @@ }, { "name": "Claydol", - "species": "0x0835f5f4", - "category": "0x0835f5fc", + "species": "SpeciesNameClaydol", + "category": "SpeciesCategoryBaltoy", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18004,8 +18004,8 @@ }, { "name": "Lileep", - "species": "0x0835f5ec", - "category": "0x0835f5e0", + "species": "SpeciesNameLileep", + "category": "SpeciesCategoryLileep", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -18049,8 +18049,8 @@ }, { "name": "Cradily", - "species": "0x0835f5d8", - "category": "0x0835f5cc", + "species": "SpeciesNameCradily", + "category": "SpeciesCategoryCradily", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -18101,8 +18101,8 @@ }, { "name": "Anorith", - "species": "0x0835f5c4", - "category": "0x0835f5b8", + "species": "SpeciesNameAnorith", + "category": "SpeciesCategoryAnorith", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18146,8 +18146,8 @@ }, { "name": "Armaldo", - "species": "0x0835f5b0", - "category": "0x0835f5a8", + "species": "SpeciesNameArmaldo", + "category": "SpeciesCategoryArmaldo", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18198,8 +18198,8 @@ }, { "name": "Feebas", - "species": "0x0835f5a0", - "category": "0x083603e4", + "species": "SpeciesNameFeebas", + "category": "SpeciesCategoryMagikarp", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -18243,8 +18243,8 @@ }, { "name": "Milotic", - "species": "0x0835f598", - "category": "0x0835f590", + "species": "SpeciesNameMilotic", + "category": "SpeciesCategoryMilotic", "overworld_palette": 0, "size": 4, "move_speed": 1, @@ -18296,8 +18296,8 @@ }, { "name": "Castform", - "species": "0x0835f584", - "category": "0x0835f57c", + "species": "SpeciesNameCastform", + "category": "SpeciesCategoryCastform", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18340,8 +18340,8 @@ }, { "name": "Castform-Sunny", - "species": "0x0835f584", - "category": "0x0835f57c", + "species": "SpeciesNameCastform", + "category": "SpeciesCategoryCastform", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -18384,8 +18384,8 @@ }, { "name": "Castform-Rainy", - "species": "0x0835f584", - "category": "0x0835f57c", + "species": "SpeciesNameCastform", + "category": "SpeciesCategoryCastform", "overworld_palette": 0, "size": 1, "move_speed": 1, @@ -18428,8 +18428,8 @@ }, { "name": "Castform-Snowy", - "species": "0x0835f584", - "category": "0x0835f57c", + "species": "SpeciesNameCastform", + "category": "SpeciesCategoryCastform", "overworld_palette": 7, "size": 1, "move_speed": 1, @@ -18472,12 +18472,12 @@ }, { "name": "Kecleon", - "species": "0x0835f574", - "category": "0x0835f568", + "species": "SpeciesNameKecleon", + "category": "SpeciesCategoryKecleon", "overworld_palette": 3, "size": 1, "move_speed": 1, - "dialogue_sprites": 195, + "dialogue_sprites": "0b0000000011000011", "types": [ "TYPE_NORMAL" ], @@ -18517,8 +18517,8 @@ }, { "name": "Shuppet", - "species": "0x0835f560", - "category": "0x0835f558", + "species": "SpeciesNameShuppet", + "category": "SpeciesCategoryShuppet", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -18562,8 +18562,8 @@ }, { "name": "Banette", - "species": "0x0835f550", - "category": "0x0835f544", + "species": "SpeciesNameBanette", + "category": "SpeciesCategoryBanette", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18614,8 +18614,8 @@ }, { "name": "Duskull", - "species": "0x0835f53c", - "category": "0x0835f534", + "species": "SpeciesNameDuskull", + "category": "SpeciesCategoryDuskull", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18659,8 +18659,8 @@ }, { "name": "Dusclops", - "species": "0x0835f528", - "category": "0x0835f520", + "species": "SpeciesNameDusclops", + "category": "SpeciesCategoryDusclops", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18710,8 +18710,8 @@ }, { "name": "Tropius", - "species": "0x0835f518", - "category": "0x0835f510", + "species": "SpeciesNameTropius", + "category": "SpeciesCategoryTropius", "overworld_palette": 8, "size": 1, "move_speed": 1, @@ -18755,8 +18755,8 @@ }, { "name": "Chimecho", - "species": "0x0835f504", - "category": "0x0835f4f8", + "species": "SpeciesNameChimecho", + "category": "SpeciesCategoryChimecho", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18800,12 +18800,12 @@ }, { "name": "Absol", - "species": "0x0835f4f0", - "category": "0x0835f4e4", + "species": "SpeciesNameAbsol", + "category": "SpeciesCategoryAbsol", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "unk12": true, "types": [ "TYPE_DARK" @@ -18846,12 +18846,12 @@ }, { "name": "Wynaut", - "species": "0x0835f4dc", - "category": "0x0835f4d4", + "species": "SpeciesNameWynaut", + "category": "SpeciesCategoryWynaut", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_PSYCHIC" ], @@ -18891,8 +18891,8 @@ }, { "name": "Snorunt", - "species": "0x0835f4cc", - "category": "0x0835f4c0", + "species": "SpeciesNameSnorunt", + "category": "SpeciesCategorySnorunt", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18935,8 +18935,8 @@ }, { "name": "Glalie", - "species": "0x0835f4b8", - "category": "0x0835f4b0", + "species": "SpeciesNameGlalie", + "category": "SpeciesCategoryGlalie", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -18986,8 +18986,8 @@ }, { "name": "Spheal", - "species": "0x0835f4a8", - "category": "0x0835f4a0", + "species": "SpeciesNameSpheal", + "category": "SpeciesCategorySpheal", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19032,8 +19032,8 @@ }, { "name": "Sealeo", - "species": "0x0835f498", - "category": "0x0835f48c", + "species": "SpeciesNameSealeo", + "category": "SpeciesCategorySealeo", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19085,8 +19085,8 @@ }, { "name": "Walrein", - "species": "0x0835f484", - "category": "0x0835f478", + "species": "SpeciesNameWalrein", + "category": "SpeciesCategoryWalrein", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19138,8 +19138,8 @@ }, { "name": "Clamperl", - "species": "0x0835f46c", - "category": "0x08360668", + "species": "SpeciesNameClamperl", + "category": "SpeciesCategoryShellder", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -19183,8 +19183,8 @@ }, { "name": "Huntail", - "species": "0x0835f464", - "category": "0x0835f458", + "species": "SpeciesNameHuntail", + "category": "SpeciesCategoryHuntail", "overworld_palette": 1, "size": 1, "move_speed": 1, @@ -19236,8 +19236,8 @@ }, { "name": "Gorebyss", - "species": "0x0835f44c", - "category": "0x0835f440", + "species": "SpeciesNameGorebyss", + "category": "SpeciesCategoryGorebyss", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -19289,8 +19289,8 @@ }, { "name": "Relicanth", - "species": "0x0835f434", - "category": "0x0835f428", + "species": "SpeciesNameRelicanth", + "category": "SpeciesCategoryRelicanth", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -19336,8 +19336,8 @@ }, { "name": "Luvdisc", - "species": "0x0835f420", - "category": "0x0835f414", + "species": "SpeciesNameLuvdisc", + "category": "SpeciesCategoryLuvdisc", "overworld_palette": 10, "size": 1, "move_speed": 1, @@ -19381,8 +19381,8 @@ }, { "name": "Bagon", - "species": "0x0835f40c", - "category": "0x0835f400", + "species": "SpeciesNameBagon", + "category": "SpeciesCategoryBagon", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19425,8 +19425,8 @@ }, { "name": "Shelgon", - "species": "0x0835f3f8", - "category": "0x0835f3ec", + "species": "SpeciesNameShelgon", + "category": "SpeciesCategoryShelgon", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19476,8 +19476,8 @@ }, { "name": "Salamence", - "species": "0x0835f3e0", - "category": "0x083604d0", + "species": "SpeciesNameSalamence", + "category": "SpeciesCategoryHorsea", "overworld_palette": 5, "size": 2, "move_speed": 1, @@ -19528,8 +19528,8 @@ }, { "name": "Beldum", - "species": "0x0835f3d8", - "category": "0x0835f3cc", + "species": "SpeciesNameBeldum", + "category": "SpeciesCategoryBeldum", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -19574,8 +19574,8 @@ }, { "name": "Metang", - "species": "0x0835f3c4", - "category": "0x0835f3b8", + "species": "SpeciesNameMetang", + "category": "SpeciesCategoryMetang", "overworld_palette": 11, "size": 1, "move_speed": 1, @@ -19627,8 +19627,8 @@ }, { "name": "Metagross", - "species": "0x0835f3ac", - "category": "0x0835f3a0", + "species": "SpeciesNameMetagross", + "category": "SpeciesCategoryMetagross", "overworld_palette": 11, "size": 2, "move_speed": 1, @@ -19679,8 +19679,8 @@ }, { "name": "Regirock", - "species": "0x0835f394", - "category": "0x0835f388", + "species": "SpeciesNameRegirock", + "category": "SpeciesCategoryRegirock", "overworld_palette": 6, "size": 1, "move_speed": 1, @@ -19723,8 +19723,8 @@ }, { "name": "Regice", - "species": "0x0835f380", - "category": "0x0835f378", + "species": "SpeciesNameRegice", + "category": "SpeciesCategoryRegice", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -19767,8 +19767,8 @@ }, { "name": "Registeel", - "species": "0x0835f36c", - "category": "0x0835f364", + "species": "SpeciesNameRegisteel", + "category": "SpeciesCategoryRegisteel", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -19811,12 +19811,12 @@ }, { "name": "Latias", - "species": "0x0835f35c", - "category": "0x0835f358", + "species": "SpeciesNameLatias", + "category": "SpeciesCategoryLatias", "overworld_palette": 5, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "unk12": true, "types": [ "TYPE_DRAGON", @@ -19859,12 +19859,12 @@ }, { "name": "Latios", - "species": "0x0835f350", - "category": "0x0835f358", + "species": "SpeciesNameLatios", + "category": "SpeciesCategoryLatias", "overworld_palette": 5, "size": 2, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "unk12": true, "types": [ "TYPE_DRAGON", @@ -19907,12 +19907,12 @@ }, { "name": "Kyogre", - "species": "0x0835f348", - "category": "0x0835f33c", + "species": "SpeciesNameKyogre", + "category": "SpeciesCategoryKyogre", "overworld_palette": 5, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_WATER" @@ -19954,12 +19954,12 @@ }, { "name": "Groudon", - "species": "0x0835f334", - "category": "0x0835f328", + "species": "SpeciesNameGroudon", + "category": "SpeciesCategoryGroudon", "overworld_palette": 5, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_GROUND" @@ -20001,12 +20001,12 @@ }, { "name": "Rayquaza", - "species": "0x0835f31c", - "category": "0x0835f310", + "species": "SpeciesNameRayquaza", + "category": "SpeciesCategoryRayquaza", "overworld_palette": 3, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_DRAGON", @@ -20049,12 +20049,12 @@ }, { "name": "Jirachi", - "species": "0x0835f308", - "category": "0x0835f300", + "species": "SpeciesNameJirachi", + "category": "SpeciesCategoryJirachi", "overworld_palette": 10, "size": 1, "move_speed": 1, - "dialogue_sprites": 3, + "dialogue_sprites": "0b0000000000000011", "types": [ "TYPE_STEEL", "TYPE_PSYCHIC" @@ -20096,12 +20096,12 @@ }, { "name": "Deoxys", - "species": "0x0835f2f8", - "category": "0x0835f2f4", + "species": "SpeciesNameDeoxys", + "category": "SpeciesCategoryDeoxys", "overworld_palette": 9, "size": 1, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "unk12": true, "types": [ "TYPE_PSYCHIC" @@ -20143,8 +20143,8 @@ }, { "name": "Unown-!", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -20188,8 +20188,8 @@ }, { "name": "Unown-?", - "species": "0x0835ff78", - "category": "0x0835ff70", + "species": "SpeciesNameUnown", + "category": "SpeciesCategoryUnown", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -20233,8 +20233,8 @@ }, { "name": "Deoxys-Attack", - "species": "0x0835f2f8", - "category": "0x0835f2f4", + "species": "SpeciesNameDeoxys", + "category": "SpeciesCategoryDeoxys", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -20279,8 +20279,8 @@ }, { "name": "Deoxys-Defense", - "species": "0x0835f2f8", - "category": "0x0835f2f4", + "species": "SpeciesNameDeoxys", + "category": "SpeciesCategoryDeoxys", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -20325,8 +20325,8 @@ }, { "name": "Deoxys-Speed", - "species": "0x0835f2f8", - "category": "0x0835f2f4", + "species": "SpeciesNameDeoxys", + "category": "SpeciesCategoryDeoxys", "overworld_palette": 9, "size": 1, "move_speed": 1, @@ -20371,12 +20371,12 @@ }, { "name": "Munchlax", - "species": "0x0835f2e8", - "category": "0x0835f958", + "species": "SpeciesNameMunchlax", + "category": "SpeciesCategoryLoudred", "overworld_palette": 12, "size": 1, "move_speed": 1, - "dialogue_sprites": 63, + "dialogue_sprites": "0b0000000000111111", "types": [ "TYPE_PSYCHIC" ], @@ -20416,8 +20416,8 @@ }, { "name": "Decoy", - "species": "0x0835f2e0", - "category": "0x0835f9d8", + "species": "SpeciesNameDecoy", + "category": "SpeciesCategorySlakoth", "overworld_palette": 3, "size": 1, "move_speed": 1, @@ -20460,8 +20460,8 @@ }, { "name": "Statue", - "species": "0x0835f2d8", - "category": "0x0835f75c", + "species": "SpeciesNameStatue", + "category": "SpeciesCategoryTorkoal", "overworld_palette": 5, "size": 1, "move_speed": 1, @@ -20504,12 +20504,12 @@ }, { "name": "Rayquaza-Cutscene", - "species": "0x0835f31c", - "category": "0x0835f310", + "species": "SpeciesNameRayquaza", + "category": "SpeciesCategoryRayquaza", "overworld_palette": 3, "size": 4, "move_speed": 1, - "dialogue_sprites": 1, + "dialogue_sprites": "0b0000000000000001", "types": [ "TYPE_DRAGON", "TYPE_FLYING" diff --git a/data/pokemon/species_names.s b/data/pokemon/species_names.s new file mode 100644 index 0000000..75b748e --- /dev/null +++ b/data/pokemon/species_names.s @@ -0,0 +1,3309 @@ +.global SpeciesNameStatue +SpeciesNameStatue: +.string "Statue\0" +.align 2,0 + +.global SpeciesNameDecoy +SpeciesNameDecoy: +.string "Decoy\0" +.align 2,0 + +.global SpeciesNameMunchlax +SpeciesNameMunchlax: +.string "Munchlax\0" +.align 2,0 + +.global SpeciesCategoryDeoxys +SpeciesCategoryDeoxys: +.string "DNA\0" +.align 2,0 + +.global SpeciesNameDeoxys +SpeciesNameDeoxys: +.string "Deoxys\0" +.align 2,0 + +.global SpeciesCategoryJirachi +SpeciesCategoryJirachi: +.string "Wish\0" +.align 2,0 + +.global SpeciesNameJirachi +SpeciesNameJirachi: +.string "Jirachi\0" +.align 2,0 + +.global SpeciesCategoryRayquaza +SpeciesCategoryRayquaza: +.string "Sky High\0" +.align 2,0 + +.global SpeciesNameRayquaza +SpeciesNameRayquaza: +.string "Rayquaza\0" +.align 2,0 + +.global SpeciesCategoryGroudon +SpeciesCategoryGroudon: +.string "Continent\0" +.align 2,0 + +.global SpeciesNameGroudon +SpeciesNameGroudon: +.string "Groudon\0" +.align 2,0 + +.global SpeciesCategoryKyogre +SpeciesCategoryKyogre: +.string "Sea Basin\0" +.align 2,0 + +.global SpeciesNameKyogre +SpeciesNameKyogre: +.string "Kyogre\0" +.align 2,0 + +.global SpeciesNameLatios +SpeciesNameLatios: +.string "Latios\0" +.align 2,0 + +.global SpeciesCategoryLatias +SpeciesCategoryLatias: +.string "Eon\0" +.align 2,0 + +.global SpeciesNameLatias +SpeciesNameLatias: +.string "Latias\0" +.align 2,0 + +.global SpeciesCategoryRegisteel +SpeciesCategoryRegisteel: +.string "Iron\0" +.align 2,0 + +.global SpeciesNameRegisteel +SpeciesNameRegisteel: +.string "Registeel\0" +.align 2,0 + +.global SpeciesCategoryRegice +SpeciesCategoryRegice: +.string "Iceberg\0" +.align 2,0 + +.global SpeciesNameRegice +SpeciesNameRegice: +.string "Regice\0" +.align 2,0 + +.global SpeciesCategoryRegirock +SpeciesCategoryRegirock: +.string "Rock Peak\0" +.align 2,0 + +.global SpeciesNameRegirock +SpeciesNameRegirock: +.string "Regirock\0" +.align 2,0 + +.global SpeciesCategoryMetagross +SpeciesCategoryMetagross: +.string "Iron Leg\0" +.align 2,0 + +.global SpeciesNameMetagross +SpeciesNameMetagross: +.string "Metagross\0" +.align 2,0 + +.global SpeciesCategoryMetang +SpeciesCategoryMetang: +.string "Iron Claw\0" +.align 2,0 + +.global SpeciesNameMetang +SpeciesNameMetang: +.string "Metang\0" +.align 2,0 + +.global SpeciesCategoryBeldum +SpeciesCategoryBeldum: +.string "Iron Ball\0" +.align 2,0 + +.global SpeciesNameBeldum +SpeciesNameBeldum: +.string "Beldum\0" +.align 2,0 + +.global SpeciesNameSalamence +SpeciesNameSalamence: +.string "Salamence\0" +.align 2,0 + +.global SpeciesCategoryShelgon +SpeciesCategoryShelgon: +.string "Endurance\0" +.align 2,0 + +.global SpeciesNameShelgon +SpeciesNameShelgon: +.string "Shelgon\0" +.align 2,0 + +.global SpeciesCategoryBagon +SpeciesCategoryBagon: +.string "Rock Head\0" +.align 2,0 + +.global SpeciesNameBagon +SpeciesNameBagon: +.string "Bagon\0" +.align 2,0 + +.global SpeciesCategoryLuvdisc +SpeciesCategoryLuvdisc: +.string "Rendezvous\0" +.align 2,0 + +.global SpeciesNameLuvdisc +SpeciesNameLuvdisc: +.string "Luvdisc\0" +.align 2,0 + +.global SpeciesCategoryRelicanth +SpeciesCategoryRelicanth: +.string "Longevity\0" +.align 2,0 + +.global SpeciesNameRelicanth +SpeciesNameRelicanth: +.string "Relicanth\0" +.align 2,0 + +.global SpeciesCategoryGorebyss +SpeciesCategoryGorebyss: +.string "South Sea\0" +.align 2,0 + +.global SpeciesNameGorebyss +SpeciesNameGorebyss: +.string "Gorebyss\0" +.align 2,0 + +.global SpeciesCategoryHuntail +SpeciesCategoryHuntail: +.string "Deep Sea\0" +.align 2,0 + +.global SpeciesNameHuntail +SpeciesNameHuntail: +.string "Huntail\0" +.align 2,0 + +.global SpeciesNameClamperl +SpeciesNameClamperl: +.string "Clamperl\0" +.align 2,0 + +.global SpeciesCategoryWalrein +SpeciesCategoryWalrein: +.string "Ice Break\0" +.align 2,0 + +.global SpeciesNameWalrein +SpeciesNameWalrein: +.string "Walrein\0" +.align 2,0 + +.global SpeciesCategorySealeo +SpeciesCategorySealeo: +.string "Ball Roll\0" +.align 2,0 + +.global SpeciesNameSealeo +SpeciesNameSealeo: +.string "Sealeo\0" +.align 2,0 + +.global SpeciesCategorySpheal +SpeciesCategorySpheal: +.string "Clap\0" +.align 2,0 + +.global SpeciesNameSpheal +SpeciesNameSpheal: +.string "Spheal\0" +.align 2,0 + +.global SpeciesCategoryGlalie +SpeciesCategoryGlalie: +.string "Face\0" +.align 2,0 + +.global SpeciesNameGlalie +SpeciesNameGlalie: +.string "Glalie\0" +.align 2,0 + +.global SpeciesCategorySnorunt +SpeciesCategorySnorunt: +.string "Snow Hat\0" +.align 2,0 + +.global SpeciesNameSnorunt +SpeciesNameSnorunt: +.string "Snorunt\0" +.align 2,0 + +.global SpeciesCategoryWynaut +SpeciesCategoryWynaut: +.string "Bright\0" +.align 2,0 + +.global SpeciesNameWynaut +SpeciesNameWynaut: +.string "Wynaut\0" +.align 2,0 + +.global SpeciesCategoryAbsol +SpeciesCategoryAbsol: +.string "Disaster\0" +.align 2,0 + +.global SpeciesNameAbsol +SpeciesNameAbsol: +.string "Absol\0" +.align 2,0 + +.global SpeciesCategoryChimecho +SpeciesCategoryChimecho: +.string "Wind Chime\0" +.align 2,0 + +.global SpeciesNameChimecho +SpeciesNameChimecho: +.string "Chimecho\0" +.align 2,0 + +.global SpeciesCategoryTropius +SpeciesCategoryTropius: +.string "Fruit\0" +.align 2,0 + +.global SpeciesNameTropius +SpeciesNameTropius: +.string "Tropius\0" +.align 2,0 + +.global SpeciesCategoryDusclops +SpeciesCategoryDusclops: +.string "Beckon\0" +.align 2,0 + +.global SpeciesNameDusclops +SpeciesNameDusclops: +.string "Dusclops\0" +.align 2,0 + +.global SpeciesCategoryDuskull +SpeciesCategoryDuskull: +.string "Requiem\0" +.align 2,0 + +.global SpeciesNameDuskull +SpeciesNameDuskull: +.string "Duskull\0" +.align 2,0 + +.global SpeciesCategoryBanette +SpeciesCategoryBanette: +.string "Marionette\0" +.align 2,0 + +.global SpeciesNameBanette +SpeciesNameBanette: +.string "Banette\0" +.align 2,0 + +.global SpeciesCategoryShuppet +SpeciesCategoryShuppet: +.string "Puppet\0" +.align 2,0 + +.global SpeciesNameShuppet +SpeciesNameShuppet: +.string "Shuppet\0" +.align 2,0 + +.global SpeciesCategoryKecleon +SpeciesCategoryKecleon: +.string "Color Swap\0" +.align 2,0 + +.global SpeciesNameKecleon +SpeciesNameKecleon: +.string "Kecleon\0" +.align 2,0 + +.global SpeciesCategoryCastform +SpeciesCategoryCastform: +.string "Weather\0" +.align 2,0 + +.global SpeciesNameCastform +SpeciesNameCastform: +.string "Castform\0" +.align 2,0 + +.global SpeciesCategoryMilotic +SpeciesCategoryMilotic: +.string "Tender\0" +.align 2,0 + +.global SpeciesNameMilotic +SpeciesNameMilotic: +.string "Milotic\0" +.align 2,0 + +.global SpeciesNameFeebas +SpeciesNameFeebas: +.string "Feebas\0" +.align 2,0 + +.global SpeciesCategoryArmaldo +SpeciesCategoryArmaldo: +.string "Plate\0" +.align 2,0 + +.global SpeciesNameArmaldo +SpeciesNameArmaldo: +.string "Armaldo\0" +.align 2,0 + +.global SpeciesCategoryAnorith +SpeciesCategoryAnorith: +.string "Old Shrimp\0" +.align 2,0 + +.global SpeciesNameAnorith +SpeciesNameAnorith: +.string "Anorith\0" +.align 2,0 + +.global SpeciesCategoryCradily +SpeciesCategoryCradily: +.string "Barnacle\0" +.align 2,0 + +.global SpeciesNameCradily +SpeciesNameCradily: +.string "Cradily\0" +.align 2,0 + +.global SpeciesCategoryLileep +SpeciesCategoryLileep: +.string "Sea Lily\0" +.align 2,0 + +.global SpeciesNameLileep +SpeciesNameLileep: +.string "Lileep\0" +.align 2,0 + +.global SpeciesNameClaydol +SpeciesNameClaydol: +.string "Claydol\0" +.align 2,0 + +.global SpeciesCategoryBaltoy +SpeciesCategoryBaltoy: +.string "Clay Doll\0" +.align 2,0 + +.global SpeciesNameBaltoy +SpeciesNameBaltoy: +.string "Baltoy\0" +.align 2,0 + +.global SpeciesCategoryCrawdaunt +SpeciesCategoryCrawdaunt: +.string "Rogue\0" +.align 2,0 + +.global SpeciesNameCrawdaunt +SpeciesNameCrawdaunt: +.string "Crawdaunt\0" +.align 2,0 + +.global SpeciesCategoryCorphish +SpeciesCategoryCorphish: +.string "Ruffian\0" +.align 2,0 + +.global SpeciesNameCorphish +SpeciesNameCorphish: +.string "Corphish\0" +.align 2,0 + +.global SpeciesNameWhiscash +SpeciesNameWhiscash: +.string "Whiscash\0" +.align 2,0 + +.global SpeciesCategoryBarboach +SpeciesCategoryBarboach: +.string "Whiskers\0" +.align 2,0 + +.global SpeciesNameBarboach +SpeciesNameBarboach: +.string "Barboach\0" +.align 2,0 + +.global SpeciesNameSolrock +SpeciesNameSolrock: +.string "Solrock\0" +.align 2,0 + +.global SpeciesCategoryLunatone +SpeciesCategoryLunatone: +.string "Meteorite\0" +.align 2,0 + +.global SpeciesNameLunatone +SpeciesNameLunatone: +.string "Lunatone\0" +.align 2,0 + +.global SpeciesCategorySeviper +SpeciesCategorySeviper: +.string "Fang Snake\0" +.align 2,0 + +.global SpeciesNameSeviper +SpeciesNameSeviper: +.string "Seviper\0" +.align 2,0 + +.global SpeciesCategoryZangoose +SpeciesCategoryZangoose: +.string "Cat Ferret\0" +.align 2,0 + +.global SpeciesNameZangoose +SpeciesNameZangoose: +.string "Zangoose\0" +.align 2,0 + +.global SpeciesCategoryAltaria +SpeciesCategoryAltaria: +.string "Humming\0" +.align 2,0 + +.global SpeciesNameAltaria +SpeciesNameAltaria: +.string "Altaria\0" +.align 2,0 + +.global SpeciesCategorySwablu +SpeciesCategorySwablu: +.string "Cotton Bird\0" +.align 2,0 + +.global SpeciesNameSwablu +SpeciesNameSwablu: +.string "Swablu\0" +.align 2,0 + +.global SpeciesCategoryCacturne +SpeciesCategoryCacturne: +.string "Scarecrow\0" +.align 2,0 + +.global SpeciesNameCacturne +SpeciesNameCacturne: +.string "Cacturne\0" +.align 2,0 + +.global SpeciesCategoryCacnea +SpeciesCategoryCacnea: +.string "Cactus\0" +.align 2,0 + +.global SpeciesNameCacnea +SpeciesNameCacnea: +.string "Cacnea\0" +.align 2,0 + +.global SpeciesNameFlygon +SpeciesNameFlygon: +.string "Flygon\0" +.align 2,0 + +.global SpeciesCategoryVibrava +SpeciesCategoryVibrava: +.string "Vibration\0" +.align 2,0 + +.global SpeciesNameVibrava +SpeciesNameVibrava: +.string "Vibrava\0" +.align 2,0 + +.global SpeciesCategoryTrapinch +SpeciesCategoryTrapinch: +.string "Ant Pit\0" +.align 2,0 + +.global SpeciesNameTrapinch +SpeciesNameTrapinch: +.string "Trapinch\0" +.align 2,0 + +.global SpeciesCategorySpinda +SpeciesCategorySpinda: +.string "Spot Panda\0" +.align 2,0 + +.global SpeciesNameSpinda +SpeciesNameSpinda: +.string "Spinda\0" +.align 2,0 + +.global SpeciesCategoryGrumpig +SpeciesCategoryGrumpig: +.string "Manipulate\0" +.align 2,0 + +.global SpeciesNameGrumpig +SpeciesNameGrumpig: +.string "Grumpig\0" +.align 2,0 + +.global SpeciesCategorySpoink +SpeciesCategorySpoink: +.string "Bounce\0" +.align 2,0 + +.global SpeciesNameSpoink +SpeciesNameSpoink: +.string "Spoink\0" +.align 2,0 + +.global SpeciesCategoryTorkoal +SpeciesCategoryTorkoal: +.string "Coal\0" +.align 2,0 + +.global SpeciesNameTorkoal +SpeciesNameTorkoal: +.string "Torkoal\0" +.align 2,0 + +.global SpeciesNameCamerupt +SpeciesNameCamerupt: +.string "Camerupt\0" +.align 2,0 + +.global SpeciesCategoryNumel +SpeciesCategoryNumel: +.string "Numb\0" +.align 2,0 + +.global SpeciesNameNumel +SpeciesNameNumel: +.string "Numel\0" +.align 2,0 + +.global SpeciesCategoryWailord +SpeciesCategoryWailord: +.string "Float Whale\0" +.align 2,0 + +.global SpeciesNameWailord +SpeciesNameWailord: +.string "Wailord\0" +.align 2,0 + +.global SpeciesCategoryWailmer +SpeciesCategoryWailmer: +.string "Ball Whale\0" +.align 2,0 + +.global SpeciesNameWailmer +SpeciesNameWailmer: +.string "Wailmer\0" +.align 2,0 + +.global SpeciesCategorySharpedo +SpeciesCategorySharpedo: +.string "Brutal\0" +.align 2,0 + +.global SpeciesNameSharpedo +SpeciesNameSharpedo: +.string "Sharpedo\0" +.align 2,0 + +.global SpeciesCategoryCarvanha +SpeciesCategoryCarvanha: +.string "Savage\0" +.align 2,0 + +.global SpeciesNameCarvanha +SpeciesNameCarvanha: +.string "Carvanha\0" +.align 2,0 + +.global SpeciesCategorySwalot +SpeciesCategorySwalot: +.string "Poison Bag\0" +.align 2,0 + +.global SpeciesNameSwalot +SpeciesNameSwalot: +.string "Swalot\0" +.align 2,0 + +.global SpeciesCategoryGulpin +SpeciesCategoryGulpin: +.string "Stomach\0" +.align 2,0 + +.global SpeciesNameGulpin +SpeciesNameGulpin: +.string "Gulpin\0" +.align 2,0 + +.global SpeciesCategoryRoselia +SpeciesCategoryRoselia: +.string "Thorn\0" +.align 2,0 + +.global SpeciesNameRoselia +SpeciesNameRoselia: +.string "Roselia\0" +.align 2,0 + +.global SpeciesNameIllumise +SpeciesNameIllumise: +.string "Illumise\0" +.align 2,0 + +.global SpeciesCategoryVolbeat +SpeciesCategoryVolbeat: +.string "Firefly\0" +.align 2,0 + +.global SpeciesNameVolbeat +SpeciesNameVolbeat: +.string "Volbeat\0" +.align 2,0 + +.global SpeciesNameMinun +SpeciesNameMinun: +.string "Minun\0" +.align 2,0 + +.global SpeciesCategoryPlusle +SpeciesCategoryPlusle: +.string "Cheering\0" +.align 2,0 + +.global SpeciesNamePlusle +SpeciesNamePlusle: +.string "Plusle\0" +.align 2,0 + +.global SpeciesCategoryManectric +SpeciesCategoryManectric: +.string "Discharge\0" +.align 2,0 + +.global SpeciesNameManectric +SpeciesNameManectric: +.string "Manectric\0" +.align 2,0 + +.global SpeciesNameElectrike +SpeciesNameElectrike: +.string "Electrike\0" +.align 2,0 + +.global SpeciesNameMedicham +SpeciesNameMedicham: +.string "Medicham\0" +.align 2,0 + +.global SpeciesCategoryMeditite +SpeciesCategoryMeditite: +.string "Meditate\0" +.align 2,0 + +.global SpeciesNameMeditite +SpeciesNameMeditite: +.string "Meditite\0" +.align 2,0 + +.global SpeciesNameAggron +SpeciesNameAggron: +.string "Aggron\0" +.align 2,0 + +.global SpeciesNameLairon +SpeciesNameLairon: +.string "Lairon\0" +.align 2,0 + +.global SpeciesCategoryAron +SpeciesCategoryAron: +.string "Iron Armor\0" +.align 2,0 + +.global SpeciesNameAron +SpeciesNameAron: +.string "Aron\0" +.align 2,0 + +.global SpeciesCategoryMawile +SpeciesCategoryMawile: +.string "Deceiver\0" +.align 2,0 + +.global SpeciesNameMawile +SpeciesNameMawile: +.string "Mawile\0" +.align 2,0 + +.global SpeciesNameSableye +SpeciesNameSableye: +.string "Sableye\0" +.align 2,0 + +.global SpeciesCategoryDelcatty +SpeciesCategoryDelcatty: +.string "Prim\0" +.align 2,0 + +.global SpeciesNameDelcatty +SpeciesNameDelcatty: +.string "Delcatty\0" +.align 2,0 + +.global SpeciesCategorySkitty +SpeciesCategorySkitty: +.string "Kitten\0" +.align 2,0 + +.global SpeciesNameSkitty +SpeciesNameSkitty: +.string "Skitty\0" +.align 2,0 + +.global SpeciesCategoryNosepass +SpeciesCategoryNosepass: +.string "Compass\0" +.align 2,0 + +.global SpeciesNameNosepass +SpeciesNameNosepass: +.string "Nosepass\0" +.align 2,0 + +.global SpeciesCategoryAzurill +SpeciesCategoryAzurill: +.string "Polka Dot\0" +.align 2,0 + +.global SpeciesNameAzurill +SpeciesNameAzurill: +.string "Azurill\0" +.align 2,0 + +.global SpeciesCategoryHariyama +SpeciesCategoryHariyama: +.string "Arm Thrust\0" +.align 2,0 + +.global SpeciesNameHariyama +SpeciesNameHariyama: +.string "Hariyama\0" +.align 2,0 + +.global SpeciesCategoryMakuhita +SpeciesCategoryMakuhita: +.string "Guts\0" +.align 2,0 + +.global SpeciesNameMakuhita +SpeciesNameMakuhita: +.string "Makuhita\0" +.align 2,0 + +.global SpeciesCategoryExploud +SpeciesCategoryExploud: +.string "Loud Noise\0" +.align 2,0 + +.global SpeciesNameExploud +SpeciesNameExploud: +.string "Exploud\0" +.align 2,0 + +.global SpeciesCategoryLoudred +SpeciesCategoryLoudred: +.string "Big Voice\0" +.align 2,0 + +.global SpeciesNameLoudred +SpeciesNameLoudred: +.string "Loudred\0" +.align 2,0 + +.global SpeciesCategoryWhismur +SpeciesCategoryWhismur: +.string "Whisper\0" +.align 2,0 + +.global SpeciesNameWhismur +SpeciesNameWhismur: +.string "Whismur\0" +.align 2,0 + +.global SpeciesCategoryShedinja +SpeciesCategoryShedinja: +.string "Shed\0" +.align 2,0 + +.global SpeciesNameShedinja +SpeciesNameShedinja: +.string "Shedinja\0" +.align 2,0 + +.global SpeciesCategoryNinjask +SpeciesCategoryNinjask: +.string "Ninja\0" +.align 2,0 + +.global SpeciesNameNinjask +SpeciesNameNinjask: +.string "Ninjask\0" +.align 2,0 + +.global SpeciesCategoryNincada +SpeciesCategoryNincada: +.string "Trainee\0" +.align 2,0 + +.global SpeciesNameNincada +SpeciesNameNincada: +.string "Nincada\0" +.align 2,0 + +.global SpeciesCategorySlaking +SpeciesCategorySlaking: +.string "Lazy\0" +.align 2,0 + +.global SpeciesNameSlaking +SpeciesNameSlaking: +.string "Slaking\0" +.align 2,0 + +.global SpeciesCategoryVigoroth +SpeciesCategoryVigoroth: +.string "Wild Monkey\0" +.align 2,0 + +.global SpeciesNameVigoroth +SpeciesNameVigoroth: +.string "Vigoroth\0" +.align 2,0 + +.global SpeciesCategorySlakoth +SpeciesCategorySlakoth: +.string "Slacker\0" +.align 2,0 + +.global SpeciesNameSlakoth +SpeciesNameSlakoth: +.string "Slakoth\0" +.align 2,0 + +.global SpeciesNameBreloom +SpeciesNameBreloom: +.string "Breloom\0" +.align 2,0 + +.global SpeciesNameShroomish +SpeciesNameShroomish: +.string "Shroomish\0" +.align 2,0 + +.global SpeciesCategoryMasquerain +SpeciesCategoryMasquerain: +.string "Eyeball\0" +.align 2,0 + +.global SpeciesNameMasquerain +SpeciesNameMasquerain: +.string "Masquerain\0" +.align 2,0 + +.global SpeciesCategorySurskit +SpeciesCategorySurskit: +.string "Pond Skater\0" +.align 2,0 + +.global SpeciesNameSurskit +SpeciesNameSurskit: +.string "Surskit\0" +.align 2,0 + +.global SpeciesCategoryGardevoir +SpeciesCategoryGardevoir: +.string "Embrace\0" +.align 2,0 + +.global SpeciesNameGardevoir +SpeciesNameGardevoir: +.string "Gardevoir\0" +.align 2,0 + +.global SpeciesCategoryKirlia +SpeciesCategoryKirlia: +.string "Emotion\0" +.align 2,0 + +.global SpeciesNameKirlia +SpeciesNameKirlia: +.string "Kirlia\0" +.align 2,0 + +.global SpeciesCategoryRalts +SpeciesCategoryRalts: +.string "Feeling\0" +.align 2,0 + +.global SpeciesNameRalts +SpeciesNameRalts: +.string "Ralts\0" +.align 2,0 + +.global SpeciesCategoryPelipper +SpeciesCategoryPelipper: +.string "Water Bird\0" +.align 2,0 + +.global SpeciesNamePelipper +SpeciesNamePelipper: +.string "Pelipper\0" +.align 2,0 + +.global SpeciesCategoryWingull +SpeciesCategoryWingull: +.string "Seagull\0" +.align 2,0 + +.global SpeciesNameWingull +SpeciesNameWingull: +.string "Wingull\0" +.align 2,0 + +.global SpeciesCategorySwellow +SpeciesCategorySwellow: +.string "Swallow\0" +.align 2,0 + +.global SpeciesNameSwellow +SpeciesNameSwellow: +.string "Swellow\0" +.align 2,0 + +.global SpeciesCategoryTaillow +SpeciesCategoryTaillow: +.string "Tinyswallow\0" +.align 2,0 + +.global SpeciesNameTaillow +SpeciesNameTaillow: +.string "Taillow\0" +.align 2,0 + +.global SpeciesCategoryShiftry +SpeciesCategoryShiftry: +.string "Wicked\0" +.align 2,0 + +.global SpeciesNameShiftry +SpeciesNameShiftry: +.string "Shiftry\0" +.align 2,0 + +.global SpeciesCategoryNuzleaf +SpeciesCategoryNuzleaf: +.string "Wily\0" +.align 2,0 + +.global SpeciesNameNuzleaf +SpeciesNameNuzleaf: +.string "Nuzleaf\0" +.align 2,0 + +.global SpeciesCategorySeedot +SpeciesCategorySeedot: +.string "Acorn\0" +.align 2,0 + +.global SpeciesNameSeedot +SpeciesNameSeedot: +.string "Seedot\0" +.align 2,0 + +.global SpeciesCategoryLudicolo +SpeciesCategoryLudicolo: +.string "Carefree\0" +.align 2,0 + +.global SpeciesNameLudicolo +SpeciesNameLudicolo: +.string "Ludicolo\0" +.align 2,0 + +.global SpeciesCategoryLombre +SpeciesCategoryLombre: +.string "Jolly\0" +.align 2,0 + +.global SpeciesNameLombre +SpeciesNameLombre: +.string "Lombre\0" +.align 2,0 + +.global SpeciesCategoryLotad +SpeciesCategoryLotad: +.string "Water Weed\0" +.align 2,0 + +.global SpeciesNameLotad +SpeciesNameLotad: +.string "Lotad\0" +.align 2,0 + +.global SpeciesNameDustox +SpeciesNameDustox: +.string "Dustox\0" +.align 2,0 + +.global SpeciesNameCascoon +SpeciesNameCascoon: +.string "Cascoon\0" +.align 2,0 + +.global SpeciesNameBeautifly +SpeciesNameBeautifly: +.string "Beautifly\0" +.align 2,0 + +.global SpeciesNameSilcoon +SpeciesNameSilcoon: +.string "Silcoon\0" +.align 2,0 + +.global SpeciesNameWurmple +SpeciesNameWurmple: +.string "Wurmple\0" +.align 2,0 + +.global SpeciesCategoryLinoone +SpeciesCategoryLinoone: +.string "Rushing\0" +.align 2,0 + +.global SpeciesNameLinoone +SpeciesNameLinoone: +.string "Linoone\0" +.align 2,0 + +.global SpeciesCategoryZigzagoon +SpeciesCategoryZigzagoon: +.string "Tinyraccoon\0" +.align 2,0 + +.global SpeciesNameZigzagoon +SpeciesNameZigzagoon: +.string "Zigzagoon\0" +.align 2,0 + +.global SpeciesNameMightyena +SpeciesNameMightyena: +.string "Mightyena\0" +.align 2,0 + +.global SpeciesCategoryPoochyena +SpeciesCategoryPoochyena: +.string "Bite\0" +.align 2,0 + +.global SpeciesNamePoochyena +SpeciesNamePoochyena: +.string "Poochyena\0" +.align 2,0 + +.global SpeciesNameSwampert +SpeciesNameSwampert: +.string "Swampert\0" +.align 2,0 + +.global SpeciesNameMarshtomp +SpeciesNameMarshtomp: +.string "Marshtomp\0" +.align 2,0 + +.global SpeciesCategoryMudkip +SpeciesCategoryMudkip: +.string "Mud Fish\0" +.align 2,0 + +.global SpeciesNameMudkip +SpeciesNameMudkip: +.string "Mudkip\0" +.align 2,0 + +.global SpeciesCategoryBlaziken +SpeciesCategoryBlaziken: +.string "Blaze\0" +.align 2,0 + +.global SpeciesNameBlaziken +SpeciesNameBlaziken: +.string "Blaziken\0" +.align 2,0 + +.global SpeciesCategoryCombusken +SpeciesCategoryCombusken: +.string "Young Fowl\0" +.align 2,0 + +.global SpeciesNameCombusken +SpeciesNameCombusken: +.string "Combusken\0" +.align 2,0 + +.global SpeciesCategoryTorchic +SpeciesCategoryTorchic: +.string "Chick\0" +.align 2,0 + +.global SpeciesNameTorchic +SpeciesNameTorchic: +.string "Torchic\0" +.align 2,0 + +.global SpeciesCategorySceptile +SpeciesCategorySceptile: +.string "Forest\0" +.align 2,0 + +.global SpeciesNameSceptile +SpeciesNameSceptile: +.string "Sceptile\0" +.align 2,0 + +.global SpeciesNameGrovyle +SpeciesNameGrovyle: +.string "Grovyle\0" +.align 2,0 + +.global SpeciesCategoryTreecko +SpeciesCategoryTreecko: +.string "Wood Gecko\0" +.align 2,0 + +.global SpeciesNameTreecko +SpeciesNameTreecko: +.string "Treecko\0" +.align 2,0 + +.global SpeciesCategoryCelebi +SpeciesCategoryCelebi: +.string "Time Travel\0" +.align 2,0 + +.global SpeciesNameCelebi +SpeciesNameCelebi: +.string "Celebi\0" +.align 2,0 + +.global SpeciesCategoryHoOh +SpeciesCategoryHoOh: +.string "Rainbow\0" +.align 2,0 + +.global SpeciesNameHoOh +SpeciesNameHoOh: +.string "Ho-Oh\0" +.align 2,0 + +.global SpeciesCategoryLugia +SpeciesCategoryLugia: +.string "Diving\0" +.align 2,0 + +.global SpeciesNameLugia +SpeciesNameLugia: +.string "Lugia\0" +.align 2,0 + +.global SpeciesNameTyranitar +SpeciesNameTyranitar: +.string "Tyranitar\0" +.align 2,0 + +.global SpeciesCategoryPupitar +SpeciesCategoryPupitar: +.string "Hard Shell\0" +.align 2,0 + +.global SpeciesNamePupitar +SpeciesNamePupitar: +.string "Pupitar\0" +.align 2,0 + +.global SpeciesCategoryLarvitar +SpeciesCategoryLarvitar: +.string "Rock Skin\0" +.align 2,0 + +.global SpeciesNameLarvitar +SpeciesNameLarvitar: +.string "Larvitar\0" +.align 2,0 + +.global SpeciesCategorySuicune +SpeciesCategorySuicune: +.string "Aurora\0" +.align 2,0 + +.global SpeciesNameSuicune +SpeciesNameSuicune: +.string "Suicune\0" +.align 2,0 + +.global SpeciesNameEntei +SpeciesNameEntei: +.string "Entei\0" +.align 2,0 + +.global SpeciesCategoryRaikou +SpeciesCategoryRaikou: +.string "Thunder\0" +.align 2,0 + +.global SpeciesNameRaikou +SpeciesNameRaikou: +.string "Raikou\0" +.align 2,0 + +.global SpeciesNameBlissey +SpeciesNameBlissey: +.string "Blissey\0" +.align 2,0 + +.global SpeciesCategoryMiltank +SpeciesCategoryMiltank: +.string "Milk Cow\0" +.align 2,0 + +.global SpeciesNameMiltank +SpeciesNameMiltank: +.string "Miltank\0" +.align 2,0 + +.global SpeciesCategoryMagby +SpeciesCategoryMagby: +.string "Live Coal\0" +.align 2,0 + +.global SpeciesNameMagby +SpeciesNameMagby: +.string "Magby\0" +.align 2,0 + +.global SpeciesNameElekid +SpeciesNameElekid: +.string "Elekid\0" +.align 2,0 + +.global SpeciesCategorySmoochum +SpeciesCategorySmoochum: +.string "Kiss\0" +.align 2,0 + +.global SpeciesNameSmoochum +SpeciesNameSmoochum: +.string "Smoochum\0" +.align 2,0 + +.global SpeciesCategoryHitmontop +SpeciesCategoryHitmontop: +.string "Handstand\0" +.align 2,0 + +.global SpeciesNameHitmontop +SpeciesNameHitmontop: +.string "Hitmontop\0" +.align 2,0 + +.global SpeciesCategoryTyrogue +SpeciesCategoryTyrogue: +.string "Scuffle\0" +.align 2,0 + +.global SpeciesNameTyrogue +SpeciesNameTyrogue: +.string "Tyrogue\0" +.align 2,0 + +.global SpeciesCategorySmeargle +SpeciesCategorySmeargle: +.string "Painter\0" +.align 2,0 + +.global SpeciesNameSmeargle +SpeciesNameSmeargle: +.string "Smeargle\0" +.align 2,0 + +.global SpeciesCategoryStantler +SpeciesCategoryStantler: +.string "Big Horn\0" +.align 2,0 + +.global SpeciesNameStantler +SpeciesNameStantler: +.string "Stantler\0" +.align 2,0 + +.global SpeciesNamePorygon2 +SpeciesNamePorygon2: +.string "Porygon2\0" +.align 2,0 + +.global SpeciesCategoryDonphan +SpeciesCategoryDonphan: +.string "Armor\0" +.align 2,0 + +.global SpeciesNameDonphan +SpeciesNameDonphan: +.string "Donphan\0" +.align 2,0 + +.global SpeciesCategoryPhanpy +SpeciesCategoryPhanpy: +.string "Long Nose\0" +.align 2,0 + +.global SpeciesNamePhanpy +SpeciesNamePhanpy: +.string "Phanpy\0" +.align 2,0 + +.global SpeciesNameKingdra +SpeciesNameKingdra: +.string "Kingdra\0" +.align 2,0 + +.global SpeciesNameHoundoom +SpeciesNameHoundoom: +.string "Houndoom\0" +.align 2,0 + +.global SpeciesCategoryHoundour +SpeciesCategoryHoundour: +.string "Dark\0" +.align 2,0 + +.global SpeciesNameHoundour +SpeciesNameHoundour: +.string "Houndour\0" +.align 2,0 + +.global SpeciesCategorySkarmory +SpeciesCategorySkarmory: +.string "Armor Bird\0" +.align 2,0 + +.global SpeciesNameSkarmory +SpeciesNameSkarmory: +.string "Skarmory\0" +.align 2,0 + +.global SpeciesCategoryMantine +SpeciesCategoryMantine: +.string "Kite\0" +.align 2,0 + +.global SpeciesNameMantine +SpeciesNameMantine: +.string "Mantine\0" +.align 2,0 + +.global SpeciesCategoryDelibird +SpeciesCategoryDelibird: +.string "Delivery\0" +.align 2,0 + +.global SpeciesNameDelibird +SpeciesNameDelibird: +.string "Delibird\0" +.align 2,0 + +.global SpeciesNameOctillery +SpeciesNameOctillery: +.string "Octillery\0" +.align 2,0 + +.global SpeciesCategoryRemoraid +SpeciesCategoryRemoraid: +.string "Jet\0" +.align 2,0 + +.global SpeciesNameRemoraid +SpeciesNameRemoraid: +.string "Remoraid\0" +.align 2,0 + +.global SpeciesCategoryCorsola +SpeciesCategoryCorsola: +.string "Coral\0" +.align 2,0 + +.global SpeciesNameCorsola +SpeciesNameCorsola: +.string "Corsola\0" +.align 2,0 + +.global SpeciesCategoryPiloswine +SpeciesCategoryPiloswine: +.string "Swine\0" +.align 2,0 + +.global SpeciesNamePiloswine +SpeciesNamePiloswine: +.string "Piloswine\0" +.align 2,0 + +.global SpeciesCategorySwinub +SpeciesCategorySwinub: +.string "Pig\0" +.align 2,0 + +.global SpeciesNameSwinub +SpeciesNameSwinub: +.string "Swinub\0" +.align 2,0 + +.global SpeciesNameMagcargo +SpeciesNameMagcargo: +.string "Magcargo\0" +.align 2,0 + +.global SpeciesCategorySlugma +SpeciesCategorySlugma: +.string "Lava\0" +.align 2,0 + +.global SpeciesNameSlugma +SpeciesNameSlugma: +.string "Slugma\0" +.align 2,0 + +.global SpeciesCategoryUrsaring +SpeciesCategoryUrsaring: +.string "Hibernator\0" +.align 2,0 + +.global SpeciesNameUrsaring +SpeciesNameUrsaring: +.string "Ursaring\0" +.align 2,0 + +.global SpeciesCategoryTeddiursa +SpeciesCategoryTeddiursa: +.string "Little Bear\0" +.align 2,0 + +.global SpeciesNameTeddiursa +SpeciesNameTeddiursa: +.string "Teddiursa\0" +.align 2,0 + +.global SpeciesCategorySneasel +SpeciesCategorySneasel: +.string "Sharp Claw\0" +.align 2,0 + +.global SpeciesNameSneasel +SpeciesNameSneasel: +.string "Sneasel\0" +.align 2,0 + +.global SpeciesCategoryHeracross +SpeciesCategoryHeracross: +.string "Single Horn\0" +.align 2,0 + +.global SpeciesNameHeracross +SpeciesNameHeracross: +.string "Heracross\0" +.align 2,0 + +.global SpeciesCategoryShuckle +SpeciesCategoryShuckle: +.string "Mold\0" +.align 2,0 + +.global SpeciesNameShuckle +SpeciesNameShuckle: +.string "Shuckle\0" +.align 2,0 + +.global SpeciesNameScizor +SpeciesNameScizor: +.string "Scizor\0" +.align 2,0 + +.global SpeciesNameQwilfish +SpeciesNameQwilfish: +.string "Qwilfish\0" +.align 2,0 + +.global SpeciesNameGranbull +SpeciesNameGranbull: +.string "Granbull\0" +.align 2,0 + +.global SpeciesNameSnubbull +SpeciesNameSnubbull: +.string "Snubbull\0" +.align 2,0 + +.global SpeciesCategorySteelix +SpeciesCategorySteelix: +.string "Iron Snake\0" +.align 2,0 + +.global SpeciesNameSteelix +SpeciesNameSteelix: +.string "Steelix\0" +.align 2,0 + +.global SpeciesCategoryGligar +SpeciesCategoryGligar: +.string "Flyscorpion\0" +.align 2,0 + +.global SpeciesNameGligar +SpeciesNameGligar: +.string "Gligar\0" +.align 2,0 + +.global SpeciesCategoryDunsparce +SpeciesCategoryDunsparce: +.string "Land Snake\0" +.align 2,0 + +.global SpeciesNameDunsparce +SpeciesNameDunsparce: +.string "Dunsparce\0" +.align 2,0 + +.global SpeciesNameForretress +SpeciesNameForretress: +.string "Forretress\0" +.align 2,0 + +.global SpeciesCategoryPineco +SpeciesCategoryPineco: +.string "Bagworm\0" +.align 2,0 + +.global SpeciesNamePineco +SpeciesNamePineco: +.string "Pineco\0" +.align 2,0 + +.global SpeciesCategoryGirafarig +SpeciesCategoryGirafarig: +.string "Long Neck\0" +.align 2,0 + +.global SpeciesNameGirafarig +SpeciesNameGirafarig: +.string "Girafarig\0" +.align 2,0 + +.global SpeciesCategoryWobbuffet +SpeciesCategoryWobbuffet: +.string "Patient\0" +.align 2,0 + +.global SpeciesNameWobbuffet +SpeciesNameWobbuffet: +.string "Wobbuffet\0" +.align 2,0 + +.global SpeciesCategoryUnown +SpeciesCategoryUnown: +.string "Symbol\0" +.align 2,0 + +.global SpeciesNameUnown +SpeciesNameUnown: +.string "Unown\0" +.align 2,0 + +.global SpeciesCategoryMisdreavus +SpeciesCategoryMisdreavus: +.string "Screech\0" +.align 2,0 + +.global SpeciesNameMisdreavus +SpeciesNameMisdreavus: +.string "Misdreavus\0" +.align 2,0 + +.global SpeciesCategorySlowking +SpeciesCategorySlowking: +.string "Royal\0" +.align 2,0 + +.global SpeciesNameSlowking +SpeciesNameSlowking: +.string "Slowking\0" +.align 2,0 + +.global SpeciesCategoryMurkrow +SpeciesCategoryMurkrow: +.string "Darkness\0" +.align 2,0 + +.global SpeciesNameMurkrow +SpeciesNameMurkrow: +.string "Murkrow\0" +.align 2,0 + +.global SpeciesCategoryUmbreon +SpeciesCategoryUmbreon: +.string "Moonlight\0" +.align 2,0 + +.global SpeciesNameUmbreon +SpeciesNameUmbreon: +.string "Umbreon\0" +.align 2,0 + +.global SpeciesNameEspeon +SpeciesNameEspeon: +.string "Espeon\0" +.align 2,0 + +.global SpeciesNameQuagsire +SpeciesNameQuagsire: +.string "Quagsire\0" +.align 2,0 + +.global SpeciesCategoryWooper +SpeciesCategoryWooper: +.string "Water Fish\0" +.align 2,0 + +.global SpeciesNameWooper +SpeciesNameWooper: +.string "Wooper\0" +.align 2,0 + +.global SpeciesCategoryYanma +SpeciesCategoryYanma: +.string "Clear Wing\0" +.align 2,0 + +.global SpeciesNameYanma +SpeciesNameYanma: +.string "Yanma\0" +.align 2,0 + +.global SpeciesCategorySunflora +SpeciesCategorySunflora: +.string "Sun\0" +.align 2,0 + +.global SpeciesNameSunflora +SpeciesNameSunflora: +.string "Sunflora\0" +.align 2,0 + +.global SpeciesNameSunkern +SpeciesNameSunkern: +.string "Sunkern\0" +.align 2,0 + +.global SpeciesCategoryAipom +SpeciesCategoryAipom: +.string "Long Tail\0" +.align 2,0 + +.global SpeciesNameAipom +SpeciesNameAipom: +.string "Aipom\0" +.align 2,0 + +.global SpeciesNameJumpluff +SpeciesNameJumpluff: +.string "Jumpluff\0" +.align 2,0 + +.global SpeciesNameSkiploom +SpeciesNameSkiploom: +.string "Skiploom\0" +.align 2,0 + +.global SpeciesCategoryHoppip +SpeciesCategoryHoppip: +.string "Cottonweed\0" +.align 2,0 + +.global SpeciesNameHoppip +SpeciesNameHoppip: +.string "Hoppip\0" +.align 2,0 + +.global SpeciesCategoryPolitoed +SpeciesCategoryPolitoed: +.string "Frog\0" +.align 2,0 + +.global SpeciesNamePolitoed +SpeciesNamePolitoed: +.string "Politoed\0" +.align 2,0 + +.global SpeciesCategorySudowoodo +SpeciesCategorySudowoodo: +.string "Imitation\0" +.align 2,0 + +.global SpeciesNameSudowoodo +SpeciesNameSudowoodo: +.string "Sudowoodo\0" +.align 2,0 + +.global SpeciesCategoryAzumarill +SpeciesCategoryAzumarill: +.string "Aqua Rabbit\0" +.align 2,0 + +.global SpeciesNameAzumarill +SpeciesNameAzumarill: +.string "Azumarill\0" +.align 2,0 + +.global SpeciesCategoryMarill +SpeciesCategoryMarill: +.string "Aqua Mouse\0" +.align 2,0 + +.global SpeciesNameMarill +SpeciesNameMarill: +.string "Marill\0" +.align 2,0 + +.global SpeciesNameBellossom +SpeciesNameBellossom: +.string "Bellossom\0" +.align 2,0 + +.global SpeciesNameAmpharos +SpeciesNameAmpharos: +.string "Ampharos\0" +.align 2,0 + +.global SpeciesNameFlaaffy +SpeciesNameFlaaffy: +.string "Flaaffy\0" +.align 2,0 + +.global SpeciesCategoryMareep +SpeciesCategoryMareep: +.string "Wool\0" +.align 2,0 + +.global SpeciesNameMareep +SpeciesNameMareep: +.string "Mareep\0" +.align 2,0 + +.global SpeciesCategoryXatu +SpeciesCategoryXatu: +.string "Mystic\0" +.align 2,0 + +.global SpeciesNameXatu +SpeciesNameXatu: +.string "Xatu\0" +.align 2,0 + +.global SpeciesNameNatu +SpeciesNameNatu: +.string "Natu\0" +.align 2,0 + +.global SpeciesCategoryTogetic +SpeciesCategoryTogetic: +.string "Happiness\0" +.align 2,0 + +.global SpeciesNameTogetic +SpeciesNameTogetic: +.string "Togetic\0" +.align 2,0 + +.global SpeciesCategoryTogepi +SpeciesCategoryTogepi: +.string "Spike Ball\0" +.align 2,0 + +.global SpeciesNameTogepi +SpeciesNameTogepi: +.string "Togepi\0" +.align 2,0 + +.global SpeciesNameIgglybuff +SpeciesNameIgglybuff: +.string "Igglybuff\0" +.align 2,0 + +.global SpeciesNameCleffa +SpeciesNameCleffa: +.string "Cleffa\0" +.align 2,0 + +.global SpeciesCategoryPichu +SpeciesCategoryPichu: +.string "Tiny Mouse\0" +.align 2,0 + +.global SpeciesNamePichu +SpeciesNamePichu: +.string "Pichu\0" +.align 2,0 + +.global SpeciesCategoryLanturn +SpeciesCategoryLanturn: +.string "Light\0" +.align 2,0 + +.global SpeciesNameLanturn +SpeciesNameLanturn: +.string "Lanturn\0" +.align 2,0 + +.global SpeciesCategoryChinchou +SpeciesCategoryChinchou: +.string "Angler\0" +.align 2,0 + +.global SpeciesNameChinchou +SpeciesNameChinchou: +.string "Chinchou\0" +.align 2,0 + +.global SpeciesNameCrobat +SpeciesNameCrobat: +.string "Crobat\0" +.align 2,0 + +.global SpeciesCategoryAriados +SpeciesCategoryAriados: +.string "Long Leg\0" +.align 2,0 + +.global SpeciesNameAriados +SpeciesNameAriados: +.string "Ariados\0" +.align 2,0 + +.global SpeciesCategorySpinarak +SpeciesCategorySpinarak: +.string "String Spit\0" +.align 2,0 + +.global SpeciesNameSpinarak +SpeciesNameSpinarak: +.string "Spinarak\0" +.align 2,0 + +.global SpeciesNameLedian +SpeciesNameLedian: +.string "Ledian\0" +.align 2,0 + +.global SpeciesCategoryLedyba +SpeciesCategoryLedyba: +.string "Five Star\0" +.align 2,0 + +.global SpeciesNameLedyba +SpeciesNameLedyba: +.string "Ledyba\0" +.align 2,0 + +.global SpeciesNameNoctowl +SpeciesNameNoctowl: +.string "Noctowl\0" +.align 2,0 + +.global SpeciesCategoryHoothoot +SpeciesCategoryHoothoot: +.string "Owl\0" +.align 2,0 + +.global SpeciesNameHoothoot +SpeciesNameHoothoot: +.string "Hoothoot\0" +.align 2,0 + +.global SpeciesCategoryFurret +SpeciesCategoryFurret: +.string "Long Body\0" +.align 2,0 + +.global SpeciesNameFurret +SpeciesNameFurret: +.string "Furret\0" +.align 2,0 + +.global SpeciesCategorySentret +SpeciesCategorySentret: +.string "Scout\0" +.align 2,0 + +.global SpeciesNameSentret +SpeciesNameSentret: +.string "Sentret\0" +.align 2,0 + +.global SpeciesNameFeraligatr +SpeciesNameFeraligatr: +.string "Feraligatr\0" +.align 2,0 + +.global SpeciesNameCroconaw +SpeciesNameCroconaw: +.string "Croconaw\0" +.align 2,0 + +.global SpeciesCategoryTotodile +SpeciesCategoryTotodile: +.string "Big Jaw\0" +.align 2,0 + +.global SpeciesNameTotodile +SpeciesNameTotodile: +.string "Totodile\0" +.align 2,0 + +.global SpeciesNameTyphlosion +SpeciesNameTyphlosion: +.string "Typhlosion\0" +.align 2,0 + +.global SpeciesCategoryQuilava +SpeciesCategoryQuilava: +.string "Volcano\0" +.align 2,0 + +.global SpeciesNameQuilava +SpeciesNameQuilava: +.string "Quilava\0" +.align 2,0 + +.global SpeciesCategoryCyndaquil +SpeciesCategoryCyndaquil: +.string "Fire Mouse\0" +.align 2,0 + +.global SpeciesNameCyndaquil +SpeciesNameCyndaquil: +.string "Cyndaquil\0" +.align 2,0 + +.global SpeciesCategoryMeganium +SpeciesCategoryMeganium: +.string "Herb\0" +.align 2,0 + +.global SpeciesNameMeganium +SpeciesNameMeganium: +.string "Meganium\0" +.align 2,0 + +.global SpeciesNameBayleef +SpeciesNameBayleef: +.string "Bayleef\0" +.align 2,0 + +.global SpeciesCategoryChikorita +SpeciesCategoryChikorita: +.string "Leaf\0" +.align 2,0 + +.global SpeciesNameChikorita +SpeciesNameChikorita: +.string "Chikorita\0" +.align 2,0 + +.global SpeciesCategoryMew +SpeciesCategoryMew: +.string "New Species\0" +.align 2,0 + +.global SpeciesNameMew +SpeciesNameMew: +.string "Mew\0" +.align 2,0 + +.global SpeciesCategoryMewtwo +SpeciesCategoryMewtwo: +.string "Genetic\0" +.align 2,0 + +.global SpeciesNameMewtwo +SpeciesNameMewtwo: +.string "Mewtwo\0" +.align 2,0 + +.global SpeciesNameDragonite +SpeciesNameDragonite: +.string "Dragonite\0" +.align 2,0 + +.global SpeciesNameDragonair +SpeciesNameDragonair: +.string "Dragonair\0" +.align 2,0 + +.global SpeciesNameDratini +SpeciesNameDratini: +.string "Dratini\0" +.align 2,0 + +.global SpeciesNameMoltres +SpeciesNameMoltres: +.string "Moltres\0" +.align 2,0 + +.global SpeciesNameZapdos +SpeciesNameZapdos: +.string "Zapdos\0" +.align 2,0 + +.global SpeciesCategoryArticuno +SpeciesCategoryArticuno: +.string "Freeze\0" +.align 2,0 + +.global SpeciesNameArticuno +SpeciesNameArticuno: +.string "Articuno\0" +.align 2,0 + +.global SpeciesCategorySnorlax +SpeciesCategorySnorlax: +.string "Sleeping\0" +.align 2,0 + +.global SpeciesNameSnorlax +SpeciesNameSnorlax: +.string "Snorlax\0" +.align 2,0 + +.global SpeciesCategoryAerodactyl +SpeciesCategoryAerodactyl: +.string "Fossil\0" +.align 2,0 + +.global SpeciesNameAerodactyl +SpeciesNameAerodactyl: +.string "Aerodactyl\0" +.align 2,0 + +.global SpeciesNameKabutops +SpeciesNameKabutops: +.string "Kabutops\0" +.align 2,0 + +.global SpeciesNameKabuto +SpeciesNameKabuto: +.string "Kabuto\0" +.align 2,0 + +.global SpeciesNameOmastar +SpeciesNameOmastar: +.string "Omastar\0" +.align 2,0 + +.global SpeciesCategoryOmanyte +SpeciesCategoryOmanyte: +.string "Spiral\0" +.align 2,0 + +.global SpeciesNameOmanyte +SpeciesNameOmanyte: +.string "Omanyte\0" +.align 2,0 + +.global SpeciesCategoryPorygon +SpeciesCategoryPorygon: +.string "Virtual\0" +.align 2,0 + +.global SpeciesNamePorygon +SpeciesNamePorygon: +.string "Porygon\0" +.align 2,0 + +.global SpeciesNameFlareon +SpeciesNameFlareon: +.string "Flareon\0" +.align 2,0 + +.global SpeciesCategoryJolteon +SpeciesCategoryJolteon: +.string "Lightning\0" +.align 2,0 + +.global SpeciesNameJolteon +SpeciesNameJolteon: +.string "Jolteon\0" +.align 2,0 + +.global SpeciesCategoryVaporeon +SpeciesCategoryVaporeon: +.string "Bubble Jet\0" +.align 2,0 + +.global SpeciesNameVaporeon +SpeciesNameVaporeon: +.string "Vaporeon\0" +.align 2,0 + +.global SpeciesCategoryEevee +SpeciesCategoryEevee: +.string "Evolution\0" +.align 2,0 + +.global SpeciesNameEevee +SpeciesNameEevee: +.string "Eevee\0" +.align 2,0 + +.global SpeciesCategoryDitto +SpeciesCategoryDitto: +.string "Transform\0" +.align 2,0 + +.global SpeciesNameDitto +SpeciesNameDitto: +.string "Ditto\0" +.align 2,0 + +.global SpeciesCategoryLapras +SpeciesCategoryLapras: +.string "Transport\0" +.align 2,0 + +.global SpeciesNameLapras +SpeciesNameLapras: +.string "Lapras\0" +.align 2,0 + +.global SpeciesCategoryGyarados +SpeciesCategoryGyarados: +.string "Atrocious\0" +.align 2,0 + +.global SpeciesNameGyarados +SpeciesNameGyarados: +.string "Gyarados\0" +.align 2,0 + +.global SpeciesCategoryMagikarp +SpeciesCategoryMagikarp: +.string "Fish\0" +.align 2,0 + +.global SpeciesNameMagikarp +SpeciesNameMagikarp: +.string "Magikarp\0" +.align 2,0 + +.global SpeciesCategoryTauros +SpeciesCategoryTauros: +.string "Wild Bull\0" +.align 2,0 + +.global SpeciesNameTauros +SpeciesNameTauros: +.string "Tauros\0" +.align 2,0 + +.global SpeciesCategoryPinsir +SpeciesCategoryPinsir: +.string "Stag Beetle\0" +.align 2,0 + +.global SpeciesNamePinsir +SpeciesNamePinsir: +.string "Pinsir\0" +.align 2,0 + +.global SpeciesCategoryMagmar +SpeciesCategoryMagmar: +.string "Spitfire\0" +.align 2,0 + +.global SpeciesNameMagmar +SpeciesNameMagmar: +.string "Magmar\0" +.align 2,0 + +.global SpeciesCategoryElectabuzz +SpeciesCategoryElectabuzz: +.string "Electric\0" +.align 2,0 + +.global SpeciesNameElectabuzz +SpeciesNameElectabuzz: +.string "Electabuzz\0" +.align 2,0 + +.global SpeciesCategoryJynx +SpeciesCategoryJynx: +.string "Human Shape\0" +.align 2,0 + +.global SpeciesNameJynx +SpeciesNameJynx: +.string "Jynx\0" +.align 2,0 + +.global SpeciesCategoryScyther +SpeciesCategoryScyther: +.string "Mantis\0" +.align 2,0 + +.global SpeciesNameScyther +SpeciesNameScyther: +.string "Scyther\0" +.align 2,0 + +.global SpeciesCategoryMrMime +SpeciesCategoryMrMime: +.string "Barrier\0" +.align 2,0 + +.global SpeciesNameMrMime +SpeciesNameMrMime: +.string "Mr. Mime\0" +.align 2,0 + +.global SpeciesCategoryStarmie +SpeciesCategoryStarmie: +.string "Mysterious\0" +.align 2,0 + +.global SpeciesNameStarmie +SpeciesNameStarmie: +.string "Starmie\0" +.align 2,0 + +.global SpeciesCategoryStaryu +SpeciesCategoryStaryu: +.string "Star Shape\0" +.align 2,0 + +.global SpeciesNameStaryu +SpeciesNameStaryu: +.string "Staryu\0" +.align 2,0 + +.global SpeciesNameSeaking +SpeciesNameSeaking: +.string "Seaking\0" +.align 2,0 + +.global SpeciesCategoryGoldeen +SpeciesCategoryGoldeen: +.string "Goldfish\0" +.align 2,0 + +.global SpeciesNameGoldeen +SpeciesNameGoldeen: +.string "Goldeen\0" +.align 2,0 + +.global SpeciesNameSeadra +SpeciesNameSeadra: +.string "Seadra\0" +.align 2,0 + +.global SpeciesCategoryHorsea +SpeciesCategoryHorsea: +.string "Dragon\0" +.align 2,0 + +.global SpeciesNameHorsea +SpeciesNameHorsea: +.string "Horsea\0" +.align 2,0 + +.global SpeciesCategoryKangaskhan +SpeciesCategoryKangaskhan: +.string "Parent\0" +.align 2,0 + +.global SpeciesNameKangaskhan +SpeciesNameKangaskhan: +.string "Kangaskhan\0" +.align 2,0 + +.global SpeciesCategoryTangela +SpeciesCategoryTangela: +.string "Vine\0" +.align 2,0 + +.global SpeciesNameTangela +SpeciesNameTangela: +.string "Tangela\0" +.align 2,0 + +.global SpeciesNameChansey +SpeciesNameChansey: +.string "Chansey\0" +.align 2,0 + +.global SpeciesNameRhydon +SpeciesNameRhydon: +.string "Rhydon\0" +.align 2,0 + +.global SpeciesCategoryRhyhorn +SpeciesCategoryRhyhorn: +.string "Spikes\0" +.align 2,0 + +.global SpeciesNameRhyhorn +SpeciesNameRhyhorn: +.string "Rhyhorn\0" +.align 2,0 + +.global SpeciesNameWeezing +SpeciesNameWeezing: +.string "Weezing\0" +.align 2,0 + +.global SpeciesCategoryKoffing +SpeciesCategoryKoffing: +.string "Poison Gas\0" +.align 2,0 + +.global SpeciesNameKoffing +SpeciesNameKoffing: +.string "Koffing\0" +.align 2,0 + +.global SpeciesCategoryLickitung +SpeciesCategoryLickitung: +.string "Licking\0" +.align 2,0 + +.global SpeciesNameLickitung +SpeciesNameLickitung: +.string "Lickitung\0" +.align 2,0 + +.global SpeciesCategoryHitmonchan +SpeciesCategoryHitmonchan: +.string "Punching\0" +.align 2,0 + +.global SpeciesNameHitmonchan +SpeciesNameHitmonchan: +.string "Hitmonchan\0" +.align 2,0 + +.global SpeciesCategoryHitmonlee +SpeciesCategoryHitmonlee: +.string "Kicking\0" +.align 2,0 + +.global SpeciesNameHitmonlee +SpeciesNameHitmonlee: +.string "Hitmonlee\0" +.align 2,0 + +.global SpeciesCategoryMarowak +SpeciesCategoryMarowak: +.string "Bone Keeper\0" +.align 2,0 + +.global SpeciesNameMarowak +SpeciesNameMarowak: +.string "Marowak\0" +.align 2,0 + +.global SpeciesCategoryCubone +SpeciesCategoryCubone: +.string "Lonely\0" +.align 2,0 + +.global SpeciesNameCubone +SpeciesNameCubone: +.string "Cubone\0" +.align 2,0 + +.global SpeciesCategoryExeggutor +SpeciesCategoryExeggutor: +.string "Coconut\0" +.align 2,0 + +.global SpeciesNameExeggutor +SpeciesNameExeggutor: +.string "Exeggutor\0" +.align 2,0 + +.global SpeciesCategoryExeggcute +SpeciesCategoryExeggcute: +.string "Egg\0" +.align 2,0 + +.global SpeciesNameExeggcute +SpeciesNameExeggcute: +.string "Exeggcute\0" +.align 2,0 + +.global SpeciesNameElectrode +SpeciesNameElectrode: +.string "Electrode\0" +.align 2,0 + +.global SpeciesCategoryVoltorb +SpeciesCategoryVoltorb: +.string "Ball\0" +.align 2,0 + +.global SpeciesNameVoltorb +SpeciesNameVoltorb: +.string "Voltorb\0" +.align 2,0 + +.global SpeciesCategoryKingler +SpeciesCategoryKingler: +.string "Pincer\0" +.align 2,0 + +.global SpeciesNameKingler +SpeciesNameKingler: +.string "Kingler\0" +.align 2,0 + +.global SpeciesCategoryKrabby +SpeciesCategoryKrabby: +.string "River Crab\0" +.align 2,0 + +.global SpeciesNameKrabby +SpeciesNameKrabby: +.string "Krabby\0" +.align 2,0 + +.global SpeciesNameHypno +SpeciesNameHypno: +.string "Hypno\0" +.align 2,0 + +.global SpeciesCategoryDrowzee +SpeciesCategoryDrowzee: +.string "Hypnosis\0" +.align 2,0 + +.global SpeciesNameDrowzee +SpeciesNameDrowzee: +.string "Drowzee\0" +.align 2,0 + +.global SpeciesCategoryOnix +SpeciesCategoryOnix: +.string "Rock Snake\0" +.align 2,0 + +.global SpeciesNameOnix +SpeciesNameOnix: +.string "Onix\0" +.align 2,0 + +.global SpeciesCategoryGengar +SpeciesCategoryGengar: +.string "Shadow\0" +.align 2,0 + +.global SpeciesNameGengar +SpeciesNameGengar: +.string "Gengar\0" +.align 2,0 + +.global SpeciesNameHaunter +SpeciesNameHaunter: +.string "Haunter\0" +.align 2,0 + +.global SpeciesCategoryGastly +SpeciesCategoryGastly: +.string "Gas\0" +.align 2,0 + +.global SpeciesNameGastly +SpeciesNameGastly: +.string "Gastly\0" +.align 2,0 + +.global SpeciesNameCloyster +SpeciesNameCloyster: +.string "Cloyster\0" +.align 2,0 + +.global SpeciesCategoryShellder +SpeciesCategoryShellder: +.string "Bivalve\0" +.align 2,0 + +.global SpeciesNameShellder +SpeciesNameShellder: +.string "Shellder\0" +.align 2,0 + +.global SpeciesNameMuk +SpeciesNameMuk: +.string "Muk\0" +.align 2,0 + +.global SpeciesCategoryGrimer +SpeciesCategoryGrimer: +.string "Sludge\0" +.align 2,0 + +.global SpeciesNameGrimer +SpeciesNameGrimer: +.string "Grimer\0" +.align 2,0 + +.global SpeciesNameDewgong +SpeciesNameDewgong: +.string "Dewgong\0" +.align 2,0 + +.global SpeciesCategorySeel +SpeciesCategorySeel: +.string "Sea Lion\0" +.align 2,0 + +.global SpeciesNameSeel +SpeciesNameSeel: +.string "Seel\0" +.align 2,0 + +.global SpeciesCategoryDodrio +SpeciesCategoryDodrio: +.string "Triple Bird\0" +.align 2,0 + +.global SpeciesNameDodrio +SpeciesNameDodrio: +.string "Dodrio\0" +.align 2,0 + +.global SpeciesCategoryDoduo +SpeciesCategoryDoduo: +.string "Twin Bird\0" +.align 2,0 + +.global SpeciesNameDoduo +SpeciesNameDoduo: +.string "Doduo\0" +.align 2,0 + +.global SpeciesCategoryFarfetch +SpeciesCategoryFarfetch: +.string "Wild Duck\0" +.align 2,0 + +.global SpeciesNameFarfetch +SpeciesNameFarfetch: +.string "Farfetch'd\0" +.align 2,0 + +.global SpeciesNameMagneton +SpeciesNameMagneton: +.string "Magneton\0" +.align 2,0 + +.global SpeciesCategoryMagnemite +SpeciesCategoryMagnemite: +.string "Magnet\0" +.align 2,0 + +.global SpeciesNameMagnemite +SpeciesNameMagnemite: +.string "Magnemite\0" +.align 2,0 + +.global SpeciesCategorySlowbro +SpeciesCategorySlowbro: +.string "Hermit Crab\0" +.align 2,0 + +.global SpeciesNameSlowbro +SpeciesNameSlowbro: +.string "Slowbro\0" +.align 2,0 + +.global SpeciesCategorySlowpoke +SpeciesCategorySlowpoke: +.string "Dopey\0" +.align 2,0 + +.global SpeciesNameSlowpoke +SpeciesNameSlowpoke: +.string "Slowpoke\0" +.align 2,0 + +.global SpeciesNameRapidash +SpeciesNameRapidash: +.string "Rapidash\0" +.align 2,0 + +.global SpeciesCategoryPonyta +SpeciesCategoryPonyta: +.string "Fire Horse\0" +.align 2,0 + +.global SpeciesNamePonyta +SpeciesNamePonyta: +.string "Ponyta\0" +.align 2,0 + +.global SpeciesCategoryGolem +SpeciesCategoryGolem: +.string "Megaton\0" +.align 2,0 + +.global SpeciesNameGolem +SpeciesNameGolem: +.string "Golem\0" +.align 2,0 + +.global SpeciesNameGraveler +SpeciesNameGraveler: +.string "Graveler\0" +.align 2,0 + +.global SpeciesCategoryGeodude +SpeciesCategoryGeodude: +.string "Rock\0" +.align 2,0 + +.global SpeciesNameGeodude +SpeciesNameGeodude: +.string "Geodude\0" +.align 2,0 + +.global SpeciesNameTentacruel +SpeciesNameTentacruel: +.string "Tentacruel\0" +.align 2,0 + +.global SpeciesCategoryTentacool +SpeciesCategoryTentacool: +.string "Jellyfish\0" +.align 2,0 + +.global SpeciesNameTentacool +SpeciesNameTentacool: +.string "Tentacool\0" +.align 2,0 + +.global SpeciesNameVictreebel +SpeciesNameVictreebel: +.string "Victreebel\0" +.align 2,0 + +.global SpeciesCategoryWeepinbell +SpeciesCategoryWeepinbell: +.string "Flycatcher\0" +.align 2,0 + +.global SpeciesNameWeepinbell +SpeciesNameWeepinbell: +.string "Weepinbell\0" +.align 2,0 + +.global SpeciesNameBellsprout +SpeciesNameBellsprout: +.string "Bellsprout\0" +.align 2,0 + +.global SpeciesNameMachamp +SpeciesNameMachamp: +.string "Machamp\0" +.align 2,0 + +.global SpeciesNameMachoke +SpeciesNameMachoke: +.string "Machoke\0" +.align 2,0 + +.global SpeciesCategoryMachop +SpeciesCategoryMachop: +.string "Superpower\0" +.align 2,0 + +.global SpeciesNameMachop +SpeciesNameMachop: +.string "Machop\0" +.align 2,0 + +.global SpeciesNameAlakazam +SpeciesNameAlakazam: +.string "Alakazam\0" +.align 2,0 + +.global SpeciesNameKadabra +SpeciesNameKadabra: +.string "Kadabra\0" +.align 2,0 + +.global SpeciesCategoryAbra +SpeciesCategoryAbra: +.string "Psi\0" +.align 2,0 + +.global SpeciesNameAbra +SpeciesNameAbra: +.string "Abra\0" +.align 2,0 + +.global SpeciesNamePoliwrath +SpeciesNamePoliwrath: +.string "Poliwrath\0" +.align 2,0 + +.global SpeciesNamePoliwhirl +SpeciesNamePoliwhirl: +.string "Poliwhirl\0" +.align 2,0 + +.global SpeciesCategoryPoliwag +SpeciesCategoryPoliwag: +.string "Tadpole\0" +.align 2,0 + +.global SpeciesNamePoliwag +SpeciesNamePoliwag: +.string "Poliwag\0" +.align 2,0 + +.global SpeciesCategoryArcanine +SpeciesCategoryArcanine: +.string "Legendary\0" +.align 2,0 + +.global SpeciesNameArcanine +SpeciesNameArcanine: +.string "Arcanine\0" +.align 2,0 + +.global SpeciesCategoryGrowlithe +SpeciesCategoryGrowlithe: +.string "Puppy\0" +.align 2,0 + +.global SpeciesNameGrowlithe +SpeciesNameGrowlithe: +.string "Growlithe\0" +.align 2,0 + +.global SpeciesNamePrimeape +SpeciesNamePrimeape: +.string "Primeape\0" +.align 2,0 + +.global SpeciesCategoryMankey +SpeciesCategoryMankey: +.string "Pig Monkey\0" +.align 2,0 + +.global SpeciesNameMankey +SpeciesNameMankey: +.string "Mankey\0" +.align 2,0 + +.global SpeciesNameGolduck +SpeciesNameGolduck: +.string "Golduck\0" +.align 2,0 + +.global SpeciesCategoryPsyduck +SpeciesCategoryPsyduck: +.string "Duck\0" +.align 2,0 + +.global SpeciesNamePsyduck +SpeciesNamePsyduck: +.string "Psyduck\0" +.align 2,0 + +.global SpeciesCategoryPersian +SpeciesCategoryPersian: +.string "Classy Cat\0" +.align 2,0 + +.global SpeciesNamePersian +SpeciesNamePersian: +.string "Persian\0" +.align 2,0 + +.global SpeciesCategoryMeowth +SpeciesCategoryMeowth: +.string "Scratch Cat\0" +.align 2,0 + +.global SpeciesNameMeowth +SpeciesNameMeowth: +.string "Meowth\0" +.align 2,0 + +.global SpeciesNameDugtrio +SpeciesNameDugtrio: +.string "Dugtrio\0" +.align 2,0 + +.global SpeciesCategoryDiglett +SpeciesCategoryDiglett: +.string "Mole\0" +.align 2,0 + +.global SpeciesNameDiglett +SpeciesNameDiglett: +.string "Diglett\0" +.align 2,0 + +.global SpeciesCategoryVenomoth +SpeciesCategoryVenomoth: +.string "Poison Moth\0" +.align 2,0 + +.global SpeciesNameVenomoth +SpeciesNameVenomoth: +.string "Venomoth\0" +.align 2,0 + +.global SpeciesCategoryVenonat +SpeciesCategoryVenonat: +.string "Insect\0" +.align 2,0 + +.global SpeciesNameVenonat +SpeciesNameVenonat: +.string "Venonat\0" +.align 2,0 + +.global SpeciesNameParasect +SpeciesNameParasect: +.string "Parasect\0" +.align 2,0 + +.global SpeciesCategoryParas +SpeciesCategoryParas: +.string "Mushroom\0" +.align 2,0 + +.global SpeciesNameParas +SpeciesNameParas: +.string "Paras\0" +.align 2,0 + +.global SpeciesCategoryVileplume +SpeciesCategoryVileplume: +.string "Flower\0" +.align 2,0 + +.global SpeciesNameVileplume +SpeciesNameVileplume: +.string "Vileplume\0" +.align 2,0 + +.global SpeciesNameGloom +SpeciesNameGloom: +.string "Gloom\0" +.align 2,0 + +.global SpeciesCategoryOddish +SpeciesCategoryOddish: +.string "Weed\0" +.align 2,0 + +.global SpeciesNameOddish +SpeciesNameOddish: +.string "Oddish\0" +.align 2,0 + +.global SpeciesNameGolbat +SpeciesNameGolbat: +.string "Golbat\0" +.align 2,0 + +.global SpeciesCategoryZubat +SpeciesCategoryZubat: +.string "Bat\0" +.align 2,0 + +.global SpeciesNameZubat +SpeciesNameZubat: +.string "Zubat\0" +.align 2,0 + +.global SpeciesNameWigglytuff +SpeciesNameWigglytuff: +.string "Wigglytuff\0" +.align 2,0 + +.global SpeciesCategoryJigglypuff +SpeciesCategoryJigglypuff: +.string "Balloon\0" +.align 2,0 + +.global SpeciesNameJigglypuff +SpeciesNameJigglypuff: +.string "Jigglypuff\0" +.align 2,0 + +.global SpeciesNameNinetales +SpeciesNameNinetales: +.string "Ninetales\0" +.align 2,0 + +.global SpeciesCategoryVulpix +SpeciesCategoryVulpix: +.string "Fox\0" +.align 2,0 + +.global SpeciesNameVulpix +SpeciesNameVulpix: +.string "Vulpix\0" +.align 2,0 + +.global SpeciesNameClefable +SpeciesNameClefable: +.string "Clefable\0" +.align 2,0 + +.global SpeciesCategoryClefairy +SpeciesCategoryClefairy: +.string "Fairy\0" +.align 2,0 + +.global SpeciesNameClefairy +SpeciesNameClefairy: +.string "Clefairy\0" +.align 2,0 + +.global SpeciesNameNidoking +SpeciesNameNidoking: +.string "Nidoking\0" +.align 2,0 + +.global SpeciesNameNidorino +SpeciesNameNidorino: +.string "Nidorino\0" +.align 2,0 + +.global SpeciesNameNidoran_M +SpeciesNameNidoran_M: +.string "Nidoran♂\0" +.align 2,0 + +.global SpeciesCategoryNidoqueen +SpeciesCategoryNidoqueen: +.string "Drill\0" +.align 2,0 + +.global SpeciesNameNidoqueen +SpeciesNameNidoqueen: +.string "Nidoqueen\0" +.align 2,0 + +.global SpeciesNameNidorina +SpeciesNameNidorina: +.string "Nidorina\0" +.align 2,0 + +.global SpeciesCategoryNidoran_F +SpeciesCategoryNidoran_F: +.string "Poison Pin\0" +.align 2,0 + +.global SpeciesNameNidoran_F +SpeciesNameNidoran_F: +.string "Nidoran♀\0" +.align 2,0 + +.global SpeciesNameSandslash +SpeciesNameSandslash: +.string "Sandslash\0" +.align 2,0 + +.global SpeciesNameSandshrew +SpeciesNameSandshrew: +.string "Sandshrew\0" +.align 2,0 + +.global SpeciesNameRaichu +SpeciesNameRaichu: +.string "Raichu\0" +.align 2,0 + +.global SpeciesNamePikachu +SpeciesNamePikachu: +.string "Pikachu\0" +.align 2,0 + +.global SpeciesCategoryArbok +SpeciesCategoryArbok: +.string "Cobra\0" +.align 2,0 + +.global SpeciesNameArbok +SpeciesNameArbok: +.string "Arbok\0" +.align 2,0 + +.global SpeciesCategoryEkans +SpeciesCategoryEkans: +.string "Snake\0" +.align 2,0 + +.global SpeciesNameEkans +SpeciesNameEkans: +.string "Ekans\0" +.align 2,0 + +.global SpeciesCategoryFearow +SpeciesCategoryFearow: +.string "Beak\0" +.align 2,0 + +.global SpeciesNameFearow +SpeciesNameFearow: +.string "Fearow\0" +.align 2,0 + +.global SpeciesNameSpearow +SpeciesNameSpearow: +.string "Spearow\0" +.align 2,0 + +.global SpeciesNameRaticate +SpeciesNameRaticate: +.string "Raticate\0" +.align 2,0 + +.global SpeciesCategoryRattata +SpeciesCategoryRattata: +.string "Mouse\0" +.align 2,0 + +.global SpeciesNameRattata +SpeciesNameRattata: +.string "Rattata\0" +.align 2,0 + +.global SpeciesNamePidgeot +SpeciesNamePidgeot: +.string "Pidgeot\0" +.align 2,0 + +.global SpeciesCategoryPidgeotto +SpeciesCategoryPidgeotto: +.string "Bird\0" +.align 2,0 + +.global SpeciesNamePidgeotto +SpeciesNamePidgeotto: +.string "Pidgeotto\0" +.align 2,0 + +.global SpeciesCategoryPidgey +SpeciesCategoryPidgey: +.string "Tiny Bird\0" +.align 2,0 + +.global SpeciesNamePidgey +SpeciesNamePidgey: +.string "Pidgey\0" +.align 2,0 + +.global SpeciesCategoryBeedrill +SpeciesCategoryBeedrill: +.string "Poison Bee\0" +.align 2,0 + +.global SpeciesNameBeedrill +SpeciesNameBeedrill: +.string "Beedrill\0" +.align 2,0 + +.global SpeciesNameKakuna +SpeciesNameKakuna: +.string "Kakuna\0" +.align 2,0 + +.global SpeciesCategoryWeedle +SpeciesCategoryWeedle: +.string "Hairy Bug\0" +.align 2,0 + +.global SpeciesNameWeedle +SpeciesNameWeedle: +.string "Weedle\0" +.align 2,0 + +.global SpeciesCategoryButterfree +SpeciesCategoryButterfree: +.string "Butterfly\0" +.align 2,0 + +.global SpeciesNameButterfree +SpeciesNameButterfree: +.string "Butterfree\0" +.align 2,0 + +.global SpeciesCategoryMetapod +SpeciesCategoryMetapod: +.string "Cocoon\0" +.align 2,0 + +.global SpeciesNameMetapod +SpeciesNameMetapod: +.string "Metapod\0" +.align 2,0 + +.global SpeciesCategoryCaterpie +SpeciesCategoryCaterpie: +.string "Worm\0" +.align 2,0 + +.global SpeciesNameCaterpie +SpeciesNameCaterpie: +.string "Caterpie\0" +.align 2,0 + +.global SpeciesCategoryBlastoise +SpeciesCategoryBlastoise: +.string "Shellfish\0" +.align 2,0 + +.global SpeciesNameBlastoise +SpeciesNameBlastoise: +.string "Blastoise\0" +.align 2,0 + +.global SpeciesCategoryWartortle +SpeciesCategoryWartortle: +.string "Turtle\0" +.align 2,0 + +.global SpeciesNameWartortle +SpeciesNameWartortle: +.string "Wartortle\0" +.align 2,0 + +.global SpeciesCategorySquirtle +SpeciesCategorySquirtle: +.string "Tiny Turtle\0" +.align 2,0 + +.global SpeciesNameSquirtle +SpeciesNameSquirtle: +.string "Squirtle\0" +.align 2,0 + +.global SpeciesNameCharizard +SpeciesNameCharizard: +.string "Charizard\0" +.align 2,0 + +.global SpeciesCategoryCharmeleon +SpeciesCategoryCharmeleon: +.string "Flame\0" +.align 2,0 + +.global SpeciesNameCharmeleon +SpeciesNameCharmeleon: +.string "Charmeleon\0" +.align 2,0 + +.global SpeciesCategoryCharmander +SpeciesCategoryCharmander: +.string "Lizard\0" +.align 2,0 + +.global SpeciesNameCharmander +SpeciesNameCharmander: +.string "Charmander\0" +.align 2,0 + +.global SpeciesNameVenusaur +SpeciesNameVenusaur: +.string "Venusaur\0" +.align 2,0 + +.global SpeciesNameIvysaur +SpeciesNameIvysaur: +.string "Ivysaur\0" +.align 2,0 + +.global SpeciesCategoryBulbasaur +SpeciesCategoryBulbasaur: +.string "Seed\0" +.align 2,0 + +.global SpeciesNameBulbasaur +SpeciesNameBulbasaur: +.string "Bulbasaur\0" +.align 2,0 + +.global SpeciesCategoryNone +SpeciesCategoryNone: +.string "Eruption\0" +.align 2,0 + +.global SpeciesNameNone +SpeciesNameNone: +.string "??????????\0" +.align 2,0 diff --git a/data/system_sbin.s b/data/system_sbin.s index 30e4831..6742b67 100644 --- a/data/system_sbin.s +++ b/data/system_sbin.s @@ -1581,931 +1581,19 @@ DataRootTable: .byte 0x3f, 0x67, 0x00, 0x80, 0x67, 0x8f, 0x00, 0x80, 0xb7, 0xd7, 0x1f, 0x80, 0x8f, 0x0f, 0x3f, 0x80 .string "SIRO" .byte 0x28, 0xcc, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 -.byte 0x4e, 0x6f, 0x20, 0x69, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x74, 0x68, 0x72 -.byte 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x69, 0x66, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68 -.byte 0x61, 0x74, 0x20, 0x66, 0x6c, 0x69, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x6e, 0x20, 0x61, 0x72, 0x63, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x20, 0x6f, 0x62, 0x73 -.byte 0x74, 0x61, 0x63, 0x6c, 0x65, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x73, 0x74, 0x72, 0x69, 0x6b, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49 -.byte 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x23, 0x63, 0x35, 0x50, 0x69, 0x65, 0x72, 0x63, 0x65, 0x23, 0x72 -.byte 0x20, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x4c, 0x6f, 0x6e, 0x67, 0x20, 0x54, 0x6f, 0x73, 0x73, 0x23, 0x72, 0x23, 0x6e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x65, 0x73, 0x2e, 0x0a, 0x00, 0x41 -.byte 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9 -.byte 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x75, 0x67, 0x68, 0x20 -.byte 0x77, 0x61, 0x6c, 0x6c, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x6f, 0x6e, 0x23, 0x6e, 0x6d, 0x61, 0x67, 0x6d, 0x61, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x74, 0x63, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65 -.byte 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x67, 0x6f, 0x20 -.byte 0x64, 0x6f, 0x77, 0x6e, 0x20, 0x66, 0x61, 0x73, 0x74, 0x65, 0x72, 0x23, 0x6e, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20, 0x74, 0x72, 0x61, 0x76, 0x65, 0x6c, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x72 -.byte 0x6f, 0x75, 0x67, 0x68, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x73, 0x7e, 0x32, 0x63, 0x20, 0x68, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69 -.byte 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x70, 0x65, 0x65, 0x64, 0x73, 0x20, 0x75, 0x70, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32 -.byte 0x37, 0x73, 0x23, 0x6e, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x61, 0x6c, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x72, 0x65, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e -.byte 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x77, 0x69 -.byte 0x6c, 0x6c, 0x20, 0x67, 0x6f, 0x20, 0x64, 0x6f, 0x77, 0x6e, 0x20, 0x66, 0x61, 0x73, 0x74, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x68, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x2e, 0x0a, 0x00 -.byte 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70 -.byte 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x67, 0x6f, 0x69, 0x6e, 0x67, 0x23, 0x6e, 0x64, 0x6f, 0x77, 0x6e, 0x2e -.byte 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x63, 0x72, 0x69, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x2d, 0x68, 0x69, 0x74, 0x20, 0x72, 0x61, 0x74, 0x65, 0x20, 0x66, 0x6f, 0x72 -.byte 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d -.byte 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x63, 0x68 -.byte 0x61, 0x6e, 0x63, 0x65, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x63, 0x72, 0x69, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x20, 0x68, 0x69, 0x74, 0x73, 0x20, 0x66, 0x72 -.byte 0x6f, 0x6d, 0x23, 0x6e, 0x65, 0x6e, 0x65, 0x6d, 0x79, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x2e, 0x0a, 0x00, 0x41, 0x20 -.byte 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9 -.byte 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x69, 0x6e, 0x67, 0x20, 0x73, 0x74, 0x69 -.byte 0x63, 0x6b, 0x79, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x67, 0x75, 0x6d, 0x6d, 0x65, 0x64, 0x23, 0x6e, 0x75, 0x70, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d -.byte 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x74, 0x68, 0x72 -.byte 0x6f, 0x77, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x70, 0x69, 0x65, 0x72, 0x63, 0x65, 0x20, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32 -.byte 0x63, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x73, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x6f, 0x62, 0x73, 0x74, 0x61, 0x63, 0x6c, 0x65, 0x73, 0x20, 0x77, 0x69, 0x74, 0x68, 0x6f, 0x75 -.byte 0x74, 0x20, 0x65, 0x76, 0x65, 0x72, 0x20, 0x73, 0x74, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68 -.byte 0x61, 0x74, 0x20, 0x65, 0x61, 0x72, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x45, 0x78, 0x70, 0x2e, 0x23, 0x6e, 0x50, 0x6f, 0x69, 0x6e, 0x74 -.byte 0x73, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x74, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74 -.byte 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x23, 0x6e -.byte 0x73, 0x65, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66 -.byte 0x6f, 0x65, 0x73, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x69, 0x6e, 0x67, 0x20, 0x23, 0x63, 0x35, 0x43, 0x6f -.byte 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73 -.byte 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x2e -.byte 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x62, 0x65, 0x69, 0x6e, 0x67, 0x20, 0x23, 0x63, 0x35, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23 -.byte 0x72, 0x20, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x62, 0x61, 0x64, 0x6c, 0x79, 0x20, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c -.byte 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x23, 0x6e, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x67, 0x6f, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x23, 0x63 -.byte 0x35, 0x6e, 0x61, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x68, 0x61, 0x76, 0x69, 0x6e, 0x67, 0x23, 0x6e, 0x61, 0x20, 0x23, 0x63, 0x35, 0x6e, 0x69, 0x67, 0x68, 0x74 -.byte 0x6d, 0x61, 0x72, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x79, 0x61, 0x77, 0x6e, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f -.byte 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6f, 0x63, 0x63, 0x61, 0x73, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x77, 0x61, 0x72, 0x70, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x20, 0x6f, 0x6e -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x23, 0x6e, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74 -.byte 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63 -.byte 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x67, 0x6f, 0x69, 0x6e, 0x67, 0x20, 0x64, 0x6f, 0x77, 0x6e, 0x20, 0x65, 0x61, 0x63, 0x68, 0x20, 0x74, 0x75 -.byte 0x72, 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x61, 0x77, 0x61, 0x6b, 0x65, 0x6e, 0x69, 0x6e, 0x67, 0x20, 0x73, 0x6c, 0x65, 0x65, 0x70 -.byte 0x69, 0x6e, 0x67, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x20, 0x61, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x74 -.byte 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x61, 0x72, 0x65, 0x20, 0x61, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x6e, 0x74, 0x6f, 0x20, 0x62, 0x65, 0x67, 0x69, 0x6e, 0x20 -.byte 0x77, 0x69, 0x74, 0x68, 0x2e, 0x0a, 0x00, 0x41, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x6e, 0x6f, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63 -.byte 0x74, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x69, 0x66, 0x20, 0x69, 0x74, 0x20, 0x69, 0x73, 0x23, 0x6e, 0x68, 0x65, 0x6c, 0x64, 0x20, 0x62, 0x79, 0x20, 0x61, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d -.byte 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x20, 0x62, 0x65, 0x20, 0x73, 0x6f, 0x6c, 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x20, 0x67, 0x6f, 0x6f, 0x64, 0x20, 0x70 -.byte 0x72, 0x69, 0x63, 0x65, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x69, 0x6d, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x72, 0x65 -.byte 0x76, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x20, 0x74, 0x72, 0x61, 0x70, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x35, 0x69, 0x6e, 0x76, 0x69, 0x73, 0x69 -.byte 0x62, 0x6c, 0x65, 0x23, 0x72, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61 -.byte 0x74, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x73, 0x74, 0x61, 0x74, 0x75 -.byte 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x48, 0x75, 0x6e, 0x67, 0x72, 0x79, 0x20, 0x50, 0x61, 0x6c, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74 -.byte 0x73, 0x23, 0x6e, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x23 -.byte 0x6e, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x20, 0x69 -.byte 0x74, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x23, 0x6e, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x67, 0x6f, 0x20, 0x64, 0x6f, 0x77 -.byte 0x6e, 0x20, 0x66, 0x61, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76 -.byte 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x72, 0x61, 0x70, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x23, 0x6e, 0x67, 0x6f, 0x69, 0x6e, 0x67, 0x20, 0x6f, 0x66, 0x66, 0x20, 0x69, 0x66, 0x20, 0x74, 0x68 -.byte 0x65, 0x79, 0x20, 0x61, 0x72, 0x65, 0x20, 0x73, 0x74, 0x65, 0x70, 0x70, 0x65, 0x64, 0x20, 0x6f, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x68, 0x65, 0x6c, 0x70, 0x73, 0x20, 0x61, 0x77, 0x61, 0x6b, 0x65 -.byte 0x6e, 0x20, 0x68, 0x6f, 0x73, 0x74, 0x69, 0x6c, 0x65, 0x23, 0x6e, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x69, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x49, 0x74 -.byte 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x20, 0x61, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x74, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x61, 0x74 -.byte 0x20, 0x77, 0x65, 0x72, 0x65, 0x23, 0x6e, 0x61, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x72, 0x74, 0x2e, 0x0a, 0x00, 0x41 -.byte 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d -.byte 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74 -.byte 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6c, 0x6f, 0x77, 0x73, 0x20, 0x68, 0x6f, 0x77, 0x20, 0x71, 0x75, 0x69, 0x63, 0x6b, 0x6c, 0x79, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50 -.byte 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x67, 0x6f, 0x65, 0x73, 0x20, 0x64, 0x6f, 0x77, 0x6e, 0x2e -.byte 0x0a, 0x00, 0x41, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x6e, 0x6f, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x7e, 0x32, 0x63, 0x20 -.byte 0x65, 0x76, 0x65, 0x6e, 0x20, 0x69, 0x66, 0x20, 0x69, 0x74, 0x20, 0x69, 0x73, 0x23, 0x6e, 0x68, 0x65, 0x6c, 0x64, 0x20, 0x62, 0x79, 0x20, 0x61, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50 -.byte 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x2e -.byte 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x2e -.byte 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x45, 0x76, 0x61, 0x73, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64 -.byte 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23 -.byte 0x6e, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x68, 0x61, 0x76, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x73, 0x20, 0x68, 0x65, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x73, 0x6e, 0x61, 0x74, 0x63 -.byte 0x68, 0x65, 0x64, 0x20, 0x61, 0x77, 0x61, 0x79, 0x23, 0x6e, 0x6f, 0x72, 0x20, 0x73, 0x77, 0x61, 0x74, 0x74, 0x65, 0x64, 0x20, 0x64, 0x6f, 0x77, 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f -.byte 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x6e -.byte 0x23, 0x6e, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x68, 0x69, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e -.byte 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x6e, 0x20 -.byte 0x69, 0x74, 0x65, 0x6d, 0x73, 0x23, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x20, 0x6f, 0x66, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x0a, 0x00 -.byte 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x6e, 0x20, 0x69, 0x74 -.byte 0x65, 0x6d, 0x73, 0x23, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x20, 0x6f, 0x66, 0x66, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x6c, 0x79, 0x20, 0x73, 0x69 -.byte 0x64, 0x65, 0x77, 0x61, 0x79, 0x73, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x6e, 0x6f, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x20, 0x69, 0x66, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x23, 0x6e, 0x69, 0x73, 0x20, 0x23, 0x63, 0x35, 0x50, 0x69, 0x65, 0x72, 0x63 -.byte 0x65, 0x23, 0x72, 0x20, 0x6f, 0x72, 0x20, 0x69, 0x66, 0x20, 0x61, 0x20, 0x72, 0x6f, 0x63, 0x6b, 0x20, 0x69, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68 -.byte 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x74, 0x68, 0x72 -.byte 0x6f, 0x77, 0x6e, 0x23, 0x6e, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x68, 0x69, 0x74, 0x74, 0x69, 0x6e, 0x67 -.byte 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20 -.byte 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x73, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x6e, 0x23, 0x6e, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x66, 0x6c, 0x79, 0x20, 0x77, 0x69, 0x6c, 0x64, 0x6c, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x6e, 0x79, 0x23, 0x6e, 0x64 -.byte 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73 -.byte 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x20, 0x6f, 0x66, 0x23, 0x6e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x6e -.byte 0x20, 0x61, 0x74, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64 -.byte 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e -.byte 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x53 -.byte 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20 -.byte 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x42 -.byte 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x67, 0x6f, 0x20, 0x64, 0x6f, 0x77, 0x6e, 0x20, 0x66, 0x61, 0x73, 0x74, 0x65, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69 -.byte 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x20, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x20, 0x74, 0x6f, 0x20, 0x70, 0x61, 0x73, 0x73, 0x20, 0x6f, 0x66, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x73, 0x20, 0x6f, 0x66, 0x23, 0x6e, 0x61, 0x74, 0x74 -.byte 0x61, 0x63, 0x6b, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x63, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x6b, 0x69, 0x6e, 0x64, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x68, 0x6f, 0x73, 0x74, 0x69, 0x6c -.byte 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x23, 0x6e, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x69, 0x74 -.byte 0x2e, 0x20, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x23, 0x6e, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x67, 0x6f, 0x20, 0x64, 0x6f, 0x77, 0x6e, 0x2e, 0x0a -.byte 0x00, 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50 -.byte 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x66, 0x65, 0x65, 0x6c, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x73 -.byte 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x2e, 0x0a, 0x00, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x68, 0x65, 0x6c, 0x64, 0x20, 0x62, 0x79, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x23, 0x6e, 0x69, 0x74, 0x65 -.byte 0x6d, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x69, 0x74, 0x20, 0x65, 0x61, 0x73, 0x69, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x72, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x20, 0x64, 0x65, 0x66 -.byte 0x65, 0x61, 0x74, 0x65, 0x64, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74 -.byte 0x65, 0x61, 0x6d, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x61, 0x73, 0x68, 0x69, 0x6f, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x79, 0x20, 0x66, 0x6f -.byte 0x72, 0x20, 0x64, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x75, 0x70, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x20, 0x61, 0x20, 0x63, 0x65, 0x72 -.byte 0x74, 0x61, 0x69, 0x6e, 0x20, 0x6b, 0x69, 0x6e, 0x64, 0x20, 0x6f, 0x66, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x2e -.byte 0x23, 0x6e, 0x47, 0x69, 0x76, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69, 0x74 -.byte 0x7e, 0x32, 0x37, 0x73, 0x20, 0x72, 0x65, 0x61, 0x64, 0x79, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x72, 0x69, 0x62, 0x62, 0x6f, 0x6e -.byte 0x20, 0x69, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x73, 0x75, 0x6e, 0x73, 0x68, 0x69, 0x6e, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x65, 0x6e, 0x61, 0x62 -.byte 0x6c, 0x65, 0x73, 0x20, 0x61, 0x20, 0x63, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x6b, 0x69, 0x6e, 0x64, 0x20, 0x6f, 0x66, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f -.byte 0x23, 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x2e, 0x23, 0x6e, 0x47, 0x69, 0x76, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x72, 0x65, 0x61, 0x64, 0x79, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x2e, 0x0a -.byte 0x00, 0x41, 0x20, 0x72, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x6d, 0x6f, 0x6f, 0x6e, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x2e -.byte 0x23, 0x6e, 0x49, 0x74, 0x20, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x20, 0x61, 0x20, 0x63, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x6b, 0x69, 0x6e, 0x64, 0x20, 0x6f, 0x66, 0x20, 0x50 -.byte 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x2e, 0x23, 0x6e, 0x47, 0x69, 0x76, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x72, 0x65, 0x61, 0x64, 0x79, 0x20, 0x74, 0x6f, 0x23 -.byte 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x2e, 0x0a, 0x00, 0x52, 0x69, 0x6e, 0x67, 0x20, 0x44, 0x0a, 0x00, 0x52, 0x69, 0x6e, 0x67, 0x20, 0x45, 0x0a, 0x00, 0x52, 0x69, 0x6e, 0x67, 0x20, 0x46 -.byte 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x68, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x73, 0x74, 0x61 -.byte 0x74, 0x75, 0x73, 0x20, 0x70, 0x72, 0x6f, 0x62, 0x6c, 0x65, 0x6d, 0x73, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20 -.byte 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72 -.byte 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x6d, 0x79, 0x73, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x75, 0x73, 0x20, 0x73, 0x74, 0x6f, 0x6e, 0x65, 0x20, 0x73, 0x68, 0x61, 0x70, 0x65, 0x64, 0x20, 0x6c, 0x69, 0x6b -.byte 0x65, 0x20, 0x61, 0x20, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x23, 0x6e, 0x6e, 0x6f, 0x74, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x73, 0x61, 0x69, 0x64, 0x20, 0x74 -.byte 0x6f, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x20, 0x61, 0x20, 0x77, 0x69, 0x73, 0x68, 0x20, 0x63, 0x6f, 0x6d, 0x65, 0x20, 0x74, 0x72, 0x75, 0x65, 0x20, 0x69, 0x66, 0x20, 0x69, 0x74, 0x23, 0x6e, 0x69 -.byte 0x73, 0x20, 0x68, 0x65, 0x6c, 0x64, 0x20, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20, 0x65, 0x78, 0x70, 0x6c, 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x65, 0x70, 0x74, 0x68 -.byte 0x73, 0x20, 0x6f, 0x66, 0x23, 0x6e, 0x23, 0x43, 0x44, 0x57, 0x69, 0x73, 0x68, 0x20, 0x43, 0x61, 0x76, 0x65, 0x23, 0x52, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74 -.byte 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c -.byte 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20 -.byte 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x20, 0x68, 0x61, 0x73, 0x20, 0x66, 0x75, 0x6c, 0x6c, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x69 -.byte 0x73, 0x23, 0x6e, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x20, 0x69, 0x74, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x4d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74 -.byte 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c -.byte 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x45, 0x79, 0x65 -.byte 0x64, 0x72, 0x6f, 0x70, 0x73, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x72, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x20, 0x74, 0x72, 0x61, 0x70 -.byte 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x35, 0x69, 0x6e, 0x76, 0x69, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x23, 0x72, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x23, 0x6e -.byte 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d -.byte 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74 -.byte 0x20, 0x63, 0x6f, 0x75, 0x6c, 0x64, 0x20, 0x72, 0x65, 0x76, 0x69, 0x76, 0x65, 0x20, 0x61, 0x20, 0x66, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x64, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x73, 0x20, 0x61, 0x20, 0x50, 0x6c, 0x61, 0x69, 0x6e, 0x20, 0x53, 0x65, 0x65, 0x64, 0x20, 0x61, 0x66, 0x74, 0x65, 0x72 -.byte 0x20, 0x75, 0x73, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x66, 0x20, 0x68, 0x65, 0x6c, 0x64, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x72, 0x65, 0x76, 0x69, 0x76, 0x65, 0x73, 0x20, 0x6f, 0x6e, 0x6c -.byte 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73 -.byte 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x23, 0x63, 0x36, 0x49, 0x74, 0x65, 0x6d, 0x20, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f -.byte 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x67, 0x69, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e -.byte 0x23, 0x63, 0x35, 0x42, 0x6c, 0x69, 0x6e, 0x6b, 0x65, 0x72, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x6f -.byte 0x74, 0x68, 0x65, 0x72, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x63, 0x20, 0x75, 0x6e, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x23, 0x6e, 0x69, 0x74, 0x65, 0x6d, 0x73 -.byte 0x7e, 0x32, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x69, 0x6d, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f -.byte 0x20, 0x73, 0x65, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f -.byte 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32 -.byte 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20 -.byte 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23 -.byte 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x67, 0x69, 0x76 -.byte 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x43, 0x72, 0x6f, 0x73, 0x73, 0x2d, 0x45, 0x79, 0x65, 0x64, 0x23, 0x72, 0x20 -.byte 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66 -.byte 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68 -.byte 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x23 -.byte 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9 -.byte 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d -.byte 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x68, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x35, 0x62 -.byte 0x75, 0x72, 0x6e, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f -.byte 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72 -.byte 0x20, 0x73, 0x69, 0x7a, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x66, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x61, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x74, 0x68 -.byte 0x65, 0x72, 0x20, 0x74, 0x68, 0x61, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75 -.byte 0x73, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x48, 0x75, 0x6e, 0x67, 0x72, 0x79, 0x20, 0x50, 0x61, 0x6c, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49 -.byte 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74 -.byte 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x4d -.byte 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53, 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x23, 0x6e, 0x49 -.byte 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74 -.byte 0x68, 0x61, 0x74, 0x20, 0x68, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x70 -.byte 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x20, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x62, 0x61, 0x64, 0x6c, 0x79, 0x20, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72 -.byte 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74 -.byte 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x68, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x23, 0x6e -.byte 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c -.byte 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79 -.byte 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b -.byte 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x65, 0x72, 0x72, 0x61, 0x74, 0x69, 0x63, 0x7e -.byte 0x32, 0x63, 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x74, 0x73, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x6d, 0x61 -.byte 0x79, 0x20, 0x68, 0x69, 0x74, 0x20, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79 -.byte 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23 -.byte 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75 -.byte 0x73, 0x65, 0x72, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x77, 0x69 -.byte 0x6c, 0x6c, 0x20, 0x62, 0x65, 0x20, 0x75, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x64, 0x6f, 0x20, 0x61, 0x6e, 0x79, 0x74, 0x68, 0x69, 0x6e, 0x67, 0x2e, 0x23, 0x6e, 0x49, 0x74 -.byte 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68 -.byte 0x61, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x6e, 0x6f, 0x20, 0x73, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x64, 0x6f -.byte 0x65, 0x73, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73 -.byte 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x77 -.byte 0x61, 0x72, 0x70, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x61, 0x20, 0x64, 0x69, 0x66, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x74 -.byte 0x20, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c -.byte 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20 -.byte 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x62, 0x72, 0x65, 0x61, 0x74, 0x68, 0x65, 0x20, 0x68, 0x69, 0x67, 0x68, 0x6c -.byte 0x79, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x20, 0x66, 0x69, 0x72, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74 -.byte 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c -.byte 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x64, 0x72, 0x69, 0x6e, 0x6b, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x6f -.byte 0x77, 0x65, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x65, 0x74, 0x20, 0x6d, 0x6f, 0x76, 0x65 -.byte 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x68, 0x61, 0x76, 0x65, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x20, 0x6f, 0x6e -.byte 0x20, 0x63, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x23, 0x6e, 0x6b, 0x69, 0x6e, 0x64, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c -.byte 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20 -.byte 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x6c, 0x65, 0x76, 0x65, 0x6c -.byte 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c -.byte 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00 -.byte 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9 -.byte 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x20, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x6c, 0x65, 0x73, 0x73, 0x23, 0x72, 0x2e, 0x23, 0x6e -.byte 0x54, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65, 0x20, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20 -.byte 0x67, 0x6f, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67 -.byte 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65 -.byte 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x20, 0x23, 0x63, 0x35, 0x70, 0x65, 0x74, 0x72, 0x69, 0x66 -.byte 0x69, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x62, 0x65, 0x20, 0x75, 0x6e, 0x61, 0x62 -.byte 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x64, 0x6f, 0x20, 0x61, 0x6e, 0x79, 0x74, 0x68, 0x69, 0x6e, 0x67, 0x23, 0x6e, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x20, 0x69, 0x74, 0x20, 0x74, 0x61, 0x6b, 0x65 -.byte 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41 -.byte 0x20, 0x64, 0x72, 0x69, 0x6e, 0x6b, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x6c, 0x79, 0x20, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x50, 0x50, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e -.byte 0x32, 0x37, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c -.byte 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00 -.byte 0x41, 0x20, 0x64, 0x72, 0x69, 0x6e, 0x6b, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e -.byte 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68 -.byte 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c -.byte 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x64, 0x72, 0x69, 0x6e, 0x6b, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50 -.byte 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x2e -.byte 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b -.byte 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x64, 0x72, 0x69, 0x6e, 0x6b, 0x20, 0x74, 0x68 -.byte 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x44, 0x65 -.byte 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20 -.byte 0x64, 0x72, 0x69, 0x6e, 0x6b, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37 -.byte 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73 -.byte 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73 -.byte 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73 -.byte 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23 -.byte 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x45, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69, 0x74, 0x73 -.byte 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x69, 0x73, 0x20, 0x66, 0x75, 0x6c, 0x6c, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x23, 0x6e, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74 -.byte 0x6c, 0x79, 0x20, 0x65, 0x6e, 0x6c, 0x61, 0x72, 0x67, 0x65, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x73, 0x69, 0x7a, 0x65, 0x2e, 0x0a -.byte 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x61, 0x6d, 0x70, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68 -.byte 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x45, 0x61, 0x74, 0x69 -.byte 0x6e, 0x67, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x69, 0x73, 0x20, 0x66 -.byte 0x75, 0x6c, 0x6c, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x23, 0x6e, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x65, 0x6e, 0x6c, 0x61, 0x72, 0x67, 0x65, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23 -.byte 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x73, 0x69, 0x7a, 0x65, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61 -.byte 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x77, 0x69, 0x6c -.byte 0x6c, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x61, 0x20, 0x76, 0x61, 0x72, 0x69, 0x65, 0x74, 0x79, 0x20, 0x6f, 0x66, 0x23, 0x6e, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x70, 0x72, 0x6f -.byte 0x62, 0x6c, 0x65, 0x6d, 0x73, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74 -.byte 0x65, 0x6c, 0x79, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65 -.byte 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x65, 0x6e, 0x6c, 0x61, 0x72, 0x67, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x73, 0x69, 0x7a, 0x65, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69 -.byte 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b -.byte 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e -.byte 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20 -.byte 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23 -.byte 0x6e, 0x4e, 0x6f, 0x72, 0x6d, 0x61, 0x6c, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61 -.byte 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c -.byte 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61 -.byte 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d -.byte 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x46, 0x69, 0x72, 0x65, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d -.byte 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65 -.byte 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d -.byte 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74 -.byte 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61 -.byte 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57 -.byte 0x61, 0x74, 0x65, 0x72, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65 -.byte 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66 -.byte 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72 -.byte 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d -.byte 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e -.byte 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x47, 0x72, 0x61, 0x73, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20 -.byte 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20 -.byte 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73 -.byte 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x45, 0x6c, 0x65 -.byte 0x63, 0x74, 0x72, 0x69, 0x63, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62 -.byte 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20 -.byte 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23 -.byte 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20 -.byte 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x63, 0x65, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20 -.byte 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74 -.byte 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e -.byte 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61 -.byte 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x46, 0x69, 0x67, 0x68 -.byte 0x74, 0x69, 0x6e, 0x67, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65 -.byte 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66 -.byte 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72 -.byte 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d -.byte 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e -.byte 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d -.byte 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f -.byte 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69 -.byte 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x47, 0x72 -.byte 0x6f, 0x75, 0x6e, 0x64, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65 -.byte 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66 -.byte 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72 -.byte 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d -.byte 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e -.byte 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x46, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d -.byte 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f -.byte 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69 -.byte 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x50, 0x73 -.byte 0x79, 0x63, 0x68, 0x69, 0x63, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62 -.byte 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20 -.byte 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23 -.byte 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20 -.byte 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x42, 0x75, 0x67, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20 -.byte 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74 -.byte 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e -.byte 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61 -.byte 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x52, 0x6f, 0x63, 0x6b -.byte 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a -.byte 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57 -.byte 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65 -.byte 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x47, 0x68, 0x6f, 0x73, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b -.byte 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74 -.byte 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73 -.byte 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65 -.byte 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x2d -.byte 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00 -.byte 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68 -.byte 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72 -.byte 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23 -.byte 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x44, 0x61, 0x72, 0x6b, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20 -.byte 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73 -.byte 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23 -.byte 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x72, 0x65, 0x73, 0x63 -.byte 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x69, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x53, 0x74, 0x65, 0x65, 0x6c, 0x2d, 0x74, 0x79, 0x70 -.byte 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6c, 0x69, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x72 -.byte 0x61, 0x72, 0x65, 0x20, 0x66, 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e -.byte 0x45, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20 -.byte 0x69, 0x73, 0x20, 0x66, 0x75, 0x6c, 0x6c, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x23, 0x6e, 0x73, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x6c, 0x79, 0x20, 0x65, 0x6e, 0x6c, 0x61, 0x72, 0x67, 0x65, 0x20, 0x69 -.byte 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x73, 0x69, 0x7a, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6f, 0x63, 0x63, 0x61, 0x73 -.byte 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x69, 0x6e, 0x73, 0x69, 0x64, 0x65, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x73, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x66 -.byte 0x6f, 0x6f, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x77, 0x68, 0x61, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x4d, 0x61, 0x6e, 0x6b, 0x65 -.byte 0x79, 0x20, 0x6c, 0x6f, 0x76, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x65, 0x61, 0x74, 0x20, 0x74, 0x68, 0x69, 0x73, 0x2e, 0x0a, 0x00, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20 -.byte 0x61, 0x74, 0x20, 0x73, 0x68, 0x6f, 0x70, 0x73, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x74, 0x63, 0x2e, 0x0a, 0x00, 0x49, 0x74, 0x20, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x20, 0x61, 0x20, 0x63 -.byte 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x6b, 0x69, 0x6e, 0x64, 0x20, 0x6f, 0x66, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76 -.byte 0x65, 0x2e, 0x23, 0x6e, 0x47, 0x69, 0x76, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20 -.byte 0x69, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x72, 0x65, 0x61, 0x64, 0x79, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x2e, 0x0a, 0x00, 0x49, 0x74, 0x20, 0x65, 0x6e, 0x61 -.byte 0x62, 0x6c, 0x65, 0x73, 0x20, 0x63, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x6b, 0x69, 0x6e, 0x64, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f -.byte 0x23, 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x2e, 0x23, 0x6e, 0x47, 0x69, 0x76, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x72, 0x65, 0x61, 0x64, 0x79, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x65, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x2e, 0x0a -.byte 0x00, 0x41, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x77, 0x61, 0x73, 0x20, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x23, 0x43, 0x4e -.byte 0x52, 0x65, 0x67, 0x69, 0x63, 0x65, 0x23, 0x52, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65, 0x20, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x20, 0x74, 0x6f, 0x20 -.byte 0x74, 0x68, 0x69, 0x73, 0x20, 0x73, 0x61, 0x79, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x62, 0x6f, 0x75, 0x74, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x23, 0x43, 0x44, 0x42, 0x75, 0x72, 0x69, 0x65, 0x64 -.byte 0x20, 0x52, 0x65, 0x6c, 0x69, 0x63, 0x23, 0x52, 0x3a, 0x20, 0x7e, 0x39, 0x33, 0x54, 0x68, 0x72, 0x65, 0x65, 0x20, 0x70, 0x61, 0x72, 0x74, 0x73, 0x20, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64 -.byte 0x20, 0x62, 0x79, 0x23, 0x6e, 0x74, 0x68, 0x72, 0x65, 0x65, 0x20, 0x73, 0x65, 0x72, 0x76, 0x61, 0x6e, 0x74, 0x73, 0x2e, 0x20, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x61 -.byte 0x72, 0x65, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x61, 0x67, 0x61, 0x69, 0x6e, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x61, 0x20, 0x6d, 0x69, 0x72, 0x61, 0x67, 0x65, 0x20, 0x73, 0x68, 0x61, 0x6c, 0x6c, 0x20 -.byte 0x61, 0x70, 0x70, 0x65, 0x61, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x65, 0x61, 0x72, 0x65, 0x72, 0x2e, 0x7e, 0x39, 0x34, 0x0a, 0x00, 0x41, 0x20, 0x6d, 0x79, 0x73, 0x74 -.byte 0x65, 0x72, 0x69, 0x6f, 0x75, 0x73, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x77, 0x61, 0x73, 0x20, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64, 0x20, 0x62, 0x79, 0x23 -.byte 0x6e, 0x23, 0x43, 0x4e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x65, 0x6c, 0x23, 0x52, 0x2e, 0x23, 0x6e, 0x23, 0x43, 0x4e, 0x52, 0x65, 0x67, 0x69, 0x72, 0x6f, 0x63, 0x6b, 0x23, 0x52, 0x20 -.byte 0x61, 0x6e, 0x64, 0x20, 0x23, 0x43, 0x4e, 0x52, 0x65, 0x67, 0x69, 0x63, 0x65, 0x23, 0x52, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64, 0x20, 0x70, 0x61, 0x72 -.byte 0x74, 0x73, 0x23, 0x6e, 0x69, 0x6e, 0x20, 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x61, 0x72, 0x20, 0x66, 0x61, 0x73, 0x68, 0x69, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x57, 0x68, 0x61, 0x74, 0x20, 0x69, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x20, 0x62, 0x65, 0x68, 0x69, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x73, 0x65, 0x20, 0x70, 0x61, 0x72, 0x74, 0x73, 0x3f, 0x0a -.byte 0x00, 0x41, 0x20, 0x6d, 0x79, 0x73, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x75, 0x73, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x77, 0x61, 0x73, 0x20, 0x6a, 0x65, 0x61, 0x6c -.byte 0x6f, 0x75, 0x73, 0x6c, 0x79, 0x23, 0x6e, 0x67, 0x75, 0x61, 0x72, 0x64, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x23, 0x43, 0x4e, 0x52, 0x65, 0x67, 0x69, 0x72, 0x6f, 0x63, 0x6b, 0x23, 0x52, 0x2e -.byte 0x23, 0x6e, 0x48, 0x6f, 0x77, 0x20, 0x69, 0x74, 0x20, 0x69, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x75 -.byte 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x68, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x2e, 0x0a, 0x00, 0x41, 0x6e, 0x20, 0x65, 0x6e, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x69 -.byte 0x6e, 0x67, 0x20, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x20, 0x62, 0x6f, 0x78, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x70, 0x6c, 0x61, 0x79, 0x73, 0x20, 0x61, 0x23, 0x6e, 0x62, 0x65, 0x61, 0x75, 0x74 -.byte 0x69, 0x66, 0x75, 0x6c, 0x20, 0x6d, 0x65, 0x6c, 0x6f, 0x64, 0x79, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x73, 0x61, 0x69, 0x64, 0x20, 0x74, 0x6f, 0x20, 0x64, 0x72, 0x61, 0x77 -.byte 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x74, 0x68, 0x69, 0x6e, 0x67, 0x20, 0x73, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x74, 0x6f, 0x20, 0x69, 0x74, 0x23, 0x6e, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69 -.byte 0x74, 0x20, 0x69, 0x73, 0x20, 0x6b, 0x65, 0x70, 0x74, 0x20, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x20, 0x62, 0x79, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20 -.byte 0x75, 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x73, 0x20, 0x61, 0x20, 0x64, 0x6f, 0x6f, 0x72, 0x20, 0x69, 0x6e, 0x73, 0x69, 0x64, 0x65, 0x20, 0x61, 0x23, 0x6e, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e -.byte 0x2e, 0x0a, 0x00, 0x54, 0x68, 0x65, 0x20, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x24, 0x69, 0x30, 0x23, 0x6e -.byte 0x61, 0x66, 0x74, 0x65, 0x72, 0x20, 0x75, 0x73, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x20, 0x62, 0x65, 0x20, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x64, 0x20, 0x75 -.byte 0x73, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x52, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x69 -.byte 0x73, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65, 0x20, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x73, 0x74, 0x6f, 0x72, 0x61 -.byte 0x67, 0x65, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x20, 0x50 -.byte 0x75, 0x6e, 0x63, 0x68, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x63, 0x68, 0x61 -.byte 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x61, 0x6e, 0x64 -.byte 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x23, 0x6e, 0x49 -.byte 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b, 0x23, 0x72, 0x20, 0x74 -.byte 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x44 -.byte 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x20, 0x43, 0x6c, 0x61, 0x77, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67 -.byte 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f -.byte 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x50, 0x75, 0x6c, 0x73, 0x65, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74 -.byte 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61 -.byte 0x23, 0x6e, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x43, 0x61, 0x6c, 0x6d, 0x20, 0x4d, 0x69, 0x6e, 0x64, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x72 -.byte 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c -.byte 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73 -.byte 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d -.byte 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x52, 0x6f, 0x61, 0x72, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x73, 0x65, 0x6e, 0x64, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72 -.byte 0x67, 0x65, 0x74, 0x20, 0x66, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x2e, 0x23, 0x6e, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x20, 0x68, 0x69, 0x74, 0x73, 0x20, 0x61, 0x20, 0x77 -.byte 0x61, 0x6c, 0x6c, 0x20, 0x6f, 0x72, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x73, 0x75 -.byte 0x73, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65 -.byte 0x20, 0x23, 0x63, 0x34, 0x54, 0x6f, 0x78, 0x69, 0x63, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x23, 0x63, 0x35, 0x62, 0x61, 0x64, 0x6c, 0x79, 0x20, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e -.byte 0x73, 0x23, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x49, 0x66, 0x20, 0x61, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d -.byte 0x6f, 0x6e, 0x20, 0x69, 0x73, 0x20, 0x23, 0x63, 0x35, 0x62, 0x61, 0x64, 0x6c, 0x79, 0x20, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x23 -.byte 0x6e, 0x73, 0x75, 0x73, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75 -.byte 0x72, 0x6e, 0x73, 0x2e, 0x0a, 0x00, 0x41, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64 -.byte 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35 -.byte 0x48, 0x61, 0x69, 0x6c, 0x23, 0x72, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52 -.byte 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63 -.byte 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x42, 0x75, 0x6c, 0x6b, 0x20, 0x55, 0x70, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x62 -.byte 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61 -.byte 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x23, 0x6e, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x0a, 0x00 -.byte 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x42, 0x75, 0x6c, 0x6c, 0x65, 0x74, 0x20, 0x53, 0x65, 0x65, 0x64, 0x23 -.byte 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61 -.byte 0x72, 0x67, 0x65, 0x74, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x23, 0x6e, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x68, 0x69 -.byte 0x74, 0x73, 0x20, 0x74, 0x77, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x66, 0x69, 0x76, 0x65, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x20, 0x70, 0x65, 0x72, 0x20, 0x75, 0x73, 0x65, 0x2e, 0x0a, 0x00, 0x54 -.byte 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x48, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x23 -.byte 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61 -.byte 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x73, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65 -.byte 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61 -.byte 0x74, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x23 -.byte 0x6e, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x53, 0x75, 0x6e, 0x6e, 0x79, 0x23, 0x72, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72 -.byte 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f -.byte 0x6e, 0x20, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34 -.byte 0x54, 0x61, 0x75, 0x6e, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x65, 0x64, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32 -.byte 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x23, 0x6e, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x54, 0x61, 0x75, 0x6e, 0x74, 0x65, 0x64 -.byte 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x49, 0x63, 0x65, 0x20, 0x42, 0x65, 0x61 -.byte 0x6d, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x23, 0x6e, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d -.byte 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x66, 0x72, 0x6f -.byte 0x7a, 0x65, 0x6e, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x0a, 0x00 -.byte 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x42, 0x6c, 0x69, 0x7a, 0x7a, 0x61, 0x72, 0x64, 0x23, 0x72, 0x2e, 0x23 -.byte 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74 -.byte 0x20, 0x23, 0x63, 0x35, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x23, 0x6e, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61 -.byte 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x48, 0x79, 0x70, 0x65 -.byte 0x72, 0x20, 0x42, 0x65, 0x61, 0x6d, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x23, 0x6e, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e -.byte 0x20, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73 -.byte 0x65, 0x72, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66 -.byte 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x4c, 0x69 -.byte 0x67, 0x68, 0x74, 0x20, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x23, 0x63, 0x35, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x23, 0x72, 0x2e, 0x23, 0x6e -.byte 0x49, 0x74, 0x20, 0x68, 0x61, 0x6c, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x53, 0x70 -.byte 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x23, 0x63, 0x35 -.byte 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x66, 0x72 -.byte 0x6f, 0x6d, 0x23, 0x6e, 0x65, 0x6e, 0x65, 0x6d, 0x79, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x0a, 0x00, 0x41, 0x6e -.byte 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x20, 0x66 -.byte 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x52, 0x61, 0x69, 0x6e, 0x23, 0x72, 0x20, 0x66 -.byte 0x6f, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x41, 0x6c -.byte 0x6c, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x47, 0x69, 0x67, 0x61, 0x20, 0x44, 0x72, 0x61, 0x69, 0x6e, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63 -.byte 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73 -.byte 0x6f, 0x20, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20 -.byte 0x62, 0x61, 0x73, 0x65, 0x64, 0x23, 0x6e, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x65 -.byte 0x64, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x53, 0x61, 0x66, 0x65, 0x67, 0x75, 0x61, 0x72 -.byte 0x64, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x23, 0x6e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x53, 0x61, 0x66, 0x65, 0x67, 0x75, 0x61, 0x72, 0x64, 0x23, 0x72, 0x23, 0x6e, 0x61, 0x6e -.byte 0x64, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x70, 0x72, 0x6f, 0x62, 0x6c, 0x65, 0x6d, 0x73, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61 -.byte 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x46, 0x72, 0x75, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x2e, 0x23 -.byte 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x20, 0x61, 0x6e, 0x64, 0x23, 0x6e, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x67, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x69 -.byte 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x20, 0x69, 0x73, 0x20, 0x6c, 0x6f, 0x77, 0x2e, 0x0a -.byte 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x53, 0x6f, 0x6c, 0x61, 0x72, 0x62, 0x65, 0x61, 0x6d, 0x23, 0x72 -.byte 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x73, 0x20, 0x23 -.byte 0x63, 0x35, 0x53, 0x6f, 0x6c, 0x61, 0x72, 0x62, 0x65, 0x61, 0x6d, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73 -.byte 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f -.byte 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b, 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x0a, 0x00 -.byte 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x49, 0x72, 0x6f, 0x6e, 0x20, 0x54, 0x61, 0x69, 0x6c, 0x23, 0x72, 0x2e -.byte 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67 -.byte 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x23, 0x6e, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c -.byte 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x62, 0x6f -.byte 0x6c, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e -.byte 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23 -.byte 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x77, 0x68, 0x69, 0x63, 0x68, 0x23, 0x6e, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73 -.byte 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61 -.byte 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x73, 0x20, 0x61 -.byte 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x20, 0x69, 0x73, 0x20, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x65, 0x61, 0x74, 0x68 -.byte 0x65, 0x72, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x45, 0x61, 0x72, 0x74, 0x68, 0x71, 0x75 -.byte 0x61, 0x6b, 0x65, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x69 -.byte 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x6f -.byte 0x75, 0x62, 0x6c, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x23, 0x63, 0x35, 0x64, 0x69, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x23 -.byte 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x52 -.byte 0x65, 0x74, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x73, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x72, 0x69, 0x73, 0x65, 0x73, 0x20, 0x77, 0x69, 0x74 -.byte 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x44, 0x69, 0x67, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x73, 0x20, 0x23, 0x63, 0x35, 0x44, 0x69, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x7e, 0x32, 0x63 -.byte 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72 -.byte 0x6e, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e -.byte 0x6b, 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65 -.byte 0x20, 0x23, 0x63, 0x34, 0x50, 0x73, 0x79, 0x63, 0x68, 0x69, 0x63, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61 -.byte 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c -.byte 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x23, 0x6e -.byte 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x53, 0x68, 0x61, 0x64, 0x6f, 0x77, 0x20, 0x42, 0x61, 0x6c, 0x6c, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20 -.byte 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x65, 0x76 -.byte 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x23, 0x6e, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c -.byte 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20 -.byte 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x42, 0x72, 0x69, 0x63, 0x6b, 0x20, 0x42, 0x72, 0x65, 0x61, 0x6b, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20 -.byte 0x73, 0x68, 0x61, 0x74, 0x74, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x35, 0x52, 0x65, 0x66, 0x6c, 0x65 -.byte 0x63, 0x74, 0x23, 0x72, 0x23, 0x6e, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x23, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x69, 0x6e -.byte 0x66, 0x6c, 0x69, 0x63, 0x74, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x0a, 0x00, 0x41, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x72, 0x61, 0x69, 0x73 -.byte 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x45, 0x76, 0x61, 0x73, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x23, 0x6e, 0x62, 0x79 -.byte 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x54, 0x65 -.byte 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x52, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74 -.byte 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x23, 0x63, 0x35, 0x52, 0x65 -.byte 0x66, 0x6c, 0x65, 0x63, 0x74, 0x23, 0x72, 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x68, 0x61, 0x6c, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x66 -.byte 0x72, 0x6f, 0x6d, 0x20, 0x61, 0x6c, 0x6c, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x50, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x6d, 0x6f, 0x76, 0x65 -.byte 0x73, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x23, 0x6e, 0x72, 0x65, 0x67, 0x75, 0x6c, 0x61, 0x72, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68 -.byte 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x53, 0x68, 0x6f, 0x63, 0x6b, 0x20, 0x57, 0x61, 0x76, 0x65, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74 -.byte 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x65 -.byte 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x23, 0x6e, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6e, 0x65, 0x76, 0x65, 0x72, 0x20, 0x6d, 0x69 -.byte 0x73, 0x73, 0x65, 0x73, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x46, 0x6c, 0x61, 0x6d, 0x65 -.byte 0x74, 0x68, 0x72, 0x6f, 0x77, 0x65, 0x72, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f -.byte 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x23, 0x6e, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65 -.byte 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x2e -.byte 0x23, 0x6e, 0x49, 0x74, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x72, 0x65, 0x65, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9 -.byte 0x6d, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x53, 0x6c, 0x75, 0x64, 0x67, 0x65 -.byte 0x20, 0x42, 0x6f, 0x6d, 0x62, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x23, 0x6e, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20 -.byte 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x23, 0x6e, 0x23, 0x63 -.byte 0x35, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x20 -.byte 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x0a, 0x00, 0x41, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x63, 0x68, 0x61 -.byte 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x23, 0x6e, 0x77, 0x65, 0x61, 0x74 -.byte 0x68, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x53, 0x61, 0x6e, 0x64, 0x73, 0x74, 0x6f, 0x72, 0x6d, 0x23, 0x72, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61 -.byte 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x20, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x46 -.byte 0x69, 0x72, 0x65, 0x20, 0x42, 0x6c, 0x61, 0x73, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65 -.byte 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75 -.byte 0x73, 0x65, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x72 -.byte 0x65, 0x65, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x0a, 0x00, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20 -.byte 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e -.byte 0x74, 0x23, 0x6e, 0x53, 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67 -.byte 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76 -.byte 0x65, 0x20, 0x23, 0x63, 0x34, 0x41, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x63, 0x65, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20 -.byte 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6e, 0x65, 0x76, 0x65, 0x72, 0x20 -.byte 0x6d, 0x69, 0x73, 0x73, 0x65, 0x73, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x54, 0x6f, 0x72 -.byte 0x6d, 0x65, 0x6e, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x65 -.byte 0x64, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x23, 0x6e, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x73, 0x20, 0x6c, 0x61 -.byte 0x73, 0x74, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20, 0x69, 0x74, 0x23, 0x6e, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x46, 0x61, 0x63 -.byte 0x61, 0x64, 0x65, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x23, 0x63, 0x35, 0x70, 0x6f, 0x69 -.byte 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x23, 0x63, 0x35, 0x62, 0x61, 0x64, 0x6c, 0x79, 0x20, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32 -.byte 0x63, 0x23, 0x6e, 0x6f, 0x72, 0x20, 0x68, 0x61, 0x73, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x73, 0x20, 0x70, 0x6f, 0x77 -.byte 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x64, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65 -.byte 0x20, 0x23, 0x63, 0x34, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x20, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61 -.byte 0x6c, 0x73, 0x6f, 0x20, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x20, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x73, 0x23, 0x6e, 0x64, 0x65, 0x70, 0x65, 0x6e -.byte 0x64, 0x69, 0x6e, 0x67, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x65, 0x72, 0x72, 0x61, 0x69, 0x6e, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x52, 0x65, 0x73, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x55, 0x70, 0x6f, 0x6e, 0x20, 0x61, 0x77, 0x61 -.byte 0x6b, 0x65, 0x6e, 0x69, 0x6e, 0x67, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x72, 0x65, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x23, 0x63 -.byte 0x36, 0x48, 0x50, 0x23, 0x72, 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x72, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x73, 0x74, 0x61 -.byte 0x74, 0x75, 0x73, 0x20, 0x70, 0x72, 0x6f, 0x62, 0x6c, 0x65, 0x6d, 0x73, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20 -.byte 0x23, 0x63, 0x34, 0x41, 0x74, 0x74, 0x72, 0x61, 0x63, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61 -.byte 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x49, 0x6e, 0x66, 0x61, 0x74, 0x75, 0x61, 0x74, 0x65 -.byte 0x64, 0x23, 0x72, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x54, 0x68, 0x69, 0x65, 0x66, 0x23 -.byte 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61 -.byte 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6e, 0x61, 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67 -.byte 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x69, 0x74, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x53, 0x74, 0x65, 0x65, 0x6c, 0x20, 0x57, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e -.byte 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x74 -.byte 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36 -.byte 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x23, 0x6e, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x20, 0x53, 0x77, 0x61, 0x70, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20 -.byte 0x73, 0x77, 0x69, 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c -.byte 0x20, 0x41, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x23, 0x72, 0x20, 0x77, 0x69, 0x74, 0x68, 0x23, 0x6e, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72 -.byte 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x00, 0x49, 0x74, 0x20, 0x73, 0x77, 0x69, 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73 -.byte 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x53, 0x6e, 0x61, 0x74, 0x63, 0x68, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x73, 0x74, 0x65, 0x61, 0x6c, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x23, 0x6e, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61 -.byte 0x6d, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x64, 0x61 -.byte 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32 -.byte 0x63, 0x20, 0x62, 0x75, 0x74, 0x20, 0x69, 0x74, 0x23, 0x6e, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32 -.byte 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x23, 0x6e, 0x62, 0x79, 0x20, 0x74, 0x77, 0x6f, 0x20, 0x6c -.byte 0x65, 0x76, 0x65, 0x6c, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x0a -.byte 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x57, 0x69, 0x64, 0x65, 0x20, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x23 -.byte 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x6f -.byte 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x33, 0x23, 0x6e, 0x74, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x64, 0x69, 0x61, 0x67, 0x6f, 0x6e, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x64, 0x69 -.byte 0x72, 0x65, 0x63, 0x74, 0x6c, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f -.byte 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x45, 0x78, 0x63, 0x61, 0x76, 0x61, 0x74, 0x65, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x64, 0x69, 0x67, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x75 -.byte 0x67, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x66, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x2e, 0x0a -.byte 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x53, 0x70, 0x69, 0x6e, 0x20, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x23 -.byte 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f -.byte 0x65, 0x73, 0x20, 0x73, 0x75, 0x72, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x23, 0x6e, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x0a, 0x00, 0x49, 0x74, 0x20, 0x72, 0x65 -.byte 0x76, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x68, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x20, 0x74, 0x72, 0x61, 0x70, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61 -.byte 0x6d, 0x65, 0x23, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x49, 0x74, 0x20, 0x69 -.byte 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49 -.byte 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6e, 0x61, 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x68 -.byte 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x23, 0x6e, 0x74, 0x6f, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37 -.byte 0x73, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67 -.byte 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x4d, 0x69, 0x6e -.byte 0x69, 0x20, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x72, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x41, 0x6e, 0x79, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x23, 0x63 -.byte 0x35, 0x50, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x23, 0x72, 0x23, 0x6e, 0x6f, 0x72, 0x20, 0x61, 0x20, 0x72 -.byte 0x65, 0x67, 0x75, 0x6c, 0x61, 0x72, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x69, 0x73, 0x20, 0x70, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72 -.byte 0x6e, 0x65, 0x64, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61 -.byte 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x75, 0x70, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x32, 0x20, 0x74, 0x69, 0x6c, 0x65 -.byte 0x73, 0x20, 0x61, 0x77, 0x61, 0x79, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x32, 0x20, 0x74, 0x69, 0x6c, 0x65, 0x73, 0x0a, 0x00, 0x53, 0x77, 0x69 -.byte 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x77, 0x69, 0x74, 0x68 -.byte 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x63, 0x20, 0x68, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x20, 0x64, 0x69, 0x73 -.byte 0x74, 0x61, 0x6e, 0x74, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x53, 0x74, 0x72, 0x61, 0x69, 0x67, 0x68, 0x74, 0x20, 0x6c, 0x69, 0x6e, 0x65, 0x0a -.byte 0x00, 0x4b, 0x6e, 0x6f, 0x63, 0x6b, 0x73, 0x20, 0x61, 0x20, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x66, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x2e -.byte 0x23, 0x6e, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x20, 0x61, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x20, 0x6f, 0x72, 0x20, 0x61 -.byte 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x73, 0x75, 0x73, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x64 -.byte 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x53, 0x74, 0x72, 0x61, 0x69, 0x67, 0x68, 0x74, 0x20, 0x6c, 0x69, 0x6e, 0x65, 0x0a, 0x00 -.byte 0x57, 0x61, 0x72, 0x70, 0x73, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x74, 0x6f, 0x20, 0x6f -.byte 0x74, 0x68, 0x65, 0x72, 0x23, 0x6e, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x23 -.byte 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x0a, 0x00, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66 -.byte 0x6f, 0x72, 0x6d, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x64, 0x69, 0x66, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x74 -.byte 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72 -.byte 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53, 0x70, 0x65, 0x65 -.byte 0x64, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x23, 0x6e, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x62, 0x79 -.byte 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20 -.byte 0x72, 0x6f, 0x6f, 0x6d, 0x0a, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53, 0x70, 0x65 -.byte 0x65, 0x64, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x23, 0x6e, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65 -.byte 0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x23, 0x6e, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x23, 0x6e, 0x23 -.byte 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x72, 0x6f, 0x6f, 0x6d -.byte 0x0a, 0x00, 0x52, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e -.byte 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f -.byte 0x6f, 0x6d, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x50, 0x65, 0x74, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20 -.byte 0x74, 0x68, 0x65, 0x6d, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52 -.byte 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x50, 0x65, 0x74, 0x72 -.byte 0x69, 0x66, 0x69, 0x65, 0x64, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x77, 0x61, 0x72, 0x70, 0x73, 0x20, 0x69, 0x74, 0x20, 0x6e, 0x65, 0x61, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74 -.byte 0x61, 0x69, 0x72, 0x73, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00 -.byte 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x70, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b -.byte 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x68, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x20, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e -.byte 0x74, 0x2e, 0x20, 0x49, 0x66, 0x20, 0x6e, 0x6f, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x69, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x61, 0x79, 0x7e -.byte 0x32, 0x63, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x6c, 0x65, 0x61, 0x70, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x2e, 0x23, 0x6e -.byte 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x0a, 0x00, 0x50, 0x75, 0x6c, 0x6c, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x69, 0x74, 0x65, 0x6d -.byte 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x23, 0x6e, 0x42, 0x65, 0x77 -.byte 0x61, 0x72, 0x65, 0x3a, 0x20, 0x69, 0x66, 0x20, 0x74, 0x68, 0x65, 0x72, 0x65, 0x20, 0x69, 0x73, 0x20, 0x61, 0x20, 0x73, 0x68, 0x6f, 0x70, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75 -.byte 0x73, 0x65, 0x72, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x23, 0x6e, 0x62, 0x65, 0x20, 0x63, 0x6f, 0x6e, 0x73, 0x69, 0x64, 0x65, 0x72, 0x65, 0x64, 0x20, 0x61, 0x20, 0x73, 0x68, 0x6f, 0x70, 0x6c, 0x69 -.byte 0x66, 0x74, 0x65, 0x72, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x53, 0x74, 0x69, 0x63, 0x6b, 0x79, 0x7e, 0x32, 0x63, 0x20 -.byte 0x67, 0x75, 0x6d, 0x6d, 0x65, 0x64, 0x2d, 0x75, 0x70, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x61, 0x72, 0x65, 0x20, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x73, 0x65, 0x64, 0x20, 0x6f, 0x66, 0x23 -.byte 0x6e, 0x67, 0x72, 0x69, 0x6d, 0x65, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x6d, 0x20, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x61, 0x67, 0x61 -.byte 0x69, 0x6e, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73 -.byte 0x20, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x66 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d -.byte 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x23 -.byte 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x23, 0x63, 0x35 -.byte 0x44, 0x65, 0x63, 0x6f, 0x79, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20 -.byte 0x6f, 0x66, 0x20, 0x69, 0x74, 0x73, 0x20, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65 -.byte 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x74 -.byte 0x75, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x23, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x74, 0x6f, 0x20 -.byte 0x23, 0x63, 0x35, 0x53, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x6d, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61 -.byte 0x62, 0x6c, 0x65, 0x23, 0x6e, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x73, 0x20, 0x69 -.byte 0x6e, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x66, 0x6f -.byte 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x23, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x43, 0x6f, 0x6e, 0x66, 0x75 -.byte 0x73, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x69, 0x72, 0x23, 0x6e, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x61 -.byte 0x6e, 0x64, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x65, 0x72, 0x72, 0x61, 0x74, 0x69, 0x63, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20 -.byte 0x46, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x0a, 0x00, 0x44, 0x72, 0x6f, 0x70, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20 -.byte 0x6f, 0x66, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x23, 0x6e, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x74, 0x6f, 0x20, 0x6f, 0x6e, 0x65 -.byte 0x2e, 0x20, 0x49, 0x66, 0x20, 0x69, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x68, 0x61, 0x6c, 0x76, 0x65, 0x73, 0x23, 0x6e -.byte 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20 -.byte 0x46, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73 -.byte 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x4d, 0x75, 0x7a, 0x7a, 0x6c, 0x65, 0x64, 0x23, 0x72, 0x7e -.byte 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b -.byte 0x73, 0x20, 0x6f, 0x72, 0x23, 0x6e, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x73, 0x20, 0x6d, 0x6f, 0x75, 0x74, 0x68, 0x2e, 0x23, 0x6e, 0x23, 0x6e -.byte 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x72, 0x65, 0x73, 0x63, 0x75, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x74, 0x6f, 0x20, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x23, 0x6e, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65 -.byte 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x0a, 0x00, 0x52, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6c, 0x6f, 0x63, 0x61 -.byte 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x75, 0x6e, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x23, 0x6e, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x6f, 0x6e, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x52, 0x65, 0x76 -.byte 0x65, 0x61, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x6f, 0x6e -.byte 0x23, 0x6e, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x44 -.byte 0x72, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x77, 0x61, 0x74, 0x65, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x61, 0x67, 0x6d, 0x61, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64 -.byte 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x23, 0x6e, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x53, 0x70, 0x65, 0x63, 0x69 -.byte 0x61, 0x6c, 0x0a, 0x00, 0x44, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x73, 0x20, 0x74, 0x72, 0x61, 0x70, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72 -.byte 0x6f, 0x6f, 0x6d, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x52, 0x6f, 0x6f, 0x6d, 0x0a, 0x00, 0x44, 0x72, 0x61, 0x77, 0x73, 0x20, 0x61 -.byte 0x6c, 0x6c, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x23, 0x6e, 0x23, 0x6e -.byte 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x66 -.byte 0x6c, 0x6f, 0x6f, 0x72, 0x0a, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x73, 0x20, 0x23, 0x63, 0x35, 0x69, 0x6e, 0x76, 0x69, 0x73, 0x69 -.byte 0x62, 0x6c, 0x65, 0x23, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61 -.byte 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x44, 0x65, 0x66, 0x65, 0x61, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x69, 0x6e -.byte 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x73, 0x68, 0x6f, 0x74, 0x2d, 0x2d, 0x69, 0x66, 0x20, 0x69, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61 -.byte 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x52, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x69, 0x66, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x20, 0x61, 0x72, 0x65, 0x23, 0x6e, 0x68, 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x20 -.byte 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x6f, 0x72, 0x20, 0x6e, 0x6f, 0x74, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65 -.byte 0x20, 0x23, 0x63, 0x34, 0x56, 0x61, 0x63, 0x75, 0x75, 0x6d, 0x20, 0x43, 0x75, 0x74, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64 -.byte 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x0a, 0x00 -.byte 0x41, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x72, 0x65, 0x76, 0x69, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b -.byte 0xe9, 0x6d, 0x6f, 0x6e, 0x23, 0x6e, 0x69, 0x66, 0x20, 0x69, 0x74, 0x20, 0x66, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74 -.byte 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x69, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x20, 0x66, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x23, 0x6e, 0x66, 0x72, 0x6f, 0x6d -.byte 0x20, 0x61, 0x6e, 0x20, 0x65, 0x78, 0x70, 0x6c, 0x6f, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x0a, 0x00, 0x43 -.byte 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x20 -.byte 0x23, 0x63, 0x35, 0x43, 0x6f, 0x77, 0x65, 0x72, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x73, 0x20, 0x61, 0x74, 0x74 -.byte 0x61, 0x63, 0x6b, 0x73, 0x20, 0x67, 0x6f, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x70, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x65, 0x23, 0x6e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69 -.byte 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x49, 0x6e, 0x66, 0x6c -.byte 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20 -.byte 0x62, 0x69, 0x67, 0x67, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x69, 0x7a, 0x65, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x67, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x23, 0x6e, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a -.byte 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x44, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x77, 0x61, 0x6c, 0x6c -.byte 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x23, 0x6e, 0x74, 0x68, 0x65, 0x20, 0x66 -.byte 0x6c, 0x6f, 0x6f, 0x72, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x76, 0x61, 0x73, 0x74, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61 -.byte 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x0a, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x77, 0x61, 0x74, 0x65, 0x72, 0x20, 0x6f, 0x72, 0x20, 0x6d, 0x61, 0x67 -.byte 0x6d, 0x61, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x75, 0x73, 0x65, 0x72, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x69, 0x6e -.byte 0x74, 0x6f, 0x20, 0x61, 0x20, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x20, 0x74, 0x69, 0x6c, 0x65, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67 -.byte 0x65, 0x3a, 0x20, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x0a, 0x00, 0x53, 0x65, 0x74, 0x73, 0x20, 0x61, 0x20, 0x74, 0x72, 0x61, 0x70, 0x20, 0x77, 0x68, 0x65, 0x72, 0x65, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x73, 0x74, 0x61, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x20, 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74 -.byte 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x69, 0x66, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x68, 0x61, 0x6c, 0x6c, 0x77, 0x61, 0x79, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23 -.byte 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x41, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20 -.byte 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x20, 0x74, 0x6f -.byte 0x20, 0x70, 0x6f, 0x73, 0x73, 0x65, 0x73, 0x73, 0x20, 0x61, 0x20, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x73, 0x75, 0x72, 0x76, 0x69, 0x76, 0x65, 0x2e, 0x23, 0x6e -.byte 0x49, 0x74, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65 -.byte 0x72, 0x2e, 0x0a, 0x00, 0x54, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x69, 0x6e, 0x74 -.byte 0x6f, 0x20, 0x61, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20 -.byte 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x48, 0x75, 0x72, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x61, 0x74, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68 -.byte 0x65, 0x72, 0x20, 0x66, 0x6f, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x23, 0x6e, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x23, 0x6e -.byte 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x46, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x23, 0x72, 0x7e -.byte 0x32, 0x63, 0x23, 0x6e, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61, 0x74, 0x74, 0x61 -.byte 0x63, 0x6b, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x75, 0x67, 0x68, 0x23, 0x6e, 0x77, 0x61, 0x6c, 0x6c, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x6f, 0x6e, 0x20, 0x6c, 0x61, 0x76, 0x61, 0x7e, 0x32, 0x63 -.byte 0x20, 0x77, 0x61, 0x74, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x73, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20 -.byte 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x72 -.byte 0x6f, 0x77, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x0a, 0x00, 0x52, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 -.byte 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x74, 0x61, 0x69, 0x72, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x23, 0x6e, 0x23, 0x6e -.byte 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e -.byte 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x4c, 0x6f, 0x6e, 0x67, 0x20, 0x54, 0x6f, 0x73, 0x73, 0x23, 0x72, 0x2e, 0x23, 0x6e, 0x49 -.byte 0x74, 0x65, 0x6d, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x66, 0x6c, 0x79 -.byte 0x20, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x23, 0x6e, 0x74, 0x68, 0x65, 0x79, 0x20, 0x68, 0x69, 0x74, 0x20, 0x61, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x20, 0x6f, 0x72, 0x20, 0x61, 0x20, 0x50, 0x6f, 0x6b -.byte 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72, 0x0a, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x50, 0x69, 0x65, 0x72, 0x63, 0x65, 0x23, 0x72 -.byte 0x2e, 0x23, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x77, 0x69, 0x6c, 0x6c -.byte 0x20, 0x66, 0x6c, 0x79, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x75, 0x67, 0x68, 0x23, 0x6e, 0x77, 0x61, 0x6c, 0x6c, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20 -.byte 0x77, 0x69, 0x74, 0x68, 0x6f, 0x75, 0x74, 0x20, 0x73, 0x74, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x2e, 0x23, 0x6e, 0x23, 0x6e, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x3a, 0x20, 0x55, 0x73, 0x65, 0x72 -.byte 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x43, 0x75, 0x74, 0x23, 0x72, 0x2e, 0x20, 0x49, 0x74, 0x20 -.byte 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x62, 0x75, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65 -.byte 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x64, 0x61 -.byte 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x23, 0x6e, 0x75, 0x73, 0x65, 0x72, 0x2e -.byte 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x46, 0x6c, 0x79, 0x23, 0x72, 0x2e, 0x20, 0x49, 0x74, 0x20 -.byte 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x62, 0x75, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65 -.byte 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x6d, 0x61 -.byte 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x23, 0x63, 0x35, 0x46, 0x6c, 0x79, 0x69, 0x6e -.byte 0x67, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34 -.byte 0x53, 0x75, 0x72, 0x66, 0x23, 0x72, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x62, 0x75 -.byte 0x74, 0x20, 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x23, 0x6e -.byte 0x54, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x23, 0x6e, 0x49, 0x6e -.byte 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x64, 0x69, 0x76 -.byte 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x66, 0x6f, 0x65, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34 -.byte 0x53, 0x74, 0x72, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x23, 0x72, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x23, 0x6e, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x7e, 0x32 -.byte 0x63, 0x20, 0x62, 0x75, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f -.byte 0x6e, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x68, 0x75, 0x72, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x61, 0x74 -.byte 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x23, 0x6e, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x46, 0x6c, 0x61, 0x73, 0x68, 0x23 -.byte 0x72, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x62, 0x75, 0x74, 0x20, 0x63, 0x61, 0x6e -.byte 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x6d -.byte 0x6f, 0x76, 0x65, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x63, 0x63 -.byte 0x75, 0x72, 0x61, 0x63, 0x79, 0x23, 0x72, 0x23, 0x6e, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x53, 0x6d, 0x61, 0x73, 0x68, 0x23, 0x72, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x64, 0x6f, 0x65 -.byte 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x23, 0x6e, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x7e, 0x32, 0x63, 0x20, 0x62, 0x75, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73 -.byte 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x64, 0x69, 0x67, 0x73, 0x20 -.byte 0x74, 0x68, 0x72, 0x6f, 0x75, 0x67, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x23, 0x6e, 0x69, 0x73, 0x20, 0x66, 0x61 -.byte 0x63, 0x69, 0x6e, 0x67, 0x2e, 0x0a, 0x00, 0x54, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x57, 0x61, 0x74, 0x65, 0x72 -.byte 0x66, 0x61, 0x6c, 0x6c, 0x23, 0x72, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x23, 0x6e, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x7e, 0x32, 0x63, 0x20, 0x62, 0x75 -.byte 0x74, 0x20, 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x23, 0x6e -.byte 0x54, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x00, 0x54, 0x65 -.byte 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23, 0x63, 0x34, 0x44, 0x69, 0x76, 0x65, 0x23, 0x72, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x64, 0x6f, 0x65 -.byte 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x62, 0x75, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73 -.byte 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x23, 0x6e, 0x54, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x23, 0x63, 0x35, 0x44, 0x69, 0x76, 0x69, 0x6e, 0x67, 0x23, 0x72 -.byte 0x7e, 0x32, 0x63, 0x23, 0x6e, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x6c, 0x79, 0x20, 0x6f -.byte 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x6d, 0x61, 0x72, 0x76, 0x65, 0x6c, 0x6f, 0x75, 0x73, 0x20, 0x62, 0x6f -.byte 0x78, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x6c -.byte 0x69, 0x6e, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x64, 0x65, 0x6c, 0x69, 0x6e, 0x6b, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x23, 0x6e, 0x23, 0x63, 0x35, 0x4c, 0x69, 0x6e, 0x6b -.byte 0x65, 0x64, 0x23, 0x72, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x20, 0x73, 0x65, 0x70, 0x61, 0x72, 0x61, 0x74, 0x65, 0x64, 0x20, 0x69, 0x66, 0x23, 0x6e -.byte 0x74, 0x68, 0x65, 0x69, 0x72, 0x20, 0x63, 0x6f, 0x6d, 0x62, 0x69, 0x6e, 0x65, 0x64, 0x20, 0x23, 0x63, 0x36, 0x50, 0x50, 0x23, 0x72, 0x20, 0x64, 0x72, 0x6f, 0x70, 0x73, 0x20, 0x74, 0x6f, 0x20 -.byte 0x7a, 0x65, 0x72, 0x6f, 0x2e, 0x0a, 0x00, 0x41, 0x20, 0x63, 0x75, 0x72, 0x69, 0x6f, 0x75, 0x73, 0x20, 0x62, 0x6f, 0x78, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x23, 0x6e, 0x73, 0x77, 0x69, 0x74, 0x63, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x73, 0x63, 0x75, 0x65 -.byte 0x20, 0x74, 0x65, 0x61, 0x6d, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x2e, 0x23, 0x6e, 0x4f, 0x6e, 0x6c, 0x79, 0x20, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c -.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 +@ Address 0x306580 +.include "data/item/item_descriptions.s" +.align 2,0 + +@ Address 0x30cc28 .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 -.byte 0x6f, 0x78, 0x00, 0x00, 0x4c, 0x69, 0x6e, 0x6b, 0x20, 0x42, 0x6f, 0x78, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x44, 0x69, 0x76, 0x65, 0x00, 0x00, 0x87, 0x4e, 0x57, 0x61, 0x74, 0x65, 0x72, 0x66 -.byte 0x61, 0x6c, 0x6c, 0x00, 0x87, 0x4e, 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x53, 0x6d, 0x61, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x46, 0x6c, 0x61, 0x73, 0x68, 0x00, 0x87, 0x4e, 0x53, 0x74 -.byte 0x72, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x00, 0x00, 0x87, 0x4e, 0x53, 0x75, 0x72, 0x66, 0x00, 0x00, 0x87, 0x4e, 0x46, 0x6c, 0x79, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x43, 0x75, 0x74, 0x00, 0x00, 0x00 -.byte 0x87, 0x4f, 0x50, 0x69, 0x65, 0x72, 0x63, 0x65, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x4c, 0x6f, 0x6e, 0x67, 0x74, 0x6f, 0x73, 0x73, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00 -.byte 0x87, 0x4f, 0x53, 0x74, 0x61, 0x69, 0x72, 0x73, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x54, 0x6f, 0x73, 0x73, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x4d, 0x6f -.byte 0x62, 0x69, 0x6c, 0x65, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x48, 0x75, 0x72, 0x6c, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x49, 0x74, 0x65, 0x6d, 0x69, 0x7a -.byte 0x65, 0x72, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x50, 0x6f, 0x73, 0x73, 0x65, 0x73, 0x73, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x54, 0x72, 0x61, 0x70, 0x70, 0x65 -.byte 0x72, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x46, 0x69, 0x6c, 0x6c, 0x2d, 0x49, 0x6e, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x4f, 0x6e, 0x65, 0x2d, 0x52, 0x6f -.byte 0x6f, 0x6d, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x53, 0x69, 0x7a, 0x65, 0x62, 0x75, 0x73, 0x74, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x53, 0x68, 0x6f, 0x63, 0x6b, 0x65 -.byte 0x72, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x52, 0x65, 0x76, 0x69, 0x76, 0x65, 0x72, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x56, 0x61, 0x63, 0x75, 0x75, 0x6d -.byte 0x2d, 0x43, 0x75, 0x74, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x4f, 0x6e, 0x65, 0x2d, 0x53, 0x68 -.byte 0x6f, 0x74, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x49, 0x6e, 0x76, 0x69, 0x73, 0x69, 0x66, 0x79, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x52, 0x6f, 0x6c, 0x6c, 0x63, 0x61 -.byte 0x6c, 0x6c, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x54, 0x72, 0x61, 0x70, 0x62, 0x75, 0x73, 0x74, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x44, 0x72, 0x6f, 0x75, 0x67, 0x68 -.byte 0x74, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x52, 0x61, 0x64, 0x61, 0x72, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x87, 0x4f, 0x53, 0x63, 0x61, 0x6e, 0x6e, 0x65, 0x72, 0x20, 0x4f, 0x72 -.byte 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x45, 0x73, 0x63, 0x61, 0x70, 0x65, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x53, 0x69, 0x6c, 0x65, 0x6e, 0x63, 0x65, 0x20, 0x4f, 0x72 -.byte 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x54, 0x77, 0x6f, 0x2d, 0x45, 0x64, 0x67, 0x65, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x54, 0x6f, 0x74, 0x74, 0x65, 0x72, 0x20, 0x4f, 0x72, 0x62 -.byte 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x53, 0x6c, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x44, 0x65, 0x63, 0x6f, 0x79, 0x20, 0x4f, 0x72, 0x62, 0x00 -.byte 0x87, 0x4f, 0x4f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x73, 0x65, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00 -.byte 0x87, 0x4f, 0x54, 0x72, 0x61, 0x77, 0x6c, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x87, 0x4f, 0x50, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x53, 0x74 -.byte 0x61, 0x79, 0x61, 0x77, 0x61, 0x79, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x50, 0x65, 0x74, 0x72, 0x69, 0x66, 0x79, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x4c, 0x75 -.byte 0x6d, 0x69, 0x6e, 0x6f, 0x75, 0x73, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x51, 0x75, 0x69, 0x63, 0x6b, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x87, 0x4f, 0x53, 0x6c, 0x6f, 0x77, 0x20, 0x4f -.byte 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x57, 0x61, 0x72, 0x70, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00 -.byte 0x87, 0x4f, 0x42, 0x6c, 0x6f, 0x77, 0x62, 0x61, 0x63, 0x6b, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4f, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x65, 0x72, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00 -.byte 0x87, 0x4f, 0x4c, 0x6f, 0x62, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x52, 0x65, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x4d, 0x75 -.byte 0x67, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x53, 0x65, 0x65, 0x2d, 0x54, 0x72, 0x61, 0x70, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4e, 0x53, 0x70, 0x69, 0x6e, 0x20, 0x53 -.byte 0x6c, 0x61, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x45, 0x78, 0x63, 0x61, 0x76, 0x61, 0x74, 0x65, 0x00, 0x00, 0x87, 0x4e, 0x57, 0x69, 0x64, 0x65, 0x20, 0x53, 0x6c, 0x61, 0x73, 0x68 -.byte 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x00, 0x00, 0x87, 0x4f, 0x53, 0x6e, 0x61, 0x74, 0x63, 0x68, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x00 -.byte 0x87, 0x4e, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x20, 0x53, 0x77, 0x61, 0x70, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x53, 0x74, 0x65, 0x65, 0x6c, 0x20, 0x57, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x00 -.byte 0x87, 0x4e, 0x54, 0x68, 0x69, 0x65, 0x66, 0x00, 0x87, 0x4e, 0x41, 0x74, 0x74, 0x72, 0x61, 0x63, 0x74, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x52, 0x65, 0x73, 0x74, 0x00, 0x00, 0x87, 0x4e, 0x53, 0x65 -.byte 0x63, 0x72, 0x65, 0x74, 0x20, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x87, 0x4e, 0x46, 0x61, 0x63, 0x61, 0x64, 0x65, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x54, 0x6f, 0x72, 0x6d, 0x65, 0x6e -.byte 0x74, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x41, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x63, 0x65, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x52, 0x6f, 0x63, 0x6b, 0x79, 0x20, 0x4f, 0x72, 0x62, 0x00 -.byte 0x87, 0x4e, 0x46, 0x69, 0x72, 0x65, 0x20, 0x42, 0x6c, 0x61, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x53, 0x61, 0x6e, 0x64, 0x79, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x87, 0x4e, 0x53, 0x6c -.byte 0x75, 0x64, 0x67, 0x65, 0x20, 0x42, 0x6f, 0x6d, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x46, 0x6c, 0x61, 0x6d, 0x65, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x87, 0x4e, 0x53, 0x68 -.byte 0x6f, 0x63, 0x6b, 0x20, 0x57, 0x61, 0x76, 0x65, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x52, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x45, 0x76, 0x61, 0x73, 0x69, 0x6f -.byte 0x6e, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x42, 0x72, 0x69, 0x63, 0x6b, 0x20, 0x42, 0x72, 0x65, 0x61, 0x6b, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x53, 0x68, 0x61, 0x64, 0x6f, 0x77 -.byte 0x20, 0x42, 0x61, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x50, 0x73, 0x79, 0x63, 0x68, 0x69, 0x63, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x44, 0x69, 0x67, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x52, 0x65 -.byte 0x74, 0x75, 0x72, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x45, 0x61, 0x72, 0x74, 0x68, 0x71, 0x75, 0x61, 0x6b, 0x65, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65 -.byte 0x72, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x62, 0x6f, 0x6c, 0x74, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x49, 0x72, 0x6f, 0x6e, 0x20, 0x54, 0x61, 0x69, 0x6c, 0x00 -.byte 0x87, 0x4e, 0x53, 0x6f, 0x6c, 0x61, 0x72, 0x62, 0x65, 0x61, 0x6d, 0x00, 0x87, 0x4e, 0x46, 0x72, 0x75, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x53, 0x61 -.byte 0x66, 0x65, 0x67, 0x75, 0x61, 0x72, 0x64, 0x00, 0x87, 0x4e, 0x47, 0x69, 0x67, 0x61, 0x20, 0x44, 0x72, 0x61, 0x69, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x52, 0x61, 0x69, 0x6e, 0x79, 0x20 -.byte 0x4f, 0x72, 0x62, 0x00, 0x87, 0x4e, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x00, 0x00 -.byte 0x87, 0x4e, 0x48, 0x79, 0x70, 0x65, 0x72, 0x20, 0x42, 0x65, 0x61, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x42, 0x6c, 0x69, 0x7a, 0x7a, 0x61, 0x72, 0x64, 0x00, 0x00, 0x87, 0x4e, 0x49, 0x63 -.byte 0x65, 0x20, 0x42, 0x65, 0x61, 0x6d, 0x00, 0x00, 0x87, 0x4e, 0x54, 0x61, 0x75, 0x6e, 0x74, 0x00, 0x87, 0x4f, 0x53, 0x75, 0x6e, 0x6e, 0x79, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x87, 0x4e, 0x48, 0x69 -.byte 0x64, 0x64, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x87, 0x4e, 0x42, 0x75, 0x6c, 0x6c, 0x65, 0x74, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x42, 0x75 -.byte 0x6c, 0x6b, 0x20, 0x55, 0x70, 0x00, 0x00, 0x00, 0x87, 0x4f, 0x48, 0x61, 0x69, 0x6c, 0x20, 0x4f, 0x72, 0x62, 0x00, 0x00, 0x87, 0x4e, 0x54, 0x6f, 0x78, 0x69, 0x63, 0x00, 0x87, 0x4e, 0x52, 0x6f -.byte 0x61, 0x72, 0x00, 0x00, 0x87, 0x4e, 0x43, 0x61, 0x6c, 0x6d, 0x20, 0x4d, 0x69, 0x6e, 0x64, 0x00, 0x87, 0x4e, 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x50, 0x75, 0x6c, 0x73, 0x65, 0x00, 0x00, 0x00 -.byte 0x87, 0x4e, 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x20, 0x43, 0x6c, 0x61, 0x77, 0x00, 0x00, 0x00, 0x87, 0x4e, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x00, 0x00 -.byte 0x87, 0x4e, 0x55, 0x73, 0x65, 0x64, 0x20, 0x54, 0x4d, 0x00, 0x00, 0x00, 0x4b, 0x65, 0x79, 0x00, 0x4d, 0x75, 0x73, 0x69, 0x63, 0x20, 0x42, 0x6f, 0x78, 0x00, 0x00, 0x00, 0x52, 0x6f, 0x63, 0x6b -.byte 0x20, 0x50, 0x61, 0x72, 0x74, 0x00, 0x00, 0x00, 0x53, 0x74, 0x65, 0x65, 0x6c, 0x20, 0x50, 0x61, 0x72, 0x74, 0x00, 0x00, 0x49, 0x63, 0x65, 0x20, 0x50, 0x61, 0x72, 0x74, 0x00, 0x00, 0x00, 0x00 -.byte 0x4c, 0x69, 0x6e, 0x6b, 0x20, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x00, 0x00, 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x20, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x65, 0x61, 0x66 -.byte 0x20, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x00, 0x00, 0x4d, 0x65, 0x74, 0x61, 0x6c, 0x20, 0x43, 0x6f, 0x61, 0x74, 0x00, 0x00, 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x00 -.byte 0x46, 0x69, 0x72, 0x65, 0x20, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x00, 0x00, 0x4d, 0x6f, 0x6f, 0x6e, 0x20, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x00, 0x00, 0x53, 0x75, 0x6e, 0x20, 0x53, 0x74, 0x6f, 0x6e -.byte 0x65, 0x00, 0x00, 0x00, 0x44, 0x65, 0x65, 0x70, 0x73, 0x65, 0x61, 0x74, 0x6f, 0x6f, 0x74, 0x68, 0x00, 0x00, 0x00, 0x00, 0x44, 0x65, 0x65, 0x70, 0x73, 0x65, 0x61, 0x73, 0x63, 0x61, 0x6c, 0x65 -.byte 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x73, 0x74, 0x6f, 0x6e, 0x65, 0x00, 0x00, 0x00, 0x00, 0x4b, 0x69, 0x6e, 0x67, 0x27, 0x73, 0x20, 0x52, 0x6f, 0x63, 0x6b, 0x00 -.byte 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x00, 0x83, 0xbf, 0x83, 0xc4, 0x00, 0x00, 0x00, 0x00, 0x43, 0x68, 0x65, 0x73, 0x74, 0x6e, 0x75, 0x74, 0x00, 0x00, 0x00, 0x00, 0x42, 0x61, 0x6e, 0x61 -.byte 0x6e, 0x61, 0x00, 0x00, 0x53, 0x69, 0x6c, 0x76, 0x65, 0x72, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x00, 0x00, 0x00, 0x42, 0x6c, 0x61, 0x63, 0x6b, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00 -.byte 0x52, 0x6f, 0x79, 0x61, 0x6c, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x50, 0x75, 0x72, 0x70, 0x6c, 0x65, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x00, 0x00, 0x00, 0x47, 0x72, 0x61, 0x79 -.byte 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x00, 0x47, 0x72, 0x65, 0x65, 0x6e, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x47, 0x6f, 0x6c, 0x64, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x00 -.byte 0x53, 0x6b, 0x79, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x00, 0x00, 0x42, 0x72, 0x6f, 0x77, 0x6e, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x50, 0x69, 0x6e, 0x6b, 0x20, 0x47, 0x75, 0x6d -.byte 0x6d, 0x69, 0x00, 0x00, 0x4f, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x00, 0x00, 0x00, 0x43, 0x6c, 0x65, 0x61, 0x72, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00 -.byte 0x59, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x00, 0x00, 0x00, 0x47, 0x72, 0x61, 0x73, 0x73, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x42, 0x6c, 0x75, 0x65 -.byte 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x00, 0x52, 0x65, 0x64, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00, 0x00, 0x00, 0x57, 0x68, 0x69, 0x74, 0x65, 0x20, 0x47, 0x75, 0x6d, 0x6d, 0x69, 0x00 -.byte 0x48, 0x75, 0x67, 0x65, 0x20, 0x41, 0x70, 0x70, 0x6c, 0x65, 0x00, 0x00, 0x47, 0x72, 0x69, 0x6d, 0x79, 0x20, 0x46, 0x6f, 0x6f, 0x64, 0x00, 0x00, 0x42, 0x69, 0x67, 0x20, 0x41, 0x70, 0x70, 0x6c -.byte 0x65, 0x00, 0x00, 0x00, 0x41, 0x70, 0x70, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x5a, 0x69, 0x6e, 0x63, 0x00, 0x00, 0x00, 0x00, 0x49, 0x72, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x43, 0x61, 0x6c, 0x63 -.byte 0x69, 0x75, 0x6d, 0x00, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x69, 0x6e, 0x00, 0x4d, 0x61, 0x78, 0x20, 0x45, 0x6c, 0x69, 0x78, 0x69, 0x72, 0x00, 0x00, 0x53, 0x74, 0x75, 0x6e, 0x20, 0x53, 0x65, 0x65 -.byte 0x64, 0x00, 0x00, 0x00, 0x43, 0x68, 0x65, 0x73, 0x74, 0x6f, 0x20, 0x42, 0x65, 0x72, 0x72, 0x79, 0x00, 0x00, 0x00, 0x00, 0x4a, 0x6f, 0x79, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00, 0x00 -.byte 0x47, 0x69, 0x6e, 0x73, 0x65, 0x6e, 0x67, 0x00, 0x42, 0x6c, 0x61, 0x73, 0x74, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x57, 0x61, 0x72, 0x70, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00 -.byte 0x50, 0x6c, 0x61, 0x69, 0x6e, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x53, 0x6c, 0x65, 0x65, 0x70, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x54, 0x6f, 0x74, 0x74, 0x65, 0x72, 0x20, 0x53 -.byte 0x65, 0x65, 0x64, 0x00, 0x43, 0x68, 0x65, 0x72, 0x69, 0x20, 0x42, 0x65, 0x72, 0x72, 0x79, 0x00, 0x50, 0x65, 0x63, 0x68, 0x61, 0x20, 0x42, 0x65, 0x72, 0x72, 0x79, 0x00, 0x51, 0x75, 0x69, 0x63 -.byte 0x6b, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x48, 0x75, 0x6e, 0x67, 0x65, 0x72, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x52, 0x61, 0x77, 0x73, 0x74, 0x20, 0x42, 0x65, 0x72, 0x72, 0x79, 0x00 -.byte 0x4c, 0x69, 0x66, 0x65, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00, 0x41, 0x6c, 0x6c, 0x75, 0x72, 0x65, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x44, 0x6f, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x65 -.byte 0x64, 0x00, 0x00, 0x00, 0x42, 0x6c, 0x69, 0x6e, 0x6b, 0x65, 0x72, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00, 0x00, 0x52, 0x65, 0x76, 0x69, 0x76, 0x65, 0x72, 0x20, 0x53, 0x65, 0x65, 0x64 -.byte 0x00, 0x00, 0x00, 0x00, 0x45, 0x79, 0x65, 0x64, 0x72, 0x6f, 0x70, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00, 0x00, 0x53, 0x69, 0x74, 0x72, 0x75, 0x73, 0x20, 0x42, 0x65, 0x72, 0x72, 0x79 -.byte 0x00, 0x00, 0x00, 0x00, 0x4f, 0x72, 0x61, 0x6e, 0x20, 0x42, 0x65, 0x72, 0x72, 0x79, 0x00, 0x00, 0x57, 0x69, 0x73, 0x68, 0x20, 0x53, 0x74, 0x6f, 0x6e, 0x65, 0x00, 0x00, 0x48, 0x65, 0x61, 0x6c -.byte 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00, 0x52, 0x69, 0x6e, 0x67, 0x20, 0x46, 0x00, 0x00, 0x52, 0x69, 0x6e, 0x67, 0x20, 0x45, 0x00, 0x00, 0x52, 0x69, 0x6e, 0x67, 0x20, 0x44, 0x00, 0x00 -.byte 0x4c, 0x75, 0x6e, 0x61, 0x72, 0x20, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x75, 0x6e, 0x20, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x00, 0x00, 0x42, 0x65, 0x61, 0x75 -.byte 0x74, 0x79, 0x20, 0x53, 0x63, 0x61, 0x72, 0x66, 0x00, 0x00, 0x00, 0x00, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x20, 0x42, 0x6f, 0x77, 0x00, 0x00, 0x57, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x20 -.byte 0x42, 0x61, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x00, 0x50, 0x61, 0x73, 0x73, 0x20, 0x53, 0x63, 0x61, 0x72, 0x66, 0x00, 0x00, 0x4d, 0x75, 0x6e, 0x63, 0x68, 0x20, 0x42, 0x65, 0x6c, 0x74, 0x00, 0x00 -.byte 0x4c, 0x6f, 0x63, 0x6b, 0x6f, 0x6e, 0x20, 0x53, 0x70, 0x65, 0x63, 0x73, 0x00, 0x00, 0x00, 0x00, 0x4e, 0x6f, 0x2d, 0x41, 0x69, 0x6d, 0x20, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x00, 0x00, 0x00, 0x00 -.byte 0x57, 0x68, 0x69, 0x66, 0x66, 0x20, 0x53, 0x70, 0x65, 0x63, 0x73, 0x00, 0x43, 0x75, 0x72, 0x76, 0x65, 0x20, 0x42, 0x61, 0x6e, 0x64, 0x00, 0x00, 0x42, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x20, 0x42 -.byte 0x61, 0x6e, 0x64, 0x00, 0x44, 0x6f, 0x64, 0x67, 0x65, 0x20, 0x53, 0x63, 0x61, 0x72, 0x66, 0x00, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x20, 0x53, 0x70, 0x65, 0x63, 0x73, 0x00, 0x44, 0x65, 0x74, 0x65 -.byte 0x63, 0x74, 0x20, 0x42, 0x61, 0x6e, 0x64, 0x00, 0x5a, 0x69, 0x6e, 0x63, 0x20, 0x42, 0x61, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x42, 0x61, 0x6e, 0x64 -.byte 0x00, 0x00, 0x00, 0x00, 0x50, 0x6c, 0x61, 0x69, 0x6e, 0x20, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x74, 0x61, 0x6d, 0x69, 0x6e, 0x61, 0x20, 0x42, 0x61, 0x6e, 0x64 -.byte 0x00, 0x00, 0x00, 0x00, 0x44, 0x65, 0x66, 0x2e, 0x20, 0x53, 0x63, 0x61, 0x72, 0x66, 0x00, 0x00, 0x52, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x20, 0x42, 0x61, 0x6e, 0x64, 0x00, 0x54, 0x72, 0x61, 0x70 -.byte 0x20, 0x53, 0x63, 0x61, 0x72, 0x66, 0x00, 0x00, 0x44, 0x69, 0x65, 0x74, 0x20, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x00, 0x47, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x20, 0x53, 0x70, 0x65, 0x63, 0x73 -.byte 0x00, 0x00, 0x00, 0x00, 0x47, 0x6f, 0x6c, 0x64, 0x20, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x00, 0x53, 0x6e, 0x65, 0x61, 0x6b, 0x20, 0x53, 0x63, 0x61, 0x72, 0x66, 0x00, 0x54, 0x69, 0x67, 0x68 -.byte 0x74, 0x20, 0x42, 0x65, 0x6c, 0x74, 0x00, 0x00, 0x57, 0x61, 0x72, 0x70, 0x20, 0x53, 0x63, 0x61, 0x72, 0x66, 0x00, 0x00, 0x49, 0x6e, 0x73, 0x6f, 0x6d, 0x6e, 0x69, 0x73, 0x63, 0x6f, 0x70, 0x65 -.byte 0x00, 0x00, 0x00, 0x00, 0x50, 0x65, 0x63, 0x68, 0x61, 0x20, 0x53, 0x63, 0x61, 0x72, 0x66, 0x00, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x42, 0x61, 0x6e, 0x64, 0x00, 0x00, 0x50, 0x65, 0x72, 0x73 -.byte 0x69, 0x6d, 0x20, 0x42, 0x61, 0x6e, 0x64, 0x00, 0x58, 0x2d, 0x52, 0x61, 0x79, 0x20, 0x53, 0x70, 0x65, 0x63, 0x73, 0x00, 0x4a, 0x6f, 0x79, 0x20, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x00, 0x00 -.byte 0x50, 0x69, 0x65, 0x72, 0x63, 0x65, 0x20, 0x42, 0x61, 0x6e, 0x64, 0x00, 0x4e, 0x6f, 0x2d, 0x53, 0x74, 0x69, 0x63, 0x6b, 0x20, 0x43, 0x61, 0x70, 0x00, 0x00, 0x00, 0x00, 0x50, 0x61, 0x74, 0x73 -.byte 0x79, 0x20, 0x42, 0x61, 0x6e, 0x64, 0x00, 0x00, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x20, 0x4c, 0x65, 0x6e, 0x73, 0x00, 0x00, 0x54, 0x77, 0x69, 0x73, 0x74, 0x20, 0x42, 0x61, 0x6e, 0x64, 0x00, 0x00 -.byte 0x48, 0x65, 0x61, 0x6c, 0x20, 0x52, 0x69, 0x62, 0x62, 0x6f, 0x6e, 0x00, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x20, 0x53, 0x63, 0x61, 0x72, 0x66, 0x00, 0x00, 0x00, 0x00, 0x47, 0x65, 0x6f, 0x20 -.byte 0x50, 0x65, 0x62, 0x62, 0x6c, 0x65, 0x00, 0x00, 0x47, 0x72, 0x61, 0x76, 0x65, 0x6c, 0x65, 0x72, 0x6f, 0x63, 0x6b, 0x00, 0x43, 0x6f, 0x72, 0x73, 0x6f, 0x6c, 0x61, 0x20, 0x54, 0x77, 0x69, 0x67 -.byte 0x00, 0x00, 0x00, 0x00, 0x43, 0x61, 0x63, 0x6e, 0x65, 0x61, 0x20, 0x53, 0x70, 0x69, 0x6b, 0x65, 0x00, 0x00, 0x00, 0x00, 0x47, 0x6f, 0x6c, 0x64, 0x20, 0x46, 0x61, 0x6e, 0x67, 0x00, 0x00, 0x00 -.byte 0x53, 0x69, 0x6c, 0x76, 0x65, 0x72, 0x20, 0x53, 0x70, 0x69, 0x6b, 0x65, 0x00, 0x00, 0x00, 0x00, 0x49, 0x72, 0x6f, 0x6e, 0x20, 0x54, 0x68, 0x6f, 0x72, 0x6e, 0x00, 0x00, 0x53, 0x74, 0x69, 0x63 -.byte 0x6b, 0x00, 0x00, 0x00, 0x4e, 0x6f, 0x74, 0x68, 0x69, 0x6e, 0x67, 0x00, 0x53, 0x49, 0x52, 0x4f, 0xb0, 0x91, 0x31, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +@ Address 0x30ea28 +.include "data/item/item_names.s" +.string "SIRO" + +.byte 0xb0, 0x91, 0x31, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f, 0x00, 0x00 @@ -11834,211 +10922,11 @@ DataRootTable: .byte 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00 +@ Address 0x357b98 .include "data/pokemon/species_data.inc" -@ Start of Species/Category Names -.byte 0x53, 0x74, 0x61, 0x74, 0x75, 0x65, 0x00, 0x00 -.byte 0x44, 0x65, 0x63, 0x6f, 0x79, 0x00, 0x00, 0x00, 0x4d, 0x75, 0x6e, 0x63, 0x68, 0x6c, 0x61, 0x78, 0x00, 0x00, 0x00, 0x00, 0x44, 0x4e, 0x41, 0x00, 0x44, 0x65, 0x6f, 0x78, 0x79, 0x73, 0x00, 0x00 -.byte 0x57, 0x69, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00, 0x4a, 0x69, 0x72, 0x61, 0x63, 0x68, 0x69, 0x00, 0x53, 0x6b, 0x79, 0x20, 0x48, 0x69, 0x67, 0x68, 0x00, 0x00, 0x00, 0x00, 0x52, 0x61, 0x79, 0x71 -.byte 0x75, 0x61, 0x7a, 0x61, 0x00, 0x00, 0x00, 0x00, 0x43, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x65, 0x6e, 0x74, 0x00, 0x00, 0x00, 0x47, 0x72, 0x6f, 0x75, 0x64, 0x6f, 0x6e, 0x00, 0x53, 0x65, 0x61, 0x20 -.byte 0x42, 0x61, 0x73, 0x69, 0x6e, 0x00, 0x00, 0x00, 0x4b, 0x79, 0x6f, 0x67, 0x72, 0x65, 0x00, 0x00, 0x4c, 0x61, 0x74, 0x69, 0x6f, 0x73, 0x00, 0x00, 0x45, 0x6f, 0x6e, 0x00, 0x4c, 0x61, 0x74, 0x69 -.byte 0x61, 0x73, 0x00, 0x00, 0x49, 0x72, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x65, 0x6c, 0x00, 0x00, 0x00, 0x49, 0x63, 0x65, 0x62, 0x65, 0x72, 0x67, 0x00 -.byte 0x52, 0x65, 0x67, 0x69, 0x63, 0x65, 0x00, 0x00, 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x50, 0x65, 0x61, 0x6b, 0x00, 0x00, 0x00, 0x52, 0x65, 0x67, 0x69, 0x72, 0x6f, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00 -.byte 0x49, 0x72, 0x6f, 0x6e, 0x20, 0x4c, 0x65, 0x67, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x74, 0x61, 0x67, 0x72, 0x6f, 0x73, 0x73, 0x00, 0x00, 0x00, 0x49, 0x72, 0x6f, 0x6e, 0x20, 0x43, 0x6c, 0x61 -.byte 0x77, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x74, 0x61, 0x6e, 0x67, 0x00, 0x00, 0x49, 0x72, 0x6f, 0x6e, 0x20, 0x42, 0x61, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x42, 0x65, 0x6c, 0x64, 0x75, 0x6d, 0x00, 0x00 -.byte 0x53, 0x61, 0x6c, 0x61, 0x6d, 0x65, 0x6e, 0x63, 0x65, 0x00, 0x00, 0x00, 0x45, 0x6e, 0x64, 0x75, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x00, 0x00, 0x00, 0x53, 0x68, 0x65, 0x6c, 0x67, 0x6f, 0x6e, 0x00 -.byte 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x48, 0x65, 0x61, 0x64, 0x00, 0x00, 0x00, 0x42, 0x61, 0x67, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x7a, 0x76, 0x6f, 0x75, 0x73, 0x00, 0x00 -.byte 0x4c, 0x75, 0x76, 0x64, 0x69, 0x73, 0x63, 0x00, 0x4c, 0x6f, 0x6e, 0x67, 0x65, 0x76, 0x69, 0x74, 0x79, 0x00, 0x00, 0x00, 0x52, 0x65, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x68, 0x00, 0x00, 0x00 -.byte 0x53, 0x6f, 0x75, 0x74, 0x68, 0x20, 0x53, 0x65, 0x61, 0x00, 0x00, 0x00, 0x47, 0x6f, 0x72, 0x65, 0x62, 0x79, 0x73, 0x73, 0x00, 0x00, 0x00, 0x00, 0x44, 0x65, 0x65, 0x70, 0x20, 0x53, 0x65, 0x61 -.byte 0x00, 0x00, 0x00, 0x00, 0x48, 0x75, 0x6e, 0x74, 0x61, 0x69, 0x6c, 0x00, 0x43, 0x6c, 0x61, 0x6d, 0x70, 0x65, 0x72, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x63, 0x65, 0x20, 0x42, 0x72, 0x65, 0x61 -.byte 0x6b, 0x00, 0x00, 0x00, 0x57, 0x61, 0x6c, 0x72, 0x65, 0x69, 0x6e, 0x00, 0x42, 0x61, 0x6c, 0x6c, 0x20, 0x52, 0x6f, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x53, 0x65, 0x61, 0x6c, 0x65, 0x6f, 0x00, 0x00 -.byte 0x43, 0x6c, 0x61, 0x70, 0x00, 0x00, 0x00, 0x00, 0x53, 0x70, 0x68, 0x65, 0x61, 0x6c, 0x00, 0x00, 0x46, 0x61, 0x63, 0x65, 0x00, 0x00, 0x00, 0x00, 0x47, 0x6c, 0x61, 0x6c, 0x69, 0x65, 0x00, 0x00 -.byte 0x53, 0x6e, 0x6f, 0x77, 0x20, 0x48, 0x61, 0x74, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6e, 0x6f, 0x72, 0x75, 0x6e, 0x74, 0x00, 0x42, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x00, 0x57, 0x79, 0x6e, 0x61 -.byte 0x75, 0x74, 0x00, 0x00, 0x44, 0x69, 0x73, 0x61, 0x73, 0x74, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x41, 0x62, 0x73, 0x6f, 0x6c, 0x00, 0x00, 0x00, 0x57, 0x69, 0x6e, 0x64, 0x20, 0x43, 0x68, 0x69 -.byte 0x6d, 0x65, 0x00, 0x00, 0x43, 0x68, 0x69, 0x6d, 0x65, 0x63, 0x68, 0x6f, 0x00, 0x00, 0x00, 0x00, 0x46, 0x72, 0x75, 0x69, 0x74, 0x00, 0x00, 0x00, 0x54, 0x72, 0x6f, 0x70, 0x69, 0x75, 0x73, 0x00 -.byte 0x42, 0x65, 0x63, 0x6b, 0x6f, 0x6e, 0x00, 0x00, 0x44, 0x75, 0x73, 0x63, 0x6c, 0x6f, 0x70, 0x73, 0x00, 0x00, 0x00, 0x00, 0x52, 0x65, 0x71, 0x75, 0x69, 0x65, 0x6d, 0x00, 0x44, 0x75, 0x73, 0x6b -.byte 0x75, 0x6c, 0x6c, 0x00, 0x4d, 0x61, 0x72, 0x69, 0x6f, 0x6e, 0x65, 0x74, 0x74, 0x65, 0x00, 0x00, 0x42, 0x61, 0x6e, 0x65, 0x74, 0x74, 0x65, 0x00, 0x50, 0x75, 0x70, 0x70, 0x65, 0x74, 0x00, 0x00 -.byte 0x53, 0x68, 0x75, 0x70, 0x70, 0x65, 0x74, 0x00, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x20, 0x53, 0x77, 0x61, 0x70, 0x00, 0x00, 0x4b, 0x65, 0x63, 0x6c, 0x65, 0x6f, 0x6e, 0x00, 0x57, 0x65, 0x61, 0x74 -.byte 0x68, 0x65, 0x72, 0x00, 0x43, 0x61, 0x73, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x54, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x00, 0x00, 0x4d, 0x69, 0x6c, 0x6f, 0x74, 0x69, 0x63, 0x00 -.byte 0x46, 0x65, 0x65, 0x62, 0x61, 0x73, 0x00, 0x00, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x00, 0x00, 0x00, 0x41, 0x72, 0x6d, 0x61, 0x6c, 0x64, 0x6f, 0x00, 0x4f, 0x6c, 0x64, 0x20, 0x53, 0x68, 0x72, 0x69 -.byte 0x6d, 0x70, 0x00, 0x00, 0x41, 0x6e, 0x6f, 0x72, 0x69, 0x74, 0x68, 0x00, 0x42, 0x61, 0x72, 0x6e, 0x61, 0x63, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x43, 0x72, 0x61, 0x64, 0x69, 0x6c, 0x79, 0x00 -.byte 0x53, 0x65, 0x61, 0x20, 0x4c, 0x69, 0x6c, 0x79, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x69, 0x6c, 0x65, 0x65, 0x70, 0x00, 0x00, 0x43, 0x6c, 0x61, 0x79, 0x64, 0x6f, 0x6c, 0x00, 0x43, 0x6c, 0x61, 0x79 -.byte 0x20, 0x44, 0x6f, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x42, 0x61, 0x6c, 0x74, 0x6f, 0x79, 0x00, 0x00, 0x52, 0x6f, 0x67, 0x75, 0x65, 0x00, 0x00, 0x00, 0x43, 0x72, 0x61, 0x77, 0x64, 0x61, 0x75, 0x6e -.byte 0x74, 0x00, 0x00, 0x00, 0x52, 0x75, 0x66, 0x66, 0x69, 0x61, 0x6e, 0x00, 0x43, 0x6f, 0x72, 0x70, 0x68, 0x69, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00, 0x57, 0x68, 0x69, 0x73, 0x63, 0x61, 0x73, 0x68 -.byte 0x00, 0x00, 0x00, 0x00, 0x57, 0x68, 0x69, 0x73, 0x6b, 0x65, 0x72, 0x73, 0x00, 0x00, 0x00, 0x00, 0x42, 0x61, 0x72, 0x62, 0x6f, 0x61, 0x63, 0x68, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6f, 0x6c, 0x72 -.byte 0x6f, 0x63, 0x6b, 0x00, 0x4d, 0x65, 0x74, 0x65, 0x6f, 0x72, 0x69, 0x74, 0x65, 0x00, 0x00, 0x00, 0x4c, 0x75, 0x6e, 0x61, 0x74, 0x6f, 0x6e, 0x65, 0x00, 0x00, 0x00, 0x00, 0x46, 0x61, 0x6e, 0x67 -.byte 0x20, 0x53, 0x6e, 0x61, 0x6b, 0x65, 0x00, 0x00, 0x53, 0x65, 0x76, 0x69, 0x70, 0x65, 0x72, 0x00, 0x43, 0x61, 0x74, 0x20, 0x46, 0x65, 0x72, 0x72, 0x65, 0x74, 0x00, 0x00, 0x5a, 0x61, 0x6e, 0x67 -.byte 0x6f, 0x6f, 0x73, 0x65, 0x00, 0x00, 0x00, 0x00, 0x48, 0x75, 0x6d, 0x6d, 0x69, 0x6e, 0x67, 0x00, 0x41, 0x6c, 0x74, 0x61, 0x72, 0x69, 0x61, 0x00, 0x43, 0x6f, 0x74, 0x74, 0x6f, 0x6e, 0x20, 0x42 -.byte 0x69, 0x72, 0x64, 0x00, 0x53, 0x77, 0x61, 0x62, 0x6c, 0x75, 0x00, 0x00, 0x53, 0x63, 0x61, 0x72, 0x65, 0x63, 0x72, 0x6f, 0x77, 0x00, 0x00, 0x00, 0x43, 0x61, 0x63, 0x74, 0x75, 0x72, 0x6e, 0x65 -.byte 0x00, 0x00, 0x00, 0x00, 0x43, 0x61, 0x63, 0x74, 0x75, 0x73, 0x00, 0x00, 0x43, 0x61, 0x63, 0x6e, 0x65, 0x61, 0x00, 0x00, 0x46, 0x6c, 0x79, 0x67, 0x6f, 0x6e, 0x00, 0x00, 0x56, 0x69, 0x62, 0x72 -.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x56, 0x69, 0x62, 0x72, 0x61, 0x76, 0x61, 0x00, 0x41, 0x6e, 0x74, 0x20, 0x50, 0x69, 0x74, 0x00, 0x54, 0x72, 0x61, 0x70, 0x69, 0x6e, 0x63, 0x68 -.byte 0x00, 0x00, 0x00, 0x00, 0x53, 0x70, 0x6f, 0x74, 0x20, 0x50, 0x61, 0x6e, 0x64, 0x61, 0x00, 0x00, 0x53, 0x70, 0x69, 0x6e, 0x64, 0x61, 0x00, 0x00, 0x4d, 0x61, 0x6e, 0x69, 0x70, 0x75, 0x6c, 0x61 -.byte 0x74, 0x65, 0x00, 0x00, 0x47, 0x72, 0x75, 0x6d, 0x70, 0x69, 0x67, 0x00, 0x42, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x00, 0x00, 0x53, 0x70, 0x6f, 0x69, 0x6e, 0x6b, 0x00, 0x00, 0x43, 0x6f, 0x61, 0x6c -.byte 0x00, 0x00, 0x00, 0x00, 0x54, 0x6f, 0x72, 0x6b, 0x6f, 0x61, 0x6c, 0x00, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x75, 0x70, 0x74, 0x00, 0x00, 0x00, 0x00, 0x4e, 0x75, 0x6d, 0x62, 0x00, 0x00, 0x00, 0x00 -.byte 0x4e, 0x75, 0x6d, 0x65, 0x6c, 0x00, 0x00, 0x00, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x20, 0x57, 0x68, 0x61, 0x6c, 0x65, 0x00, 0x57, 0x61, 0x69, 0x6c, 0x6f, 0x72, 0x64, 0x00, 0x42, 0x61, 0x6c, 0x6c -.byte 0x20, 0x57, 0x68, 0x61, 0x6c, 0x65, 0x00, 0x00, 0x57, 0x61, 0x69, 0x6c, 0x6d, 0x65, 0x72, 0x00, 0x42, 0x72, 0x75, 0x74, 0x61, 0x6c, 0x00, 0x00, 0x53, 0x68, 0x61, 0x72, 0x70, 0x65, 0x64, 0x6f -.byte 0x00, 0x00, 0x00, 0x00, 0x53, 0x61, 0x76, 0x61, 0x67, 0x65, 0x00, 0x00, 0x43, 0x61, 0x72, 0x76, 0x61, 0x6e, 0x68, 0x61, 0x00, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x20, 0x42 -.byte 0x61, 0x67, 0x00, 0x00, 0x53, 0x77, 0x61, 0x6c, 0x6f, 0x74, 0x00, 0x00, 0x53, 0x74, 0x6f, 0x6d, 0x61, 0x63, 0x68, 0x00, 0x47, 0x75, 0x6c, 0x70, 0x69, 0x6e, 0x00, 0x00, 0x54, 0x68, 0x6f, 0x72 -.byte 0x6e, 0x00, 0x00, 0x00, 0x52, 0x6f, 0x73, 0x65, 0x6c, 0x69, 0x61, 0x00, 0x49, 0x6c, 0x6c, 0x75, 0x6d, 0x69, 0x73, 0x65, 0x00, 0x00, 0x00, 0x00, 0x46, 0x69, 0x72, 0x65, 0x66, 0x6c, 0x79, 0x00 -.byte 0x56, 0x6f, 0x6c, 0x62, 0x65, 0x61, 0x74, 0x00, 0x4d, 0x69, 0x6e, 0x75, 0x6e, 0x00, 0x00, 0x00, 0x43, 0x68, 0x65, 0x65, 0x72, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x00, 0x50, 0x6c, 0x75, 0x73 -.byte 0x6c, 0x65, 0x00, 0x00, 0x44, 0x69, 0x73, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x6e, 0x65, 0x63, 0x74, 0x72, 0x69, 0x63, 0x00, 0x00, 0x00, 0x45, 0x6c, 0x65, 0x63 -.byte 0x74, 0x72, 0x69, 0x6b, 0x65, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x64, 0x69, 0x63, 0x68, 0x61, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x64, 0x69, 0x74, 0x61, 0x74, 0x65, 0x00, 0x00, 0x00, 0x00 -.byte 0x4d, 0x65, 0x64, 0x69, 0x74, 0x69, 0x74, 0x65, 0x00, 0x00, 0x00, 0x00, 0x41, 0x67, 0x67, 0x72, 0x6f, 0x6e, 0x00, 0x00, 0x4c, 0x61, 0x69, 0x72, 0x6f, 0x6e, 0x00, 0x00, 0x49, 0x72, 0x6f, 0x6e -.byte 0x20, 0x41, 0x72, 0x6d, 0x6f, 0x72, 0x00, 0x00, 0x41, 0x72, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x44, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x77, 0x69 -.byte 0x6c, 0x65, 0x00, 0x00, 0x53, 0x61, 0x62, 0x6c, 0x65, 0x79, 0x65, 0x00, 0x50, 0x72, 0x69, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x44, 0x65, 0x6c, 0x63, 0x61, 0x74, 0x74, 0x79, 0x00, 0x00, 0x00, 0x00 -.byte 0x4b, 0x69, 0x74, 0x74, 0x65, 0x6e, 0x00, 0x00, 0x53, 0x6b, 0x69, 0x74, 0x74, 0x79, 0x00, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x73, 0x73, 0x00, 0x4e, 0x6f, 0x73, 0x65, 0x70, 0x61, 0x73, 0x73 -.byte 0x00, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x6c, 0x6b, 0x61, 0x20, 0x44, 0x6f, 0x74, 0x00, 0x00, 0x00, 0x41, 0x7a, 0x75, 0x72, 0x69, 0x6c, 0x6c, 0x00, 0x41, 0x72, 0x6d, 0x20, 0x54, 0x68, 0x72, 0x75 -.byte 0x73, 0x74, 0x00, 0x00, 0x48, 0x61, 0x72, 0x69, 0x79, 0x61, 0x6d, 0x61, 0x00, 0x00, 0x00, 0x00, 0x47, 0x75, 0x74, 0x73, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x75, 0x68, 0x69, 0x74, 0x61 -.byte 0x00, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x75, 0x64, 0x20, 0x4e, 0x6f, 0x69, 0x73, 0x65, 0x00, 0x00, 0x45, 0x78, 0x70, 0x6c, 0x6f, 0x75, 0x64, 0x00, 0x42, 0x69, 0x67, 0x20, 0x56, 0x6f, 0x69, 0x63 -.byte 0x65, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x75, 0x64, 0x72, 0x65, 0x64, 0x00, 0x57, 0x68, 0x69, 0x73, 0x70, 0x65, 0x72, 0x00, 0x57, 0x68, 0x69, 0x73, 0x6d, 0x75, 0x72, 0x00, 0x53, 0x68, 0x65, 0x64 -.byte 0x00, 0x00, 0x00, 0x00, 0x53, 0x68, 0x65, 0x64, 0x69, 0x6e, 0x6a, 0x61, 0x00, 0x00, 0x00, 0x00, 0x4e, 0x69, 0x6e, 0x6a, 0x61, 0x00, 0x00, 0x00, 0x4e, 0x69, 0x6e, 0x6a, 0x61, 0x73, 0x6b, 0x00 -.byte 0x54, 0x72, 0x61, 0x69, 0x6e, 0x65, 0x65, 0x00, 0x4e, 0x69, 0x6e, 0x63, 0x61, 0x64, 0x61, 0x00, 0x4c, 0x61, 0x7a, 0x79, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6c, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x00 -.byte 0x57, 0x69, 0x6c, 0x64, 0x20, 0x4d, 0x6f, 0x6e, 0x6b, 0x65, 0x79, 0x00, 0x56, 0x69, 0x67, 0x6f, 0x72, 0x6f, 0x74, 0x68, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6c, 0x61, 0x63, 0x6b, 0x65, 0x72, 0x00 -.byte 0x53, 0x6c, 0x61, 0x6b, 0x6f, 0x74, 0x68, 0x00, 0x42, 0x72, 0x65, 0x6c, 0x6f, 0x6f, 0x6d, 0x00, 0x53, 0x68, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x73, 0x68, 0x00, 0x00, 0x00, 0x45, 0x79, 0x65, 0x62 -.byte 0x61, 0x6c, 0x6c, 0x00, 0x4d, 0x61, 0x73, 0x71, 0x75, 0x65, 0x72, 0x61, 0x69, 0x6e, 0x00, 0x00, 0x50, 0x6f, 0x6e, 0x64, 0x20, 0x53, 0x6b, 0x61, 0x74, 0x65, 0x72, 0x00, 0x53, 0x75, 0x72, 0x73 -.byte 0x6b, 0x69, 0x74, 0x00, 0x45, 0x6d, 0x62, 0x72, 0x61, 0x63, 0x65, 0x00, 0x47, 0x61, 0x72, 0x64, 0x65, 0x76, 0x6f, 0x69, 0x72, 0x00, 0x00, 0x00, 0x45, 0x6d, 0x6f, 0x74, 0x69, 0x6f, 0x6e, 0x00 -.byte 0x4b, 0x69, 0x72, 0x6c, 0x69, 0x61, 0x00, 0x00, 0x46, 0x65, 0x65, 0x6c, 0x69, 0x6e, 0x67, 0x00, 0x52, 0x61, 0x6c, 0x74, 0x73, 0x00, 0x00, 0x00, 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x42, 0x69 -.byte 0x72, 0x64, 0x00, 0x00, 0x50, 0x65, 0x6c, 0x69, 0x70, 0x70, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x53, 0x65, 0x61, 0x67, 0x75, 0x6c, 0x6c, 0x00, 0x57, 0x69, 0x6e, 0x67, 0x75, 0x6c, 0x6c, 0x00 -.byte 0x53, 0x77, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x00, 0x53, 0x77, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x00, 0x54, 0x69, 0x6e, 0x79, 0x73, 0x77, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x00, 0x54, 0x61, 0x69, 0x6c -.byte 0x6c, 0x6f, 0x77, 0x00, 0x57, 0x69, 0x63, 0x6b, 0x65, 0x64, 0x00, 0x00, 0x53, 0x68, 0x69, 0x66, 0x74, 0x72, 0x79, 0x00, 0x57, 0x69, 0x6c, 0x79, 0x00, 0x00, 0x00, 0x00, 0x4e, 0x75, 0x7a, 0x6c -.byte 0x65, 0x61, 0x66, 0x00, 0x41, 0x63, 0x6f, 0x72, 0x6e, 0x00, 0x00, 0x00, 0x53, 0x65, 0x65, 0x64, 0x6f, 0x74, 0x00, 0x00, 0x43, 0x61, 0x72, 0x65, 0x66, 0x72, 0x65, 0x65, 0x00, 0x00, 0x00, 0x00 -.byte 0x4c, 0x75, 0x64, 0x69, 0x63, 0x6f, 0x6c, 0x6f, 0x00, 0x00, 0x00, 0x00, 0x4a, 0x6f, 0x6c, 0x6c, 0x79, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x6d, 0x62, 0x72, 0x65, 0x00, 0x00, 0x57, 0x61, 0x74, 0x65 -.byte 0x72, 0x20, 0x57, 0x65, 0x65, 0x64, 0x00, 0x00, 0x4c, 0x6f, 0x74, 0x61, 0x64, 0x00, 0x00, 0x00, 0x44, 0x75, 0x73, 0x74, 0x6f, 0x78, 0x00, 0x00, 0x43, 0x61, 0x73, 0x63, 0x6f, 0x6f, 0x6e, 0x00 -.byte 0x42, 0x65, 0x61, 0x75, 0x74, 0x69, 0x66, 0x6c, 0x79, 0x00, 0x00, 0x00, 0x53, 0x69, 0x6c, 0x63, 0x6f, 0x6f, 0x6e, 0x00, 0x57, 0x75, 0x72, 0x6d, 0x70, 0x6c, 0x65, 0x00, 0x52, 0x75, 0x73, 0x68 -.byte 0x69, 0x6e, 0x67, 0x00, 0x4c, 0x69, 0x6e, 0x6f, 0x6f, 0x6e, 0x65, 0x00, 0x54, 0x69, 0x6e, 0x79, 0x72, 0x61, 0x63, 0x63, 0x6f, 0x6f, 0x6e, 0x00, 0x5a, 0x69, 0x67, 0x7a, 0x61, 0x67, 0x6f, 0x6f -.byte 0x6e, 0x00, 0x00, 0x00, 0x4d, 0x69, 0x67, 0x68, 0x74, 0x79, 0x65, 0x6e, 0x61, 0x00, 0x00, 0x00, 0x42, 0x69, 0x74, 0x65, 0x00, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x6f, 0x63, 0x68, 0x79, 0x65, 0x6e -.byte 0x61, 0x00, 0x00, 0x00, 0x53, 0x77, 0x61, 0x6d, 0x70, 0x65, 0x72, 0x74, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x72, 0x73, 0x68, 0x74, 0x6f, 0x6d, 0x70, 0x00, 0x00, 0x00, 0x4d, 0x75, 0x64, 0x20 -.byte 0x46, 0x69, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x75, 0x64, 0x6b, 0x69, 0x70, 0x00, 0x00, 0x42, 0x6c, 0x61, 0x7a, 0x65, 0x00, 0x00, 0x00, 0x42, 0x6c, 0x61, 0x7a, 0x69, 0x6b, 0x65, 0x6e -.byte 0x00, 0x00, 0x00, 0x00, 0x59, 0x6f, 0x75, 0x6e, 0x67, 0x20, 0x46, 0x6f, 0x77, 0x6c, 0x00, 0x00, 0x43, 0x6f, 0x6d, 0x62, 0x75, 0x73, 0x6b, 0x65, 0x6e, 0x00, 0x00, 0x00, 0x43, 0x68, 0x69, 0x63 -.byte 0x6b, 0x00, 0x00, 0x00, 0x54, 0x6f, 0x72, 0x63, 0x68, 0x69, 0x63, 0x00, 0x46, 0x6f, 0x72, 0x65, 0x73, 0x74, 0x00, 0x00, 0x53, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00 -.byte 0x47, 0x72, 0x6f, 0x76, 0x79, 0x6c, 0x65, 0x00, 0x57, 0x6f, 0x6f, 0x64, 0x20, 0x47, 0x65, 0x63, 0x6b, 0x6f, 0x00, 0x00, 0x54, 0x72, 0x65, 0x65, 0x63, 0x6b, 0x6f, 0x00, 0x54, 0x69, 0x6d, 0x65 -.byte 0x20, 0x54, 0x72, 0x61, 0x76, 0x65, 0x6c, 0x00, 0x43, 0x65, 0x6c, 0x65, 0x62, 0x69, 0x00, 0x00, 0x52, 0x61, 0x69, 0x6e, 0x62, 0x6f, 0x77, 0x00, 0x48, 0x6f, 0x2d, 0x4f, 0x68, 0x00, 0x00, 0x00 -.byte 0x44, 0x69, 0x76, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x4c, 0x75, 0x67, 0x69, 0x61, 0x00, 0x00, 0x00, 0x54, 0x79, 0x72, 0x61, 0x6e, 0x69, 0x74, 0x61, 0x72, 0x00, 0x00, 0x00, 0x48, 0x61, 0x72, 0x64 -.byte 0x20, 0x53, 0x68, 0x65, 0x6c, 0x6c, 0x00, 0x00, 0x50, 0x75, 0x70, 0x69, 0x74, 0x61, 0x72, 0x00, 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x53, 0x6b, 0x69, 0x6e, 0x00, 0x00, 0x00, 0x4c, 0x61, 0x72, 0x76 -.byte 0x69, 0x74, 0x61, 0x72, 0x00, 0x00, 0x00, 0x00, 0x41, 0x75, 0x72, 0x6f, 0x72, 0x61, 0x00, 0x00, 0x53, 0x75, 0x69, 0x63, 0x75, 0x6e, 0x65, 0x00, 0x45, 0x6e, 0x74, 0x65, 0x69, 0x00, 0x00, 0x00 -.byte 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x00, 0x52, 0x61, 0x69, 0x6b, 0x6f, 0x75, 0x00, 0x00, 0x42, 0x6c, 0x69, 0x73, 0x73, 0x65, 0x79, 0x00, 0x4d, 0x69, 0x6c, 0x6b, 0x20, 0x43, 0x6f, 0x77 -.byte 0x00, 0x00, 0x00, 0x00, 0x4d, 0x69, 0x6c, 0x74, 0x61, 0x6e, 0x6b, 0x00, 0x4c, 0x69, 0x76, 0x65, 0x20, 0x43, 0x6f, 0x61, 0x6c, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x67, 0x62, 0x79, 0x00, 0x00, 0x00 -.byte 0x45, 0x6c, 0x65, 0x6b, 0x69, 0x64, 0x00, 0x00, 0x4b, 0x69, 0x73, 0x73, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6d, 0x6f, 0x6f, 0x63, 0x68, 0x75, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x48, 0x61, 0x6e, 0x64 -.byte 0x73, 0x74, 0x61, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x48, 0x69, 0x74, 0x6d, 0x6f, 0x6e, 0x74, 0x6f, 0x70, 0x00, 0x00, 0x00, 0x53, 0x63, 0x75, 0x66, 0x66, 0x6c, 0x65, 0x00, 0x54, 0x79, 0x72, 0x6f -.byte 0x67, 0x75, 0x65, 0x00, 0x50, 0x61, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x00, 0x53, 0x6d, 0x65, 0x61, 0x72, 0x67, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x42, 0x69, 0x67, 0x20, 0x48, 0x6f, 0x72, 0x6e -.byte 0x00, 0x00, 0x00, 0x00, 0x53, 0x74, 0x61, 0x6e, 0x74, 0x6c, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x72, 0x79, 0x67, 0x6f, 0x6e, 0x32, 0x00, 0x00, 0x00, 0x00, 0x41, 0x72, 0x6d, 0x6f -.byte 0x72, 0x00, 0x00, 0x00, 0x44, 0x6f, 0x6e, 0x70, 0x68, 0x61, 0x6e, 0x00, 0x4c, 0x6f, 0x6e, 0x67, 0x20, 0x4e, 0x6f, 0x73, 0x65, 0x00, 0x00, 0x00, 0x50, 0x68, 0x61, 0x6e, 0x70, 0x79, 0x00, 0x00 -.byte 0x4b, 0x69, 0x6e, 0x67, 0x64, 0x72, 0x61, 0x00, 0x48, 0x6f, 0x75, 0x6e, 0x64, 0x6f, 0x6f, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x44, 0x61, 0x72, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x48, 0x6f, 0x75, 0x6e -.byte 0x64, 0x6f, 0x75, 0x72, 0x00, 0x00, 0x00, 0x00, 0x41, 0x72, 0x6d, 0x6f, 0x72, 0x20, 0x42, 0x69, 0x72, 0x64, 0x00, 0x00, 0x53, 0x6b, 0x61, 0x72, 0x6d, 0x6f, 0x72, 0x79, 0x00, 0x00, 0x00, 0x00 -.byte 0x4b, 0x69, 0x74, 0x65, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x6e, 0x74, 0x69, 0x6e, 0x65, 0x00, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x00, 0x00, 0x00, 0x00, 0x44, 0x65, 0x6c, 0x69 -.byte 0x62, 0x69, 0x72, 0x64, 0x00, 0x00, 0x00, 0x00, 0x4f, 0x63, 0x74, 0x69, 0x6c, 0x6c, 0x65, 0x72, 0x79, 0x00, 0x00, 0x00, 0x4a, 0x65, 0x74, 0x00, 0x52, 0x65, 0x6d, 0x6f, 0x72, 0x61, 0x69, 0x64 -.byte 0x00, 0x00, 0x00, 0x00, 0x43, 0x6f, 0x72, 0x61, 0x6c, 0x00, 0x00, 0x00, 0x43, 0x6f, 0x72, 0x73, 0x6f, 0x6c, 0x61, 0x00, 0x53, 0x77, 0x69, 0x6e, 0x65, 0x00, 0x00, 0x00, 0x50, 0x69, 0x6c, 0x6f -.byte 0x73, 0x77, 0x69, 0x6e, 0x65, 0x00, 0x00, 0x00, 0x50, 0x69, 0x67, 0x00, 0x53, 0x77, 0x69, 0x6e, 0x75, 0x62, 0x00, 0x00, 0x4d, 0x61, 0x67, 0x63, 0x61, 0x72, 0x67, 0x6f, 0x00, 0x00, 0x00, 0x00 -.byte 0x4c, 0x61, 0x76, 0x61, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6c, 0x75, 0x67, 0x6d, 0x61, 0x00, 0x00, 0x48, 0x69, 0x62, 0x65, 0x72, 0x6e, 0x61, 0x74, 0x6f, 0x72, 0x00, 0x00, 0x55, 0x72, 0x73, 0x61 -.byte 0x72, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x69, 0x74, 0x74, 0x6c, 0x65, 0x20, 0x42, 0x65, 0x61, 0x72, 0x00, 0x54, 0x65, 0x64, 0x64, 0x69, 0x75, 0x72, 0x73, 0x61, 0x00, 0x00, 0x00 -.byte 0x53, 0x68, 0x61, 0x72, 0x70, 0x20, 0x43, 0x6c, 0x61, 0x77, 0x00, 0x00, 0x53, 0x6e, 0x65, 0x61, 0x73, 0x65, 0x6c, 0x00, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x20, 0x48, 0x6f, 0x72, 0x6e, 0x00 -.byte 0x48, 0x65, 0x72, 0x61, 0x63, 0x72, 0x6f, 0x73, 0x73, 0x00, 0x00, 0x00, 0x4d, 0x6f, 0x6c, 0x64, 0x00, 0x00, 0x00, 0x00, 0x53, 0x68, 0x75, 0x63, 0x6b, 0x6c, 0x65, 0x00, 0x53, 0x63, 0x69, 0x7a -.byte 0x6f, 0x72, 0x00, 0x00, 0x51, 0x77, 0x69, 0x6c, 0x66, 0x69, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00, 0x47, 0x72, 0x61, 0x6e, 0x62, 0x75, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6e, 0x75, 0x62 -.byte 0x62, 0x75, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x72, 0x6f, 0x6e, 0x20, 0x53, 0x6e, 0x61, 0x6b, 0x65, 0x00, 0x00, 0x53, 0x74, 0x65, 0x65, 0x6c, 0x69, 0x78, 0x00, 0x46, 0x6c, 0x79, 0x73 -.byte 0x63, 0x6f, 0x72, 0x70, 0x69, 0x6f, 0x6e, 0x00, 0x47, 0x6c, 0x69, 0x67, 0x61, 0x72, 0x00, 0x00, 0x4c, 0x61, 0x6e, 0x64, 0x20, 0x53, 0x6e, 0x61, 0x6b, 0x65, 0x00, 0x00, 0x44, 0x75, 0x6e, 0x73 -.byte 0x70, 0x61, 0x72, 0x63, 0x65, 0x00, 0x00, 0x00, 0x46, 0x6f, 0x72, 0x72, 0x65, 0x74, 0x72, 0x65, 0x73, 0x73, 0x00, 0x00, 0x42, 0x61, 0x67, 0x77, 0x6f, 0x72, 0x6d, 0x00, 0x50, 0x69, 0x6e, 0x65 -.byte 0x63, 0x6f, 0x00, 0x00, 0x4c, 0x6f, 0x6e, 0x67, 0x20, 0x4e, 0x65, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x47, 0x69, 0x72, 0x61, 0x66, 0x61, 0x72, 0x69, 0x67, 0x00, 0x00, 0x00, 0x50, 0x61, 0x74, 0x69 -.byte 0x65, 0x6e, 0x74, 0x00, 0x57, 0x6f, 0x62, 0x62, 0x75, 0x66, 0x66, 0x65, 0x74, 0x00, 0x00, 0x00, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x00, 0x00, 0x55, 0x6e, 0x6f, 0x77, 0x6e, 0x00, 0x00, 0x00 -.byte 0x53, 0x63, 0x72, 0x65, 0x65, 0x63, 0x68, 0x00, 0x4d, 0x69, 0x73, 0x64, 0x72, 0x65, 0x61, 0x76, 0x75, 0x73, 0x00, 0x00, 0x52, 0x6f, 0x79, 0x61, 0x6c, 0x00, 0x00, 0x00, 0x53, 0x6c, 0x6f, 0x77 -.byte 0x6b, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x00, 0x44, 0x61, 0x72, 0x6b, 0x6e, 0x65, 0x73, 0x73, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x75, 0x72, 0x6b, 0x72, 0x6f, 0x77, 0x00, 0x4d, 0x6f, 0x6f, 0x6e -.byte 0x6c, 0x69, 0x67, 0x68, 0x74, 0x00, 0x00, 0x00, 0x55, 0x6d, 0x62, 0x72, 0x65, 0x6f, 0x6e, 0x00, 0x45, 0x73, 0x70, 0x65, 0x6f, 0x6e, 0x00, 0x00, 0x51, 0x75, 0x61, 0x67, 0x73, 0x69, 0x72, 0x65 -.byte 0x00, 0x00, 0x00, 0x00, 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x46, 0x69, 0x73, 0x68, 0x00, 0x00, 0x57, 0x6f, 0x6f, 0x70, 0x65, 0x72, 0x00, 0x00, 0x43, 0x6c, 0x65, 0x61, 0x72, 0x20, 0x57, 0x69 -.byte 0x6e, 0x67, 0x00, 0x00, 0x59, 0x61, 0x6e, 0x6d, 0x61, 0x00, 0x00, 0x00, 0x53, 0x75, 0x6e, 0x00, 0x53, 0x75, 0x6e, 0x66, 0x6c, 0x6f, 0x72, 0x61, 0x00, 0x00, 0x00, 0x00, 0x53, 0x75, 0x6e, 0x6b -.byte 0x65, 0x72, 0x6e, 0x00, 0x4c, 0x6f, 0x6e, 0x67, 0x20, 0x54, 0x61, 0x69, 0x6c, 0x00, 0x00, 0x00, 0x41, 0x69, 0x70, 0x6f, 0x6d, 0x00, 0x00, 0x00, 0x4a, 0x75, 0x6d, 0x70, 0x6c, 0x75, 0x66, 0x66 -.byte 0x00, 0x00, 0x00, 0x00, 0x53, 0x6b, 0x69, 0x70, 0x6c, 0x6f, 0x6f, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x43, 0x6f, 0x74, 0x74, 0x6f, 0x6e, 0x77, 0x65, 0x65, 0x64, 0x00, 0x00, 0x48, 0x6f, 0x70, 0x70 -.byte 0x69, 0x70, 0x00, 0x00, 0x46, 0x72, 0x6f, 0x67, 0x00, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x6c, 0x69, 0x74, 0x6f, 0x65, 0x64, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6d, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f -.byte 0x6e, 0x00, 0x00, 0x00, 0x53, 0x75, 0x64, 0x6f, 0x77, 0x6f, 0x6f, 0x64, 0x6f, 0x00, 0x00, 0x00, 0x41, 0x71, 0x75, 0x61, 0x20, 0x52, 0x61, 0x62, 0x62, 0x69, 0x74, 0x00, 0x41, 0x7a, 0x75, 0x6d -.byte 0x61, 0x72, 0x69, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x41, 0x71, 0x75, 0x61, 0x20, 0x4d, 0x6f, 0x75, 0x73, 0x65, 0x00, 0x00, 0x4d, 0x61, 0x72, 0x69, 0x6c, 0x6c, 0x00, 0x00, 0x42, 0x65, 0x6c, 0x6c -.byte 0x6f, 0x73, 0x73, 0x6f, 0x6d, 0x00, 0x00, 0x00, 0x41, 0x6d, 0x70, 0x68, 0x61, 0x72, 0x6f, 0x73, 0x00, 0x00, 0x00, 0x00, 0x46, 0x6c, 0x61, 0x61, 0x66, 0x66, 0x79, 0x00, 0x57, 0x6f, 0x6f, 0x6c -.byte 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x72, 0x65, 0x65, 0x70, 0x00, 0x00, 0x4d, 0x79, 0x73, 0x74, 0x69, 0x63, 0x00, 0x00, 0x58, 0x61, 0x74, 0x75, 0x00, 0x00, 0x00, 0x00, 0x4e, 0x61, 0x74, 0x75 -.byte 0x00, 0x00, 0x00, 0x00, 0x48, 0x61, 0x70, 0x70, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x00, 0x00, 0x00, 0x54, 0x6f, 0x67, 0x65, 0x74, 0x69, 0x63, 0x00, 0x53, 0x70, 0x69, 0x6b, 0x65, 0x20, 0x42, 0x61 -.byte 0x6c, 0x6c, 0x00, 0x00, 0x54, 0x6f, 0x67, 0x65, 0x70, 0x69, 0x00, 0x00, 0x49, 0x67, 0x67, 0x6c, 0x79, 0x62, 0x75, 0x66, 0x66, 0x00, 0x00, 0x00, 0x43, 0x6c, 0x65, 0x66, 0x66, 0x61, 0x00, 0x00 -.byte 0x54, 0x69, 0x6e, 0x79, 0x20, 0x4d, 0x6f, 0x75, 0x73, 0x65, 0x00, 0x00, 0x50, 0x69, 0x63, 0x68, 0x75, 0x00, 0x00, 0x00, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x00, 0x00, 0x00, 0x4c, 0x61, 0x6e, 0x74 -.byte 0x75, 0x72, 0x6e, 0x00, 0x41, 0x6e, 0x67, 0x6c, 0x65, 0x72, 0x00, 0x00, 0x43, 0x68, 0x69, 0x6e, 0x63, 0x68, 0x6f, 0x75, 0x00, 0x00, 0x00, 0x00, 0x43, 0x72, 0x6f, 0x62, 0x61, 0x74, 0x00, 0x00 -.byte 0x4c, 0x6f, 0x6e, 0x67, 0x20, 0x4c, 0x65, 0x67, 0x00, 0x00, 0x00, 0x00, 0x41, 0x72, 0x69, 0x61, 0x64, 0x6f, 0x73, 0x00, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x53, 0x70, 0x69, 0x74, 0x00 -.byte 0x53, 0x70, 0x69, 0x6e, 0x61, 0x72, 0x61, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x65, 0x64, 0x69, 0x61, 0x6e, 0x00, 0x00, 0x46, 0x69, 0x76, 0x65, 0x20, 0x53, 0x74, 0x61, 0x72, 0x00, 0x00, 0x00 -.byte 0x4c, 0x65, 0x64, 0x79, 0x62, 0x61, 0x00, 0x00, 0x4e, 0x6f, 0x63, 0x74, 0x6f, 0x77, 0x6c, 0x00, 0x4f, 0x77, 0x6c, 0x00, 0x48, 0x6f, 0x6f, 0x74, 0x68, 0x6f, 0x6f, 0x74, 0x00, 0x00, 0x00, 0x00 -.byte 0x4c, 0x6f, 0x6e, 0x67, 0x20, 0x42, 0x6f, 0x64, 0x79, 0x00, 0x00, 0x00, 0x46, 0x75, 0x72, 0x72, 0x65, 0x74, 0x00, 0x00, 0x53, 0x63, 0x6f, 0x75, 0x74, 0x00, 0x00, 0x00, 0x53, 0x65, 0x6e, 0x74 -.byte 0x72, 0x65, 0x74, 0x00, 0x46, 0x65, 0x72, 0x61, 0x6c, 0x69, 0x67, 0x61, 0x74, 0x72, 0x00, 0x00, 0x43, 0x72, 0x6f, 0x63, 0x6f, 0x6e, 0x61, 0x77, 0x00, 0x00, 0x00, 0x00, 0x42, 0x69, 0x67, 0x20 -.byte 0x4a, 0x61, 0x77, 0x00, 0x54, 0x6f, 0x74, 0x6f, 0x64, 0x69, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x54, 0x79, 0x70, 0x68, 0x6c, 0x6f, 0x73, 0x69, 0x6f, 0x6e, 0x00, 0x00, 0x56, 0x6f, 0x6c, 0x63 -.byte 0x61, 0x6e, 0x6f, 0x00, 0x51, 0x75, 0x69, 0x6c, 0x61, 0x76, 0x61, 0x00, 0x46, 0x69, 0x72, 0x65, 0x20, 0x4d, 0x6f, 0x75, 0x73, 0x65, 0x00, 0x00, 0x43, 0x79, 0x6e, 0x64, 0x61, 0x71, 0x75, 0x69 -.byte 0x6c, 0x00, 0x00, 0x00, 0x48, 0x65, 0x72, 0x62, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x67, 0x61, 0x6e, 0x69, 0x75, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x42, 0x61, 0x79, 0x6c, 0x65, 0x65, 0x66, 0x00 -.byte 0x4c, 0x65, 0x61, 0x66, 0x00, 0x00, 0x00, 0x00, 0x43, 0x68, 0x69, 0x6b, 0x6f, 0x72, 0x69, 0x74, 0x61, 0x00, 0x00, 0x00, 0x4e, 0x65, 0x77, 0x20, 0x53, 0x70, 0x65, 0x63, 0x69, 0x65, 0x73, 0x00 -.byte 0x4d, 0x65, 0x77, 0x00, 0x47, 0x65, 0x6e, 0x65, 0x74, 0x69, 0x63, 0x00, 0x4d, 0x65, 0x77, 0x74, 0x77, 0x6f, 0x00, 0x00, 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x69, 0x74, 0x65, 0x00, 0x00, 0x00 -.byte 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x61, 0x69, 0x72, 0x00, 0x00, 0x00, 0x44, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x69, 0x00, 0x4d, 0x6f, 0x6c, 0x74, 0x72, 0x65, 0x73, 0x00, 0x5a, 0x61, 0x70, 0x64 -.byte 0x6f, 0x73, 0x00, 0x00, 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65, 0x00, 0x00, 0x41, 0x72, 0x74, 0x69, 0x63, 0x75, 0x6e, 0x6f, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6c, 0x65, 0x65, 0x70, 0x69, 0x6e, 0x67 -.byte 0x00, 0x00, 0x00, 0x00, 0x53, 0x6e, 0x6f, 0x72, 0x6c, 0x61, 0x78, 0x00, 0x46, 0x6f, 0x73, 0x73, 0x69, 0x6c, 0x00, 0x00, 0x41, 0x65, 0x72, 0x6f, 0x64, 0x61, 0x63, 0x74, 0x79, 0x6c, 0x00, 0x00 -.byte 0x4b, 0x61, 0x62, 0x75, 0x74, 0x6f, 0x70, 0x73, 0x00, 0x00, 0x00, 0x00, 0x4b, 0x61, 0x62, 0x75, 0x74, 0x6f, 0x00, 0x00, 0x4f, 0x6d, 0x61, 0x73, 0x74, 0x61, 0x72, 0x00, 0x53, 0x70, 0x69, 0x72 -.byte 0x61, 0x6c, 0x00, 0x00, 0x4f, 0x6d, 0x61, 0x6e, 0x79, 0x74, 0x65, 0x00, 0x56, 0x69, 0x72, 0x74, 0x75, 0x61, 0x6c, 0x00, 0x50, 0x6f, 0x72, 0x79, 0x67, 0x6f, 0x6e, 0x00, 0x46, 0x6c, 0x61, 0x72 -.byte 0x65, 0x6f, 0x6e, 0x00, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x6e, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x4a, 0x6f, 0x6c, 0x74, 0x65, 0x6f, 0x6e, 0x00, 0x42, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x20, 0x4a -.byte 0x65, 0x74, 0x00, 0x00, 0x56, 0x61, 0x70, 0x6f, 0x72, 0x65, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x45, 0x76, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x45, 0x65, 0x76, 0x65 -.byte 0x65, 0x00, 0x00, 0x00, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x00, 0x00, 0x00, 0x44, 0x69, 0x74, 0x74, 0x6f, 0x00, 0x00, 0x00, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72 -.byte 0x74, 0x00, 0x00, 0x00, 0x4c, 0x61, 0x70, 0x72, 0x61, 0x73, 0x00, 0x00, 0x41, 0x74, 0x72, 0x6f, 0x63, 0x69, 0x6f, 0x75, 0x73, 0x00, 0x00, 0x00, 0x47, 0x79, 0x61, 0x72, 0x61, 0x64, 0x6f, 0x73 -.byte 0x00, 0x00, 0x00, 0x00, 0x46, 0x69, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x67, 0x69, 0x6b, 0x61, 0x72, 0x70, 0x00, 0x00, 0x00, 0x00, 0x57, 0x69, 0x6c, 0x64, 0x20, 0x42, 0x75, 0x6c -.byte 0x6c, 0x00, 0x00, 0x00, 0x54, 0x61, 0x75, 0x72, 0x6f, 0x73, 0x00, 0x00, 0x53, 0x74, 0x61, 0x67, 0x20, 0x42, 0x65, 0x65, 0x74, 0x6c, 0x65, 0x00, 0x50, 0x69, 0x6e, 0x73, 0x69, 0x72, 0x00, 0x00 -.byte 0x53, 0x70, 0x69, 0x74, 0x66, 0x69, 0x72, 0x65, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x67, 0x6d, 0x61, 0x72, 0x00, 0x00, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72, 0x69, 0x63, 0x00, 0x00, 0x00, 0x00 -.byte 0x45, 0x6c, 0x65, 0x63, 0x74, 0x61, 0x62, 0x75, 0x7a, 0x7a, 0x00, 0x00, 0x48, 0x75, 0x6d, 0x61, 0x6e, 0x20, 0x53, 0x68, 0x61, 0x70, 0x65, 0x00, 0x4a, 0x79, 0x6e, 0x78, 0x00, 0x00, 0x00, 0x00 -.byte 0x4d, 0x61, 0x6e, 0x74, 0x69, 0x73, 0x00, 0x00, 0x53, 0x63, 0x79, 0x74, 0x68, 0x65, 0x72, 0x00, 0x42, 0x61, 0x72, 0x72, 0x69, 0x65, 0x72, 0x00, 0x4d, 0x72, 0x2e, 0x20, 0x4d, 0x69, 0x6d, 0x65 -.byte 0x00, 0x00, 0x00, 0x00, 0x4d, 0x79, 0x73, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x75, 0x73, 0x00, 0x00, 0x53, 0x74, 0x61, 0x72, 0x6d, 0x69, 0x65, 0x00, 0x53, 0x74, 0x61, 0x72, 0x20, 0x53, 0x68, 0x61 -.byte 0x70, 0x65, 0x00, 0x00, 0x53, 0x74, 0x61, 0x72, 0x79, 0x75, 0x00, 0x00, 0x53, 0x65, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x00, 0x47, 0x6f, 0x6c, 0x64, 0x66, 0x69, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00 -.byte 0x47, 0x6f, 0x6c, 0x64, 0x65, 0x65, 0x6e, 0x00, 0x53, 0x65, 0x61, 0x64, 0x72, 0x61, 0x00, 0x00, 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x00, 0x00, 0x48, 0x6f, 0x72, 0x73, 0x65, 0x61, 0x00, 0x00 -.byte 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x00, 0x00, 0x4b, 0x61, 0x6e, 0x67, 0x61, 0x73, 0x6b, 0x68, 0x61, 0x6e, 0x00, 0x00, 0x56, 0x69, 0x6e, 0x65, 0x00, 0x00, 0x00, 0x00, 0x54, 0x61, 0x6e, 0x67 -.byte 0x65, 0x6c, 0x61, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x73, 0x65, 0x79, 0x00, 0x52, 0x68, 0x79, 0x64, 0x6f, 0x6e, 0x00, 0x00, 0x53, 0x70, 0x69, 0x6b, 0x65, 0x73, 0x00, 0x00, 0x52, 0x68, 0x79, 0x68 -.byte 0x6f, 0x72, 0x6e, 0x00, 0x57, 0x65, 0x65, 0x7a, 0x69, 0x6e, 0x67, 0x00, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x20, 0x47, 0x61, 0x73, 0x00, 0x00, 0x4b, 0x6f, 0x66, 0x66, 0x69, 0x6e, 0x67, 0x00 -.byte 0x4c, 0x69, 0x63, 0x6b, 0x69, 0x6e, 0x67, 0x00, 0x4c, 0x69, 0x63, 0x6b, 0x69, 0x74, 0x75, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x00 -.byte 0x48, 0x69, 0x74, 0x6d, 0x6f, 0x6e, 0x63, 0x68, 0x61, 0x6e, 0x00, 0x00, 0x4b, 0x69, 0x63, 0x6b, 0x69, 0x6e, 0x67, 0x00, 0x48, 0x69, 0x74, 0x6d, 0x6f, 0x6e, 0x6c, 0x65, 0x65, 0x00, 0x00, 0x00 -.byte 0x42, 0x6f, 0x6e, 0x65, 0x20, 0x4b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x00, 0x4d, 0x61, 0x72, 0x6f, 0x77, 0x61, 0x6b, 0x00, 0x4c, 0x6f, 0x6e, 0x65, 0x6c, 0x79, 0x00, 0x00, 0x43, 0x75, 0x62, 0x6f -.byte 0x6e, 0x65, 0x00, 0x00, 0x43, 0x6f, 0x63, 0x6f, 0x6e, 0x75, 0x74, 0x00, 0x45, 0x78, 0x65, 0x67, 0x67, 0x75, 0x74, 0x6f, 0x72, 0x00, 0x00, 0x00, 0x45, 0x67, 0x67, 0x00, 0x45, 0x78, 0x65, 0x67 -.byte 0x67, 0x63, 0x75, 0x74, 0x65, 0x00, 0x00, 0x00, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72, 0x6f, 0x64, 0x65, 0x00, 0x00, 0x00, 0x42, 0x61, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x56, 0x6f, 0x6c, 0x74 -.byte 0x6f, 0x72, 0x62, 0x00, 0x50, 0x69, 0x6e, 0x63, 0x65, 0x72, 0x00, 0x00, 0x4b, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x72, 0x00, 0x52, 0x69, 0x76, 0x65, 0x72, 0x20, 0x43, 0x72, 0x61, 0x62, 0x00, 0x00 -.byte 0x4b, 0x72, 0x61, 0x62, 0x62, 0x79, 0x00, 0x00, 0x48, 0x79, 0x70, 0x6e, 0x6f, 0x00, 0x00, 0x00, 0x48, 0x79, 0x70, 0x6e, 0x6f, 0x73, 0x69, 0x73, 0x00, 0x00, 0x00, 0x00, 0x44, 0x72, 0x6f, 0x77 -.byte 0x7a, 0x65, 0x65, 0x00, 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x53, 0x6e, 0x61, 0x6b, 0x65, 0x00, 0x00, 0x4f, 0x6e, 0x69, 0x78, 0x00, 0x00, 0x00, 0x00, 0x53, 0x68, 0x61, 0x64, 0x6f, 0x77, 0x00, 0x00 -.byte 0x47, 0x65, 0x6e, 0x67, 0x61, 0x72, 0x00, 0x00, 0x48, 0x61, 0x75, 0x6e, 0x74, 0x65, 0x72, 0x00, 0x47, 0x61, 0x73, 0x00, 0x47, 0x61, 0x73, 0x74, 0x6c, 0x79, 0x00, 0x00, 0x43, 0x6c, 0x6f, 0x79 -.byte 0x73, 0x74, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x42, 0x69, 0x76, 0x61, 0x6c, 0x76, 0x65, 0x00, 0x53, 0x68, 0x65, 0x6c, 0x6c, 0x64, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x75, 0x6b, 0x00 -.byte 0x53, 0x6c, 0x75, 0x64, 0x67, 0x65, 0x00, 0x00, 0x47, 0x72, 0x69, 0x6d, 0x65, 0x72, 0x00, 0x00, 0x44, 0x65, 0x77, 0x67, 0x6f, 0x6e, 0x67, 0x00, 0x53, 0x65, 0x61, 0x20, 0x4c, 0x69, 0x6f, 0x6e -.byte 0x00, 0x00, 0x00, 0x00, 0x53, 0x65, 0x65, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x54, 0x72, 0x69, 0x70, 0x6c, 0x65, 0x20, 0x42, 0x69, 0x72, 0x64, 0x00, 0x44, 0x6f, 0x64, 0x72, 0x69, 0x6f, 0x00, 0x00 -.byte 0x54, 0x77, 0x69, 0x6e, 0x20, 0x42, 0x69, 0x72, 0x64, 0x00, 0x00, 0x00, 0x44, 0x6f, 0x64, 0x75, 0x6f, 0x00, 0x00, 0x00, 0x57, 0x69, 0x6c, 0x64, 0x20, 0x44, 0x75, 0x63, 0x6b, 0x00, 0x00, 0x00 -.byte 0x46, 0x61, 0x72, 0x66, 0x65, 0x74, 0x63, 0x68, 0x27, 0x64, 0x00, 0x00, 0x4d, 0x61, 0x67, 0x6e, 0x65, 0x74, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x67, 0x6e, 0x65, 0x74, 0x00, 0x00 -.byte 0x4d, 0x61, 0x67, 0x6e, 0x65, 0x6d, 0x69, 0x74, 0x65, 0x00, 0x00, 0x00, 0x48, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x20, 0x43, 0x72, 0x61, 0x62, 0x00, 0x53, 0x6c, 0x6f, 0x77, 0x62, 0x72, 0x6f, 0x00 -.byte 0x44, 0x6f, 0x70, 0x65, 0x79, 0x00, 0x00, 0x00, 0x53, 0x6c, 0x6f, 0x77, 0x70, 0x6f, 0x6b, 0x65, 0x00, 0x00, 0x00, 0x00, 0x52, 0x61, 0x70, 0x69, 0x64, 0x61, 0x73, 0x68, 0x00, 0x00, 0x00, 0x00 -.byte 0x46, 0x69, 0x72, 0x65, 0x20, 0x48, 0x6f, 0x72, 0x73, 0x65, 0x00, 0x00, 0x50, 0x6f, 0x6e, 0x79, 0x74, 0x61, 0x00, 0x00, 0x4d, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x6e, 0x00, 0x47, 0x6f, 0x6c, 0x65 -.byte 0x6d, 0x00, 0x00, 0x00, 0x47, 0x72, 0x61, 0x76, 0x65, 0x6c, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x52, 0x6f, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x47, 0x65, 0x6f, 0x64, 0x75, 0x64, 0x65, 0x00 -.byte 0x54, 0x65, 0x6e, 0x74, 0x61, 0x63, 0x72, 0x75, 0x65, 0x6c, 0x00, 0x00, 0x4a, 0x65, 0x6c, 0x6c, 0x79, 0x66, 0x69, 0x73, 0x68, 0x00, 0x00, 0x00, 0x54, 0x65, 0x6e, 0x74, 0x61, 0x63, 0x6f, 0x6f -.byte 0x6c, 0x00, 0x00, 0x00, 0x56, 0x69, 0x63, 0x74, 0x72, 0x65, 0x65, 0x62, 0x65, 0x6c, 0x00, 0x00, 0x46, 0x6c, 0x79, 0x63, 0x61, 0x74, 0x63, 0x68, 0x65, 0x72, 0x00, 0x00, 0x57, 0x65, 0x65, 0x70 -.byte 0x69, 0x6e, 0x62, 0x65, 0x6c, 0x6c, 0x00, 0x00, 0x42, 0x65, 0x6c, 0x6c, 0x73, 0x70, 0x72, 0x6f, 0x75, 0x74, 0x00, 0x00, 0x4d, 0x61, 0x63, 0x68, 0x61, 0x6d, 0x70, 0x00, 0x4d, 0x61, 0x63, 0x68 -.byte 0x6f, 0x6b, 0x65, 0x00, 0x53, 0x75, 0x70, 0x65, 0x72, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x4d, 0x61, 0x63, 0x68, 0x6f, 0x70, 0x00, 0x00, 0x41, 0x6c, 0x61, 0x6b, 0x61, 0x7a, 0x61, 0x6d -.byte 0x00, 0x00, 0x00, 0x00, 0x4b, 0x61, 0x64, 0x61, 0x62, 0x72, 0x61, 0x00, 0x50, 0x73, 0x69, 0x00, 0x41, 0x62, 0x72, 0x61, 0x00, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x6c, 0x69, 0x77, 0x72, 0x61, 0x74 -.byte 0x68, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x6c, 0x69, 0x77, 0x68, 0x69, 0x72, 0x6c, 0x00, 0x00, 0x00, 0x54, 0x61, 0x64, 0x70, 0x6f, 0x6c, 0x65, 0x00, 0x50, 0x6f, 0x6c, 0x69, 0x77, 0x61, 0x67, 0x00 -.byte 0x4c, 0x65, 0x67, 0x65, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x00, 0x00, 0x00, 0x41, 0x72, 0x63, 0x61, 0x6e, 0x69, 0x6e, 0x65, 0x00, 0x00, 0x00, 0x00, 0x50, 0x75, 0x70, 0x70, 0x79, 0x00, 0x00, 0x00 -.byte 0x47, 0x72, 0x6f, 0x77, 0x6c, 0x69, 0x74, 0x68, 0x65, 0x00, 0x00, 0x00, 0x50, 0x72, 0x69, 0x6d, 0x65, 0x61, 0x70, 0x65, 0x00, 0x00, 0x00, 0x00, 0x50, 0x69, 0x67, 0x20, 0x4d, 0x6f, 0x6e, 0x6b -.byte 0x65, 0x79, 0x00, 0x00, 0x4d, 0x61, 0x6e, 0x6b, 0x65, 0x79, 0x00, 0x00, 0x47, 0x6f, 0x6c, 0x64, 0x75, 0x63, 0x6b, 0x00, 0x44, 0x75, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x50, 0x73, 0x79, 0x64 -.byte 0x75, 0x63, 0x6b, 0x00, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x79, 0x20, 0x43, 0x61, 0x74, 0x00, 0x00, 0x50, 0x65, 0x72, 0x73, 0x69, 0x61, 0x6e, 0x00, 0x53, 0x63, 0x72, 0x61, 0x74, 0x63, 0x68, 0x20 -.byte 0x43, 0x61, 0x74, 0x00, 0x4d, 0x65, 0x6f, 0x77, 0x74, 0x68, 0x00, 0x00, 0x44, 0x75, 0x67, 0x74, 0x72, 0x69, 0x6f, 0x00, 0x4d, 0x6f, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x44, 0x69, 0x67, 0x6c -.byte 0x65, 0x74, 0x74, 0x00, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x20, 0x4d, 0x6f, 0x74, 0x68, 0x00, 0x56, 0x65, 0x6e, 0x6f, 0x6d, 0x6f, 0x74, 0x68, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x73, 0x65 -.byte 0x63, 0x74, 0x00, 0x00, 0x56, 0x65, 0x6e, 0x6f, 0x6e, 0x61, 0x74, 0x00, 0x50, 0x61, 0x72, 0x61, 0x73, 0x65, 0x63, 0x74, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x75, 0x73, 0x68, 0x72, 0x6f, 0x6f, 0x6d -.byte 0x00, 0x00, 0x00, 0x00, 0x50, 0x61, 0x72, 0x61, 0x73, 0x00, 0x00, 0x00, 0x46, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x56, 0x69, 0x6c, 0x65, 0x70, 0x6c, 0x75, 0x6d, 0x65, 0x00, 0x00, 0x00 -.byte 0x47, 0x6c, 0x6f, 0x6f, 0x6d, 0x00, 0x00, 0x00, 0x57, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00, 0x00, 0x4f, 0x64, 0x64, 0x69, 0x73, 0x68, 0x00, 0x00, 0x47, 0x6f, 0x6c, 0x62, 0x61, 0x74, 0x00, 0x00 -.byte 0x42, 0x61, 0x74, 0x00, 0x5a, 0x75, 0x62, 0x61, 0x74, 0x00, 0x00, 0x00, 0x57, 0x69, 0x67, 0x67, 0x6c, 0x79, 0x74, 0x75, 0x66, 0x66, 0x00, 0x00, 0x42, 0x61, 0x6c, 0x6c, 0x6f, 0x6f, 0x6e, 0x00 -.byte 0x4a, 0x69, 0x67, 0x67, 0x6c, 0x79, 0x70, 0x75, 0x66, 0x66, 0x00, 0x00, 0x4e, 0x69, 0x6e, 0x65, 0x74, 0x61, 0x6c, 0x65, 0x73, 0x00, 0x00, 0x00, 0x46, 0x6f, 0x78, 0x00, 0x56, 0x75, 0x6c, 0x70 -.byte 0x69, 0x78, 0x00, 0x00, 0x43, 0x6c, 0x65, 0x66, 0x61, 0x62, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x46, 0x61, 0x69, 0x72, 0x79, 0x00, 0x00, 0x00, 0x43, 0x6c, 0x65, 0x66, 0x61, 0x69, 0x72, 0x79 -.byte 0x00, 0x00, 0x00, 0x00, 0x4e, 0x69, 0x64, 0x6f, 0x6b, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x00, 0x4e, 0x69, 0x64, 0x6f, 0x72, 0x69, 0x6e, 0x6f, 0x00, 0x00, 0x00, 0x00, 0x4e, 0x69, 0x64, 0x6f -.byte 0x72, 0x61, 0x6e, 0xbd, 0x00, 0x00, 0x00, 0x00, 0x44, 0x72, 0x69, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x4e, 0x69, 0x64, 0x6f, 0x71, 0x75, 0x65, 0x65, 0x6e, 0x00, 0x00, 0x00, 0x4e, 0x69, 0x64, 0x6f -.byte 0x72, 0x69, 0x6e, 0x61, 0x00, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x20, 0x50, 0x69, 0x6e, 0x00, 0x00, 0x4e, 0x69, 0x64, 0x6f, 0x72, 0x61, 0x6e, 0xbe, 0x00, 0x00, 0x00, 0x00 -.byte 0x53, 0x61, 0x6e, 0x64, 0x73, 0x6c, 0x61, 0x73, 0x68, 0x00, 0x00, 0x00, 0x53, 0x61, 0x6e, 0x64, 0x73, 0x68, 0x72, 0x65, 0x77, 0x00, 0x00, 0x00, 0x52, 0x61, 0x69, 0x63, 0x68, 0x75, 0x00, 0x00 -.byte 0x50, 0x69, 0x6b, 0x61, 0x63, 0x68, 0x75, 0x00, 0x43, 0x6f, 0x62, 0x72, 0x61, 0x00, 0x00, 0x00, 0x41, 0x72, 0x62, 0x6f, 0x6b, 0x00, 0x00, 0x00, 0x53, 0x6e, 0x61, 0x6b, 0x65, 0x00, 0x00, 0x00 -.byte 0x45, 0x6b, 0x61, 0x6e, 0x73, 0x00, 0x00, 0x00, 0x42, 0x65, 0x61, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x46, 0x65, 0x61, 0x72, 0x6f, 0x77, 0x00, 0x00, 0x53, 0x70, 0x65, 0x61, 0x72, 0x6f, 0x77, 0x00 -.byte 0x52, 0x61, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x6f, 0x75, 0x73, 0x65, 0x00, 0x00, 0x00, 0x52, 0x61, 0x74, 0x74, 0x61, 0x74, 0x61, 0x00, 0x50, 0x69, 0x64, 0x67 -.byte 0x65, 0x6f, 0x74, 0x00, 0x42, 0x69, 0x72, 0x64, 0x00, 0x00, 0x00, 0x00, 0x50, 0x69, 0x64, 0x67, 0x65, 0x6f, 0x74, 0x74, 0x6f, 0x00, 0x00, 0x00, 0x54, 0x69, 0x6e, 0x79, 0x20, 0x42, 0x69, 0x72 -.byte 0x64, 0x00, 0x00, 0x00, 0x50, 0x69, 0x64, 0x67, 0x65, 0x79, 0x00, 0x00, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x20, 0x42, 0x65, 0x65, 0x00, 0x00, 0x42, 0x65, 0x65, 0x64, 0x72, 0x69, 0x6c, 0x6c -.byte 0x00, 0x00, 0x00, 0x00, 0x4b, 0x61, 0x6b, 0x75, 0x6e, 0x61, 0x00, 0x00, 0x48, 0x61, 0x69, 0x72, 0x79, 0x20, 0x42, 0x75, 0x67, 0x00, 0x00, 0x00, 0x57, 0x65, 0x65, 0x64, 0x6c, 0x65, 0x00, 0x00 -.byte 0x42, 0x75, 0x74, 0x74, 0x65, 0x72, 0x66, 0x6c, 0x79, 0x00, 0x00, 0x00, 0x42, 0x75, 0x74, 0x74, 0x65, 0x72, 0x66, 0x72, 0x65, 0x65, 0x00, 0x00, 0x43, 0x6f, 0x63, 0x6f, 0x6f, 0x6e, 0x00, 0x00 -.byte 0x4d, 0x65, 0x74, 0x61, 0x70, 0x6f, 0x64, 0x00, 0x57, 0x6f, 0x72, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x43, 0x61, 0x74, 0x65, 0x72, 0x70, 0x69, 0x65, 0x00, 0x00, 0x00, 0x00, 0x53, 0x68, 0x65, 0x6c -.byte 0x6c, 0x66, 0x69, 0x73, 0x68, 0x00, 0x00, 0x00, 0x42, 0x6c, 0x61, 0x73, 0x74, 0x6f, 0x69, 0x73, 0x65, 0x00, 0x00, 0x00, 0x54, 0x75, 0x72, 0x74, 0x6c, 0x65, 0x00, 0x00, 0x57, 0x61, 0x72, 0x74 -.byte 0x6f, 0x72, 0x74, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x54, 0x69, 0x6e, 0x79, 0x20, 0x54, 0x75, 0x72, 0x74, 0x6c, 0x65, 0x00, 0x53, 0x71, 0x75, 0x69, 0x72, 0x74, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00 -.byte 0x43, 0x68, 0x61, 0x72, 0x69, 0x7a, 0x61, 0x72, 0x64, 0x00, 0x00, 0x00, 0x46, 0x6c, 0x61, 0x6d, 0x65, 0x00, 0x00, 0x00, 0x43, 0x68, 0x61, 0x72, 0x6d, 0x65, 0x6c, 0x65, 0x6f, 0x6e, 0x00, 0x00 -.byte 0x4c, 0x69, 0x7a, 0x61, 0x72, 0x64, 0x00, 0x00, 0x43, 0x68, 0x61, 0x72, 0x6d, 0x61, 0x6e, 0x64, 0x65, 0x72, 0x00, 0x00, 0x56, 0x65, 0x6e, 0x75, 0x73, 0x61, 0x75, 0x72, 0x00, 0x00, 0x00, 0x00 -.byte 0x49, 0x76, 0x79, 0x73, 0x61, 0x75, 0x72, 0x00, 0x53, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00, 0x00, 0x42, 0x75, 0x6c, 0x62, 0x61, 0x73, 0x61, 0x75, 0x72, 0x00, 0x00, 0x00, 0x45, 0x72, 0x75, 0x70 -.byte 0x74, 0x69, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x00, 0x00 +@ Address 0x35f2d8 +.include "data/pokemon/species_names.s" .string "SIRO" .byte 0x38, 0x33, 0x37, 0x08, 0x00, 0x00, 0x00, 0x00 @@ -12920,924 +11808,13 @@ DataRootTable: .byte 0x7f, 0x83, 0x00, 0x83, 0x01, 0x83, 0x02, 0x83, 0x03, 0x83, 0x04, 0x83, 0x05, 0x83, 0x06, 0x83, 0x07, 0x83, 0x08, 0x83, 0x09, 0x83, 0x0a, 0x83, 0x0b, 0x83, 0x0c, 0x83, 0x0d, 0x83, 0x0e, 0x83 .byte 0x0f, 0x83, 0x10, 0x83, 0x11, 0x83, 0x12, 0x83, 0x13, 0x83, 0x14, 0x83, 0x15, 0x83, 0x16, 0x83, 0x17, 0x83, 0x18, 0x83, 0x19, 0x83, 0x1a, 0x83, 0x1b, 0x83, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00 +@ Address 0x3679a0 .include "data/move/move_data.inc" -.byte 0x50, 0x69, 0x65, 0x72, 0x63, 0x65, 0x00, 0x00, 0x4c, 0x6f, 0x6e, 0x67 -.byte 0x20, 0x54, 0x6f, 0x73, 0x73, 0x00, 0x00, 0x00, 0x53, 0x65, 0x65, 0x20, 0x53, 0x74, 0x61, 0x69, 0x72, 0x73, 0x00, 0x00, 0x49, 0x74, 0x65, 0x6d, 0x2d, 0x54, 0x6f, 0x73, 0x73, 0x00, 0x00, 0x00 -.byte 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x00, 0x00, 0x48, 0x75, 0x72, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x74, 0x65, 0x6d, 0x69, 0x7a, 0x65, 0x00, 0x50, 0x6f, 0x73, 0x73, 0x65, 0x73, 0x73, 0x00 -.byte 0x54, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x00, 0x46, 0x69, 0x6c, 0x6c, 0x2d, 0x49, 0x6e, 0x00, 0x4f, 0x6e, 0x65, 0x2d, 0x52, 0x6f, 0x6f, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x46, 0x61, 0x6d, 0x69 -.byte 0x73, 0x68, 0x00, 0x00, 0x45, 0x63, 0x68, 0x6f, 0x00, 0x00, 0x00, 0x00, 0x53, 0x68, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x00, 0x52, 0x65, 0x76, 0x69, 0x76, 0x65, 0x72, 0x00, 0x49, 0x6e, 0x66, 0x6c -.byte 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72 -.byte 0x6f, 0x6f, 0x6d, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x56, 0x61, 0x63, 0x75, 0x75, 0x6d, 0x2d, 0x43, 0x75, 0x74, 0x00, 0x00, 0x48, 0x50, 0x20, 0x47, 0x61, 0x75, 0x67, 0x65, 0x00, 0x00, 0x00, 0x00 -.byte 0x4f, 0x6e, 0x65, 0x2d, 0x53, 0x68, 0x6f, 0x74, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x76, 0x69, 0x73, 0x69, 0x66, 0x79, 0x00, 0x00, 0x00, 0x00, 0x57, 0x69, 0x6c, 0x64, 0x20, 0x43, 0x61, 0x6c -.byte 0x6c, 0x00, 0x00, 0x00, 0x54, 0x72, 0x61, 0x70, 0x20, 0x42, 0x75, 0x73, 0x74, 0x65, 0x72, 0x00, 0x44, 0x72, 0x6f, 0x75, 0x67, 0x68, 0x74, 0x00, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x2d, 0x45, 0x61 -.byte 0x72, 0x73, 0x00, 0x00, 0x53, 0x63, 0x61, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x45, 0x73, 0x63, 0x61, 0x70, 0x65, 0x00, 0x00, 0x4e, 0x6f, 0x2d, 0x4d, 0x6f, 0x76, 0x65, 0x00, 0x54, 0x77, 0x6f, 0x2d -.byte 0x45, 0x64, 0x67, 0x65, 0x00, 0x00, 0x00, 0x00, 0x54, 0x6f, 0x74, 0x74, 0x65, 0x72, 0x00, 0x00, 0x53, 0x69, 0x65, 0x73, 0x74, 0x61, 0x00, 0x00, 0x44, 0x65, 0x63, 0x6f, 0x79, 0x20, 0x4d, 0x61 -.byte 0x6b, 0x65, 0x72, 0x00, 0x4f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x73, 0x65, 0x00, 0x54, 0x72, 0x61, 0x77, 0x6c, 0x00, 0x00, 0x00 -.byte 0x50, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x00, 0x00, 0x53, 0x74, 0x61, 0x79, 0x20, 0x41, 0x77, 0x61, 0x79, 0x00, 0x00, 0x00, 0x50, 0x65, 0x74, 0x72, 0x69, 0x66, 0x79, 0x00, 0x53, 0x65, 0x61, 0x72 -.byte 0x63, 0x68, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x00, 0x53, 0x70, 0x65, 0x65, 0x64, 0x20, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x00, 0x53, 0x6c, 0x6f, 0x77, 0x20, 0x44, 0x6f, 0x77, 0x6e, 0x00, 0x00, 0x00 -.byte 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x57, 0x61, 0x72, 0x70, 0x00, 0x00, 0x00, 0x00, 0x42, 0x6c, 0x6f, 0x77, 0x62, 0x61, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00 -.byte 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x42, 0x6c, 0x6f, 0x6f, 0x70, 0x20, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x00, 0x52, 0x65, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x00 -.byte 0x54, 0x61, 0x6b, 0x65, 0x61, 0x77, 0x61, 0x79, 0x00, 0x00, 0x00, 0x00, 0x53, 0x65, 0x65, 0x2d, 0x54, 0x72, 0x61, 0x70, 0x00, 0x00, 0x00, 0x00, 0x53, 0x70, 0x69, 0x6e, 0x20, 0x53, 0x6c, 0x61 -.byte 0x73, 0x68, 0x00, 0x00, 0x45, 0x78, 0x63, 0x61, 0x76, 0x61, 0x74, 0x65, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x68, 0x72, 0x65, 0x65, 0x0a, 0x74, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x64, 0x69, 0x61, 0x67, 0x6f -.byte 0x6e, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6c, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x66, 0x72, 0x6f, 0x6e, 0x74, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x57, 0x69, 0x64, 0x65, 0x20, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x00, 0x00, 0x52, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x0a, 0x0a, 0x00, 0x00, 0x2d, 0x00, 0x00, 0x00, 0x24, 0x6d, 0x30, 0x20 -.byte 0x63, 0x61, 0x6e, 0x7e, 0x32, 0x37, 0x74, 0x20, 0x74, 0x61, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6e, 0x79, 0x6d, 0x6f, 0x72, 0x65, 0x21, 0x00, 0x00, 0x00, 0x00, 0x82, 0xaa, 0x82, 0xdc -.byte 0x82, 0xf1, 0x00, 0x00, 0x57, 0x61, 0x69, 0x74, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x73, 0x65, 0x65, 0x0a, 0x0a, 0x00, 0x00, 0x82, 0xe6, 0x82, 0xa4, 0x82, 0xb7, 0x82, 0xf0, 0x82, 0xdd, 0x82, 0xe9 -.byte 0x00, 0x00, 0x00, 0x00, 0x24, 0x6d, 0x30, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x65, 0x64, 0x21, 0x00, 0x00, 0x00, 0x4e, 0x55, 0x4c, 0x4c, 0x00, 0x00, 0x00, 0x00, 0x61, 0x74, 0x74, 0x61 -.byte 0x63, 0x6b, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x0a, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72 -.byte 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x68, 0x75, 0x72, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x00, 0x56, 0x6f, 0x6c, 0x74 -.byte 0x20, 0x54, 0x61, 0x63, 0x6b, 0x6c, 0x65, 0x00, 0x41, 0x65, 0x72, 0x6f, 0x62, 0x6c, 0x61, 0x73, 0x74, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x74, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x65, 0x0a, 0x71, 0x75, 0x61 -.byte 0x72, 0x74, 0x65, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x53, 0x74, 0x72, 0x75, 0x67, 0x67, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x43, 0x6f, 0x74, 0x74, 0x6f, 0x6e, 0x20, 0x53, 0x70, 0x6f, 0x72, 0x65, 0x00, 0x00, 0x00, 0x00, 0x52, 0x6f, 0x63, 0x6b -.byte 0x20, 0x42, 0x6c, 0x61, 0x73, 0x74, 0x00, 0x00, 0x47, 0x69, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x53, 0x75 -.byte 0x72, 0x65, 0x20, 0x53, 0x68, 0x6f, 0x74, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x69 -.byte 0x74, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x6c, 0x79, 0x20 -.byte 0x61, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x63, 0x6b, 0x2d, 0x4f, 0x6e, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69 -.byte 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x53, 0x6b, 0x75, 0x6c, 0x6c, 0x20, 0x42, 0x61, 0x73, 0x68, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63 -.byte 0x0a, 0x63, 0x61, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x6c, 0x79, 0x20, 0x6f -.byte 0x6e, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69 -.byte 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b, 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x00, 0x53, 0x6b, 0x75, 0x6c -.byte 0x6c, 0x20, 0x42, 0x61, 0x73, 0x68, 0x00, 0x00, 0x43, 0x6f, 0x6d, 0x65, 0x74, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x46, 0x75, 0x72, 0x79, 0x20, 0x43, 0x75, 0x74, 0x74, 0x65, 0x72, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63 -.byte 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f -.byte 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x0a, 0x23, 0x63, 0x35, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x23, 0x72, 0x20, 0x61, 0x6e -.byte 0x64, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x49, 0x63, 0x65, 0x20, 0x42, 0x65, 0x61, 0x6d -.byte 0x00, 0x00, 0x00, 0x00, 0x49, 0x63, 0x65, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e -.byte 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x0a -.byte 0x53, 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x20, 0x44 -.byte 0x61, 0x6e, 0x63, 0x65, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20 -.byte 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x7e, 0x32, 0x63 -.byte 0x0a, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x6f, 0x72, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73 -.byte 0x2e, 0x00, 0x00, 0x00, 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x62, 0x72, 0x65, 0x61, 0x74, 0x68, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x61, 0x20, 0x73 -.byte 0x65, 0x74, 0x20, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x00, 0x00, 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x20, 0x52, 0x61, 0x67, 0x65, 0x00, 0x52, 0x65, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x00, 0x48, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x61, 0x6c -.byte 0x6c, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x70, 0x72, 0x6f, 0x62, 0x6c, 0x65, 0x6d, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6e -.byte 0x64, 0x0a, 0x69, 0x74, 0x73, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x00 -.byte 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x52, 0x65 -.byte 0x66, 0x6c, 0x65, 0x63, 0x74, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x68, 0x61, 0x6c, 0x76, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61 -.byte 0x6d, 0x61, 0x67, 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x61, 0x6c, 0x6c, 0x0a, 0x23, 0x63, 0x35, 0x50, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b -.byte 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x0a, 0x72, 0x65, 0x67, 0x75, 0x6c, 0x61, 0x72, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x2e, 0x00, 0x00, 0x00 -.byte 0x52, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x00, 0x52, 0x65, 0x70, 0x61, 0x69, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x23, 0x63, 0x34, 0x87, 0x4e, 0x55, 0x73 -.byte 0x65, 0x64, 0x20, 0x54, 0x4d, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x0a, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x69, 0x74, 0x73, 0x20, 0x6f -.byte 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x7e, 0x32, 0x63, 0x20, 0x75, 0x6e, 0x75, 0x73, 0x65, 0x64, 0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x52, 0x65, 0x63, 0x79 -.byte 0x63, 0x6c, 0x65, 0x00, 0x4c, 0x65, 0x61, 0x66, 0x20, 0x42, 0x6c, 0x61, 0x64, 0x65, 0x00, 0x00, 0x4c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x20, 0x50, 0x75, 0x72, 0x67, 0x65, 0x00, 0x00, 0x00, 0x00 -.byte 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x53, 0x6e, 0x61, 0x74, 0x63, 0x68, 0x23, 0x72, 0x20, 0x73 -.byte 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x73, 0x74, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6e, 0x61, 0x74 -.byte 0x63, 0x68, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x41, 0x63, 0x69, 0x64, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x0a, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x69, 0x76, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x20, 0x61, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x74, 0x20 -.byte 0x73, 0x6c, 0x65, 0x65, 0x70, 0x69, 0x6e, 0x67, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x44, 0x72, 0x65, 0x61, 0x6d, 0x20, 0x45, 0x61, 0x74, 0x65, 0x72, 0x00, 0x52, 0x61, 0x6e, 0x64 -.byte 0x6f, 0x6d, 0x6c, 0x79, 0x20, 0x6c, 0x6f, 0x6f, 0x73, 0x65, 0x73, 0x20, 0x61, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x61, 0x6d, 0x6f, 0x6e, 0x67, 0x20, 0x61, 0x6c -.byte 0x6c, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00 -.byte 0x4d, 0x65, 0x74, 0x72, 0x6f, 0x6e, 0x6f, 0x6d, 0x65, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x4c, 0x65, 0x65, 0x63 -.byte 0x68, 0x20, 0x53, 0x65, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x0a, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x54 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x69, 0x73, 0x20, 0x6c, 0x65, 0x65, 0x63, 0x68, 0x65, 0x64 -.byte 0x20, 0x65, 0x76, 0x65, 0x72, 0x79, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x0a, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x4c, 0x65, 0x65, 0x63, 0x68, 0x20, 0x53, 0x65 -.byte 0x65, 0x64, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x67, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x69, 0x66 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x0a, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x20, 0x69, 0x73, 0x20, 0x6c, 0x6f, 0x77, 0x2e, 0x00, 0x00, 0x00 -.byte 0x46, 0x72, 0x75, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x64, 0x65, 0x70, 0x6c, 0x6f -.byte 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x61, 0x73, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x61, 0x73, 0x74, 0x20 -.byte 0x75, 0x73, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x20, 0x66, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x2e, 0x0a, 0x53, 0x6f, 0x6d, 0x65, 0x20 -.byte 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x62, 0x65, 0x20, 0x6d, 0x69, 0x6d, 0x69, 0x63, 0x6b, 0x65, 0x64, 0x2e, 0x00, 0x00, 0x00, 0x4d, 0x69, 0x6d, 0x69 -.byte 0x63, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x49, 0x6e, 0x66, 0x61, 0x74, 0x75, 0x61, 0x74, 0x65, 0x64, 0x23, 0x72 -.byte 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x00, 0x00, 0x41, 0x74, 0x74, 0x72, 0x61, 0x63, 0x74, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63 -.byte 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x4d, 0x65, 0x74, 0x61, 0x6c, 0x20, 0x43, 0x6c -.byte 0x61, 0x77, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x73, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x20, 0x77, 0x69, 0x74 -.byte 0x68, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x48, 0x69, 0x64, 0x64, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00 -.byte 0x4d, 0x65, 0x67, 0x61, 0x68, 0x6f, 0x72, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x67, 0x61, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x00, 0x4d, 0x65, 0x67, 0x61, 0x20, 0x4b, 0x69, 0x63 -.byte 0x6b, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x67, 0x61, 0x20, 0x44, 0x72, 0x61, 0x69, 0x6e, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d -.byte 0x6f, 0x6e, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x0a, 0x23 -.byte 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c -.byte 0x2e, 0x00, 0x00, 0x00, 0x43, 0x61, 0x6c, 0x6d, 0x20, 0x4d, 0x69, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36 -.byte 0x48, 0x50, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x74, 0x73, 0x0a, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65 -.byte 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x71, 0x75, 0x61, 0x72, 0x74, 0x65 -.byte 0x72, 0x0a, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x69, 0x72, 0x20, 0x23, 0x63, 0x36, 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x00, 0x4d, 0x69, 0x6c, 0x6b -.byte 0x20, 0x44, 0x72, 0x69, 0x6e, 0x6b, 0x00, 0x00, 0x46, 0x75, 0x74, 0x75, 0x72, 0x65, 0x20, 0x53, 0x69, 0x67, 0x68, 0x74, 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x4d, 0x69, 0x72, 0x72, 0x6f, 0x72, 0x20, 0x43, 0x6f, 0x61, 0x74, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74 -.byte 0x75, 0x73, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x69, 0x74, 0x20, 0x74, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x0a, 0x61, 0x6e, 0x79, 0x20, 0x23, 0x63, 0x35, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74 -.byte 0x61, 0x63, 0x6b, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x23, 0x72, 0x20, 0x75, 0x73, 0x65, 0x64, 0x0a, 0x62, 0x79, 0x20, 0x61, 0x20, 0x66, 0x6f, 0x65, 0x20, 0x62, 0x65, 0x73, 0x69, 0x64, 0x65 -.byte 0x20, 0x69, 0x74, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x69, 0x72, 0x72, 0x6f, 0x72, 0x20, 0x43, 0x6f, 0x61, 0x74, 0x00, 0x52, 0x65, 0x73, 0x65, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62 -.byte 0x6f, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x20, 0x23, 0x63, 0x36, 0x45, 0x76, 0x61, 0x73, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x47, 0x68, 0x6f, 0x73, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x20, 0x23, 0x63, 0x35, 0x65, 0x78, 0x70 -.byte 0x6f, 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x00, 0x46, 0x6f, 0x72, 0x65, 0x73, 0x69, 0x67, 0x68, 0x74, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x69, 0x66, 0x20, 0x69, 0x74, 0x73, 0x0a -.byte 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x77, 0x6f, 0x75, 0x6c, 0x64, 0x20, 0x68, 0x61, 0x76, 0x65, 0x20, 0x6d, 0x61, 0x64, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x20, 0x66, 0x61, 0x69, 0x6e, 0x74, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x46, 0x61, 0x6c, 0x73, 0x65, 0x20, 0x53, 0x77, 0x69, 0x70, 0x65, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x23, 0x63, 0x35, 0x44, 0x65, 0x73, 0x74 -.byte 0x69, 0x6e, 0x79, 0x20, 0x42, 0x6f, 0x6e, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x73, 0x75 -.byte 0x73, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x0a, 0x61, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73 -.byte 0x65, 0x72, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x79, 0x20, 0x42, 0x6f, 0x6e, 0x64 -.byte 0x00, 0x00, 0x00, 0x00, 0x46, 0x75, 0x72, 0x79, 0x20, 0x53, 0x77, 0x69, 0x70, 0x65, 0x73, 0x00, 0x46, 0x75, 0x72, 0x79, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x00, 0x49, 0x6e, 0x66, 0x6c -.byte 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65 -.byte 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61 -.byte 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x50, 0x75, 0x6c, 0x73, 0x65, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67 -.byte 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x0a, 0x62, 0x79, 0x20, 0x6f, 0x6e -.byte 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x69, 0x73, 0x74, 0x20, 0x42, 0x61, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x47, 0x75 -.byte 0x6e, 0x00, 0x00, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73 -.byte 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x53, 0x70, 0x6f, 0x72, 0x74, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x77, 0x68, 0x69, 0x63, 0x68, 0x20, 0x68, 0x61 -.byte 0x6c, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x46, 0x69, 0x72, 0x65, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x0a, 0x6d, 0x6f, 0x76, 0x65 -.byte 0x73, 0x2e, 0x00, 0x00, 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x53, 0x70, 0x6f, 0x72, 0x74, 0x00, 0x50, 0x69, 0x6e, 0x20, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6c, 0x65, 0x00, 0x44, 0x65, 0x74, 0x65 -.byte 0x63, 0x74, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x44, 0x65, 0x63, 0x6f -.byte 0x79, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67 -.byte 0x65, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x69, 0x74, 0x73, 0x20, 0x66, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x0a, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x75, 0x62, 0x73 -.byte 0x74, 0x69, 0x74, 0x75, 0x74, 0x65, 0x00, 0x00, 0x52, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x20, 0x4b, 0x69, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x20 -.byte 0x43, 0x75, 0x72, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x50, 0x72 -.byte 0x6f, 0x74, 0x65, 0x63, 0x74, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x65, 0x6e, 0x65, 0x6d, 0x79, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x0a, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73 -.byte 0x2e, 0x00, 0x00, 0x00, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x00, 0x4d, 0x61, 0x63, 0x68, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x00, 0x4d, 0x75, 0x64, 0x20, 0x53, 0x68, 0x6f, 0x74 -.byte 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x4d, 0x61, 0x67, 0x69, 0x63, 0x20 -.byte 0x43, 0x6f, 0x61, 0x74, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x73 -.byte 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6c, 0x79, 0x0a, 0x62, 0x61, 0x63, 0x6b, 0x20, 0x74, 0x6f, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x67, 0x69, 0x63, 0x20, 0x43, 0x6f, 0x61, 0x74, 0x00, 0x00, 0x4d, 0x61, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x20 -.byte 0x4c, 0x65, 0x61, 0x66, 0x00, 0x00, 0x00, 0x00, 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x69, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x64, 0x61, 0x6d, 0x61 -.byte 0x67, 0x65, 0x20, 0x76, 0x61, 0x72, 0x69, 0x65, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x20, 0x64, 0x61 -.byte 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x23, 0x63, 0x35, 0x64, 0x69, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x0a, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x2e, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x67, 0x6e, 0x69, 0x74, 0x75, 0x64, 0x65, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x73, 0x20 -.byte 0x73, 0x70, 0x69, 0x6b, 0x65, 0x73, 0x20, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x66, 0x6f, 0x6f, 0x74, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x53, 0x70, 0x69, 0x6b, 0x65, 0x64, 0x20, 0x54, 0x69, 0x6c -.byte 0x65, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x0a, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x73 -.byte 0x74, 0x65, 0x70, 0x20, 0x6f, 0x6e, 0x20, 0x69, 0x74, 0x2e, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23 -.byte 0x63, 0x35, 0x57, 0x72, 0x61, 0x70, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x57, 0x72 -.byte 0x61, 0x70, 0x70, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x69, 0x73, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x65, 0x64, 0x20, 0x6f, 0x6e, 0x0a, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x42, 0x6f, 0x74, 0x68, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x20, 0x69 -.byte 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x57, 0x72, 0x61, 0x70, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c -.byte 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x50, 0x65, 0x72, 0x69, 0x73, 0x68, 0x20, 0x53, 0x6f, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73 -.byte 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x0a, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x20, 0x54, 0x68, 0x65, 0x20, 0x61 -.byte 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x66, 0x61, 0x69, 0x6e, 0x74, 0x0a, 0x61, 0x66, 0x74, 0x65, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c -.byte 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x50, 0x65, 0x72, 0x69, 0x73, 0x68, 0x20, 0x53, 0x6f, 0x6e, 0x67, 0x00, 0x46, 0x69, 0x72, 0x65, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e -.byte 0x23, 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x72, 0x65, 0x65, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x46, 0x69, 0x72, 0x65, 0x20, 0x53, 0x70, 0x69, 0x6e, 0x00, 0x00, 0x00, 0x53, 0x74, 0x72, 0x69, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x77, 0x69, 0x63, 0x65, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e -.byte 0x63, 0x65, 0x2e, 0x00, 0x42, 0x6f, 0x6e, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6e, 0x67, 0x00, 0x00, 0x42, 0x6f, 0x6e, 0x65, 0x20, 0x43, 0x6c, 0x75, 0x62, 0x00, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73 -.byte 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63 -.byte 0x6b, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x74, 0x77, 0x6f, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x00, 0x54, 0x61, 0x69, 0x6c, 0x20, 0x47, 0x6c, 0x6f, 0x77, 0x00, 0x00, 0x00 -.byte 0x43, 0x6f, 0x76, 0x65, 0x74, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65 -.byte 0x73, 0x20, 0x74, 0x6f, 0x20, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x65, 0x72, 0x72, 0x61, 0x69, 0x6e, 0x2e, 0x00, 0x43, 0x61, 0x6d, 0x6f, 0x75, 0x66, 0x6c, 0x61 -.byte 0x67, 0x65, 0x00, 0x00, 0x42, 0x6f, 0x6e, 0x65, 0x20, 0x52, 0x75, 0x73, 0x68, 0x00, 0x00, 0x00, 0x52, 0x6f, 0x61, 0x72, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c -.byte 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23 -.byte 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x61, 0x20, 0x68, 0x69, 0x67, 0x68, 0x20, 0x63, 0x72, 0x69, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x2d, 0x68, 0x69, 0x74, 0x20, 0x72, 0x61 -.byte 0x74, 0x65, 0x2e, 0x00, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x20, 0x54, 0x61, 0x69, 0x6c, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20 -.byte 0x75, 0x73, 0x65, 0x72, 0x20, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x73, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x68, 0x6f, 0x73, 0x74, 0x69, 0x6c, 0x65, 0x0a, 0x50 -.byte 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x61, 0x70, 0x70, 0x65, 0x61, 0x72, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72 -.byte 0x2e, 0x00, 0x00, 0x00, 0x47, 0x6c, 0x61, 0x72, 0x65, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e -.byte 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x0a, 0x23, 0x63 -.byte 0x35, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x73 -.byte 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x6c, 0x75, 0x64, 0x67, 0x65, 0x20, 0x42, 0x6f, 0x6d, 0x62, 0x00, 0x49, 0x6e, 0x66, 0x6c -.byte 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61 -.byte 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x70, 0x6f, 0x69, 0x73, 0x6f -.byte 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c -.byte 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x68, 0x69, 0x67, 0x68, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23 -.byte 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x65, 0x20, 0x67, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65 -.byte 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x72, 0x65, 0x65, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9 -.byte 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x45, 0x69, 0x74, 0x68, 0x65, 0x72, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f -.byte 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x0a, 0x6f, 0x72, 0x20, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36 -.byte 0x48, 0x50, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x50, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x74, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65 -.byte 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x72, 0x65, 0x65, 0x73 -.byte 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x61, 0x20, 0x68, 0x69, 0x67, 0x68, 0x20, 0x63 -.byte 0x72, 0x69, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x2d, 0x68, 0x69, 0x74, 0x20, 0x72, 0x61, 0x74, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x42, 0x6c, 0x61, 0x7a, 0x65, 0x20, 0x4b, 0x69, 0x63, 0x6b, 0x00, 0x00 -.byte 0x43, 0x72, 0x75, 0x73, 0x68, 0x20, 0x43, 0x6c, 0x61, 0x77, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x43, 0x6f, 0x6e, 0x66 -.byte 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x6c, 0x6c, 0x0a, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x69, 0x72, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b -.byte 0x73, 0x0a, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x65, 0x72, 0x72, 0x61, 0x74, 0x69, 0x63, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x54, 0x65, 0x65, 0x74 -.byte 0x65, 0x72, 0x20, 0x44, 0x61, 0x6e, 0x63, 0x65, 0x00, 0x00, 0x00, 0x00, 0x46, 0x6c, 0x61, 0x73, 0x68, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x20, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74 -.byte 0x0a, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73 -.byte 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73 -.byte 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x72, 0x65, 0x65, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x42, 0x6c, 0x61, 0x73 -.byte 0x74, 0x20, 0x42, 0x75, 0x72, 0x6e, 0x00, 0x00, 0x53, 0x74, 0x6f, 0x6d, 0x70, 0x00, 0x00, 0x00, 0x42, 0x6c, 0x69, 0x7a, 0x7a, 0x61, 0x72, 0x64, 0x00, 0x00, 0x00, 0x00, 0x53, 0x75, 0x6d, 0x6d -.byte 0x6f, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x0a, 0x74, 0x68, 0x65, 0x20 -.byte 0x75, 0x73, 0x65, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x42, 0x65, 0x61, 0x74, 0x20, 0x55, 0x70, 0x00, 0x4b, 0x6e, 0x6f, 0x63, 0x6b, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x20, 0x66, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x2e, 0x0a, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x20, 0x61, 0x20, 0x77 -.byte 0x61, 0x6c, 0x6c, 0x20, 0x6f, 0x72, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x0a, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x73, 0x75, 0x73 -.byte 0x74, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x57, 0x68, 0x69, 0x72, 0x6c, 0x77, 0x69, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x77, 0x65 -.byte 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x62, 0x79 -.byte 0x20, 0x74, 0x77, 0x6f, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x46, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x64, 0x61, 0x6e, 0x63, 0x65, 0x00, 0x00, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70 -.byte 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x49, 0x6d, 0x70, 0x72, 0x69, 0x73, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x52, 0x61, 0x69, 0x73 -.byte 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20 -.byte 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x0a, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x42, 0x75, 0x6c, 0x6b -.byte 0x20, 0x55, 0x70, 0x00, 0x44, 0x69, 0x7a, 0x7a, 0x79, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x74, 0x72, 0x69, 0x67, 0x67 -.byte 0x65, 0x72, 0x20, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x73, 0x0a, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x74, 0x65, 0x72, 0x72, 0x61, 0x69, 0x6e, 0x2e, 0x00, 0x00, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x20, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x45, 0x6d, 0x62, 0x65 -.byte 0x72, 0x00, 0x00, 0x00, 0x48, 0x79, 0x70, 0x65, 0x72, 0x20, 0x46, 0x61, 0x6e, 0x67, 0x00, 0x00, 0x53, 0x63, 0x72, 0x61, 0x74, 0x63, 0x68, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61 -.byte 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x61, 0x6c, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x0a, 0x23 -.byte 0x63, 0x35, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x4c, 0x69, 0x67, 0x68 -.byte 0x74, 0x20, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x7e, 0x32, 0x63, 0x0a, 0x62, 0x75, 0x74, 0x20, 0x65, 0x6d -.byte 0x70, 0x74, 0x69, 0x65, 0x73, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x23, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x6a, 0x75, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x65 -.byte 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x6e, 0x6f, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x20, 0x69, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x42, 0x65, 0x6c -.byte 0x6c, 0x79, 0x23, 0x72, 0x20, 0x69, 0x73, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6f, 0x72, 0x20, 0x6c, 0x65, 0x73, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x42, 0x65, 0x6c, 0x6c, 0x79, 0x20, 0x44, 0x72 -.byte 0x75, 0x6d, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x53, 0x65, 0x74, 0x20, 0x44, 0x61 -.byte 0x6d, 0x61, 0x67, 0x65, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x49, 0x6e, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x65, 0x7e, 0x32, 0x63, 0x20 -.byte 0x61, 0x6c, 0x6c, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x2e, 0x00, 0x00, 0x44, 0x6f, 0x6f, 0x6d, 0x20, 0x44, 0x65, 0x73 -.byte 0x69, 0x72, 0x65, 0x00, 0x42, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x62, 0x65, 0x61, 0x6d, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x66 -.byte 0x6c, 0x6f, 0x70, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x61, 0x73, 0x20, 0x69, 0x74, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x0a, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x72, 0x65 -.byte 0x20, 0x69, 0x73, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x77, 0x68, 0x65, 0x72, 0x65, 0x20, 0x69, 0x74, 0x0a, 0x6c, 0x61, 0x6e -.byte 0x64, 0x73, 0x7e, 0x32, 0x63, 0x20, 0x62, 0x6f, 0x74, 0x68, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x61, 0x72, 0x65, 0x20, 0x68, 0x75, 0x72, 0x74, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x53, 0x70, 0x6c, 0x61, 0x73, 0x68, 0x00, 0x00, 0x48, 0x69, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x77, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x66 -.byte 0x69, 0x76, 0x65, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x0a, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x20, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72 -.byte 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x20, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x66, 0x75 -.byte 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x50, 0x65, 0x74, 0x61, 0x6c, 0x20, 0x44, 0x61, 0x6e, 0x63, 0x65, 0x00, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x69, 0x76, 0x65, 0x6c, 0x79 -.byte 0x20, 0x73, 0x77, 0x69, 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x0a -.byte 0x77, 0x69, 0x74, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x50, 0x6f, 0x6b, 0xe9 -.byte 0x6d, 0x6f, 0x6e, 0x20, 0x69, 0x6e, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x42, 0x61, 0x74, 0x6f, 0x6e, 0x20, 0x50, 0x61, 0x73, 0x73, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63 -.byte 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x61, 0x20, 0x68, 0x69 -.byte 0x67, 0x68, 0x20, 0x63, 0x72, 0x69, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x2d, 0x68, 0x69, 0x74, 0x20, 0x72, 0x61, 0x74, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x52, 0x61, 0x7a, 0x6f, 0x72, 0x20, 0x4c, 0x65 -.byte 0x61, 0x66, 0x00, 0x00, 0x50, 0x6f, 0x75, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x4b, 0x6e, 0x6f, 0x63, 0x6b, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x74, 0x6f, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x00, 0x00, 0x4b, 0x6e, 0x6f, 0x63 -.byte 0x6b, 0x20, 0x4f, 0x66, 0x66, 0x00, 0x00, 0x00, 0x56, 0x69, 0x63, 0x65, 0x67, 0x72, 0x69, 0x70, 0x00, 0x00, 0x00, 0x00, 0x47, 0x75, 0x69, 0x6c, 0x6c, 0x6f, 0x74, 0x69, 0x6e, 0x65, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x66 -.byte 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x00, 0x44, 0x79, 0x6e, 0x61, 0x6d, 0x69, 0x63, 0x70, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x73, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72 -.byte 0x20, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x68, 0x6f, 0x77, 0x20, 0x6f, 0x66, 0x74, 0x65, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x0a, 0x23 -.byte 0x63, 0x34, 0x53, 0x74, 0x6f, 0x63, 0x6b, 0x70, 0x69, 0x6c, 0x65, 0x23, 0x72, 0x20, 0x77, 0x61, 0x73, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x62, 0x65, 0x66, 0x6f, 0x72, 0x65, 0x2e, 0x00, 0x00 -.byte 0x53, 0x70, 0x69, 0x74, 0x20, 0x55, 0x70, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65 -.byte 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e -.byte 0x00, 0x00, 0x00, 0x00, 0x53, 0x74, 0x65, 0x65, 0x6c, 0x20, 0x57, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73 -.byte 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x0a, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23 -.byte 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e -.byte 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f -.byte 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73 -.byte 0x0a, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61 -.byte 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x48, 0x79, 0x70, 0x65, 0x72, 0x20, 0x42, 0x65, 0x61, 0x6d, 0x00, 0x00, 0x48, 0x79, 0x70, 0x65 -.byte 0x72, 0x20, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x48, 0x79, 0x64, 0x72, 0x6f, 0x20, 0x50, 0x75, 0x6d, 0x70, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e -.byte 0x20, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x23 -.byte 0x72, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69 -.byte 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x0a, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x48, 0x79, 0x64, 0x72, 0x6f, 0x20, 0x43, 0x61 -.byte 0x6e, 0x6e, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63 -.byte 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x50, 0x61, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x0a, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20 -.byte 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x46, 0x72, 0x65, 0x6e, 0x7a, 0x79, 0x20, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x00, 0x00, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x44 -.byte 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x7e, 0x32, 0x63, 0x20, 0x62, 0x75, 0x74, 0x20, 0x61, 0x6c, 0x73 -.byte 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53, 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x0a, 0x62, 0x79, 0x20 -.byte 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x20, 0x49, 0x66, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x61, 0x20, 0x47, 0x68, 0x6f, 0x73, 0x74, 0x20, 0x74, 0x79 -.byte 0x70, 0x65, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x69, 0x73, 0x20, 0x23, 0x63, 0x35, 0x63, 0x75, 0x72, 0x73, 0x65, 0x64, 0x23, 0x72, 0x7e -.byte 0x32, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x68, 0x61, 0x6c, 0x76 -.byte 0x65, 0x64, 0x2e, 0x00, 0x43, 0x75, 0x72, 0x73, 0x65, 0x00, 0x00, 0x00, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x72, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x65, 0x64 -.byte 0x20, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x68, 0x6f, 0x77, 0x20, 0x6f, 0x66, 0x74, 0x65, 0x6e, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x23 -.byte 0x63, 0x34, 0x53, 0x74, 0x6f, 0x63, 0x6b, 0x70, 0x69, 0x6c, 0x65, 0x23, 0x72, 0x20, 0x77, 0x61, 0x73, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x62, 0x65, 0x66, 0x6f, 0x72, 0x65, 0x2e, 0x00, 0x00 -.byte 0x42, 0x6f, 0x64, 0x79, 0x20, 0x53, 0x6c, 0x61, 0x6d, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x43, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x69, 0x6f -.byte 0x6e, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x49, 0x6e, 0x67, 0x72, 0x61, 0x69 -.byte 0x6e, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x62, 0x65, 0x63, 0x6f, 0x6d, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x63 -.byte 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x6d, 0x6f, 0x76, 0x69, 0x6e, 0x67, 0x7e, 0x32, 0x63, 0x0a, 0x62, 0x75, 0x74, 0x20, 0x72, 0x65, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x49, 0x6e, 0x67, 0x72 -.byte 0x61, 0x69, 0x6e, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x4e, 0x61, 0x70, 0x70, 0x69, 0x6e -.byte 0x67, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x55, 0x70, 0x6f, 0x6e, 0x20, 0x61, 0x77, 0x61, 0x6b, 0x65, 0x6e, 0x69, 0x6e, 0x67, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x72, 0x65, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x0a, 0x61, 0x6e, 0x64, 0x20, 0x72, 0x65 -.byte 0x63, 0x6f, 0x76, 0x65, 0x72, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x70, 0x72, 0x6f, 0x62, 0x6c, 0x65, 0x6d, 0x73, 0x2e -.byte 0x00, 0x00, 0x00, 0x00, 0x52, 0x65, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e -.byte 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x6f, 0x20, 0x74, 0x6f, 0x0a, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d -.byte 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x6d, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00 -.byte 0x53, 0x6c, 0x65, 0x65, 0x70, 0x20, 0x50, 0x6f, 0x77, 0x64, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f -.byte 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73, 0x20, 0x61, 0x6e, 0x64 -.byte 0x20, 0x66, 0x72, 0x65, 0x65, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x48, 0x65, 0x61, 0x74, 0x20, 0x57, 0x61, 0x76 -.byte 0x65, 0x00, 0x00, 0x00, 0x24, 0x6d, 0x30, 0x20, 0x63, 0x68, 0x6f, 0x73, 0x65, 0x20, 0x24, 0x69, 0x30, 0x21, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73 -.byte 0x65, 0x72, 0x20, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x6c, 0x79, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x0a, 0x6f, 0x75, 0x74, 0x20, 0x6f, 0x66, 0x20 -.byte 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x0a -.byte 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x00, 0x00, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x20, 0x66, 0x61 -.byte 0x69, 0x6e, 0x74, 0x73, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x64, 0x72, 0x6f, 0x70, 0x20, 0x6d, 0x6f, 0x6e, 0x65, 0x79, 0x2e, 0x00, 0x50, 0x61, 0x79, 0x20 -.byte 0x44, 0x61, 0x79, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6f, 0x66 -.byte 0x20, 0x69, 0x74, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x0a, 0x61, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x74, 0x20, 0x61, 0x20, 0x66, 0x6f, 0x65, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x61, 0x74 -.byte 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x69, 0x74, 0x20, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20, 0x69, 0x74, 0x20, 0x69, 0x73, 0x0a, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x69, 0x6e, 0x67, 0x2e, 0x00, 0x00 -.byte 0x53, 0x6c, 0x65, 0x65, 0x70, 0x20, 0x54, 0x61, 0x6c, 0x6b, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x63, 0x72, 0x69, 0x6e, 0x67, 0x65, 0x23, 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x72, 0x65, 0x61, 0x63, 0x68, 0x65, 0x73, 0x20, 0x75 -.byte 0x70, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x77, 0x6f, 0x20, 0x74, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x61, 0x68, 0x65, 0x61, 0x64, 0x2e, 0x00, 0x00, 0x00, 0x46, 0x61, 0x6b, 0x65, 0x20, 0x4f, 0x75, 0x74 -.byte 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x57, 0x69, 0x73, 0x68, 0x23, 0x72 -.byte 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x72, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x20, 0x72, 0x61, 0x74, 0x65, 0x2e, 0x00, 0x00, 0x4c, 0x65, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00 -.byte 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x77, 0x65 -.byte 0x61, 0x74, 0x68, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x0a, 0x23, 0x63, 0x35, 0x53, 0x75, 0x6e, 0x6e, 0x79, 0x23, 0x72, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c -.byte 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x53, 0x75, 0x6e, 0x6e, 0x79, 0x20, 0x44, 0x61, 0x79, 0x00, 0x00, 0x00, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x77, 0x69, 0x63, 0x65, 0x20, 0x69, 0x6e, 0x20, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x44, 0x6f, 0x75, 0x62 -.byte 0x6c, 0x65, 0x20, 0x4b, 0x69, 0x63, 0x6b, 0x00, 0x4e, 0x65, 0x65, 0x64, 0x6c, 0x65, 0x20, 0x41, 0x72, 0x6d, 0x00, 0x00, 0x43, 0x6f, 0x70, 0x69, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x23, 0x72, 0x2e, 0x0a -.byte 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x72, 0x65, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x69, 0x74, 0x73, 0x20, 0x6f, 0x77, 0x6e, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63 -.byte 0x69, 0x61, 0x6c, 0x20, 0x41, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x23, 0x72, 0x0a, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69, 0x74, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x00, 0x52, 0x6f, 0x6c, 0x65, 0x20, 0x50, 0x6c, 0x61, 0x79, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x6f, 0x75, 0x62 -.byte 0x6c, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x64, 0x69, 0x76, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x66, 0x6f, 0x65, 0x2e, 0x00 -.byte 0x53, 0x75, 0x72, 0x66, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6c, 0x61, 0x63, 0x6b, 0x20, 0x4f, 0x66, 0x66, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23 -.byte 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f -.byte 0x6f, 0x6d, 0x0a, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x47, 0x72, 0x6f, 0x77, 0x6c, 0x00, 0x00, 0x00, 0x44, 0x61, 0x6d, 0x61 -.byte 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x0a, 0x54, 0x68 -.byte 0x65, 0x20, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68 -.byte 0x65, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x4e, 0x69, 0x67, 0x68, 0x74, 0x20, 0x53, 0x68 -.byte 0x61, 0x64, 0x65, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69 -.byte 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x74, 0x77, 0x6f, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x41, 0x6d, 0x6e, 0x65 -.byte 0x73, 0x69, 0x61, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x6e, 0x61, 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32 -.byte 0x37, 0x73, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x0a, 0x74, 0x6f, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x7e, 0x32, 0x37, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x54, 0x68, 0x69, 0x65, 0x66, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x6f, 0x6e -.byte 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x75, 0x64, 0x2d, 0x53, 0x6c, 0x61, 0x70, 0x00, 0x00, 0x00, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x4d, 0x75, 0x64, 0x20, 0x53 -.byte 0x70, 0x6f, 0x72, 0x74, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x77, 0x68, 0x69, 0x63, 0x68, 0x20, 0x68, 0x61, 0x6c, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72 -.byte 0x20, 0x6f, 0x66, 0x20, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72, 0x69, 0x63, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x0a, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x75, 0x64, 0x20 -.byte 0x53, 0x70, 0x6f, 0x72, 0x74, 0x00, 0x00, 0x00, 0x44, 0x72, 0x69, 0x6c, 0x6c, 0x20, 0x50, 0x65, 0x63, 0x6b, 0x00, 0x00, 0x4b, 0x69, 0x63, 0x6b, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61 -.byte 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x68, 0x72, 0x65, 0x65, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x73, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x72, 0x69, 0x73, 0x65 -.byte 0x73, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x65, 0x76, 0x65, 0x72, 0x79, 0x20, 0x6b, 0x69, 0x63, 0x6b, 0x2e, 0x00, 0x00, 0x54, 0x72, 0x69, 0x70, 0x6c, 0x65, 0x20, 0x4b, 0x69, 0x63, 0x6b, 0x00 -.byte 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20 -.byte 0x77, 0x69, 0x74, 0x68, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x68, 0x6f, 0x6c, 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x20, 0x69, 0x66, 0x20, 0x62, 0x6f, 0x74, 0x68, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x68, 0x6f, 0x6c -.byte 0x64, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x54, 0x72, 0x69, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x44, 0x72, 0x61, 0x67, 0x6f, 0x6e, 0x20, 0x43, 0x6c, 0x61, 0x77, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a -.byte 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6f, 0x72, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x54, 0x72, 0x69, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x00, 0x00 -.byte 0x48, 0x69, 0x20, 0x4a, 0x75, 0x6d, 0x70, 0x20, 0x4b, 0x69, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x42, 0x6f, 0x75, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e -.byte 0x67, 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x6c, 0x79, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74 -.byte 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61 -.byte 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23 -.byte 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b, 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x62, 0x75, 0x74, 0x20, 0x68, 0x75, 0x72, 0x74, 0x73, 0x0a, 0x74 -.byte 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69, 0x66, 0x20, 0x69, 0x74, 0x20, 0x6d, 0x69, 0x73, 0x73, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x4a, 0x75, 0x6d, 0x70, 0x20, 0x4b, 0x69, 0x63 -.byte 0x6b, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x7e, 0x32, 0x63, 0x20, 0x62, 0x75, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x0a, 0x68, 0x75, 0x72, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x00, 0x00, 0x00 -.byte 0x54, 0x61, 0x6b, 0x65, 0x20, 0x44, 0x6f, 0x77, 0x6e, 0x00, 0x00, 0x00, 0x41, 0x63, 0x69, 0x64, 0x20, 0x41, 0x72, 0x6d, 0x6f, 0x72, 0x00, 0x00, 0x53, 0x70, 0x69, 0x6b, 0x65, 0x20, 0x43, 0x61 -.byte 0x6e, 0x6e, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x20, 0x53, 0x74, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x00, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x70, 0x6f -.byte 0x77, 0x64, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72 -.byte 0x67, 0x65, 0x74, 0x0a, 0x23, 0x63, 0x35, 0x62, 0x61, 0x64, 0x6c, 0x79, 0x20, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67 -.byte 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x0a, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x50, 0x6f, 0x69, 0x73 -.byte 0x6f, 0x6e, 0x20, 0x46, 0x61, 0x6e, 0x67, 0x00, 0x23, 0x63, 0x35, 0x42, 0x61, 0x64, 0x6c, 0x79, 0x20, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x73, 0x23, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x66, 0x20, 0x61, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x69, 0x73, 0x20, 0x23, 0x63, 0x35, 0x62, 0x61, 0x64, 0x6c, 0x79, 0x20 -.byte 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x0a, 0x73, 0x75, 0x73, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65 -.byte 0x20, 0x6f, 0x76, 0x65, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x54, 0x6f, 0x78, 0x69, 0x63, 0x00, 0x00, 0x00 -.byte 0x23, 0x63, 0x35, 0x50, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x73, 0x23, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x66, 0x20, 0x61, 0x20, 0x50, 0x6f -.byte 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x69, 0x73, 0x20, 0x23, 0x63, 0x35, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x73, 0x75, 0x73 -.byte 0x74, 0x61, 0x69, 0x6e, 0x73, 0x0a, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e -.byte 0x00, 0x00, 0x00, 0x00, 0x48, 0x6f, 0x77, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x4c, 0x65, 0x67, 0x20 -.byte 0x48, 0x6f, 0x6c, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x6d -.byte 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x00 -.byte 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20 -.byte 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x73, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x70, 0x72 -.byte 0x65, 0x76, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x6f, 0x72, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x00, 0x00 -.byte 0x5a, 0x61, 0x70, 0x20, 0x43, 0x61, 0x6e, 0x6e, 0x6f, 0x6e, 0x00, 0x00, 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x20, 0x57, 0x61, 0x76, 0x65, 0x00, 0x00, 0x00, 0x00, 0x53, 0x77, 0x65, 0x65 -.byte 0x74, 0x20, 0x4b, 0x69, 0x73, 0x73, 0x00, 0x00, 0x51, 0x75, 0x69, 0x63, 0x6b, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74 -.byte 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6e, 0x65, 0x76, 0x65, 0x72, 0x20, 0x6d, 0x69, 0x73, 0x73, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x00 -.byte 0x53, 0x68, 0x6f, 0x63, 0x6b, 0x20, 0x57, 0x61, 0x76, 0x65, 0x00, 0x00, 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x73, 0x68, 0x6f, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x57, 0x61, 0x72, 0x70 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x73, 0x70, 0x6f, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68 -.byte 0x65, 0x0a, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x54, 0x65, 0x6c, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x00, 0x00, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73 -.byte 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20 -.byte 0x74, 0x77, 0x6f, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x49, 0x72, 0x6f, 0x6e, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x00, 0x00, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73 -.byte 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61 -.byte 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x0a, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x0a, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x48, 0x65, 0x6c, 0x70 -.byte 0x69, 0x6e, 0x67, 0x20, 0x48, 0x61, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23 -.byte 0x63, 0x35, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x32, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x63, 0x68, 0x61, 0x6e -.byte 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x74, 0x68, 0x61 -.byte 0x74, 0x20, 0x69, 0x73, 0x0a, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x20, 0x61, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x74, 0x79, 0x70 -.byte 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x6f, 0x6b, 0x20, 0x6c, 0x61, 0x73, 0x74, 0x2e, 0x00, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x32, 0x00, 0x00, 0x00, 0x00 -.byte 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x74, 0x79, 0x70, 0x65, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x0a, 0x74, 0x79, 0x70, 0x65, 0x20, 0x61, 0x73, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x69, 0x74, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73 -.byte 0x2e, 0x00, 0x00, 0x00, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x00, 0x00, 0x56, 0x69, 0x6e, 0x65, 0x20, 0x57, 0x68, 0x69, 0x70, 0x00, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73 -.byte 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x74 -.byte 0x77, 0x6f, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x00, 0x53, 0x77, 0x6f, 0x72, 0x64, 0x73, 0x20, 0x44, 0x61, 0x6e, 0x63, 0x65, 0x00, 0x00, 0x00, 0x00, 0x49, 0x63, 0x69, 0x63 -.byte 0x6c, 0x65, 0x20, 0x53, 0x70, 0x65, 0x61, 0x72, 0x00, 0x00, 0x00, 0x00, 0x41, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x63, 0x65, 0x00, 0x00, 0x57, 0x69, 0x6e, 0x67, 0x20, 0x41, 0x74, 0x74 -.byte 0x61, 0x63, 0x6b, 0x00, 0x44, 0x65, 0x66, 0x65, 0x61, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x69, 0x6e, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x73, 0x68 -.byte 0x6f, 0x74, 0x2d, 0x2d, 0x69, 0x66, 0x20, 0x69, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x6e, 0x6f, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74 -.byte 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x20, 0x47, 0x68, 0x6f, 0x73, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x48, 0x6f, 0x72, 0x6e, 0x20, 0x44, 0x72, 0x69 -.byte 0x6c, 0x6c, 0x00, 0x00, 0x48, 0x6f, 0x72, 0x6e, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x00, 0x50, 0x65, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x65, 0x61 -.byte 0x6d, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x20, 0x54, 0x68, 0x65 -.byte 0x20, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x0a, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x72, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x65, 0x64, 0x20, 0x64, 0x65, 0x70 -.byte 0x65, 0x6e, 0x64, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x54, 0x61, 0x75, 0x6e, 0x74, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x0a, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x65, 0x64, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x54, 0x61, 0x75, 0x6e, 0x74, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c -.byte 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x43, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e -.byte 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x73, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b -.byte 0x73, 0x20, 0x61, 0x6e, 0x64, 0x0a, 0x6d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x65, 0x72, 0x72, 0x61, 0x74, 0x69, 0x63, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x75, 0x70, 0x65 -.byte 0x72, 0x73, 0x6f, 0x6e, 0x69, 0x63, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x64, 0x65, 0x70, 0x65 -.byte 0x6e, 0x64, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x23, 0x72, 0x2e, 0x00 -.byte 0x53, 0x65, 0x69, 0x73, 0x6d, 0x69, 0x63, 0x20, 0x54, 0x6f, 0x73, 0x73, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x69, 0x6e, 0x69, 0x6d, 0x69, 0x7a, 0x65, 0x00, 0x00, 0x00, 0x00, 0x42, 0x61, 0x72, 0x72 -.byte 0x61, 0x67, 0x65, 0x00, 0x46, 0x61, 0x69, 0x6e, 0x74, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x45, 0x67, 0x67, 0x20, 0x42, 0x6f, 0x6d, 0x62, 0x00, 0x00, 0x00, 0x00 -.byte 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f -.byte 0x6f, 0x6d, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x71, 0x75, 0x61, 0x72, 0x74, 0x65, 0x72, 0x0a, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x69, 0x72, 0x20, 0x23, 0x63, 0x36, 0x6d, 0x61 -.byte 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x00, 0x53, 0x6f, 0x66, 0x74, 0x62, 0x6f, 0x69, 0x6c, 0x65, 0x64, 0x00, 0x00, 0x48, 0x69, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x77, 0x69, 0x63, 0x65, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x20, 0x64, 0x69, 0x73, 0x74, 0x61 -.byte 0x6e, 0x63, 0x65, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x20, 0x23, 0x63, 0x35, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x6f -.byte 0x76, 0x65, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x54, 0x77, 0x69, 0x6e, 0x65, 0x65, 0x64, 0x6c, 0x65, 0x00, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63 -.byte 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x20, 0x74, 0x77, 0x6f -.byte 0x20, 0x74, 0x6f, 0x20, 0x66, 0x69, 0x76, 0x65, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00 -.byte 0x42, 0x75, 0x6c, 0x6c, 0x65, 0x74, 0x20, 0x53, 0x65, 0x65, 0x64, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x0a, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x63, 0x72, 0x69, 0x6e, 0x67, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67 -.byte 0x0a, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x20, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x0a, 0x6f, 0x6e, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x66, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x62 -.byte 0x6f, 0x75, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x54, 0x77, 0x69, 0x73, 0x74, 0x65, 0x72, 0x00, 0x53, 0x6c, 0x61, 0x6d -.byte 0x00, 0x00, 0x00, 0x00, 0x53, 0x74, 0x6f, 0x63, 0x6b, 0x70, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x75, 0x70, 0x20, 0x74, 0x6f, 0x20, 0x74 -.byte 0x68, 0x72, 0x65, 0x65, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x64, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x62, 0x6f, 0x6f -.byte 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x65, 0x72, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x6e, 0x63, 0x65, 0x0a, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73 -.byte 0x20, 0x23, 0x63, 0x34, 0x53, 0x77, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x34, 0x53, 0x70, 0x69, 0x74, 0x20, 0x55, 0x70, 0x23, 0x72, 0x2e, 0x00 -.byte 0x53, 0x74, 0x6f, 0x63, 0x6b, 0x70, 0x69, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x23, 0x72, 0x0a, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65 -.byte 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x4d, 0x75, 0x64, 0x64, 0x79, 0x20, 0x57, 0x61, 0x74, 0x65, 0x72, 0x00, 0x57, 0x61, 0x74, 0x65, 0x72, 0x66, 0x61, 0x6c, 0x6c, 0x00, 0x00, 0x00 -.byte 0x46, 0x69, 0x72, 0x65, 0x20, 0x42, 0x6c, 0x61, 0x73, 0x74, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23 -.byte 0x63, 0x35, 0x44, 0x69, 0x76, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x61 -.byte 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x6c, 0x79, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e -.byte 0x0a, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b, 0x23, 0x72 -.byte 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x63, 0x61, 0x6e, 0x7e, 0x32, 0x37, 0x74, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x77 -.byte 0x69, 0x74, 0x68, 0x6f, 0x75, 0x74, 0x20, 0x77, 0x61, 0x74, 0x65, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x44, 0x69, 0x76, 0x65, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68 -.byte 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x62, 0x6c, 0x6f, 0x77, 0x20, 0x75, 0x70, 0x20, 0x69, 0x6e, 0x0a, 0x61, 0x20, 0x23, 0x63, 0x35, 0x68, 0x75, 0x67, 0x65, 0x20, 0x65, 0x78, 0x70, 0x6c -.byte 0x6f, 0x73, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20 -.byte 0x61, 0x6c, 0x6c, 0x0a, 0x73, 0x75, 0x72, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f -.byte 0x20, 0x64, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x73, 0x0a, 0x73, 0x75, 0x72, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20 -.byte 0x77, 0x61, 0x6c, 0x6c, 0x73, 0x2e, 0x00, 0x00, 0x45, 0x78, 0x70, 0x6c, 0x6f, 0x73, 0x69, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x54, 0x61, 0x63, 0x6b, 0x6c, 0x65, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20 -.byte 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x46, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75 -.byte 0x73, 0x7e, 0x32, 0x63, 0x20, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x6c, 0x79, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73 -.byte 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b, 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x46, 0x6c, 0x79, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x61, 0x20, 0x73, 0x65, 0x74, 0x20, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x20, 0x64 -.byte 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6f, 0x6e, 0x69, 0x63, 0x62, 0x6f, 0x6f, 0x6d, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x53, 0x6f, 0x6c, 0x61, 0x72, 0x62, 0x65, 0x61, 0x6d, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73 -.byte 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x6c, 0x79, 0x20, 0x6f, 0x6e -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62 -.byte 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b, 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x00, 0x00, 0x53, 0x6f, 0x6c, 0x61 -.byte 0x72, 0x62, 0x65, 0x61, 0x6d, 0x00, 0x00, 0x00, 0x44, 0x65, 0x66, 0x65, 0x61, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x69, 0x6e, 0x20, 0x6f, 0x6e -.byte 0x65, 0x20, 0x73, 0x68, 0x6f, 0x74, 0x2d, 0x2d, 0x69, 0x66, 0x20, 0x69, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x2e, 0x00, 0x53, 0x68, 0x65, 0x65, 0x72, 0x20, 0x43, 0x6f, 0x6c, 0x64, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00 -.byte 0x53, 0x61, 0x63, 0x72, 0x65, 0x64, 0x20, 0x46, 0x69, 0x72, 0x65, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x0a, 0x6c, 0x65, 0x76, 0x65, 0x6c -.byte 0x2e, 0x00, 0x00, 0x00, 0x47, 0x72, 0x6f, 0x77, 0x74, 0x68, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x69, 0x6e -.byte 0x67, 0x20, 0x69, 0x74, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6d, 0x6f, 0x67 -.byte 0x00, 0x00, 0x00, 0x00, 0x4b, 0x69, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x00, 0x53, 0x77, 0x69, 0x66, 0x74, 0x00, 0x00, 0x00, 0x53, 0x70, 0x61, 0x72, 0x6b, 0x00, 0x00, 0x00, 0x53, 0x61, 0x6e, 0x64 -.byte 0x20, 0x54, 0x6f, 0x6d, 0x62, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63 -.byte 0x36, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x61, 0x6e, 0x64 -.byte 0x2d, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f -.byte 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x0a, 0x23, 0x63, 0x35, 0x53, 0x61, 0x6e, 0x64, 0x73, 0x74, 0x6f, 0x72, 0x6d, 0x23, 0x72, 0x20 -.byte 0x66, 0x6f, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x53, 0x61, 0x6e, 0x64, 0x73, 0x74, 0x6f, 0x72, 0x6d, 0x00, 0x00, 0x00 -.byte 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x2d, 0x45, 0x64, 0x67, 0x65, 0x00, 0x48, 0x65, 0x61, 0x64, 0x62, 0x75, 0x74, 0x74, 0x00, 0x00, 0x00, 0x00, 0x43, 0x6f, 0x70, 0x69, 0x65, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x6c, 0x61, 0x73, 0x74, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x0a -.byte 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x2e, 0x0a, 0x23, 0x63, 0x34, 0x53, 0x6b -.byte 0x65, 0x74, 0x63, 0x68, 0x23, 0x72, 0x20, 0x64, 0x69, 0x73, 0x61, 0x70, 0x70, 0x65, 0x61, 0x72, 0x73, 0x20, 0x61, 0x66, 0x74, 0x65, 0x72, 0x20, 0x69, 0x74, 0x20, 0x63, 0x6f, 0x70, 0x69, 0x65 -.byte 0x73, 0x20, 0x61, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x6b, 0x65, 0x74, 0x63, 0x68, 0x00, 0x00, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x23, 0x72, 0x20, 0x77 -.byte 0x69, 0x74, 0x68, 0x0a, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x00, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x20, 0x53, 0x77 -.byte 0x61, 0x70, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x69 -.byte 0x73, 0x20, 0x65, 0x69, 0x74, 0x68, 0x65, 0x72, 0x0a, 0x23, 0x63, 0x35, 0x66, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x62, 0x6f, 0x75, 0x6e, 0x63 -.byte 0x69, 0x6e, 0x67, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x53, 0x6b, 0x79, 0x20, 0x55, 0x70, 0x70, 0x65, 0x72, 0x63, 0x75, 0x74, 0x00, 0x00, 0x00, 0x00, 0x41, 0x62, 0x73, 0x6f, 0x72, 0x62, 0x00, 0x00 -.byte 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x73, 0x61, 0x6d, 0x65, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x53, 0x61, 0x66, 0x65, 0x67, 0x75, 0x61, 0x72, 0x64 -.byte 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x77, 0x68, 0x69, 0x63, 0x68, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x73, 0x74, 0x61, 0x74 -.byte 0x75, 0x73, 0x20, 0x70, 0x72, 0x6f, 0x62, 0x6c, 0x65, 0x6d, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x61, 0x66, 0x65, 0x67, 0x75, 0x61, 0x72, 0x64, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c -.byte 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61 -.byte 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x63, 0x72 -.byte 0x69, 0x6e, 0x67, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66 -.byte 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x69, 0x6e, 0x67, 0x0a, 0x6f, 0x72, 0x20, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x45, 0x78, 0x74, 0x72 -.byte 0x61, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72, 0x79, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61 -.byte 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x75, 0x70, 0x20, 0x74, 0x6f, 0x0a, 0x74, 0x77, 0x6f, 0x20, 0x74, 0x69, 0x6c, 0x65, 0x73, 0x20, 0x61, 0x68, 0x65, 0x61, 0x64, 0x2e, 0x00, 0x00 -.byte 0x45, 0x78, 0x74, 0x72, 0x65, 0x6d, 0x65, 0x73, 0x70, 0x65, 0x65, 0x64, 0x00, 0x00, 0x00, 0x00, 0x44, 0x65, 0x66, 0x65, 0x61, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67 -.byte 0x65, 0x74, 0x20, 0x69, 0x6e, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x73, 0x68, 0x6f, 0x74, 0x2d, 0x2d, 0x69, 0x66, 0x20, 0x69, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68 -.byte 0x61, 0x73, 0x20, 0x6e, 0x6f, 0x20, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x20, 0x66, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x20, 0x66, 0x6f, 0x65, 0x2e, 0x00, 0x00, 0x00 -.byte 0x46, 0x69, 0x73, 0x73, 0x75, 0x72, 0x65, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x4d, 0x69 -.byte 0x73, 0x74, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61 -.byte 0x63, 0x6b, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69 -.byte 0x61, 0x6c, 0x0a, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73 -.byte 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x23, 0x63, 0x36, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x0a, 0x23, 0x63, 0x36, 0x45 -.byte 0x76, 0x61, 0x73, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x62, 0x65, 0x69, 0x6e, 0x67, 0x20, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x64, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x4d, 0x69, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00, 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23, 0x63, 0x35, 0x70 -.byte 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x0a, 0x61, 0x6e, 0x79, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63 -.byte 0x6b, 0x73, 0x20, 0x6f, 0x72, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x62, 0x6f, 0x6c, 0x74, 0x00, 0x54, 0x68, 0x65, 0x20 -.byte 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61 -.byte 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72, 0x69, 0x63, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x0a, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x6e, 0x65 -.byte 0x78, 0x74, 0x2e, 0x00, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e -.byte 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37 -.byte 0x73, 0x0a, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65 -.byte 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x68, 0x61, 0x64, 0x6f, 0x77, 0x20, 0x42, 0x61, 0x6c, 0x6c, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6e, 0x65, 0x76, 0x65, 0x72, 0x20, 0x6d, 0x69, 0x73, 0x73 -.byte 0x65, 0x73, 0x2e, 0x00, 0x53, 0x68, 0x61, 0x64, 0x6f, 0x77, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x00, 0x00, 0x00, 0x42, 0x69, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x00, 0x43, 0x61, 0x75, 0x73 -.byte 0x65, 0x73, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x20, 0x69, 0x6e, 0x20, 0x73, 0x75, 0x72, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67 -.byte 0x20, 0x66, 0x6f, 0x65, 0x73, 0x2e, 0x0a, 0x41, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x23, 0x63, 0x35 -.byte 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x20, 0x69, 0x73, 0x0a, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x74, 0x74, 0x61 -.byte 0x63, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x6f, 0x72, 0x20, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x74, 0x75, 0x6e, 0x20, 0x53, 0x70, 0x6f -.byte 0x72, 0x65, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x23, 0x63, 0x35, 0x65, 0x78, 0x70, 0x6c, 0x6f, 0x64, 0x65, 0x23, 0x72, 0x7e -.byte 0x32, 0x63, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x69, 0x6e, 0x67, 0x0a, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x73, 0x75, 0x72, 0x72 -.byte 0x6f, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x64, 0x65, 0x73, 0x74, 0x72, 0x6f, 0x79 -.byte 0x73, 0x20, 0x73, 0x75, 0x72, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x65, 0x6c, 0x66, 0x64, 0x65, 0x73, 0x74 -.byte 0x72, 0x75, 0x63, 0x74, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63 -.byte 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x54, 0x61, 0x69, 0x6c -.byte 0x20, 0x57, 0x68, 0x69, 0x70, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63 -.byte 0x36, 0x48, 0x50, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x65, 0x20, 0x67, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e -.byte 0x00, 0x00, 0x00, 0x00, 0x46, 0x6c, 0x61, 0x69, 0x6c, 0x00, 0x00, 0x00, 0x4c, 0x69, 0x63, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x6f, 0x73, 0x65, 0x73, 0x20, 0x61, 0x20, 0x76, 0x61, 0x72 -.byte 0x69, 0x65, 0x74, 0x79, 0x20, 0x6f, 0x66, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x0a, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64 -.byte 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x20, 0x74, 0x65, 0x72, 0x72, 0x61, 0x69, 0x6e, 0x2e, 0x00, 0x4e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00 -.byte 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20 -.byte 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x23, 0x63, 0x35, 0x64, 0x69, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x0a, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x45, 0x61, 0x72, 0x74, 0x68, 0x71, 0x75, 0x61, 0x6b, 0x65, 0x00, 0x00, 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x68, 0x61, 0x6c, 0x66, 0x20, 0x69, 0x74, 0x73, 0x0a, 0x23, 0x63, 0x36, 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d -.byte 0x20, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x52, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73 -.byte 0x6f, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x00, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x00, 0x00 -.byte 0x43, 0x6f, 0x70, 0x69, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x20, 0x66, 0x6f, 0x72 -.byte 0x20, 0x73, 0x74, 0x61, 0x74, 0x73, 0x20, 0x73, 0x75, 0x63, 0x68, 0x0a, 0x61, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23 -.byte 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x50, 0x73, 0x79, 0x63, 0x68, 0x20, 0x55, 0x70, 0x00, 0x00, 0x00, 0x00, 0x53, 0x69, 0x67, 0x6e -.byte 0x61, 0x6c, 0x20, 0x42, 0x65, 0x61, 0x6d, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x68, 0x69, 0x67, 0x68, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23 -.byte 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x65, 0x20, 0x67, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65 -.byte 0x2e, 0x00, 0x00, 0x00, 0x57, 0x61, 0x74, 0x65, 0x72, 0x20, 0x53, 0x70, 0x6f, 0x75, 0x74, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x65, 0x61 -.byte 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x0a, 0x67, 0x61, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23 -.byte 0x63, 0x35, 0x53, 0x6c, 0x65, 0x65, 0x70, 0x6c, 0x65, 0x73, 0x73, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x73, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20 -.byte 0x63, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x20, 0x66, 0x61, 0x6c, 0x6c, 0x20, 0x61, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x61, 0x77, 0x61, 0x6b -.byte 0x65, 0x6e, 0x73, 0x20, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x00, 0x00, 0x55, 0x70, 0x72, 0x6f -.byte 0x61, 0x72, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x0a, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x62, 0x79 -.byte 0x20, 0x74, 0x77, 0x6f, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x50, 0x73, 0x79, 0x63, 0x68, 0x6f, 0x20, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00 -.byte 0x50, 0x73, 0x79, 0x63, 0x68, 0x69, 0x63, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x54, 0x68, 0x65 -.byte 0x20, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x73, 0x0a, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x50, 0x73, 0x79, 0x77, 0x61, 0x76, 0x65, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63 -.byte 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f -.byte 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x0a, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e -.byte 0x00, 0x00, 0x00, 0x00, 0x50, 0x73, 0x79, 0x62, 0x65, 0x61, 0x6d, 0x00, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53, 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76 -.byte 0x65, 0x6c, 0x2e, 0x00, 0x53, 0x63, 0x61, 0x72, 0x79, 0x20, 0x46, 0x61, 0x63, 0x65, 0x00, 0x00, 0x52, 0x6f, 0x6c, 0x6c, 0x6f, 0x75, 0x74, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x45, 0x6e, 0x64, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e -.byte 0x0a, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x73, 0x75, 0x72, 0x76, 0x69, 0x76, 0x65, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63 -.byte 0x6b, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x6a, 0x75, 0x73, 0x74, 0x0a, 0x6f, 0x6e, 0x65, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x45, 0x6e, 0x64, 0x75 -.byte 0x72, 0x65, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20 -.byte 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x0a, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63 -.byte 0x6b, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x74, 0x65, 0x6f, 0x72, 0x20, 0x4d, 0x61, 0x73, 0x68, 0x00 -.byte 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x44, 0x65, 0x63, 0x6f, 0x79, 0x23, 0x72, 0x20, 0x73, 0x74 -.byte 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x20, 0x74, 0x61 -.byte 0x72, 0x67, 0x65, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x20, 0x4d, 0x65, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c -.byte 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61 -.byte 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x23, 0x63, 0x35, 0x66, 0x72, 0x6f, 0x7a, 0x65 -.byte 0x6e, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x0a, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x50, 0x6f, 0x77, 0x64, 0x65, 0x72, 0x20, 0x53, 0x6e, 0x6f, 0x77, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23 -.byte 0x63, 0x35, 0x53, 0x6b, 0x79, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x74, 0x20 -.byte 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x73, 0x74, 0x72, 0x6f, 0x6e, 0x67, 0x6c, 0x79, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72 -.byte 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b -.byte 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x6b, 0x79, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73 -.byte 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64 -.byte 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x0a, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76 -.byte 0x65, 0x6c, 0x2e, 0x00, 0x43, 0x6f, 0x73, 0x6d, 0x69, 0x63, 0x20, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x47, 0x69, 0x76, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73 -.byte 0x65, 0x72, 0x20, 0x23, 0x63, 0x35, 0x53, 0x75, 0x72, 0x65, 0x20, 0x53, 0x68, 0x6f, 0x74, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69 -.byte 0x6e, 0x67, 0x0a, 0x61, 0x6c, 0x6c, 0x20, 0x69, 0x74, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x63, 0x6f, 0x6d -.byte 0x70, 0x6c, 0x65, 0x74, 0x65, 0x6c, 0x79, 0x0a, 0x61, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x4d, 0x69, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x61, 0x64, 0x65, 0x72, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63 -.byte 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77 -.byte 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x0a, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53 -.byte 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x49, 0x63, 0x79, 0x20, 0x57, 0x69, 0x6e, 0x64 -.byte 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x66, 0x72, 0x65, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x23 -.byte 0x63, 0x35, 0x4c, 0x65, 0x65, 0x63, 0x68, 0x20, 0x53, 0x65, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x23, 0x63, 0x35, 0x4c, 0x65, 0x67, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x23, 0x72, 0x7e -.byte 0x32, 0x63, 0x20, 0x23, 0x63, 0x35, 0x49, 0x6e, 0x67, 0x72, 0x61, 0x69, 0x6e, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x69 -.byte 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x52, 0x61, 0x70, 0x69, 0x64, 0x20, 0x53, 0x70, 0x69, 0x6e, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x62 -.byte 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53, 0x70, 0x65, 0x65 -.byte 0x64, 0x23, 0x72, 0x0a, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73 -.byte 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x00, 0x00, 0x41, 0x67, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x00, 0x52, 0x65, 0x73, 0x74 -.byte 0x6f, 0x72, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x61 -.byte 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x72, 0x65, 0x67, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x20, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64 -.byte 0x73, 0x20, 0x6f, 0x6e, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x79, 0x6e, 0x74, 0x68, 0x65, 0x73, 0x69, 0x73, 0x00, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x74, 0x61, 0x6e, 0x65, 0x6f, 0x75, 0x73, 0x6c, 0x79, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x20 -.byte 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x0a, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x23, 0x63, 0x36, 0x53 -.byte 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x7e -.byte 0x32, 0x63, 0x0a, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23 -.byte 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53, 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x00, 0x41, 0x6e, 0x63, 0x69, 0x65, 0x6e, 0x74, 0x70, 0x6f, 0x77, 0x65, 0x72 -.byte 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x68, 0x65, 0x61, 0x76, 0x69, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x67, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x77, 0x20, 0x4b, 0x69, 0x63, 0x6b -.byte 0x00, 0x00, 0x00, 0x00, 0x48, 0x69, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x77, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x66, 0x69, 0x76, 0x65, 0x20 -.byte 0x74, 0x69, 0x6d, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x0a, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x20, 0x48, 0x6f, 0x77, 0x65, 0x76, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20 -.byte 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x20, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x66, 0x75, 0x73 -.byte 0x65, 0x64, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x4f, 0x75, 0x74, 0x72, 0x61, 0x67, 0x65, 0x00, 0x43, 0x72, 0x6f, 0x73, 0x73, 0x20, 0x43, 0x68, 0x6f, 0x70, 0x00, 0x00, 0x4d, 0x65, 0x61, 0x6e -.byte 0x20, 0x4c, 0x6f, 0x6f, 0x6b, 0x00, 0x00, 0x00, 0x52, 0x65, 0x73, 0x65, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x7e, 0x32 -.byte 0x63, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x74, 0x63, 0x2e, 0x7e, 0x32, 0x63, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6c, 0x6c -.byte 0x0a, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x20, 0x77, 0x68, 0x65, 0x74, 0x68, 0x65, 0x72, 0x20, 0x74, 0x68 -.byte 0x65, 0x79, 0x20, 0x77, 0x65, 0x72, 0x65, 0x0a, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x20, 0x6f, 0x72, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x65, 0x64, 0x2e, 0x00, 0x48, 0x61, 0x7a, 0x65 -.byte 0x00, 0x00, 0x00, 0x00, 0x43, 0x72, 0x61, 0x62, 0x68, 0x61, 0x6d, 0x6d, 0x65, 0x72, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35 -.byte 0x4c, 0x65, 0x67, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e -.byte 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x6d, 0x65 -.byte 0x6e, 0x74, 0x2e, 0x00, 0x53, 0x70, 0x69, 0x64, 0x65, 0x72, 0x20, 0x57, 0x65, 0x62, 0x00, 0x00, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67 -.byte 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73 -.byte 0x65, 0x23, 0x72, 0x0a, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x54, 0x69, 0x63, 0x6b, 0x6c, 0x65, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x67, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x7e, 0x32, 0x63 -.byte 0x20, 0x63, 0x61, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x0a, 0x74, 0x6f, 0x20, 0x62, 0x65, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61 -.byte 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x47, 0x72, 0x61, 0x73, 0x73, 0x77, 0x68, 0x69, 0x73, 0x74, 0x6c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x73, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73 -.byte 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x74, 0x68, 0x72, 0x65, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x74, 0x61, 0x6c, 0x20, 0x53, 0x6f -.byte 0x75, 0x6e, 0x64, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x73, 0x69, 0x6d, 0x75, 0x6c, 0x74 -.byte 0x61, 0x6e, 0x65, 0x6f, 0x75, 0x73, 0x6c, 0x79, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x0a, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x20, 0x23, 0x63, 0x36, 0x41 -.byte 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x7e, 0x32 -.byte 0x63, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66 -.byte 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53, 0x70, 0x65, 0x65, 0x64, 0x23 -.byte 0x72, 0x2e, 0x00, 0x00, 0x53, 0x69, 0x6c, 0x76, 0x65, 0x72, 0x20, 0x57, 0x69, 0x6e, 0x64, 0x00, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x00, 0x00, 0x00, 0x4c, 0x65, 0x65, 0x63, 0x68, 0x20, 0x4c, 0x69 -.byte 0x66, 0x65, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f -.byte 0x6f, 0x6d, 0x20, 0x67, 0x6f, 0x20, 0x74, 0x6f, 0x0a, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x70, 0x6f, 0x72, 0x65, 0x00, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x67, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x69, 0x66, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x0a, 0x68, 0x61, 0x73, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x62, 0x75 -.byte 0x74, 0x20, 0x69, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x68, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x2e, 0x00 -.byte 0x53, 0x6d, 0x65, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x61, 0x6c, 0x74, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20 -.byte 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x54, 0x68, 0x65, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65 -.byte 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x65, 0x20, 0x67, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65 -.byte 0x0a, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x52, 0x65, 0x76, 0x65, 0x72, 0x73, 0x61, 0x6c -.byte 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73 -.byte 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x62, 0x61, 0x73, 0x65, 0x64, 0x0a, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x69, 0x74, 0x20 -.byte 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x65, 0x64, 0x2e, 0x00, 0x00, 0x47, 0x69, 0x67, 0x61, 0x20, 0x44, 0x72, 0x61, 0x69, 0x6e, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74 -.byte 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74 -.byte 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35 -.byte 0x6c, 0x69, 0x6e, 0x6b, 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x20, 0x50, 0x75, 0x6e, 0x63, 0x68, 0x00 -.byte 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x20, 0x45, 0x6e, 0x65, 0x72 -.byte 0x67, 0x79, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x72, 0x61, 0x69, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x73, 0x20, 0x63, 0x72, 0x69, 0x74, 0x69 -.byte 0x63, 0x61, 0x6c, 0x2d, 0x68, 0x69, 0x74, 0x20, 0x72, 0x61, 0x74, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x46, 0x6f, 0x63, 0x75, 0x73, 0x20, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x00, 0x00, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36 -.byte 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x0a, 0x53, 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00 -.byte 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x54, 0x6f, 0x6d, 0x62, 0x00, 0x00, 0x00, 0x53, 0x68, 0x61, 0x74, 0x74, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e -.byte 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x35, 0x52, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x23, 0x72, 0x0a, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x20, 0x53, 0x63, 0x72 -.byte 0x65, 0x65, 0x6e, 0x23, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x42, 0x72, 0x69, 0x63 -.byte 0x6b, 0x20, 0x42, 0x72, 0x65, 0x61, 0x6b, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72 -.byte 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x0a, 0x53, 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f -.byte 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x00, 0x00, 0x00, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77 -.byte 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x69, 0x63 -.byte 0x74, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x66, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62 -.byte 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x00, 0x43, 0x6c, 0x61, 0x6d, 0x70, 0x00, 0x00, 0x00, 0x4b, 0x61, 0x72, 0x61, 0x74, 0x65, 0x20, 0x43 -.byte 0x68, 0x6f, 0x70, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x23, 0x63, 0x35, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e -.byte 0x32, 0x63, 0x20, 0x23, 0x63, 0x35, 0x62, 0x61, 0x64, 0x6c, 0x79, 0x20, 0x70, 0x6f, 0x69, 0x73, 0x6f, 0x6e, 0x65, 0x64, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x6f, 0x72, 0x20, 0x68, 0x61, 0x73 -.byte 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x73, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x64, 0x6f, 0x75 -.byte 0x62, 0x6c, 0x65, 0x64, 0x2e, 0x00, 0x00, 0x00, 0x46, 0x61, 0x63, 0x61, 0x64, 0x65, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x64, 0x69, 0x66, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x20, 0x62 -.byte 0x65, 0x74, 0x77, 0x65, 0x65, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x0a, 0x74 -.byte 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x69, 0x73, 0x20, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x64, 0x20, 0x61 -.byte 0x73, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x7e, 0x32, 0x37, 0x73, 0x0a, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x00, 0x45, 0x6e, 0x64, 0x65, 0x61, 0x76, 0x6f, 0x72 -.byte 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69 -.byte 0x73, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x70, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x0a, 0x61, 0x6e, 0x79, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x6f, 0x72, 0x20, 0x6d -.byte 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x54, 0x68, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x70, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c -.byte 0x73, 0x6f, 0x0a, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x2e, 0x20, 0x49, 0x74, 0x73, 0x20, 0x61, 0x63, 0x63 -.byte 0x75, 0x72, 0x61, 0x63, 0x79, 0x20, 0x69, 0x73, 0x20, 0x61, 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x0a, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72 -.byte 0x2e, 0x20, 0x49, 0x74, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x68, 0x69, 0x74, 0x73, 0x20, 0x61, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x0a, 0x74, 0x68, 0x61, 0x74, 0x20, 0x69, 0x73 -.byte 0x20, 0x23, 0x63, 0x35, 0x66, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x2e, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x0a, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65 -.byte 0x6c, 0x2e, 0x00, 0x00, 0x43, 0x72, 0x75, 0x6e, 0x63, 0x68, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23 -.byte 0x63, 0x35, 0x42, 0x69, 0x64, 0x65, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x23, 0x63, 0x35, 0x42, 0x69, 0x64, 0x65, 0x23, 0x72, 0x20 -.byte 0x69, 0x73, 0x20, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x64, 0x7e, 0x32, 0x63, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x6c, 0x6f, 0x6f, 0x73, 0x65, 0x73, 0x20, 0x61 -.byte 0x6e, 0x0a, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f -.byte 0x6f, 0x6b, 0x0a, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x00, 0x00, 0x00, 0x42, 0x69, 0x64, 0x65, 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20 -.byte 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x52, 0x61, 0x7a, 0x6f, 0x72, 0x20, 0x57, 0x69, 0x6e, 0x64, 0x23, 0x72, 0x20, 0x73 -.byte 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32, 0x63, 0x0a, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x74, 0x20, 0x6c, 0x6f, 0x6f, 0x73, 0x65, 0x73, 0x20, 0x61, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x66, 0x75 -.byte 0x6c, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x61, 0x0a, 0x68, 0x69, 0x67, 0x68, 0x20, 0x63, 0x72, 0x69, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x2d, 0x68, 0x69 -.byte 0x74, 0x20, 0x72, 0x61, 0x74, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e -.byte 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b, 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f -.byte 0x76, 0x65, 0x2e, 0x00, 0x52, 0x61, 0x7a, 0x6f, 0x72, 0x20, 0x57, 0x69, 0x6e, 0x64, 0x00, 0x00, 0x43, 0x61, 0x75, 0x73, 0x65, 0x73, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79 -.byte 0x73, 0x69, 0x73, 0x23, 0x72, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x41, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x61 -.byte 0x66, 0x66, 0x65, 0x63, 0x74, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x23, 0x63, 0x35, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x23, 0x72, 0x20, 0x69, 0x73, 0x0a, 0x69, 0x6e, 0x63 -.byte 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x6f, 0x72, 0x20, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x6d, 0x6f, 0x76 -.byte 0x65, 0x73, 0x2e, 0x00, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x48, 0x61, 0x72, 0x64 -.byte 0x65, 0x6e, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x66, 0x6c, 0x79, 0x69, 0x6e, 0x67 -.byte 0x23, 0x72, 0x20, 0x6f, 0x72, 0x20, 0x23, 0x63, 0x35, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x0a, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x47, 0x75, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x45 -.byte 0x76, 0x61, 0x73, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x20, 0x54 -.byte 0x65, 0x61, 0x6d, 0x00, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63 -.byte 0x6b, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x68, 0x61, 0x72, 0x70, 0x65, 0x6e, 0x00, 0x52, 0x65, 0x73, 0x65 -.byte 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x6f, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x20, 0x23, 0x63, 0x36, 0x45, 0x76, 0x61, 0x73, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x66 -.byte 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x0a, 0x47, 0x68, 0x6f, 0x73, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65 -.byte 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x65, 0x20, 0x23, 0x63, 0x35, 0x65, 0x78, 0x70, 0x6f, 0x73, 0x65, 0x64, 0x23, 0x72, 0x2e, 0x00, 0x4f, 0x64, 0x6f, 0x72, 0x20, 0x53, 0x6c, 0x65 -.byte 0x75, 0x74, 0x68, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20 -.byte 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73 -.byte 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x72, 0x65, 0x65, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x46, 0x6c, 0x61, 0x6d -.byte 0x65, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x61, 0x20, 0x23 -.byte 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x72, 0x65, 0x65, 0x73, 0x20, 0x66, 0x72, 0x6f -.byte 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x46, 0x6c, 0x61, 0x6d, 0x65, 0x20, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x00, 0x43, 0x6f, 0x75, 0x6e -.byte 0x74, 0x65, 0x72, 0x00, 0x48, 0x75, 0x72, 0x6c, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x61, 0x74, 0x20, 0x61, 0x6e, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20 -.byte 0x68, 0x6f, 0x73, 0x74, 0x69, 0x6c, 0x65, 0x0a, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67 -.byte 0x65, 0x2e, 0x00, 0x00, 0x53, 0x74, 0x72, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x47, 0x72, 0x75, 0x64, 0x67, 0x65, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73 -.byte 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x64, 0x65, 0x66, 0x65, 0x61, 0x74, 0x65, 0x64, 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x20, 0x7a, 0x65, 0x72, 0x6f, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x23, 0x63, 0x36, 0x50, 0x50, 0x23, 0x72, 0x0a, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x6c, 0x61, 0x73, 0x74, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x62, 0x79 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6f, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x47, 0x72, 0x75, 0x64, 0x67, 0x65, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x73, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x72, 0x69, 0x73 -.byte 0x65, 0x73, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x0a, 0x23, 0x63, 0x36, 0x49, 0x51, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x00 -.byte 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x61, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x20, 0x6f, 0x6e, 0x20 -.byte 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x41, 0x20, 0x23, 0x63, 0x35, 0x62, 0x75, 0x72, 0x6e, 0x23, 0x72, 0x20, 0x69, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x65, 0x76, 0x65, 0x72, 0x79, 0x20, 0x66, 0x65, 0x77, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x57, 0x69, 0x6c, 0x6c -.byte 0x2d, 0x4f, 0x2d, 0x57, 0x69, 0x73, 0x70, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72 -.byte 0x67, 0x65, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x63, 0x72, 0x69, 0x6e, 0x67, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20 -.byte 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x41, 0x73, 0x74, 0x6f, 0x6e, 0x69, 0x73, 0x68 -.byte 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x43, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73 -.byte 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x62, 0x75, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20 -.byte 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x0a, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x62 -.byte 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x46, 0x6c, 0x61, 0x74, 0x74, 0x65, 0x72, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74 -.byte 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x0a, 0x23, 0x63, 0x36, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x23, 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f -.byte 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x00, 0x4f, 0x63, 0x74, 0x61, 0x7a, 0x6f, 0x6f, 0x6b, 0x61, 0x00, 0x00, 0x00, 0x53, 0x68, 0x61, 0x72, 0x70, 0x6c, 0x79, 0x20 -.byte 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x23, 0x63, 0x36, 0x53 -.byte 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x0a, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x0a, 0x63, 0x75, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32 -.byte 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x77, 0x61, 0x72, 0x70, 0x73, 0x20, 0x74, 0x68, 0x65, 0x0a -.byte 0x75, 0x73, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x64, 0x69, 0x66, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x74, 0x20, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x6f, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d -.byte 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64 -.byte 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x68, 0x61, 0x6c, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x0a -.byte 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x2e, 0x00, 0x41, 0x75, 0x72, 0x6f, 0x72, 0x61, 0x20, 0x42 -.byte 0x65, 0x61, 0x6d, 0x00, 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x75, 0x73, 0x65, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x62, 0x75, 0x74, 0x0a, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x0a, 0x62, 0x79, 0x20, 0x74, 0x77, 0x6f -.byte 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x61, 0x77, 0x73, 0x20, 0x66, 0x72, 0x6f, 0x7a, 0x65, 0x6e, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e -.byte 0x2e, 0x00, 0x00, 0x00, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x00, 0x00, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x4d, 0x69, 0x72, 0x72, 0x6f, 0x72, 0x20, 0x4d, 0x6f, 0x76, 0x65, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x41, 0x6e, 0x79, 0x20 -.byte 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x61, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69, 0x73, 0x0a, 0x63, 0x6f -.byte 0x75, 0x6e, 0x74, 0x65, 0x72, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x00, 0x4d, 0x69, 0x72, 0x72 -.byte 0x6f, 0x72, 0x20, 0x4d, 0x6f, 0x76, 0x65, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74 -.byte 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x69, 0x74, 0x73, 0x20, 0x74, 0x77, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x66, 0x69, 0x76, 0x65, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x73 -.byte 0x20, 0x69, 0x6e, 0x20, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x73, 0x6c, 0x61, 0x70, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20 -.byte 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x72, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74 -.byte 0x75, 0x73, 0x2e, 0x0a, 0x41, 0x6e, 0x79, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x23, 0x63, 0x35, 0x50, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x20 -.byte 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x23, 0x72, 0x0a, 0x6f, 0x72, 0x20, 0x61, 0x20, 0x72, 0x65, 0x67, 0x75, 0x6c, 0x61, 0x72, 0x20, 0x61, 0x74, 0x74, 0x61 -.byte 0x63, 0x6b, 0x20, 0x69, 0x73, 0x20, 0x70, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x65, 0x64, 0x2e, 0x00, 0x00, 0x00, 0x50, 0x75, 0x72, 0x73 -.byte 0x75, 0x69, 0x74, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x57, 0x68, 0x69, 0x66, 0x66, 0x65, 0x72, 0x23, 0x72, 0x20, 0x73, 0x74 -.byte 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20 -.byte 0x6d, 0x69, 0x73, 0x73, 0x20, 0x61, 0x6c, 0x6d, 0x6f, 0x73, 0x74, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x6f, 0x66, 0x20, 0x69, 0x74, 0x73, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x0a, 0x61 -.byte 0x6e, 0x64, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x6d, 0x6f, 0x6b, 0x65, 0x73, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x61, 0x20 -.byte 0x68, 0x69, 0x67, 0x68, 0x20, 0x63, 0x72, 0x69, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x2d, 0x68, 0x69, 0x74, 0x20, 0x72, 0x61, 0x74, 0x65, 0x2e, 0x00, 0x41, 0x69, 0x72, 0x20, 0x43, 0x75, 0x74, 0x74 -.byte 0x65, 0x72, 0x00, 0x00, 0x5a, 0x65, 0x72, 0x6f, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x50, 0x50, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f -.byte 0x76, 0x65, 0x20, 0x6c, 0x61, 0x73, 0x74, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x62, 0x79, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61 -.byte 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x75, 0x6e, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x70, 0x69, 0x74, 0x65, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x65 -.byte 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x67, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x7e, 0x32, 0x63 -.byte 0x20, 0x63, 0x61, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x0a, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x62, 0x65, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61 -.byte 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x53, 0x69, 0x6e, 0x67, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x53, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x74, 0x77 -.byte 0x6f, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x46, 0x61, 0x6b, 0x65, 0x20, 0x54, 0x65, 0x61, 0x72, 0x73, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c -.byte 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x23, 0x63, 0x35, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61 -.byte 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x66, 0x6f, 0x65, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x6d, 0x65 -.byte 0x6e, 0x74, 0x2e, 0x0a, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x20 -.byte 0x23, 0x63, 0x35, 0x64, 0x69, 0x76, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x66, 0x6f, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x57, 0x68, 0x69, 0x72, 0x6c, 0x70, 0x6f, 0x6f, 0x6c, 0x00, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63 -.byte 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x7e, 0x32, 0x63, 0x20, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x2e, 0x00, 0x57, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x20, 0x42, 0x61, 0x6c, 0x6c -.byte 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65 -.byte 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20 -.byte 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x63, 0x72, 0x69, 0x6e, 0x67, 0x65, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63 -.byte 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x53, 0x6c, 0x69, 0x64, 0x65, 0x00, 0x00 -.byte 0x44, 0x69, 0x67, 0x73, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x75, 0x67, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69 -.byte 0x73, 0x20, 0x66, 0x61, 0x63, 0x69, 0x6e, 0x67, 0x2e, 0x00, 0x00, 0x00, 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x53, 0x6d, 0x61, 0x73, 0x68, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x00, 0x00, 0x52, 0x6f, 0x63, 0x6b, 0x20, 0x54, 0x68, 0x72 -.byte 0x6f, 0x77, 0x00, 0x00, 0x53, 0x68, 0x61, 0x72, 0x70, 0x6c, 0x79, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37 -.byte 0x73, 0x20, 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x2e, 0x00, 0x48, 0x65, 0x61, 0x6c, 0x20, 0x42, 0x65, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x49, 0x66, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x69, 0x73, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x65, 0x64, 0x20, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20, 0x61, 0x73, 0x6c, 0x65, 0x65, 0x70 -.byte 0x7e, 0x32, 0x63, 0x20, 0x69, 0x74, 0x0a, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x72, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c -.byte 0x73, 0x6f, 0x20, 0x63, 0x61, 0x75, 0x73, 0x65, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x63, 0x72, 0x69, 0x6e, 0x67, 0x65 -.byte 0x23, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x0a, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74 -.byte 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x53, 0x6e, 0x6f, 0x72, 0x65, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35 -.byte 0x43, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e -.byte 0x32, 0x63, 0x20, 0x62, 0x75, 0x74, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x72, 0x61, 0x69, 0x73, 0x65, 0x73, 0x20, 0x69, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b -.byte 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x74, 0x77, 0x6f, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x53, 0x77, 0x61, 0x67, 0x67, 0x65, 0x72, 0x00, 0x52, 0x65, 0x64, 0x75 -.byte 0x63, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53 -.byte 0x70, 0x65, 0x65, 0x64, 0x23, 0x72, 0x20, 0x62, 0x79, 0x0a, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74, 0x20, 0x61 -.byte 0x20, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x00, 0x00, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x53, 0x68, 0x6f, 0x74, 0x00, 0x50, 0x72, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73 -.byte 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x65, 0x64, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x7e, 0x32, 0x63, 0x0a, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20, 0x69 -.byte 0x74, 0x20, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x63, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x0a -.byte 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6c, 0x61, 0x73, 0x74, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x69, 0x74, 0x20, 0x75, 0x73, 0x65, 0x64, 0x2e, 0x00, 0x00, 0x00, 0x00 -.byte 0x54, 0x6f, 0x72, 0x6d, 0x65, 0x6e, 0x74, 0x00, 0x41, 0x64, 0x64, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20 -.byte 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x0a, 0x74, 0x68, 0x65, 0x6e, 0x20, 0x73, 0x68, 0x61, 0x72 -.byte 0x65, 0x73, 0x20, 0x69, 0x74, 0x20, 0x65, 0x71, 0x75, 0x61, 0x6c, 0x6c, 0x79, 0x2e, 0x00, 0x00, 0x50, 0x61, 0x69, 0x6e, 0x20, 0x53, 0x70, 0x6c, 0x69, 0x74, 0x00, 0x00, 0x48, 0x61, 0x6c, 0x76 -.byte 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x2e, 0x00, 0x00, 0x53, 0x75, 0x70, 0x65 -.byte 0x72, 0x20, 0x46, 0x61, 0x6e, 0x67, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x45, 0x6e -.byte 0x72, 0x61, 0x67, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a, 0x49, 0x74, 0x73, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20 -.byte 0x72, 0x69, 0x73, 0x65, 0x73, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x20, 0x65, 0x76, 0x65, 0x72, 0x79, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x0a, 0x74, 0x68 -.byte 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x74, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x52, 0x61, 0x67, 0x65, 0x00, 0x00, 0x00, 0x00 -.byte 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x2e, 0x00, 0x00, 0x00, 0x43, 0x75, 0x74, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x45, 0x6e, 0x63, 0x6f, 0x72, 0x65, 0x23, 0x72 -.byte 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x0a, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20 -.byte 0x69, 0x74, 0x20, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x6f, 0x76 -.byte 0x65, 0x20, 0x69, 0x74, 0x20, 0x6c, 0x61, 0x73, 0x74, 0x20, 0x75, 0x73, 0x65, 0x64, 0x2e, 0x00, 0x45, 0x6e, 0x63, 0x6f, 0x72, 0x65, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73 -.byte 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x74 -.byte 0x20, 0x61, 0x0a, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x2e, 0x20, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x0a, 0x23, 0x63, 0x36, 0x4d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x53, 0x70, 0x65, 0x65, 0x64, 0x23 -.byte 0x72, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x42, 0x75, 0x62, 0x62, 0x6c, 0x65, 0x00, 0x00, 0x48, 0x65, 0x61, 0x6c, 0x73, 0x20, 0x61, 0x6c -.byte 0x6c, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x70, 0x72, 0x6f, 0x62, 0x6c, 0x65, 0x6d, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x6e -.byte 0x64, 0x0a, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x6d, 0x2e, 0x00, 0x41, 0x72, 0x6f, 0x6d -.byte 0x61, 0x74, 0x68, 0x65, 0x72, 0x61, 0x70, 0x79, 0x00, 0x00, 0x00, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x20 -.byte 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x0a, 0x23, 0x63, 0x35, 0x48, 0x61, 0x69, 0x6c, 0x23, 0x72, 0x20, 0x66 -.byte 0x6f, 0x72, 0x20, 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x48, 0x61, 0x69, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x6e, 0x66, 0x6c -.byte 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x43, 0x6f, 0x6e, 0x66, 0x75, 0x73, 0x65, 0x64, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e -.byte 0x0a, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x73, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b -.byte 0x73, 0x20, 0x61, 0x6e, 0x64, 0x0a, 0x6d, 0x6f, 0x76, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x65, 0x72, 0x72, 0x61, 0x74, 0x69, 0x63, 0x2e, 0x00, 0x00, 0x00, 0x00, 0x43, 0x6f, 0x6e, 0x66 -.byte 0x75, 0x73, 0x65, 0x20, 0x52, 0x61, 0x79, 0x00, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x64, 0x75, 0x6e, 0x67, 0x65, 0x6f, 0x6e, 0x20, 0x66, 0x6c, 0x6f, 0x6f -.byte 0x72, 0x7e, 0x32, 0x37, 0x73, 0x20, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x0a, 0x23, 0x63, 0x35, 0x52, 0x61, 0x69, 0x6e, 0x23, 0x72, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x20 -.byte 0x73, 0x65, 0x76, 0x65, 0x72, 0x61, 0x6c, 0x20, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x52, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x61, 0x6e, 0x63, 0x65, 0x00, 0x00, 0x4c, 0x6f, 0x77, 0x65 -.byte 0x72, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74 -.byte 0x0a, 0x62, 0x79, 0x20, 0x74, 0x77, 0x6f, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x73, 0x2e, 0x00, 0x43, 0x68, 0x61, 0x72, 0x6d, 0x00, 0x00, 0x00, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x20, 0x74 -.byte 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x45, 0x76, 0x61, 0x73, 0x69, 0x6f, 0x6e, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73 -.byte 0x61, 0x6d, 0x65, 0x0a, 0x72, 0x6f, 0x6f, 0x6d, 0x20, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x53, 0x77, 0x65, 0x65, 0x74, 0x20, 0x53, 0x63 -.byte 0x65, 0x6e, 0x74, 0x00, 0x41, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x74, 0x68, 0x72, 0x65, 0x65, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x72, 0x61, 0x6e, 0x64, 0x6f -.byte 0x6d, 0x20, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x00, 0x00, 0x00, 0x54, 0x68, 0x72, 0x61, 0x73, 0x68, 0x00, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x67, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x44, 0x69, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x7e, 0x32 -.byte 0x63, 0x0a, 0x61, 0x6e, 0x64, 0x20, 0x69, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x65, 0x78, 0x74, 0x20, 0x74, 0x75, 0x72 -.byte 0x6e, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x70, 0x6f, 0x73, 0x73, 0x69, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x6c, 0x69, 0x6e, 0x6b -.byte 0x23, 0x72, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x6f, 0x76, 0x65, 0x2e, 0x00, 0x00, 0x00, 0x44, 0x69, 0x67, 0x00, 0x54, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x67, 0x61, 0x69 -.byte 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x56, 0x69, 0x74, 0x61, 0x6c, 0x20, 0x54, 0x68, 0x72, 0x6f, 0x77, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x0a -.byte 0x46, 0x6f, 0x65, 0x73, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72, 0x20, 0x61, 0x72, 0x65, 0x20, 0x68, 0x75 -.byte 0x72, 0x6c, 0x65, 0x64, 0x20, 0x61, 0x74, 0x0a, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x2e, 0x00, 0x56, 0x69, 0x74, 0x61, 0x6c, 0x20, 0x54, 0x68, 0x72, 0x6f, 0x77, 0x00 -.byte 0x52, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73, 0x65, 0x72 -.byte 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x65, 0x61, 0x6d, 0x0a, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x6c, 0x6f, 0x6f, 0x72, 0x2e, 0x0a -.byte 0x54, 0x68, 0x65, 0x20, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x23, 0x63, 0x36, 0x48, 0x50, 0x23, 0x72, 0x20, 0x72, 0x65, 0x67, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x20, 0x64 -.byte 0x65, 0x70, 0x65, 0x6e, 0x64, 0x73, 0x20, 0x6f, 0x6e, 0x0a, 0x74, 0x68, 0x65, 0x20, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x2e, 0x00, 0x00, 0x4d, 0x6f, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x20 -.byte 0x53, 0x75, 0x6e, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x4e, 0x69, 0x67, 0x68, 0x74, 0x6d, 0x61, 0x72, 0x65, 0x23, 0x72, 0x20 -.byte 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x0a, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x63, 0x20, 0x6d, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69 -.byte 0x74, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x0a, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00, 0x4e, 0x69, 0x67, 0x68, 0x74, 0x6d, 0x61, 0x72 -.byte 0x65, 0x00, 0x00, 0x00, 0x4d, 0x61, 0x6b, 0x65, 0x73, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x6f, 0x65, 0x73, 0x20, 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x20, 0x75, 0x73 -.byte 0x65, 0x72, 0x20, 0x67, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x23, 0x63, 0x35, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x23, 0x72, 0x7e, 0x32, 0x63, 0x0a, 0x63, 0x61, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x74 -.byte 0x68, 0x65, 0x6d, 0x20, 0x74, 0x6f, 0x20, 0x62, 0x65, 0x20, 0x69, 0x6e, 0x63, 0x61, 0x70, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x00, 0x00 -.byte 0x4c, 0x6f, 0x76, 0x65, 0x6c, 0x79, 0x20, 0x4b, 0x69, 0x73, 0x73, 0x00, 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x23, 0x63, 0x35, 0x59, 0x61, 0x77, 0x6e -.byte 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x41, 0x20, 0x23, 0x63 -.byte 0x35, 0x79, 0x61, 0x77, 0x6e, 0x69, 0x6e, 0x67, 0x23, 0x72, 0x20, 0x50, 0x6f, 0x6b, 0xe9, 0x6d, 0x6f, 0x6e, 0x20, 0x66, 0x61, 0x6c, 0x6c, 0x73, 0x0a, 0x61, 0x73, 0x6c, 0x65, 0x65, 0x70, 0x20 -.byte 0x73, 0x6f, 0x6d, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x20, 0x6c, 0x61, 0x74, 0x65, 0x72, 0x2e, 0x00, 0x59, 0x61, 0x77, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x48, 0x69, 0x74, 0x73, 0x20, 0x74, 0x68, 0x65 -.byte 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x69, 0x6e, 0x20, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x75, 0x6e, 0x74, 0x69, 0x6c, 0x20, 0x69, 0x74, 0x0a, 0x6d -.byte 0x69, 0x73, 0x73, 0x65, 0x73, 0x2e, 0x20, 0x49, 0x74, 0x73, 0x20, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x72, 0x69, 0x73, 0x65, 0x73, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x65, 0x76, 0x65, 0x72 -.byte 0x79, 0x20, 0x68, 0x69, 0x74, 0x2e, 0x0a, 0x49, 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x68, 0x69, 0x74, 0x20, 0x75, 0x70, 0x20, 0x74, 0x6f, 0x20, 0x66, 0x69, 0x76, 0x65, 0x20, 0x74, 0x69, 0x6d -.byte 0x65, 0x73, 0x2e, 0x00, 0x49, 0x63, 0x65, 0x20, 0x42, 0x61, 0x6c, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x24, 0x6d, 0x30, 0x20, 0x75, 0x73, 0x65, 0x64, 0x20, 0x24, 0x69, 0x30, 0x21, 0x00, 0x00, 0x00 -.byte 0x49, 0x6e, 0x66, 0x6c, 0x69, 0x63, 0x74, 0x73, 0x20, 0x64, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x20, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x0a, 0x49 -.byte 0x74, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x7e, 0x32, 0x37, 0x73, 0x20 -.byte 0x23, 0x63, 0x36, 0x44, 0x65, 0x66, 0x65, 0x6e, 0x73, 0x65, 0x23, 0x72, 0x0a, 0x62, 0x79, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x00, 0x00, 0x49, 0x72, 0x6f, 0x6e -.byte 0x20, 0x54, 0x61, 0x69, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0xc8, 0x82, 0xc9, 0x82, 0xe0, 0x82, 0xcc, 0x81, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +@ Address 0x36b3b4 +.include "data/move/move_names.s" +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x06, 0x0c, 0x36, 0x08, 0x26, 0x0c, 0x36, 0x08, 0x4a, 0x0c, 0x36, 0x08, 0x70, 0x0c, 0x36, 0x08, 0x94, 0x0c, 0x36, 0x08, 0xc0, 0x0c, 0x36, 0x08, 0xe9, 0x0c, 0x36, 0x08, 0x06, 0x0d, 0x36, 0x08 .byte 0x2d, 0x0d, 0x36, 0x08, 0x4d, 0x0d, 0x36, 0x08, 0x74, 0x0d, 0x36, 0x08, 0xa2, 0x0d, 0x36, 0x08, 0xd2, 0x0d, 0x36, 0x08, 0xee, 0x0d, 0x36, 0x08, 0x18, 0x0e, 0x36, 0x08, 0x38, 0x0e, 0x36, 0x08 .byte 0x62, 0x0e, 0x36, 0x08, 0x87, 0x0e, 0x36, 0x08, 0xb6, 0x0e, 0x36, 0x08, 0xbc, 0x0e, 0x36, 0x08, 0xbd, 0x0e, 0x36, 0x08, 0xc2, 0x0e, 0x36, 0x08, 0xc3, 0x0e, 0x36, 0x08, 0xe1, 0x0e, 0x36, 0x08 |