pokeemerald/data/maps/FortreeCity_House3/scripts.inc

30 lines
1003 B
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
FortreeCity_House3_MapScripts:: @ 8217AE7
.byte 0
2019-11-07 20:49:52 +01:00
FortreeCity_House3_EventScript_Maniac:: @ 8217AE8
msgbox FortreeCity_House3_Text_MetStevenHadAmazingPokemon, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-07 20:49:52 +01:00
FortreeCity_House3_EventScript_SchoolKidM:: @ 8217AF1
msgbox FortreeCity_House3_Text_OhYouHavePokedex, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-07 20:49:52 +01:00
FortreeCity_House3_Text_MetStevenHadAmazingPokemon: @ 8217AFA
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…$"
2019-11-07 20:49:52 +01:00
FortreeCity_House3_Text_OhYouHavePokedex: @ 8217C22
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