diff options
Diffstat (limited to 'data/text')
| -rw-r--r-- | data/text/contest_painting_descriptions.inc | 44 | ||||
| -rw-r--r-- | data/text/contest_rank_text.inc | 14 |
2 files changed, 58 insertions, 0 deletions
diff --git a/data/text/contest_painting_descriptions.inc b/data/text/contest_painting_descriptions.inc new file mode 100644 index 000000000..ab6120f29 --- /dev/null +++ b/data/text/contest_painting_descriptions.inc @@ -0,0 +1,44 @@ +gContestPaintingCool1:: @ 827EA7F + .string "Nonstop supercool--\nthe inestimable {STR_VAR_1}$" + +gContestPaintingCool2:: @ 827EAA6 + .string "Hey, there!\nThe good-looking POKéMON {STR_VAR_1}$" + +gContestPaintingCool3:: @ 827EACE + .string "The marvelous, wonderful, and\nvery great {STR_VAR_1}$" + +gContestPaintingBeauty1:: @ 827EAFA + .string "This century’s last Venus--\nthe beautiful {STR_VAR_1}$" + +gContestPaintingBeauty2:: @ 827EB27 + .string "{STR_VAR_1}’s dazzling,\nglittering smile$" + +gContestPaintingBeauty3:: @ 827EB47 + .string "POKéMON CENTER’s super idol--\nthe incomparable {STR_VAR_1}$" + +gContestPaintingCute1:: @ 827EB79 + .string "The lovely and sweet {STR_VAR_1}$" + +gContestPaintingCute2:: @ 827EB91 + .string "The pretty {STR_VAR_1}’s\nwinning portrait$" + +gContestPaintingCute3:: @ 827EBB2 + .string "Give us a wink!\nThe cutie POKéMON {STR_VAR_1}$" + +gContestPaintingSmart1:: @ 827EBD7 + .string "The smartness maestro--\nthe wise POKéMON {STR_VAR_1}$" + +gContestPaintingSmart2:: @ 827EC03 + .string "{STR_VAR_1}--the one chosen\nabove all POKéMON$" + +gContestPaintingSmart3:: @ 827EC28 + .string "The excellent {STR_VAR_1}’s\nmoment of elegance$" + +gContestPaintingTough1:: @ 827EC4E + .string "The powerfully muscular\nspeedster {STR_VAR_1}$" + +gContestPaintingTough2:: @ 827EC73 + .string "The strong, stronger, and\nstrongest {STR_VAR_1}$" + +gContestPaintingTough3:: @ 827EC9A + .string "The mighty tough\nhyper POKéMON {STR_VAR_1}$" diff --git a/data/text/contest_rank_text.inc b/data/text/contest_rank_text.inc new file mode 100644 index 000000000..0751543d3 --- /dev/null +++ b/data/text/contest_rank_text.inc @@ -0,0 +1,14 @@ +gContestRankNormal:: @ 827EA1F + .string "NORMAL RANK$" + +gContestRankSuper:: @ 827EA2B + .string "SUPER RANK$" + +gContestRankHyper:: @ 827EA36 + .string "HYPER RANK$" + +gContestRankMaster:: @ 827EA41 + .string "MASTER RANK$" + +gContestLink:: @ 827EA4D + .string "LINK$" |
