mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
36 lines
985 B
PHP
36 lines
985 B
PHP
FortreeCity_House5_MapScripts:: @ 8217EF1
|
|
.byte 0
|
|
|
|
FortreeCity_House5_EventScript_PokefanF:: @ 8217EF2
|
|
msgbox FortreeCity_House5_Text_TreeHousesAreGreat, MSGBOX_NPC
|
|
end
|
|
|
|
FortreeCity_House5_EventScript_Man:: @ 8217EFB
|
|
msgbox FortreeCity_House5_Text_AdaptedToNature, MSGBOX_NPC
|
|
end
|
|
|
|
FortreeCity_House5_EventScript_Zigzagoon:: @ 8217F04
|
|
lock
|
|
faceplayer
|
|
waitse
|
|
playmoncry SPECIES_ZIGZAGOON, 0
|
|
msgbox FortreeCity_House5_Text_Zigzagoon, MSGBOX_DEFAULT
|
|
waitmoncry
|
|
release
|
|
end
|
|
|
|
FortreeCity_House5_Text_TreeHousesAreGreat: @ 8217F17
|
|
.string "The tree houses of FORTREE are great!\p"
|
|
.string "I think it's the number one town for\n"
|
|
.string "living together with POKéMON.$"
|
|
|
|
FortreeCity_House5_Text_AdaptedToNature: @ 8217F80
|
|
.string "POKéMON and people have adapted to\n"
|
|
.string "nature for survival.\p"
|
|
.string "There's no need to make nature\n"
|
|
.string "conform to the way we want to live.$"
|
|
|
|
FortreeCity_House5_Text_Zigzagoon: @ 8217FFB
|
|
.string "ZIGZAGOON: Bufuu!$"
|
|
|