mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-21 12:40:38 -05:00
32 lines
713 B
PHP
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.$"
|