diff options
Diffstat (limited to 'data/text/contest_link.inc')
-rw-r--r-- | data/text/contest_link.inc | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/data/text/contest_link.inc b/data/text/contest_link.inc new file mode 100644 index 000000000..d9873904f --- /dev/null +++ b/data/text/contest_link.inc @@ -0,0 +1,38 @@ +@ With the exception of Link standby, none of the below texts are used + +gTest_MissedTurn:: @ 827E8CE + .string "Missed turn$" + +gText_LinkStandby4:: @ 827E8DA + .string "Link standby!$" + +gText_WinnerIsPlayersMonCongrats:: @ 827E8E8 + .string "The winner is {STR_VAR_1}'s {STR_VAR_2}!\n" + .string "Congratulations!$" + +gText_WinnerIsPlayersMon:: @ 827E910 + .string "The winner is {STR_VAR_1}'s {STR_VAR_2}!{PAUSE_UNTIL_PRESS}$" + +gText_PrimaryJudgingNumX:: @ 827E929 + .string "Primary judging: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$" + +gText_SecondaryJudgingNumX:: @ 827E943 + .string "Secondary judging: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$" + +gText_SetEventNumX:: @ 827E95F + .string "Set event: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$" + +gText_MoveUsedMostOften:: @ 827E973 + .string "The move used most often:\n" + .string "{STR_VAR_1}{PAUSE_UNTIL_PRESS}$" + +gText_MostImpressiveMon:: @ 827E992 + .string "The most impressive POKéMON:\n" + .string "{STR_VAR_1}'s {STR_VAR_2}{PAUSE_UNTIL_PRESS}$" + +gText_SetEventNumX2:: @ 827E9B9 + .string "Set event: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$" + +gText_LinkTVProgramWillNotBeMadeTrainerLost:: @ 827E9CD + .string "A link TV program will not be made\n" + .string "because the TRAINER lost.{PAUSE_UNTIL_PRESS}$" |