pokeemerald/data/maps/Route119_House/scripts.inc

28 lines
647 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
Route119_House_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
Route119_House_EventScript_Woman::
msgbox Route119_House_Text_RumorAboutCaveOfOrigin, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route119_House_EventScript_Wingull::
2017-11-10 02:21:31 +01:00
lock
faceplayer
waitse
2021-11-07 18:58:11 +01:00
playmoncry SPECIES_WINGULL, CRY_MODE_NORMAL
msgbox Route119_House_Text_Wingull, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
2021-07-20 21:18:31 +02:00
Route119_House_Text_RumorAboutCaveOfOrigin:
2017-11-10 02:21:31 +01: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 21:18:31 +02:00
Route119_House_Text_Wingull:
2017-11-10 02:21:31 +01:00
.string "WINGULL: Pihyoh!$"