diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-16 08:36:51 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-16 19:00:07 -0500 |
commit | 236cbf96c8f94b8b2d23be8c72ee0e188e82842d (patch) | |
tree | c2042f78efdc37a5b64c9cd797cc0c66a0c80255 /data/scripts/maps/Route119_House.inc | |
parent | 50501396b21bf132cf71d0f5d353bf51d277ba27 (diff) | |
parent | c0d180a8702b9b20afe07b09316286f6406e5811 (diff) |
Merge origin/master into pikalaxalt/link
Diffstat (limited to 'data/scripts/maps/Route119_House.inc')
-rw-r--r-- | data/scripts/maps/Route119_House.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/scripts/maps/Route119_House.inc b/data/scripts/maps/Route119_House.inc new file mode 100644 index 000000000..5e633437d --- /dev/null +++ b/data/scripts/maps/Route119_House.inc @@ -0,0 +1,27 @@ +Route119_House_MapScripts:: @ 8270965 + .byte 0 + +Route119_House_EventScript_270966:: @ 8270966 + msgbox Route119_House_Text_270982, 2 + end + +Route119_House_EventScript_27096F:: @ 827096F + lock + faceplayer + waitse + playmoncry SPECIES_WINGULL, 0 + msgbox Route119_House_Text_270A17, 4 + waitmoncry + release + end + +Route119_House_Text_270982: @ 8270982 + .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_270A17: @ 8270A17 + .string "WINGULL: Pihyoh!$" + |