diff options
| author | itskobold <itskobold@users.noreply.github.com> | 2017-11-15 12:41:25 +0000 |
|---|---|---|
| committer | itskobold <itskobold@users.noreply.github.com> | 2017-11-15 12:41:25 +0000 |
| commit | 2acab81713aac51f96a50dc42a67ec7761901aa4 (patch) | |
| tree | c39251dc3e6eb2f7cc884cbe4953b8c34dce8423 /data/text | |
| parent | e373cf4bb9217eb5e4edba08c7cb95ecc895b821 (diff) | |
| parent | 72b57b342eaf6e4a3ea77fae8b40e4ab11c64ae2 (diff) | |
Merge branch 'master' of https://github.com/pret/pokeemerald
also started fixing pointers in my dumps
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$" |
