pokeemerald/data/maps/VerdanturfTown_House/scripts.inc

26 lines
832 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
VerdanturfTown_House_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
VerdanturfTown_House_EventScript_Woman1::
msgbox VerdanturfTown_House_Text_TrainersGatherAtPokemonLeague, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
VerdanturfTown_House_EventScript_Woman2::
msgbox VerdanturfTown_House_Text_DefeatEliteFourInARow, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
VerdanturfTown_House_Text_TrainersGatherAtPokemonLeague:
2017-11-10 02:21:31 +01:00
.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.$"
2021-07-20 21:18:31 +02:00
VerdanturfTown_House_Text_DefeatEliteFourInARow:
2017-11-10 02:21:31 +01:00
.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.$"