import from github
This commit is contained in:
27
data/maps/Route119_House/scripts.inc
Normal file
27
data/maps/Route119_House/scripts.inc
Normal file
@ -0,0 +1,27 @@
|
||||
Route119_House_MapScripts::
|
||||
.byte 0
|
||||
|
||||
Route119_House_EventScript_Woman::
|
||||
msgbox Route119_House_Text_RumorAboutCaveOfOrigin, MSGBOX_NPC
|
||||
end
|
||||
|
||||
Route119_House_EventScript_Wingull::
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_WINGULL, CRY_MODE_NORMAL
|
||||
msgbox Route119_House_Text_Wingull, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
Route119_House_Text_RumorAboutCaveOfOrigin:
|
||||
.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?$"
|
||||
|
||||
Route119_House_Text_Wingull:
|
||||
.string "WINGULL: Pihyoh!$"
|
||||
|
Reference in New Issue
Block a user