26 lines
832 B
PHP
26 lines
832 B
PHP
|
VerdanturfTown_House_MapScripts::
|
||
|
.byte 0
|
||
|
|
||
|
VerdanturfTown_House_EventScript_Woman1::
|
||
|
msgbox VerdanturfTown_House_Text_TrainersGatherAtPokemonLeague, MSGBOX_NPC
|
||
|
end
|
||
|
|
||
|
VerdanturfTown_House_EventScript_Woman2::
|
||
|
msgbox VerdanturfTown_House_Text_DefeatEliteFourInARow, MSGBOX_NPC
|
||
|
end
|
||
|
|
||
|
VerdanturfTown_House_Text_TrainersGatherAtPokemonLeague:
|
||
|
.string "Far away, deep in EVER GRANDE CITY,\n"
|
||
|
.string "is the POKéMON LEAGUE.\p"
|
||
|
.string "The TRAINERS who gather there are\n"
|
||
|
.string "all frighteningly well skilled.$"
|
||
|
|
||
|
VerdanturfTown_House_Text_DefeatEliteFourInARow:
|
||
|
.string "In the POKéMON LEAGUE, I think the\n"
|
||
|
.string "rules say that you have to battle the\l"
|
||
|
.string "ELITE FOUR all in a row.\p"
|
||
|
.string "If you lose to any of them, you have\n"
|
||
|
.string "to begin your challenge again from the\l"
|
||
|
.string "first one.$"
|
||
|
|