pokefirered/data/text/pc.inc
2026-03-26 12:33:08 -06:00

32 lines
713 B
PHP

Text_BootedUpPC::
.string "{PLAYER} booted up the PC.$"
Text_AccessWhichPC::
.string "Which PC should be accessed?$"
Text_AccessedSomeonesPC::
.string "Accessed Someone's PC.$"
Text_OpenedPkmnStorage::
.string "POKéMON Storage System opened.$"
Text_AccessedPlayersPC::
.string "Accessed {PLAYER}'s PC.$"
Text_AccessedBillsPC::
.string "Accessed BILL's PC.$"
Text_PCRetrainWhichMon::
.string "Which POKéMON needs retraining?$"
Text_PCRetrainWhichMove::
.string "Which move should it relearn?$"
Text_PCRetrainNoMoves::
.string "That POKéMON doesn't have any\n"
.string "moves it can relearn right now.$"
Text_PCRetrainCantTeachEgg::
.string "You can't reteach moves\n"
.string "to an EGG.$"