summaryrefslogtreecommitdiff
path: root/src/data/text
diff options
context:
space:
mode:
authornullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-12-07 20:16:19 +0800
committernullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-12-07 20:18:24 +0800
commit4fc3fa9e44fb3de091b5e1b157915e1b8fb6510b (patch)
treee0f76d6265e5f7a83ee68cc8ec67b33e6a49c29e /src/data/text
parentf9ff7316d5c7277eb7482e30121388cd65f4ecfc (diff)
Realign comments, clean tables in pokemon_animation.c and use SPECIES_OLD_UNOWN_ defines
Diffstat (limited to 'src/data/text')
-rw-r--r--src/data/text/item_descriptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/text/item_descriptions.h b/src/data/text/item_descriptions.h
index 8de5183ec..26193bfd5 100644
--- a/src/data/text/item_descriptions.h
+++ b/src/data/text/item_descriptions.h
@@ -7,7 +7,7 @@ const u8 gPokeBallItemDescription[] = _("A tool used for\ncatching wild\nPOKéMO
const u8 gSafariBallItemDescription[] = _("A special BALL that\nis used only in the\nSAFARI ZONE.");
const u8 gNetBallItemDescription[] = _("A BALL that works\nwell on WATER- and\nBUG-type POKéMON.");
const u8 gDiveBallItemDescription[] = _("A BALL that works\nbetter on POKéMON\non the ocean floor.");
-const u8 gNestBallItemDescription[] = _("A BALL that works\nbetter on weaker\nPOKéMON.");
+const u8 gNestBallItemDescription[] = _("A BALL that works\nbetter on weaker\nPOKéMON.");
const u8 gRepeatBallItemDescription[] = _("A BALL that works\nbetter on POKéMON\ncaught before.");
const u8 gTimerBallItemDescription[] = _("A BALL that gains\npower in battles\ntaking many turns.");
const u8 gLuxuryBallItemDescription[] = _("A cozy BALL that\nmakes POKéMON\nmore friendly.");