2025-04-08 01:07:12 +08:00

31 lines
854 B
PHP

FortreeCity_House5_MapScripts::
.byte 0
FortreeCity_House5_EventScript_PokefanF::
msgbox FortreeCity_House5_Text_TreeHousesAreGreat, MSGBOX_NPC
end
FortreeCity_House5_EventScript_Man::
msgbox FortreeCity_House5_Text_AdaptedToNature, MSGBOX_NPC
end
FortreeCity_House5_EventScript_Zigzagoon::
lock
faceplayer
waitse
playmoncry SPECIES_ZIGZAGOON, CRY_MODE_NORMAL
msgbox FortreeCity_House5_Text_Zigzagoon, MSGBOX_DEFAULT
waitmoncry
release
end
FortreeCity_House5_Text_TreeHousesAreGreat:
.string "茵郁市的树屋很棒!\p我想这里是和宝可梦\n共同生活的最好的地方。$"
FortreeCity_House5_Text_AdaptedToNature:
.string "为了生存,人类和宝可梦\n适应了自然,\p因此我们没必要\n让自然遵循我们的规则。$"
FortreeCity_House5_Text_Zigzagoon:
.string "蛇纹熊:噗噗噗!$"