pokeemerald/data/text/contest_link.inc

39 lines
1.1 KiB
PHP
Raw Normal View History

2019-11-14 18:07:43 +01:00
@ With the exception of Link standby, none of the below texts are used
2021-07-20 21:18:31 +02:00
gTest_MissedTurn::
2019-10-05 16:52:48 +02:00
.string "Missed turn$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_LinkStandby4::
2019-10-05 16:52:48 +02:00
.string "Link standby!$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_WinnerIsPlayersMonCongrats::
2019-10-05 16:52:48 +02:00
.string "The winner is {STR_VAR_1}'s {STR_VAR_2}!\n"
.string "Congratulations!$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_WinnerIsPlayersMon::
2019-10-05 16:52:48 +02:00
.string "The winner is {STR_VAR_1}'s {STR_VAR_2}!{PAUSE_UNTIL_PRESS}$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_PrimaryJudgingNumX::
2019-10-05 16:52:48 +02:00
.string "Primary judging: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_SecondaryJudgingNumX::
2019-10-05 16:52:48 +02:00
.string "Secondary judging: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_SetEventNumX::
2019-10-05 16:52:48 +02:00
.string "Set event: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_MoveUsedMostOften::
2019-10-05 16:52:48 +02:00
.string "The move used most often:\n"
.string "{STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_MostImpressiveMon::
2019-10-05 16:52:48 +02:00
.string "The most impressive POKéMON:\n"
.string "{STR_VAR_1}'s {STR_VAR_2}{PAUSE_UNTIL_PRESS}$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_SetEventNumX2::
2019-10-05 16:52:48 +02:00
.string "Set event: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2019-09-27 20:20:51 +02:00
2021-07-20 21:18:31 +02:00
gText_LinkTVProgramWillNotBeMadeTrainerLost::
2019-10-05 16:52:48 +02:00
.string "A link TV program will not be made\n"
.string "because the TRAINER lost.{PAUSE_UNTIL_PRESS}$"