summaryrefslogtreecommitdiff
path: root/data/scripts/maps/FortreeCity_House5.inc
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-11-11 16:10:17 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-11-11 16:10:17 -0600
commitf497c1508bb285fb0a7065df2ca2168ec6fac14b (patch)
tree856eaaf0138d198a1f9f3d7d7466d3d522af7fcb /data/scripts/maps/FortreeCity_House5.inc
parent2e40384fa22725de06a5293454b8962ab4de8f4d (diff)
Split files from event_scripts.s
Also move maps/scripts to scripts/maps
Diffstat (limited to 'data/scripts/maps/FortreeCity_House5.inc')
-rw-r--r--data/scripts/maps/FortreeCity_House5.inc35
1 files changed, 35 insertions, 0 deletions
diff --git a/data/scripts/maps/FortreeCity_House5.inc b/data/scripts/maps/FortreeCity_House5.inc
new file mode 100644
index 000000000..d4f1f2b02
--- /dev/null
+++ b/data/scripts/maps/FortreeCity_House5.inc
@@ -0,0 +1,35 @@
+FortreeCity_House5_MapScripts:: @ 8217EF1
+ .byte 0
+
+FortreeCity_House5_EventScript_217EF2:: @ 8217EF2
+ msgbox FortreeCity_House5_Text_217F17, 2
+ end
+
+FortreeCity_House5_EventScript_217EFB:: @ 8217EFB
+ msgbox FortreeCity_House5_Text_217F80, 2
+ end
+
+FortreeCity_House5_EventScript_217F04:: @ 8217F04
+ lock
+ faceplayer
+ waitse
+ playmoncry SPECIES_ZIGZAGOON, 0
+ msgbox FortreeCity_House5_Text_217FFB, 4
+ waitmoncry
+ release
+ end
+
+FortreeCity_House5_Text_217F17: @ 8217F17
+ .string "The tree houses of FORTREE are great!\p"
+ .string "I think it’s the number one town for\n"
+ .string "living together with POKéMON.$"
+
+FortreeCity_House5_Text_217F80: @ 8217F80
+ .string "POKéMON and people have adapted to\n"
+ .string "nature for survival.\p"
+ .string "There’s no need to make nature\n"
+ .string "conform to the way we want to live.$"
+
+FortreeCity_House5_Text_217FFB: @ 8217FFB
+ .string "ZIGZAGOON: Bufuu!$"
+