sovereignx/data/maps/RustboroCity_House2/scripts.inc

22 lines
670 B
PHP
Raw Normal View History

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