22 lines
620 B
PHP
22 lines
620 B
PHP
RustboroCity_House2_MapScripts::
|
|
.byte 0
|
|
|
|
RustboroCity_House2_EventScript_PokefanF::
|
|
msgbox RustboroCity_House2_Text_TrainerSchoolExcellent, MSGBOX_NPC
|
|
end
|
|
|
|
RustboroCity_House2_EventScript_LittleGirl::
|
|
msgbox RustboroCity_House2_Text_RoxanneKnowsALot, MSGBOX_NPC
|
|
end
|
|
|
|
RustboroCity_House2_Text_TrainerSchoolExcellent:
|
|
.string "The Trainer's School is excellent.\p"
|
|
.string "If you study there, you could even\n"
|
|
.string "become a Gym Leader.$"
|
|
|
|
RustboroCity_House2_Text_RoxanneKnowsALot:
|
|
.string "Roxanne, the Gym Leader, really knows\n"
|
|
.string "a lot about Pokémon.\p"
|
|
.string "She's really strong, too!$"
|
|
|