pokeemerald/data/maps/RustboroCity_House2/scripts.inc

22 lines
620 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
RustboroCity_House2_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
RustboroCity_House2_EventScript_PokefanF::
2019-11-05 20:05:29 +01:00
msgbox RustboroCity_House2_Text_TrainerSchoolExcellent, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
RustboroCity_House2_EventScript_LittleGirl::
2019-11-05 20:05:29 +01:00
msgbox RustboroCity_House2_Text_RoxanneKnowsALot, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
RustboroCity_House2_Text_TrainerSchoolExcellent:
2018-12-07 16:41:08 +01:00
.string "The TRAINER'S SCHOOL is excellent.\p"
2017-11-10 02:21:31 +01:00
.string "If you study there, you could even\n"
.string "become a GYM LEADER.$"
2021-07-20 21:18:31 +02:00
RustboroCity_House2_Text_RoxanneKnowsALot:
2017-11-10 02:21:31 +01:00
.string "ROXANNE, the GYM LEADER, really knows\n"
.string "a lot about POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "She's really strong, too!$"
2017-11-10 02:21:31 +01:00