diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-11-20 10:47:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 08:47:46 -0800 |
commit | 938a88551f6ddefb7f696b738696c8ce2d8e0e36 (patch) | |
tree | 35a8d3954aa03fb00d061d7603d28af0111bb516 /data/item | |
parent | 13552719886449c45aa0a06caccb7d7491382d9c (diff) |
Labeled more symbols (#77)
* Labeled more symbols
* Fixed comment typo
* Renamed some functions
Diffstat (limited to 'data/item')
-rw-r--r-- | data/item/item_descriptions.s | 424 |
1 files changed, 212 insertions, 212 deletions
diff --git a/data/item/item_descriptions.s b/data/item/item_descriptions.s index 8a428e5..e7480bd 100644 --- a/data/item/item_descriptions.s +++ b/data/item/item_descriptions.s @@ -4,175 +4,175 @@ ItemDescriptionNone: .global ItemDescriptionSpike ItemDescriptionSpike: -.string "A throwing item that inflicts damage if#nit hits.\n\0" +.string "A throwing item that inflicts damage if{NEW_LINE}it 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 {COLOR_2 CYAN}Pierce{END_COLOR_TEXT_2} or {COLOR_2 CYAN}Long Toss{END_COLOR_TEXT_2}#nstatuses.\n\0" +.string "A throwing item that flies in an arc to{NEW_LINE}clear obstacles and strike the target.{NEW_LINE}It is not affected by {COLOR_2 CYAN}Pierce{END_COLOR_TEXT_2} or {COLOR_2 CYAN}Long Toss{END_COLOR_TEXT_2}{NEW_LINE}statuses.\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 {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} will go down faster#nwhile traveling through walls~2c however.\n\0" +.string "A hold item that enables the Pokémon to{NEW_LINE}move and attack through walls and on{NEW_LINE}magma{COMMA} etc.{NEW_LINE}The Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} will go down faster{NEW_LINE}while traveling through walls{COMMA} however.\n\0" .global ItemDescriptionHealRibbon ItemDescriptionHealRibbon: -.string "A hold item that speeds up the Pokémon~27s#nnatural {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2} regeneration.#nThe Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} will go down faster~2c#nhowever.\n\0" +.string "A hold item that speeds up the Pokémon{APOSTROPHE}s{NEW_LINE}natural {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2} regeneration.{NEW_LINE}The Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} will go down faster{COMMA}{NEW_LINE}however.\n\0" .global ItemDescriptionTwistBand ItemDescriptionTwistBand: -.string "A hold item that prevents the Pokémon~27s#n{COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2} and {COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2} from going#ndown.\n\0" +.string "A hold item that prevents the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2} and {COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2} from going{NEW_LINE}down.\n\0" .global ItemDescriptionScopeLens ItemDescriptionScopeLens: -.string "A hold item that boosts the Pokémon~27s#ncritical-hit rate for moves and attacks.\n\0" +.string "A hold item that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}critical-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" +.string "A hold item that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}chances of taking critical hits from{NEW_LINE}enemy 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" +.string "A hold item that prevents the Pokémon{APOSTROPHE}s{NEW_LINE}items from becoming sticky and gummed{NEW_LINE}up.\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" +.string "A hold item that makes the Pokémon{APOSTROPHE}s{NEW_LINE}thrown items pierce other Pokémon{COMMA} walls{COMMA}{NEW_LINE}and 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" +.string "A hold item that earns the Pokémon Exp.{NEW_LINE}Points 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" +.string "A hold item that enables the Pokémon to{NEW_LINE}see the locations of items and foes.\n\0" .global ItemDescriptionPersimBand ItemDescriptionPersimBand: -.string "A hold item that prevents the Pokémon#nfrom becoming {COLOR_2 CYAN}Confused{END_COLOR_TEXT_2}.\n\0" +.string "A hold item that prevents the Pokémon{NEW_LINE}from becoming {COLOR_2 CYAN}Confused{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionPowerBand ItemDescriptionPowerBand: -.string "A hold item that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2}.\n\0" +.string "A hold item that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionPechaScarf ItemDescriptionPechaScarf: -.string "A hold item that prevents the Pokémon#nfrom being {COLOR_2 CYAN}poisoned{END_COLOR_TEXT_2} or {COLOR_2 CYAN}badly poisoned{END_COLOR_TEXT_2}.\n\0" +.string "A hold item that prevents the Pokémon{NEW_LINE}from being {COLOR_2 CYAN}poisoned{END_COLOR_TEXT_2} or {COLOR_2 CYAN}badly poisoned{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionInsomniscope ItemDescriptionInsomniscope: -.string "A hold item that prevents the Pokémon#nfrom going to {COLOR_2 CYAN}sleep{END_COLOR_TEXT_2}~2c {COLOR_2 CYAN}napping{END_COLOR_TEXT_2}~2c having#na {COLOR_2 CYAN}nightmare{END_COLOR_TEXT_2}~2c or {COLOR_2 CYAN}yawning{END_COLOR_TEXT_2}.\n\0" +.string "A hold item that prevents the Pokémon{NEW_LINE}from going to {COLOR_2 CYAN}sleep{END_COLOR_TEXT_2}{COMMA} {COLOR_2 CYAN}napping{END_COLOR_TEXT_2}{COMMA} having{NEW_LINE}a {COLOR_2 CYAN}nightmare{END_COLOR_TEXT_2}{COMMA} or {COLOR_2 CYAN}yawning{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionWarpScarf ItemDescriptionWarpScarf: -.string "A hold item that occasionally warps the#nPokémon to another place on the same#nfloor.\n\0" +.string "A hold item that occasionally warps the{NEW_LINE}Pokémon to another place on the same{NEW_LINE}floor.\n\0" .global ItemDescriptionTightBelt ItemDescriptionTightBelt: -.string "A hold item that prevents the Pokémon~27s#n{COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} from going down each turn.\n\0" +.string "A hold item that prevents the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} 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" +.string "A hold item that prevents the Pokémon{NEW_LINE}from awakening sleeping foes.{NEW_LINE}It only works against foes that are asleep{NEW_LINE}to 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" +.string "An item that has no effect even if it is{NEW_LINE}held by a Pokémon.{NEW_LINE}It 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 {COLOR_2 CYAN}invisible{END_COLOR_TEXT_2}#nPokémon.\n\0" +.string "A hold item that improves the Pokémon{APOSTROPHE}s{NEW_LINE}vision.{NEW_LINE}It reveals hidden traps and {COLOR_2 CYAN}invisible{END_COLOR_TEXT_2}{NEW_LINE}Pokémon.\n\0" .global ItemDescriptionDietRibbon ItemDescriptionDietRibbon: -.string "A hold item that changes the Pokémon~27s#nstatus to {COLOR_2 CYAN}Hungry Pal{END_COLOR_TEXT_2} and prevents#nits {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} from filling.#nIf the team leader is holding it~2c its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}#nwill go down faster.\n\0" +.string "A hold item that changes the Pokémon{APOSTROPHE}s{NEW_LINE}status to {COLOR_2 CYAN}Hungry Pal{END_COLOR_TEXT_2} and prevents{NEW_LINE}its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} from filling.{NEW_LINE}If the team leader is holding it{COMMA} its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}{NEW_LINE}will 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" +.string "A hold item that prevents traps from{NEW_LINE}going off if they are stepped on by the{NEW_LINE}Poké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" +.string "A hold item that helps awaken hostile{NEW_LINE}sleeping Pokémon.{NEW_LINE}It only works against Pokémon that were{NEW_LINE}asleep from the start.\n\0" .global ItemDescriptionDefScarf ItemDescriptionDefScarf: -.string "A hold item that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2}.\n\0" +.string "A hold item that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionStaminaBand ItemDescriptionStaminaBand: -.string "A hold item that slows how quickly the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} goes down.\n\0" +.string "A hold item that slows how quickly the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} 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" +.string "An item that has no effect{COMMA} even if it is{NEW_LINE}held by a Pokémon.\n\0" .global ItemDescriptionSpecialBand ItemDescriptionSpecialBand: -.string "A hold item that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}.\n\0" +.string "A hold item that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionZincBand ItemDescriptionZincBand: -.string "A hold item that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Special Defense{END_COLOR_TEXT_2}.\n\0" +.string "A hold item that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Special Defense{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionDetectBand ItemDescriptionDetectBand: -.string "A hold item that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Evasion{END_COLOR_TEXT_2}.\n\0" +.string "A hold item that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Evasion{END_COLOR_TEXT_2}.\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" +.string "A hold item that prevents the Pokémon{NEW_LINE}from having its held item snatched away{NEW_LINE}or swatted down.\n\0" .global ItemDescriptionDodgeScarf ItemDescriptionDodgeScarf: -.string "A hold item that prevents any thrown#nitem from hitting the Pokémon.\n\0" +.string "A hold item that prevents any thrown{NEW_LINE}item 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" +.string "A hold item that makes thrown items{NEW_LINE}bounce 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 {COLOR_2 CYAN}Pierce{END_COLOR_TEXT_2} or if a rock is thrown.\n\0" +.string "A hold item that makes thrown items{NEW_LINE}bounce off walls and fly sideways.{NEW_LINE}It has no effect if the Pokémon{APOSTROPHE}s status{NEW_LINE}is {COLOR_2 CYAN}Pierce{END_COLOR_TEXT_2} 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" +.string "A hold item that prevents items thrown{NEW_LINE}by the Pokémon from hitting another{NEW_LINE}Poké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" +.string "A hold item that causes items thrown{NEW_LINE}by the Pokémon to fly wildly in any{NEW_LINE}direction.\n\0" .global ItemDescriptionLockonSpecs ItemDescriptionLockonSpecs: -.string "A hold item that raises the accuracy of#nitems thrown at foes by the Pokémon.\n\0" +.string "A hold item that raises the accuracy of{NEW_LINE}items thrown at foes by the Pokémon.\n\0" .global ItemDescriptionMunchBelt ItemDescriptionMunchBelt: -.string "A hold item that slightly boosts the#nPokémon~27s {COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2} and {COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}.#nHowever~2c it also makes the Pokémon~27s#n{COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} go down faster.\n\0" +.string "A hold item that slightly boosts the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2} and {COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}.{NEW_LINE}However{COMMA} it also makes the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} 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 {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} go down.\n\0" +.string "A hold item that can enable the{NEW_LINE}Pokémon to pass off the effects of{NEW_LINE}attacks and certain kinds of hostile moves{NEW_LINE}to a Pokémon next to it. However{COMMA} it also{NEW_LINE}makes the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} 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" +.string "A hold item that prevents the Pokémon{NEW_LINE}from 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" +.string "When held by the team leader{COMMA} this hold{NEW_LINE}item makes it easier to recruit defeated{NEW_LINE}Poké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" +.string "A fashionable accessory for dressing up.{NEW_LINE}It enables a certain kind of Pokémon to{NEW_LINE}evolve.{NEW_LINE}Give it to the Pokémon when it{APOSTROPHE}s ready to{NEW_LINE}evolve.\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" +.string "A ribbon infused with sunshine.{NEW_LINE}It enables a certain kind of Pokémon to{NEW_LINE}evolve.{NEW_LINE}Give it to the Pokémon when it{APOSTROPHE}s ready to{NEW_LINE}evolve.\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" +.string "A ribbon filled with moonlight.{NEW_LINE}It enables a certain kind of Pokémon to{NEW_LINE}evolve.{NEW_LINE}Give it to the Pokémon when it{APOSTROPHE}s ready to{NEW_LINE}evolve.\n\0" .global ItemDescriptionRingD ItemDescriptionRingD: @@ -188,627 +188,627 @@ ItemDescriptionRingF: .global ItemDescriptionHealSeed ItemDescriptionHealSeed: -.string "A food item that heals all status problems.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that heals all status problems.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\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{COLOR_1 YELLOW_3}Wish Cave{END_COLOR_TEXT_1}.\n\0" +.string "A mysterious stone shaped like a musical{NEW_LINE}note.{NEW_LINE}It is said to make a wish come true if it{NEW_LINE}is held while exploring the depths of{NEW_LINE}{COLOR_1 YELLOW_4}Wish Cave{END_COLOR_TEXT_1}.\n\0" .global ItemDescriptionOranBerry ItemDescriptionOranBerry: -.string "A food item that restores {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that restores {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionSitrusBerry ItemDescriptionSitrusBerry: -.string "A food item that restores {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}.#nIf the Pokémon has full {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}~2c eating this#nitem will slightly boost its {COLOR_2 YELLOW}Maximum HP{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that restores {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}.{NEW_LINE}If the Pokémon has full {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}{COMMA} eating this{NEW_LINE}item will slightly boost its {COLOR_2 YELLOW}Maximum HP{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionEyedropSeed ItemDescriptionEyedropSeed: -.string "A food item that changes the Pokémon~27s#nstatus to {COLOR_2 CYAN}Eyedrops{END_COLOR_TEXT_2}.#nIt reveals hidden traps and {COLOR_2 CYAN}invisible{END_COLOR_TEXT_2}#nPokémon.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that changes the Pokémon{APOSTROPHE}s{NEW_LINE}status to {COLOR_2 CYAN}Eyedrops{END_COLOR_TEXT_2}.{NEW_LINE}It reveals hidden traps and {COLOR_2 CYAN}invisible{END_COLOR_TEXT_2}{NEW_LINE}Pokémon.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\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 {COLOR_2 YELLOW}Item Master{END_COLOR_TEXT_2}.\n\0" +.string "An item that could revive a fainted{NEW_LINE}Pokémon.{NEW_LINE}It becomes a Plain Seed after use.{NEW_LINE}If held{COMMA} it revives only the holder.{NEW_LINE}It can only be used by an {COLOR_2 YELLOW}Item Master{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionBlinkerSeed ItemDescriptionBlinkerSeed: -.string "A food item that gives the Pokémon#n{COLOR_2 CYAN}Blinker{END_COLOR_TEXT_2} status.#nIt makes other Pokémon~2c unclaimed#nitems~2c and the ground impossible to see.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that gives the Pokémon{NEW_LINE}{COLOR_2 CYAN}Blinker{END_COLOR_TEXT_2} status.{NEW_LINE}It makes other Pokémon{COMMA} unclaimed{NEW_LINE}items{COMMA} and the ground impossible to see.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionDoomSeed ItemDescriptionDoomSeed: -.string "A food item that lowers the Pokémon~27s#n{COLOR_2 YELLOW}level{END_COLOR_TEXT_2} by one.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that lowers the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}level{END_COLOR_TEXT_2} by one.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionAllureSeed ItemDescriptionAllureSeed: -.string "A food item that gives the Pokémon#n{COLOR_2 CYAN}Cross-Eyed{END_COLOR_TEXT_2} status.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that gives the Pokémon{NEW_LINE}{COLOR_2 CYAN}Cross-Eyed{END_COLOR_TEXT_2} status.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionLifeSeed ItemDescriptionLifeSeed: -.string "A food item that slightly boosts the#nPokémon~27s {COLOR_2 YELLOW}Maximum HP{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that slightly boosts the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Maximum HP{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionRawstBerry ItemDescriptionRawstBerry: -.string "A food item that heals the Pokémon~27s {COLOR_2 CYAN}burn{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that heals the Pokémon{APOSTROPHE}s {COLOR_2 CYAN}burn{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionHungerSeed ItemDescriptionHungerSeed: -.string "A food item that slightly lowers the#nPokémon~27s maximum {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.#nIf used by a Pokémon other than the#nleader~2c its status changes to {COLOR_2 CYAN}Hungry Pal{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that slightly lowers the{NEW_LINE}Pokémon{APOSTROPHE}s maximum {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.{NEW_LINE}If used by a Pokémon other than the{NEW_LINE}leader{COMMA} its status changes to {COLOR_2 CYAN}Hungry Pal{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionQuickSeed ItemDescriptionQuickSeed: -.string "A food item that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Movement Speed{END_COLOR_TEXT_2} by one level.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Movement Speed{END_COLOR_TEXT_2} by one level.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionPechaBerry ItemDescriptionPechaBerry: -.string "A food item that heals the Pokémon when#n{COLOR_2 CYAN}poisoned{END_COLOR_TEXT_2} or {COLOR_2 CYAN}badly poisoned{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that heals the Pokémon when{NEW_LINE}{COLOR_2 CYAN}poisoned{END_COLOR_TEXT_2} or {COLOR_2 CYAN}badly poisoned{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionCheriBerry ItemDescriptionCheriBerry: -.string "A food item that heals the Pokémon from#n{COLOR_2 CYAN}paralysis{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that heals the Pokémon from{NEW_LINE}{COLOR_2 CYAN}paralysis{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionTotterSeed ItemDescriptionTotterSeed: -.string "A food item that makes the Pokémon#n{COLOR_2 CYAN}confused{END_COLOR_TEXT_2}.#nThe Pokémon~27s movements turn erratic~2c#nand its attacks and moves may hit friends.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that makes the Pokémon{NEW_LINE}{COLOR_2 CYAN}confused{END_COLOR_TEXT_2}.{NEW_LINE}The Pokémon{APOSTROPHE}s movements turn erratic{COMMA}{NEW_LINE}and its attacks and moves may hit friends.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionSleepSeed ItemDescriptionSleepSeed: -.string "A food item that makes the user#n{COLOR_2 CYAN}sleep{END_COLOR_TEXT_2}.#nThe Pokémon will be unable to do anything.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that makes the user{NEW_LINE}{COLOR_2 CYAN}sleep{END_COLOR_TEXT_2}.{NEW_LINE}The Pokémon will be unable to do anything.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionPlainSeed ItemDescriptionPlainSeed: -.string "A food item that has no special effect.#nIt does slightly fill the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that has no special effect.{NEW_LINE}It does slightly fill the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\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 {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that warps the Pokémon to{NEW_LINE}a different place on the same floor.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\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 {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that makes the Pokémon{NEW_LINE}breathe highly damaging fire.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\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 {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A drink that boosts the power of the{NEW_LINE}Pokémon{APOSTROPHE}s set move.{NEW_LINE}It may not have any effect on certain{NEW_LINE}kinds of moves.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionJoySeed ItemDescriptionJoySeed: -.string "A food item that raises the Pokémon~27s#n{COLOR_2 YELLOW}level{END_COLOR_TEXT_2} by one.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that raises the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}level{END_COLOR_TEXT_2} by one.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionChestoBerry ItemDescriptionChestoBerry: -.string "A food item that causes the Pokémon to#nbecome {COLOR_2 CYAN}sleepless{END_COLOR_TEXT_2}.#nThe Pokémon will not be able to go to#n{COLOR_2 CYAN}sleep{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that causes the Pokémon to{NEW_LINE}become {COLOR_2 CYAN}sleepless{END_COLOR_TEXT_2}.{NEW_LINE}The Pokémon will not be able to go to{NEW_LINE}{COLOR_2 CYAN}sleep{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionStunSeed ItemDescriptionStunSeed: -.string "A food item that causes the Pokémon to#nbecome {COLOR_2 CYAN}petrified{END_COLOR_TEXT_2}.#nThe Pokémon will be unable to do anything#nuntil it takes damage.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A food item that causes the Pokémon to{NEW_LINE}become {COLOR_2 CYAN}petrified{END_COLOR_TEXT_2}.{NEW_LINE}The Pokémon will be unable to do anything{NEW_LINE}until it takes damage.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionMaxElixir ItemDescriptionMaxElixir: -.string "A drink that completely restores the#n{COLOR_2 YELLOW}PP{END_COLOR_TEXT_2} of all the Pokémon~27s moves.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A drink that completely restores the{NEW_LINE}{COLOR_2 YELLOW}PP{END_COLOR_TEXT_2} of all the Pokémon{APOSTROPHE}s moves.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionProtein ItemDescriptionProtein: -.string "A drink that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A drink that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionCalcium ItemDescriptionCalcium: -.string "A drink that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A drink that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionIron ItemDescriptionIron: -.string "A drink that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A drink that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionZinc ItemDescriptionZinc: -.string "A drink that boosts the Pokémon~27s#n{COLOR_2 YELLOW}Special Defense{END_COLOR_TEXT_2}.#nIt also slightly fills the Pokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" +.string "A drink that boosts the Pokémon{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Special Defense{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly fills the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionApple ItemDescriptionApple: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nEating this when its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} is full will#nslightly enlarge its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}Eating this when its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} is full will{NEW_LINE}slightly enlarge its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.\n\0" .global ItemDescriptionBigApple ItemDescriptionBigApple: -.string "A food item that amply fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nEating this when its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} is full will#nslightly enlarge its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.\n\0" +.string "A food item that amply fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}Eating this when its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} is full will{NEW_LINE}slightly enlarge its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.\n\0" .global ItemDescriptionGrimyFood ItemDescriptionGrimyFood: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nHowever~2c it will cause a variety of#nstatus problems.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}However{COMMA} it will cause a variety of{NEW_LINE}status problems.\n\0" .global ItemDescriptionHugeApple ItemDescriptionHugeApple: -.string "A food item that completely fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nIt also slightly enlarges the {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.\n\0" +.string "A food item that completely fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}It also slightly enlarges the {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.\n\0" .global ItemDescriptionWhiteGummi ItemDescriptionWhiteGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nNormal-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Normal-type Pokémon like it the best.\n\0" .global ItemDescriptionRedGummi ItemDescriptionRedGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nFire-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Fire-type Pokémon like it the best.\n\0" .global ItemDescriptionBlueGummi ItemDescriptionBlueGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nWater-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Water-type Pokémon like it the best.\n\0" .global ItemDescriptionGrassGummi ItemDescriptionGrassGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nGrass-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Grass-type Pokémon like it the best.\n\0" .global ItemDescriptionYellowGummi ItemDescriptionYellowGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nElectric-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Electric-type Pokémon like it the best.\n\0" .global ItemDescriptionClearGummi ItemDescriptionClearGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nIce-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Ice-type Pokémon like it the best.\n\0" .global ItemDescriptionOrangeGummi ItemDescriptionOrangeGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nFighting-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Fighting-type Pokémon like it the best.\n\0" .global ItemDescriptionPinkGummi ItemDescriptionPinkGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nPoison-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Poison-type Pokémon like it the best.\n\0" .global ItemDescriptionBrownGummi ItemDescriptionBrownGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nGround-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Ground-type Pokémon like it the best.\n\0" .global ItemDescriptionSkyGummi ItemDescriptionSkyGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nFlying-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Flying-type Pokémon like it the best.\n\0" .global ItemDescriptionGoldGummi ItemDescriptionGoldGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nPsychic-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Psychic-type Pokémon like it the best.\n\0" .global ItemDescriptionGreenGummi ItemDescriptionGreenGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nBug-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Bug-type Pokémon like it the best.\n\0" .global ItemDescriptionGrayGummi ItemDescriptionGrayGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nRock-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Rock-type Pokémon like it the best.\n\0" .global ItemDescriptionPurpleGummi ItemDescriptionPurpleGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nGhost-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Ghost-type Pokémon like it the best.\n\0" .global ItemDescriptionRoyalGummi ItemDescriptionRoyalGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nDragon-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Dragon-type Pokémon like it the best.\n\0" .global ItemDescriptionBlackGummi ItemDescriptionBlackGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nDark-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Dark-type Pokémon like it the best.\n\0" .global ItemDescriptionSilverGummi ItemDescriptionSilverGummi: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nWhen given to a rescue team member~2c#nit raises the Pokémon~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.#nSteel-type Pokémon like it the best.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}When given to a rescue team member{COMMA}{NEW_LINE}it raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.{NEW_LINE}Steel-type Pokémon like it the best.\n\0" .global ItemDescriptionBanana ItemDescriptionBanana: -.string "A rare food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nEating this when its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} is full will#nslightly enlarge its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.#nIt is occasionally found inside walls.\n\0" +.string "A rare food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}Eating this when its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} is full will{NEW_LINE}slightly enlarge its {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2} size.{NEW_LINE}It is occasionally found inside walls.\n\0" .global ItemDescriptionChestnut ItemDescriptionChestnut: -.string "A food item that somewhat fills the#nPokémon~27s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.#nMankey love to eat this.\n\0" +.string "A food item that somewhat fills the{NEW_LINE}Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Belly{END_COLOR_TEXT_2}.{NEW_LINE}Mankey love to eat this.\n\0" .global ItemDescriptionPoke ItemDescriptionPoke: -.string "Money used at shops~2c etc.\n\0" +.string "Money used at shops{COMMA} 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" +.string "It enables a certain kind of Pokémon to{NEW_LINE}evolve.{NEW_LINE}Give it to the Pokémon when it{APOSTROPHE}s ready to{NEW_LINE}evolve.\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" +.string "It enables certain kinds of Pokémon to{NEW_LINE}evolve.{NEW_LINE}Give it to the Pokémon when it{APOSTROPHE}s ready to{NEW_LINE}evolve.\n\0" .global ItemDescriptionIcePart ItemDescriptionIcePart: -.string "An item that was guarded by #CNRegice{END_COLOR_TEXT_1}.#nIt may be related to this saying about the#n{COLOR_1 YELLOW_3}Buried Relic{END_COLOR_TEXT_1}: ~93Three parts guarded by#nthree servants. When they are one again~2c#na mirage shall appear to the bearer.~94\n\0" +.string "An item that was guarded by {COLOR_1 YELLOW_5}Regice{END_COLOR_TEXT_1}.{NEW_LINE}It may be related to this saying about the{NEW_LINE}{COLOR_1 YELLOW_4}Buried Relic{END_COLOR_TEXT_1}: {QUOTE_START}Three parts guarded by{NEW_LINE}three servants. When they are one again{COMMA}{NEW_LINE}a mirage shall appear to the bearer.{QUOTE_END}\n\0" .global ItemDescriptionSteelPart ItemDescriptionSteelPart: -.string "A mysterious item that was guarded by#n#CNRegisteel{END_COLOR_TEXT_1}.#n#CNRegirock{END_COLOR_TEXT_1} and #CNRegice{END_COLOR_TEXT_1} also guarded parts#nin similar fashion.#nWhat is the secret behind these parts?\n\0" +.string "A mysterious item that was guarded by{NEW_LINE}{COLOR_1 YELLOW_5}Registeel{END_COLOR_TEXT_1}.{NEW_LINE}{COLOR_1 YELLOW_5}Regirock{END_COLOR_TEXT_1} and {COLOR_1 YELLOW_5}Regice{END_COLOR_TEXT_1} also guarded parts{NEW_LINE}in similar fashion.{NEW_LINE}What is the secret behind these parts?\n\0" .global ItemDescriptionRockPart ItemDescriptionRockPart: -.string "A mysterious item that was jealously#nguarded by #CNRegirock{END_COLOR_TEXT_1}.#nHow it is to be used remains unknown~2c#nhowever.\n\0" +.string "A mysterious item that was jealously{NEW_LINE}guarded by {COLOR_1 YELLOW_5}Regirock{END_COLOR_TEXT_1}.{NEW_LINE}How it is to be used remains unknown{COMMA}{NEW_LINE}however.\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" +.string "An enchanting music box that plays a{NEW_LINE}beautiful melody.{NEW_LINE}It is said to draw something special to it{NEW_LINE}when it is kept close by.\n\0" .global ItemDescriptionKey ItemDescriptionKey: -.string "A key that unlocks a door inside a#ndungeon.\n\0" +.string "A key that unlocks a door inside a{NEW_LINE}dungeon.\n\0" .global ItemDescriptionUsedTM ItemDescriptionUsedTM: -.string "The remains of the item $i0#nafter use.#nIt can be restored using the move {COLOR_2 GREEN}Recycle{END_COLOR_TEXT_2}.#nThis item cannot be placed in storage.\n\0" +.string "The remains of the item {ARG_MOVE_ITEM_0}{NEW_LINE}after use.{NEW_LINE}It can be restored using the move {COLOR_2 GREEN}Recycle{END_COLOR_TEXT_2}.{NEW_LINE}This item cannot be placed in storage.\n\0" .global ItemDescriptionFocusPunch ItemDescriptionFocusPunch: -.string "Teaches the move {COLOR_2 GREEN}Focus Punch{END_COLOR_TEXT_2}.#nThe user~27s status changes to {COLOR_2 CYAN}Focus Punch{END_COLOR_TEXT_2}~2c#nand it attacks on the next turn.#nIt is not possible to {COLOR_2 CYAN}link{END_COLOR_TEXT_2} this move.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Focus Punch{END_COLOR_TEXT_2}.{NEW_LINE}The user{APOSTROPHE}s status changes to {COLOR_2 CYAN}Focus Punch{END_COLOR_TEXT_2}{COMMA}{NEW_LINE}and it attacks on the next turn.{NEW_LINE}It is not possible to {COLOR_2 CYAN}link{END_COLOR_TEXT_2} this move.\n\0" .global ItemDescriptionDragonClaw ItemDescriptionDragonClaw: -.string "Teaches the move {COLOR_2 GREEN}Dragon Claw{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Dragon Claw{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.\n\0" .global ItemDescriptionWaterPulse ItemDescriptionWaterPulse: -.string "Teaches the move {COLOR_2 GREEN}Water Pulse{END_COLOR_TEXT_2}.#nIt inflicts damage on the target even at a#ndistance.#nIt may also leave the target {COLOR_2 CYAN}confused{END_COLOR_TEXT_2}.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Water Pulse{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target even at a{NEW_LINE}distance.{NEW_LINE}It may also leave the target {COLOR_2 CYAN}confused{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionCalmMind ItemDescriptionCalmMind: -.string "Teaches the move {COLOR_2 GREEN}Calm Mind{END_COLOR_TEXT_2}.#nIt raises the Pokémon~27s {COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}#nand {COLOR_2 YELLOW}Special Defense{END_COLOR_TEXT_2} by one level.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Calm Mind{END_COLOR_TEXT_2}.{NEW_LINE}It raises the Pokémon{APOSTROPHE}s {COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}{NEW_LINE}and {COLOR_2 YELLOW}Special Defense{END_COLOR_TEXT_2} by one level.\n\0" .global ItemDescriptionRoar ItemDescriptionRoar: -.string "Teaches the move {COLOR_2 GREEN}Roar{END_COLOR_TEXT_2}.#nIt sends the target flying.#nIf the foe hits a wall or another#nPokémon~2c it sustains damage.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Roar{END_COLOR_TEXT_2}.{NEW_LINE}It sends the target flying.{NEW_LINE}If the foe hits a wall or another{NEW_LINE}Pokémon{COMMA} it sustains damage.\n\0" .global ItemDescriptionToxic ItemDescriptionToxic: -.string "Teaches the move {COLOR_2 GREEN}Toxic{END_COLOR_TEXT_2}.#nIt {COLOR_2 CYAN}badly poisons{END_COLOR_TEXT_2} the foe Pokémon.#nIf a Pokémon is {COLOR_2 CYAN}badly poisoned{END_COLOR_TEXT_2}~2c it#nsustains damage over several turns.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Toxic{END_COLOR_TEXT_2}.{NEW_LINE}It {COLOR_2 CYAN}badly poisons{END_COLOR_TEXT_2} the foe Pokémon.{NEW_LINE}If a Pokémon is {COLOR_2 CYAN}badly poisoned{END_COLOR_TEXT_2}{COMMA} it{NEW_LINE}sustains damage over several turns.\n\0" .global ItemDescriptionHail ItemDescriptionHail: -.string "An item that changes the dungeon floor~27s#nweather to {COLOR_2 CYAN}Hail{END_COLOR_TEXT_2} for several turns.#n#n#nRange: All Pokémon on floor\n\0" +.string "An item that changes the dungeon floor{APOSTROPHE}s{NEW_LINE}weather to {COLOR_2 CYAN}Hail{END_COLOR_TEXT_2} for several turns.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: All Pokémon on floor\n\0" .global ItemDescriptionBulkUp ItemDescriptionBulkUp: -.string "Teaches the move {COLOR_2 GREEN}Bulk Up{END_COLOR_TEXT_2}.#nIt boosts the user~27s {COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2} and {COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2}#nby one level.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Bulk Up{END_COLOR_TEXT_2}.{NEW_LINE}It boosts the user{APOSTROPHE}s {COLOR_2 YELLOW}Attack{END_COLOR_TEXT_2} and {COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2}{NEW_LINE}by one level.\n\0" .global ItemDescriptionBulletSeed ItemDescriptionBulletSeed: -.string "Teaches the move {COLOR_2 GREEN}Bullet Seed{END_COLOR_TEXT_2}.#nIt inflicts damage on the target even at a#ndistance.#nIt hits two to five times per use.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Bullet Seed{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target even at a{NEW_LINE}distance.{NEW_LINE}It hits two to five times per use.\n\0" .global ItemDescriptionHiddenPower ItemDescriptionHiddenPower: -.string "Teaches the move {COLOR_2 GREEN}Hidden Power{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIts type and power change with the#ndungeon.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Hidden Power{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}Its type and power change with the{NEW_LINE}dungeon.\n\0" .global ItemDescriptionSunnyDay ItemDescriptionSunnyDay: -.string "An item that changes the dungeon floor~27s#nweather to {COLOR_2 CYAN}Sunny{END_COLOR_TEXT_2} for several turns.#n#n#nRange: All Pokémon on floor\n\0" +.string "An item that changes the dungeon floor{APOSTROPHE}s{NEW_LINE}weather to {COLOR_2 CYAN}Sunny{END_COLOR_TEXT_2} for several turns.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: All Pokémon on floor\n\0" .global ItemDescriptionTaunt ItemDescriptionTaunt: -.string "Teaches the move {COLOR_2 GREEN}Taunt{END_COLOR_TEXT_2}.#nThe targeted Pokémon~27s status changes#nto {COLOR_2 CYAN}Taunted{END_COLOR_TEXT_2}.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Taunt{END_COLOR_TEXT_2}.{NEW_LINE}The targeted Pokémon{APOSTROPHE}s status changes{NEW_LINE}to {COLOR_2 CYAN}Taunted{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionIceBeam ItemDescriptionIceBeam: -.string "Teaches the move {COLOR_2 GREEN}Ice Beam{END_COLOR_TEXT_2}.#nIt inflicts damage on the target even at a#ndistance. It may also leave the target#n{COLOR_2 CYAN}frozen{END_COLOR_TEXT_2} and incapable of action.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Ice Beam{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target even at a{NEW_LINE}distance. It may also leave the target{NEW_LINE}{COLOR_2 CYAN}frozen{END_COLOR_TEXT_2} and incapable of action.\n\0" .global ItemDescriptionBlizzard ItemDescriptionBlizzard: -.string "Teaches the move {COLOR_2 GREEN}Blizzard{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIt may also leave the target {COLOR_2 CYAN}frozen{END_COLOR_TEXT_2} and#nincapable of action.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Blizzard{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}It may also leave the target {COLOR_2 CYAN}frozen{END_COLOR_TEXT_2} and{NEW_LINE}incapable of action.\n\0" .global ItemDescriptionHyperBeam ItemDescriptionHyperBeam: -.string "Teaches the move {COLOR_2 GREEN}Hyper Beam{END_COLOR_TEXT_2}.#nIt inflicts damage on the target even at a#ndistance. However~2c it also makes the user#n{COLOR_2 CYAN}paused{END_COLOR_TEXT_2} and incapable of action.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Hyper Beam{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target even at a{NEW_LINE}distance. However{COMMA} it also makes the user{NEW_LINE}{COLOR_2 CYAN}paused{END_COLOR_TEXT_2} and incapable of action.\n\0" .global ItemDescriptionLightScreen ItemDescriptionLightScreen: -.string "Teaches the move {COLOR_2 GREEN}Light Screen{END_COLOR_TEXT_2}.#nIt makes the user~27s status {COLOR_2 CYAN}Light Screen{END_COLOR_TEXT_2}.#nIt halves the damage from#n{COLOR_2 CYAN}Special Attack moves{END_COLOR_TEXT_2}.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Light Screen{END_COLOR_TEXT_2}.{NEW_LINE}It makes the user{APOSTROPHE}s status {COLOR_2 CYAN}Light Screen{END_COLOR_TEXT_2}.{NEW_LINE}It halves the damage from{NEW_LINE}{COLOR_2 CYAN}Special Attack moves{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionProtect ItemDescriptionProtect: -.string "Teaches the move {COLOR_2 GREEN}Protect{END_COLOR_TEXT_2}.#nIt changes the Pokémon~27s status to#n{COLOR_2 CYAN}Protect{END_COLOR_TEXT_2} and prevents damage from#nenemy attacks and moves.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Protect{END_COLOR_TEXT_2}.{NEW_LINE}It changes the Pokémon{APOSTROPHE}s status to{NEW_LINE}{COLOR_2 CYAN}Protect{END_COLOR_TEXT_2} and prevents damage from{NEW_LINE}enemy attacks and moves.\n\0" .global ItemDescriptionRainDance ItemDescriptionRainDance: -.string "An item that changes the dungeon floor~27s#nweather to {COLOR_2 CYAN}Rain{END_COLOR_TEXT_2} for several turns.#n#n#nRange: All Pokémon on floor\n\0" +.string "An item that changes the dungeon floor{APOSTROPHE}s{NEW_LINE}weather to {COLOR_2 CYAN}Rain{END_COLOR_TEXT_2} for several turns.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: All Pokémon on floor\n\0" .global ItemDescriptionGigaDrain ItemDescriptionGigaDrain: -.string "Teaches the move {COLOR_2 GREEN}Giga Drain{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIt also restores the user~27s {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2} based#non the damage it inflicted.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Giga Drain{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}It also restores the user{APOSTROPHE}s {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2} based{NEW_LINE}on the damage it inflicted.\n\0" .global ItemDescriptionSafeguard ItemDescriptionSafeguard: -.string "Teaches the move {COLOR_2 GREEN}Safeguard{END_COLOR_TEXT_2}.#nIt changes the status of the user and team#nmembers in the same room to {COLOR_2 CYAN}Safeguard{END_COLOR_TEXT_2}#nand prevents status problems.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Safeguard{END_COLOR_TEXT_2}.{NEW_LINE}It changes the status of the user and team{NEW_LINE}members in the same room to {COLOR_2 CYAN}Safeguard{END_COLOR_TEXT_2}{NEW_LINE}and prevents status problems.\n\0" .global ItemDescriptionFrustration ItemDescriptionFrustration: -.string "Teaches the move {COLOR_2 GREEN}Frustration{END_COLOR_TEXT_2}.#nIt inflicts damage on the target and#ninflicts greater damage if the user~27s#n{COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2} is low.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Frustration{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target and{NEW_LINE}inflicts greater damage if the user{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2} is low.\n\0" .global ItemDescriptionSolarBeam ItemDescriptionSolarBeam: -.string "Teaches the move {COLOR_2 GREEN}Solarbeam{END_COLOR_TEXT_2}.#nThe user~27s status becomes {COLOR_2 CYAN}Solarbeam{END_COLOR_TEXT_2}~2c#nand it attacks on the next turn.#nIt is not possible to {COLOR_2 CYAN}link{END_COLOR_TEXT_2} this move.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Solarbeam{END_COLOR_TEXT_2}.{NEW_LINE}The user{APOSTROPHE}s status becomes {COLOR_2 CYAN}Solarbeam{END_COLOR_TEXT_2}{COMMA}{NEW_LINE}and it attacks on the next turn.{NEW_LINE}It is not possible to {COLOR_2 CYAN}link{END_COLOR_TEXT_2} this move.\n\0" .global ItemDescriptionIronTail ItemDescriptionIronTail: -.string "Teaches the move {COLOR_2 GREEN}Iron Tail{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIt may also lower the target~27s {COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2}#nby one level.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Iron Tail{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}It may also lower the target{APOSTROPHE}s {COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2}{NEW_LINE}by one level.\n\0" .global ItemDescriptionThunderbolt ItemDescriptionThunderbolt: -.string "Teaches the move {COLOR_2 GREEN}Thunderbolt{END_COLOR_TEXT_2}.#nIt damages all foes around the user.#nIt may also cause {COLOR_2 CYAN}paralysis{END_COLOR_TEXT_2}~2c which#nprevents attacks and moves.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Thunderbolt{END_COLOR_TEXT_2}.{NEW_LINE}It damages all foes around the user.{NEW_LINE}It may also cause {COLOR_2 CYAN}paralysis{END_COLOR_TEXT_2}{COMMA} which{NEW_LINE}prevents attacks and moves.\n\0" .global ItemDescriptionThunder ItemDescriptionThunder: -.string "Teaches the move {COLOR_2 GREEN}Thunder{END_COLOR_TEXT_2}.#nIt inflicts damage on the target#nand may also cause {COLOR_2 CYAN}paralysis{END_COLOR_TEXT_2}.#nIts accuracy is affected by the weather.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Thunder{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target{NEW_LINE}and may also cause {COLOR_2 CYAN}paralysis{END_COLOR_TEXT_2}.{NEW_LINE}Its accuracy is affected by the weather.\n\0" .global ItemDescriptionEarthquake ItemDescriptionEarthquake: -.string "Teaches the move {COLOR_2 GREEN}Earthquake{END_COLOR_TEXT_2}.#nIt damages all Pokémon in the same room.#nIt inflicts double damage on any {COLOR_2 CYAN}digging{END_COLOR_TEXT_2}#nPokémon.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Earthquake{END_COLOR_TEXT_2}.{NEW_LINE}It damages all Pokémon in the same room.{NEW_LINE}It inflicts double damage on any {COLOR_2 CYAN}digging{END_COLOR_TEXT_2}{NEW_LINE}Pokémon.\n\0" .global ItemDescriptionReturn ItemDescriptionReturn: -.string "Teaches the move {COLOR_2 GREEN}Return{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIts power rises with the user~27s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Return{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}Its power rises with the user{APOSTROPHE}s {COLOR_2 YELLOW}IQ{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionDig ItemDescriptionDig: -.string "Teaches the move {COLOR_2 GREEN}Dig{END_COLOR_TEXT_2}.#nThe user~27s status becomes {COLOR_2 CYAN}Digging{END_COLOR_TEXT_2}~2c#nand it attacks on the next turn.#nIt is not possible to {COLOR_2 CYAN}link{END_COLOR_TEXT_2} this move.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Dig{END_COLOR_TEXT_2}.{NEW_LINE}The user{APOSTROPHE}s status becomes {COLOR_2 CYAN}Digging{END_COLOR_TEXT_2}{COMMA}{NEW_LINE}and it attacks on the next turn.{NEW_LINE}It is not possible to {COLOR_2 CYAN}link{END_COLOR_TEXT_2} this move.\n\0" .global ItemDescriptionPsychic ItemDescriptionPsychic: -.string "Teaches the move {COLOR_2 GREEN}Psychic{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIt may also lower the target~27s {COLOR_2 YELLOW}Special#nDefense{END_COLOR_TEXT_2} by one level.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Psychic{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}It may also lower the target{APOSTROPHE}s {COLOR_2 YELLOW}Special{NEW_LINE}Defense{END_COLOR_TEXT_2} by one level.\n\0" .global ItemDescriptionShadowBall ItemDescriptionShadowBall: -.string "Teaches the move {COLOR_2 GREEN}Shadow Ball{END_COLOR_TEXT_2}.#nIt inflicts damage on the target even at a#ndistance. It may also lower the target~27s#n{COLOR_2 YELLOW}Special Defense{END_COLOR_TEXT_2} by one level.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Shadow Ball{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target even at a{NEW_LINE}distance. It may also lower the target{APOSTROPHE}s{NEW_LINE}{COLOR_2 YELLOW}Special Defense{END_COLOR_TEXT_2} by one level.\n\0" .global ItemDescriptionBrickBreak ItemDescriptionBrickBreak: -.string "Teaches the move {COLOR_2 GREEN}Brick Break{END_COLOR_TEXT_2}.#nIt shatters the target~27s {COLOR_2 CYAN}Reflect{END_COLOR_TEXT_2}#nor {COLOR_2 CYAN}Light Screen{END_COLOR_TEXT_2} to inflict damage.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Brick Break{END_COLOR_TEXT_2}.{NEW_LINE}It shatters the target{APOSTROPHE}s {COLOR_2 CYAN}Reflect{END_COLOR_TEXT_2}{NEW_LINE}or {COLOR_2 CYAN}Light Screen{END_COLOR_TEXT_2} to inflict damage.\n\0" .global ItemDescriptionDoubleTeam ItemDescriptionDoubleTeam: -.string "An item that raises the user~27s {COLOR_2 YELLOW}Evasion{END_COLOR_TEXT_2}#nby one level.#n#n#nRange: User\n\0" +.string "An item that raises the user{APOSTROPHE}s {COLOR_2 YELLOW}Evasion{END_COLOR_TEXT_2}{NEW_LINE}by one level.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionReflect ItemDescriptionReflect: -.string "Teaches the move {COLOR_2 GREEN}Reflect{END_COLOR_TEXT_2}.#nIt makes the user~27s status {COLOR_2 CYAN}Reflect{END_COLOR_TEXT_2}#nand halves the damage from all#n{COLOR_2 CYAN}Physical Attack moves{END_COLOR_TEXT_2} and#nregular attacks.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Reflect{END_COLOR_TEXT_2}.{NEW_LINE}It makes the user{APOSTROPHE}s status {COLOR_2 CYAN}Reflect{END_COLOR_TEXT_2}{NEW_LINE}and halves the damage from all{NEW_LINE}{COLOR_2 CYAN}Physical Attack moves{END_COLOR_TEXT_2} and{NEW_LINE}regular attacks.\n\0" .global ItemDescriptionShockWave ItemDescriptionShockWave: -.string "Teaches the move {COLOR_2 GREEN}Shock Wave{END_COLOR_TEXT_2}.#nIt inflicts damage on the target even at a#ndistance.#nIt never misses.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Shock Wave{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target even at a{NEW_LINE}distance.{NEW_LINE}It never misses.\n\0" .global ItemDescriptionFlamethrower ItemDescriptionFlamethrower: -.string "Teaches the move {COLOR_2 GREEN}Flamethrower{END_COLOR_TEXT_2}.#nIt inflicts damage on the target even at a#ndistance. It may also cause a {COLOR_2 CYAN}burn{END_COLOR_TEXT_2}.#nIt thaws and frees frozen Pokémon.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Flamethrower{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target even at a{NEW_LINE}distance. It may also cause a {COLOR_2 CYAN}burn{END_COLOR_TEXT_2}.{NEW_LINE}It thaws and frees frozen Pokémon.\n\0" .global ItemDescriptionSludgeBomb ItemDescriptionSludgeBomb: -.string "Teaches the move {COLOR_2 GREEN}Sludge Bomb{END_COLOR_TEXT_2}.#nIt inflicts damage on the target even at a#ndistance. It may also leave the target#n{COLOR_2 CYAN}poisoned{END_COLOR_TEXT_2}~2c damaging it over several turns.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Sludge Bomb{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target even at a{NEW_LINE}distance. It may also leave the target{NEW_LINE}{COLOR_2 CYAN}poisoned{END_COLOR_TEXT_2}{COMMA} damaging it over several turns.\n\0" .global ItemDescriptionSandstorm ItemDescriptionSandstorm: -.string "An item that changes the dungeon floor~27s#nweather to {COLOR_2 CYAN}Sandstorm{END_COLOR_TEXT_2} for several turns.#n#n#nRange: All Pokémon on floor\n\0" +.string "An item that changes the dungeon floor{APOSTROPHE}s{NEW_LINE}weather to {COLOR_2 CYAN}Sandstorm{END_COLOR_TEXT_2} for several turns.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: All Pokémon on floor\n\0" .global ItemDescriptionFireBlast ItemDescriptionFireBlast: -.string "Teaches the move {COLOR_2 GREEN}Fire Blast{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIt may also cause a {COLOR_2 CYAN}burn{END_COLOR_TEXT_2}.#nIt thaws and frees frozen Pokémon.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Fire Blast{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}It may also cause a {COLOR_2 CYAN}burn{END_COLOR_TEXT_2}.{NEW_LINE}It thaws and frees frozen Pokémon.\n\0" .global ItemDescriptionRockTomb ItemDescriptionRockTomb: -.string "It inflicts damage on the target.#nIt also lowers the target~27s {COLOR_2 YELLOW}Movement#nSpeed{END_COLOR_TEXT_2} by one level.#n#nRange: Foe in front\n\0" +.string "It inflicts damage on the target.{NEW_LINE}It also lowers the target{APOSTROPHE}s {COLOR_2 YELLOW}Movement{NEW_LINE}Speed{END_COLOR_TEXT_2} by one level.{NEW_LINE}{NEW_LINE}Range: Foe in front\n\0" .global ItemDescriptionAerialAce ItemDescriptionAerialAce: -.string "Teaches the move {COLOR_2 GREEN}Aerial Ace{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIt never misses.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Aerial Ace{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}It never misses.\n\0" .global ItemDescriptionTorment ItemDescriptionTorment: -.string "Teaches the move {COLOR_2 GREEN}Torment{END_COLOR_TEXT_2}.#nIt prevents the targeted Pokémon from#nrepeating its last move while it#nremains on the floor.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Torment{END_COLOR_TEXT_2}.{NEW_LINE}It prevents the targeted Pokémon from{NEW_LINE}repeating its last move while it{NEW_LINE}remains on the floor.\n\0" .global ItemDescriptionFacade ItemDescriptionFacade: -.string "Teaches the move {COLOR_2 GREEN}Facade{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIf the user is {COLOR_2 CYAN}poisoned{END_COLOR_TEXT_2}~2c {COLOR_2 CYAN}badly poisoned{END_COLOR_TEXT_2}~2c#nor has a {COLOR_2 CYAN}burn{END_COLOR_TEXT_2}~2c its power is doubled.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Facade{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}If the user is {COLOR_2 CYAN}poisoned{END_COLOR_TEXT_2}{COMMA} {COLOR_2 CYAN}badly poisoned{END_COLOR_TEXT_2}{COMMA}{NEW_LINE}or has a {COLOR_2 CYAN}burn{END_COLOR_TEXT_2}{COMMA} its power is doubled.\n\0" .global ItemDescriptionSecretPower ItemDescriptionSecretPower: -.string "Teaches the move {COLOR_2 GREEN}Secret Power{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIt may also trigger other effects#ndepending on the terrain.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Secret Power{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}It may also trigger other effects{NEW_LINE}depending on the terrain.\n\0" .global ItemDescriptionRest ItemDescriptionRest: -.string "Teaches the move {COLOR_2 GREEN}Rest{END_COLOR_TEXT_2}.#nIt makes the user go to {COLOR_2 CYAN}sleep{END_COLOR_TEXT_2}.#nUpon awakening~2c the Pokémon regains {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}#nand recovers from any status problems.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Rest{END_COLOR_TEXT_2}.{NEW_LINE}It makes the user go to {COLOR_2 CYAN}sleep{END_COLOR_TEXT_2}.{NEW_LINE}Upon awakening{COMMA} the Pokémon regains {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}{NEW_LINE}and recovers from any status problems.\n\0" .global ItemDescriptionAttract ItemDescriptionAttract: -.string "Teaches the move {COLOR_2 GREEN}Attract{END_COLOR_TEXT_2}.#nIt changes the target~27s status to#n{COLOR_2 CYAN}Infatuated{END_COLOR_TEXT_2}.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Attract{END_COLOR_TEXT_2}.{NEW_LINE}It changes the target{APOSTROPHE}s status to{NEW_LINE}{COLOR_2 CYAN}Infatuated{END_COLOR_TEXT_2}.\n\0" .global ItemDescriptionThief ItemDescriptionThief: -.string "Teaches the move {COLOR_2 GREEN}Thief{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIt also snatches the target~27s hold item#nand makes it the user~27s hold item.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Thief{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}It also snatches the target{APOSTROPHE}s hold item{NEW_LINE}and makes it the user{APOSTROPHE}s hold item.\n\0" .global ItemDescriptionSteelWIng ItemDescriptionSteelWIng: -.string "Teaches the move {COLOR_2 GREEN}Steel Wing{END_COLOR_TEXT_2}.#nIt inflicts damage on the target.#nIt may also raise the user~27s {COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2} by#none level.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Steel Wing{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on the target.{NEW_LINE}It may also raise the user{APOSTROPHE}s {COLOR_2 YELLOW}Defense{END_COLOR_TEXT_2} by{NEW_LINE}one level.\n\0" .global ItemDescriptionSkillSwap ItemDescriptionSkillSwap: -.string "Teaches the move {COLOR_2 GREEN}Skill Swap{END_COLOR_TEXT_2}.#nIt switches the user~27s {COLOR_2 YELLOW}Special Ability{END_COLOR_TEXT_2} with#nthat of the target.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Skill Swap{END_COLOR_TEXT_2}.{NEW_LINE}It switches the user{APOSTROPHE}s {COLOR_2 YELLOW}Special Ability{END_COLOR_TEXT_2} with{NEW_LINE}that of the target.\n\0" .global ItemDescriptionSnatch ItemDescriptionSnatch: -.string "It switches the user~27s status to {COLOR_2 CYAN}Snatch{END_COLOR_TEXT_2}.#nIt steals the moves of Pokémon on#nthe same floor.#n#nRange: User\n\0" +.string "It switches the user{APOSTROPHE}s status to {COLOR_2 CYAN}Snatch{END_COLOR_TEXT_2}.{NEW_LINE}It steals the moves of Pokémon on{NEW_LINE}the same floor.{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionOverheat ItemDescriptionOverheat: -.string "Teaches the move {COLOR_2 GREEN}Overheat{END_COLOR_TEXT_2}.#nIt damages all foes around the user~2c but it#nalso lowers the user~27s {COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}#nby two levels and thaws frozen Pokémon.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Overheat{END_COLOR_TEXT_2}.{NEW_LINE}It damages all foes around the user{COMMA} but it{NEW_LINE}also lowers the user{APOSTROPHE}s {COLOR_2 YELLOW}Special Attack{END_COLOR_TEXT_2}{NEW_LINE}by two levels and thaws frozen Pokémon.\n\0" .global ItemDescriptionWideSlash ItemDescriptionWideSlash: -.string "Teaches the move {COLOR_2 GREEN}Wide Slash{END_COLOR_TEXT_2}.#nIt inflicts damage on foes on the 3#ntiles diagonally and directly in front.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Wide Slash{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on foes on the 3{NEW_LINE}tiles diagonally and directly in front.\n\0" .global ItemDescriptionExcavate ItemDescriptionExcavate: -.string "Teaches the move {COLOR_2 GREEN}Excavate{END_COLOR_TEXT_2}.#nIt digs through the wall the user is facing.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Excavate{END_COLOR_TEXT_2}.{NEW_LINE}It digs through the wall the user is facing.\n\0" .global ItemDescriptionSpinSlash ItemDescriptionSpinSlash: -.string "Teaches the move {COLOR_2 GREEN}Spin Slash{END_COLOR_TEXT_2}.#nIt inflicts damage on all foes surrounding#nthe user.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Spin Slash{END_COLOR_TEXT_2}.{NEW_LINE}It inflicts damage on all foes surrounding{NEW_LINE}the user.\n\0" .global ItemDescriptionSeeTrapOrb ItemDescriptionSeeTrapOrb: -.string "It reveals all hidden traps in the same#nroom.#n#n#nRange: User\n\0" +.string "It reveals all hidden traps in the same{NEW_LINE}room.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "It inflicts damage on the target.{NEW_LINE}It also snatches the target{APOSTROPHE}s hold item{NEW_LINE}to make it the user{APOSTROPHE}s.{NEW_LINE}{NEW_LINE}Range: Foe in front\n\0" .global ItemDescriptionReboundOrb ItemDescriptionReboundOrb: -.string "Changes the user~27s status to {COLOR_2 CYAN}Mini Counter{END_COLOR_TEXT_2}.#nAny damage from {COLOR_2 CYAN}Physical Attack moves{END_COLOR_TEXT_2}#nor a regular attack is partially returned.#n#nRange: User\n\0" +.string "Changes the user{APOSTROPHE}s status to {COLOR_2 CYAN}Mini Counter{END_COLOR_TEXT_2}.{NEW_LINE}Any damage from {COLOR_2 CYAN}Physical Attack moves{END_COLOR_TEXT_2}{NEW_LINE}or a regular attack is partially returned.{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionLobOrb ItemDescriptionLobOrb: -.string "Inflicts damage on the target up to#n2 tiles away.#n#n#nRange: 2 tiles\n\0" +.string "Inflicts damage on the target up to{NEW_LINE}2 tiles away.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Switches the user{APOSTROPHE}s position with another{NEW_LINE}Pokémon{COMMA} however distant.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Knocks a distant target flying.{NEW_LINE}If the target hits a wall or another{NEW_LINE}Pokémon{COMMA} it sustains damage.{NEW_LINE}{NEW_LINE}Range: 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" +.string "Warps foes in the same room to other{NEW_LINE}places on the same floor.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Transforms the target into a different{NEW_LINE}Pokémon.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: Foe in front\n\0" .global ItemDescriptionSlowOrb ItemDescriptionSlowOrb: -.string "Lowers the {COLOR_2 YELLOW}Movement Speed{END_COLOR_TEXT_2} of foes in#nthe same room by one level.#n#n#nRange: Foes in room\n\0" +.string "Lowers the {COLOR_2 YELLOW}Movement Speed{END_COLOR_TEXT_2} of foes in{NEW_LINE}the same room by one level.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: Foes in room\n\0" .global ItemDescriptionQuickOrb ItemDescriptionQuickOrb: -.string "Boosts the {COLOR_2 YELLOW}Movement Speed{END_COLOR_TEXT_2} of the user#nand team members in the room by one#nlevel.#n#nRange: All team members in room\n\0" +.string "Boosts the {COLOR_2 YELLOW}Movement Speed{END_COLOR_TEXT_2} of the user{NEW_LINE}and team members in the room by one{NEW_LINE}level.{NEW_LINE}{NEW_LINE}Range: 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" +.string "Reveals the entire floor to the user.{NEW_LINE}{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionPetrifyOrb ItemDescriptionPetrifyOrb: -.string "Changes the status of foes in the room to#n{COLOR_2 CYAN}Petrified{END_COLOR_TEXT_2}~2c making them incapable of action.#n#n#nRange: Foes in room\n\0" +.string "Changes the status of foes in the room to{NEW_LINE}{COLOR_2 CYAN}Petrified{END_COLOR_TEXT_2}{COMMA} making them incapable of action.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: Foes in room\n\0" .global ItemDescriptionStayawayOrb ItemDescriptionStayawayOrb: -.string "Changes the status of the target to#n{COLOR_2 CYAN}Petrified{END_COLOR_TEXT_2} and warps it near the stairs.#n#n#nRange: Foe in front\n\0" +.string "Changes the status of the target to{NEW_LINE}{COLOR_2 CYAN}Petrified{END_COLOR_TEXT_2} and warps it near the stairs.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Makes the user pounce on the Pokémon{NEW_LINE}in front{COMMA} however distant. If no Pokémon{NEW_LINE}is in the way{COMMA} the user leaps to the wall.{NEW_LINE}{NEW_LINE}Range: 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" +.string "Pulls all items on the floor to the user.{NEW_LINE}Beware: if there is a shop{COMMA} the user will{NEW_LINE}be considered a shoplifter.{NEW_LINE}{NEW_LINE}Range: 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" +.string "Sticky{COMMA} gummed-up items are cleansed of{NEW_LINE}grime{COMMA} making them usable again.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: All team members on floor\n\0" .global ItemDescriptionObserverOrb ItemDescriptionObserverOrb: -.string "Changes the status of the target to#n{COLOR_2 CYAN}Paused{END_COLOR_TEXT_2}~2c making it incapable of action.#n#n#nRange: Foe in front\n\0" +.string "Changes the status of the target to{NEW_LINE}{COLOR_2 CYAN}Paused{END_COLOR_TEXT_2}{COMMA} making it incapable of action.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: Foe in front\n\0" .global ItemDescriptionDecoyOrb ItemDescriptionDecoyOrb: -.string "Changes the status of the target to#n{COLOR_2 CYAN}Decoy{END_COLOR_TEXT_2}~2c making it the target of its fellow#nPokémon.#n#nRange: Foe in front\n\0" +.string "Changes the status of the target to{NEW_LINE}{COLOR_2 CYAN}Decoy{END_COLOR_TEXT_2}{COMMA} making it the target of its fellow{NEW_LINE}Pokémon.{NEW_LINE}{NEW_LINE}Range: Foe in front\n\0" .global ItemDescriptionSlumberOrb ItemDescriptionSlumberOrb: -.string "Changes the status of foes in the same#nroom to {COLOR_2 CYAN}Sleep{END_COLOR_TEXT_2}~2c making them incapable#nof action.#n#nRange: Foes in room\n\0" +.string "Changes the status of foes in the same{NEW_LINE}room to {COLOR_2 CYAN}Sleep{END_COLOR_TEXT_2}{COMMA} making them incapable{NEW_LINE}of action.{NEW_LINE}{NEW_LINE}Range: Foes in room\n\0" .global ItemDescriptionTotterOrb ItemDescriptionTotterOrb: -.string "Changes the status of foes in the same#nroom to {COLOR_2 CYAN}Confused{END_COLOR_TEXT_2}~2c making their#nattacks and movements erratic.#n#nRange: Foes in room\n\0" +.string "Changes the status of foes in the same{NEW_LINE}room to {COLOR_2 CYAN}Confused{END_COLOR_TEXT_2}{COMMA} making their{NEW_LINE}attacks and movements erratic.{NEW_LINE}{NEW_LINE}Range: Foes in room\n\0" .global ItemDescriptionTwoEdgeOrb ItemDescriptionTwoEdgeOrb: -.string "Drops the {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2} of foes in the same#nroom to one. If it hits~2c it also halves#nthe user~27s {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}.#n#nRange: Foes in room\n\0" +.string "Drops the {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2} of foes in the same{NEW_LINE}room to one. If it hits{COMMA} it also halves{NEW_LINE}the user{APOSTROPHE}s {COLOR_2 YELLOW}HP{END_COLOR_TEXT_2}.{NEW_LINE}{NEW_LINE}Range: Foes in room\n\0" .global ItemDescriptionSilenceOrb ItemDescriptionSilenceOrb: -.string "Changes the status of the target to#n{COLOR_2 CYAN}Muzzled{END_COLOR_TEXT_2}~2c making it incapable of attacks or#nmoves using its mouth.#n#nRange: Foe in front\n\0" +.string "Changes the status of the target to{NEW_LINE}{COLOR_2 CYAN}Muzzled{END_COLOR_TEXT_2}{COMMA} making it incapable of attacks or{NEW_LINE}moves using its mouth.{NEW_LINE}{NEW_LINE}Range: 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" +.string "Allows the rescue team to escape{NEW_LINE}from the dungeon.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Reveals the location of all unclaimed{NEW_LINE}items on the floor.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionRadarOrb ItemDescriptionRadarOrb: -.string "Reveals the location of all foes on#nthe floor.#n#n#nRange: User\n\0" +.string "Reveals the location of all foes on{NEW_LINE}the floor.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionDroughtOrb ItemDescriptionDroughtOrb: -.string "Drains water and magma from the dungeon#nfloor.#n#n#nRange: Special\n\0" +.string "Drains water and magma from the dungeon{NEW_LINE}floor.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: Special\n\0" .global ItemDescriptionTrapbustOrb ItemDescriptionTrapbustOrb: -.string "Destroys traps in the same room.#n#n#n#nRange: Room\n\0" +.string "Destroys traps in the same room.{NEW_LINE}{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Draws all team members to the user.{NEW_LINE}{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: All team members on floor\n\0" .global ItemDescriptionInvisifyOrb ItemDescriptionInvisifyOrb: -.string "The user becomes {COLOR_2 CYAN}invisible{END_COLOR_TEXT_2} to other#nPokémon.#n#n#nRange: User\n\0" +.string "The user becomes {COLOR_2 CYAN}invisible{END_COLOR_TEXT_2} to other{NEW_LINE}Pokémon.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Defeats the target in one shot--if it hits.{NEW_LINE}{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Reveals if Pokémon on the floor are{NEW_LINE}holding items or not.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: All Pokémon on floor\n\0" .global ItemDescriptionVacuumCut ItemDescriptionVacuumCut: -.string "Teaches the move {COLOR_2 GREEN}Vacuum Cut{END_COLOR_TEXT_2}.#nIt inflicts damage on all foes in the room.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Vacuum Cut{END_COLOR_TEXT_2}.{NEW_LINE}It 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" +.string "A hold item that revives the Pokémon{NEW_LINE}if it faints.{NEW_LINE}It does not work if the holder faints{NEW_LINE}from an explosion.{NEW_LINE}Range: Holder\n\0" .global ItemDescriptionShockerOrb ItemDescriptionShockerOrb: -.string "Changes the target~27s status to {COLOR_2 CYAN}Cowering{END_COLOR_TEXT_2}~2c#nmaking its attacks go in the opposite#ndirection.#n#nRange: Foe in front\n\0" +.string "Changes the target{APOSTROPHE}s status to {COLOR_2 CYAN}Cowering{END_COLOR_TEXT_2}{COMMA}{NEW_LINE}making its attacks go in the opposite{NEW_LINE}direction.{NEW_LINE}{NEW_LINE}Range: 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" +.string "Inflicts damage on the target.{NEW_LINE}The bigger the target{APOSTROPHE}s size{COMMA} the greater{NEW_LINE}the damage.{NEW_LINE}{NEW_LINE}Range: 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" +.string "Destroys all walls on the floor{COMMA} turning{NEW_LINE}the floor into one vast room.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Makes water or magma in front of the{NEW_LINE}user turn into a solid floor tile.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Sets a trap where the user is standing.{NEW_LINE}It does not work if used in a hallway.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "A leader{APOSTROPHE}s hold item that enables the{NEW_LINE}leader to possess a friend and survive.{NEW_LINE}It 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" +.string "Turns the target Pokémon into an item.{NEW_LINE}{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: 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" +.string "Hurls the target at another foe to inflict{NEW_LINE}damage.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: Foe in front\n\0" .global ItemDescriptionMobileOrb ItemDescriptionMobileOrb: -.string "Changes the user~27s status to {COLOR_2 CYAN}Mobile{END_COLOR_TEXT_2}~2c#nenabling it to move and attack through#nwalls and on lava~2c water~2c and clouds.#n#nRange: User\n\0" +.string "Changes the user{APOSTROPHE}s status to {COLOR_2 CYAN}Mobile{END_COLOR_TEXT_2}{COMMA}{NEW_LINE}enabling it to move and attack through{NEW_LINE}walls and on lava{COMMA} water{COMMA} and clouds.{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionTossOrb ItemDescriptionTossOrb: @@ -816,55 +816,55 @@ ItemDescriptionTossOrb: .global ItemDescriptionStairsOrb ItemDescriptionStairsOrb: -.string "Reveals the location of the stairs on the#nfloor.#n#n#nRange: User\n\0" +.string "Reveals the location of the stairs on the{NEW_LINE}floor.{NEW_LINE}{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionLongtossOrb ItemDescriptionLongtossOrb: -.string "Changes the user~27s status to {COLOR_2 CYAN}Long Toss{END_COLOR_TEXT_2}.#nItems thrown by the user will fly until#nthey hit a wall or a Pokémon.#n#nRange: User\n\0" +.string "Changes the user{APOSTROPHE}s status to {COLOR_2 CYAN}Long Toss{END_COLOR_TEXT_2}.{NEW_LINE}Items thrown by the user will fly until{NEW_LINE}they hit a wall or a Pokémon.{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionPierceOrb ItemDescriptionPierceOrb: -.string "Changes the user~27s status to {COLOR_2 CYAN}Pierce{END_COLOR_TEXT_2}.#nItems thrown by the user will fly through#nwalls and Pokémon without stopping.#n#nRange: User\n\0" +.string "Changes the user{APOSTROPHE}s status to {COLOR_2 CYAN}Pierce{END_COLOR_TEXT_2}.{NEW_LINE}Items thrown by the user will fly through{NEW_LINE}walls and Pokémon without stopping.{NEW_LINE}{NEW_LINE}Range: User\n\0" .global ItemDescriptionCut ItemDescriptionCut: -.string "Teaches the move {COLOR_2 GREEN}Cut{END_COLOR_TEXT_2}. It does not break~2c#nbut cannot be used in a dungeon.#nThe move damages all foes around the#nuser.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Cut{END_COLOR_TEXT_2}. It does not break{COMMA}{NEW_LINE}but cannot be used in a dungeon.{NEW_LINE}The move damages all foes around the{NEW_LINE}user.\n\0" .global ItemDescriptionFly ItemDescriptionFly: -.string "Teaches the move {COLOR_2 GREEN}Fly{END_COLOR_TEXT_2}. It does not break~2c#nbut cannot be used in a dungeon.#nThe move makes the user~27s status {COLOR_2 CYAN}Flying{END_COLOR_TEXT_2}~2c#nmaking it attack on the next turn.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Fly{END_COLOR_TEXT_2}. It does not break{COMMA}{NEW_LINE}but cannot be used in a dungeon.{NEW_LINE}The move makes the user{APOSTROPHE}s status {COLOR_2 CYAN}Flying{END_COLOR_TEXT_2}{COMMA}{NEW_LINE}making it attack on the next turn.\n\0" .global ItemDescriptionSurf ItemDescriptionSurf: -.string "Teaches the move {COLOR_2 GREEN}Surf{END_COLOR_TEXT_2}. It does not break~2c#nbut cannot be used in a dungeon.#nThe move damages the target.#nInflicts double damage on a {COLOR_2 CYAN}diving{END_COLOR_TEXT_2} foe.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Surf{END_COLOR_TEXT_2}. It does not break{COMMA}{NEW_LINE}but cannot be used in a dungeon.{NEW_LINE}The move damages the target.{NEW_LINE}Inflicts double damage on a {COLOR_2 CYAN}diving{END_COLOR_TEXT_2} foe.\n\0" .global ItemDescriptionStrength ItemDescriptionStrength: -.string "Teaches the move {COLOR_2 GREEN}Strength{END_COLOR_TEXT_2}. 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" +.string "Teaches the move {COLOR_2 GREEN}Strength{END_COLOR_TEXT_2}. It does not{NEW_LINE}break{COMMA} but cannot be used in a dungeon.{NEW_LINE}The move hurls the target at another{NEW_LINE}Pokémon to inflict damage.\n\0" .global ItemDescriptionFlash ItemDescriptionFlash: -.string "Teaches the move {COLOR_2 GREEN}Flash{END_COLOR_TEXT_2}. It does not break~2c#nbut cannot be used in a dungeon.#nThe move lowers the target~27s {COLOR_2 YELLOW}Accuracy{END_COLOR_TEXT_2}#nby one level.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Flash{END_COLOR_TEXT_2}. It does not break{COMMA}{NEW_LINE}but cannot be used in a dungeon.{NEW_LINE}The move lowers the target{APOSTROPHE}s {COLOR_2 YELLOW}Accuracy{END_COLOR_TEXT_2}{NEW_LINE}by one level.\n\0" .global ItemDescriptionRockSmash ItemDescriptionRockSmash: -.string "Teaches the move {COLOR_2 GREEN}Rock Smash{END_COLOR_TEXT_2}. It does not#nbreak~2c but cannot be used in a dungeon.#nThe move digs through the wall the user#nis facing.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Rock Smash{END_COLOR_TEXT_2}. It does not{NEW_LINE}break{COMMA} but cannot be used in a dungeon.{NEW_LINE}The move digs through the wall the user{NEW_LINE}is facing.\n\0" .global ItemDescriptionWaterfall ItemDescriptionWaterfall: -.string "Teaches the move {COLOR_2 GREEN}Waterfall{END_COLOR_TEXT_2}. It does not#nbreak~2c but cannot be used in a dungeon.#nThe move damages the target.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Waterfall{END_COLOR_TEXT_2}. It does not{NEW_LINE}break{COMMA} but cannot be used in a dungeon.{NEW_LINE}The move damages the target.\n\0" .global ItemDescriptionDive ItemDescriptionDive: -.string "Teaches the move {COLOR_2 GREEN}Dive{END_COLOR_TEXT_2}. It does not break~2c#nbut cannot be used in a dungeon.#nThe move makes the user~27s status {COLOR_2 CYAN}Diving{END_COLOR_TEXT_2}~2c#nmaking it attack strongly on the next turn.\n\0" +.string "Teaches the move {COLOR_2 GREEN}Dive{END_COLOR_TEXT_2}. It does not break{COMMA}{NEW_LINE}but cannot be used in a dungeon.{NEW_LINE}The move makes the user{APOSTROPHE}s status {COLOR_2 CYAN}Diving{END_COLOR_TEXT_2}{COMMA}{NEW_LINE}making it attack strongly on the next turn.\n\0" .global ItemDescriptionLinkBox ItemDescriptionLinkBox: -.string "A marvelous box that enables the user to#n{COLOR_2 CYAN}link{END_COLOR_TEXT_2} and delink moves.#n{COLOR_2 CYAN}Linked{END_COLOR_TEXT_2} moves become separated if#ntheir combined {COLOR_2 YELLOW}PP{END_COLOR_TEXT_2} drops to zero.\n\0" +.string "A marvelous box that enables the user to{NEW_LINE}{COLOR_2 CYAN}link{END_COLOR_TEXT_2} and delink moves.{NEW_LINE}{COLOR_2 CYAN}Linked{END_COLOR_TEXT_2} moves become separated if{NEW_LINE}their combined {COLOR_2 YELLOW}PP{END_COLOR_TEXT_2} 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" +.string "A curious box that enables the user to{NEW_LINE}switch the rescue team{APOSTROPHE}s leader.{NEW_LINE}Only official team members may become{NEW_LINE}the team leader.\n\0" .global ItemDescriptionWeavileFig ItemDescriptionWeavileFig: |