pokeemerald/data/maps/FortreeCity_House3/scripts.inc

30 lines
953 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
FortreeCity_House3_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
FortreeCity_House3_EventScript_Maniac::
2019-11-07 20:49:52 +01:00
msgbox FortreeCity_House3_Text_MetStevenHadAmazingPokemon, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
FortreeCity_House3_EventScript_SchoolKidM::
2019-11-07 20:49:52 +01:00
msgbox FortreeCity_House3_Text_OhYouHavePokedex, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
FortreeCity_House3_Text_MetStevenHadAmazingPokemon:
2017-11-10 02:21:31 +01:00
.string "While speaking about POKéDEXES,\n"
.string "I remembered something.\p"
.string "I met this TRAINER, STEVEN, when\n"
.string "I was searching for rare stones.\p"
.string "Hoo, boy, he had some amazing POKéMON\n"
.string "with him.\p"
2018-12-07 16:41:08 +01:00
.string "They weren't just rare, they were\n"
2017-11-10 02:21:31 +01:00
.string "trained to terrifying extremes!\p"
.string "He might even be stronger than the\n"
.string "GYM LEADER in this town…$"
2021-07-20 21:18:31 +02:00
FortreeCity_House3_Text_OhYouHavePokedex:
2018-12-07 16:41:08 +01:00
.string "What's that thing you have there?\p"
2017-11-10 02:21:31 +01:00
.string "… … … … … …\p"
2018-12-07 16:41:08 +01:00
.string "Oh, it's called a POKéDEX?\n"
.string "It's really awesome!$"
2017-11-10 02:21:31 +01:00