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/item | |
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/item')
-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 |
3 files changed, 2679 insertions, 479 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 |