36 lines
915 B
PHP
Raw Normal View History

2021-07-20 15:18:31 -04:00
FortreeCity_House5_MapScripts::
2017-11-09 19:21:31 -06:00
.byte 0
2021-07-20 15:18:31 -04:00
FortreeCity_House5_EventScript_PokefanF::
2019-11-07 14:49:52 -05:00
msgbox FortreeCity_House5_Text_TreeHousesAreGreat, MSGBOX_NPC
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
FortreeCity_House5_EventScript_Man::
2019-11-07 14:49:52 -05:00
msgbox FortreeCity_House5_Text_AdaptedToNature, MSGBOX_NPC
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
FortreeCity_House5_EventScript_Zigzagoon::
2017-11-09 19:21:31 -06:00
lock
faceplayer
waitse
playmoncry SPECIES_ZIGZAGOON, 0
2019-11-07 14:49:52 -05:00
msgbox FortreeCity_House5_Text_Zigzagoon, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
waitmoncry
release
end
2021-07-20 15:18:31 -04:00
FortreeCity_House5_Text_TreeHousesAreGreat:
2017-11-09 19:21:31 -06:00
.string "The tree houses of FORTREE are great!\p"
2018-12-07 10:41:08 -05:00
.string "I think it's the number one town for\n"
2017-11-09 19:21:31 -06:00
.string "living together with POKéMON.$"
2021-07-20 15:18:31 -04:00
FortreeCity_House5_Text_AdaptedToNature:
2017-11-09 19:21:31 -06:00
.string "POKéMON and people have adapted to\n"
.string "nature for survival.\p"
2018-12-07 10:41:08 -05:00
.string "There's no need to make nature\n"
2017-11-09 19:21:31 -06:00
.string "conform to the way we want to live.$"
2021-07-20 15:18:31 -04:00
FortreeCity_House5_Text_Zigzagoon:
2017-11-09 19:21:31 -06:00
.string "ZIGZAGOON: Bufuu!$"