28 lines
633 B
PHP
Raw Normal View History

2021-07-20 15:18:31 -04:00
Route119_House_MapScripts::
2017-11-09 19:21:31 -06:00
.byte 0
2021-07-20 15:18:31 -04:00
Route119_House_EventScript_Woman::
msgbox Route119_House_Text_RumorAboutCaveOfOrigin, MSGBOX_NPC
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
Route119_House_EventScript_Wingull::
2017-11-09 19:21:31 -06:00
lock
faceplayer
waitse
playmoncry SPECIES_WINGULL, 0
msgbox Route119_House_Text_Wingull, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
waitmoncry
release
end
2021-07-20 15:18:31 -04:00
Route119_House_Text_RumorAboutCaveOfOrigin:
2017-11-09 19:21:31 -06:00
.string "I heard about a cave called the CAVE\n"
.string "OF ORIGIN.\p"
.string "People rumor that the spirits of\n"
.string "POKéMON are revived there. Could\l"
.string "something like that really happen?$"
2021-07-20 15:18:31 -04:00
Route119_House_Text_Wingull:
2017-11-09 19:21:31 -06:00
.string "WINGULL: Pihyoh!$"