diff options
Diffstat (limited to 'data/maps/Route116_TunnelersRestHouse/scripts.inc')
-rw-r--r-- | data/maps/Route116_TunnelersRestHouse/scripts.inc | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/data/maps/Route116_TunnelersRestHouse/scripts.inc b/data/maps/Route116_TunnelersRestHouse/scripts.inc new file mode 100644 index 000000000..f9dbbd3f2 --- /dev/null +++ b/data/maps/Route116_TunnelersRestHouse/scripts.inc @@ -0,0 +1,63 @@ +Route116_TunnelersRestHouse_MapScripts:: @ 822B850 + map_script 3, Route116_TunnelersRestHouse_MapScript1_22B856 + .byte 0 + +Route116_TunnelersRestHouse_MapScript1_22B856: @ 822B856 + setflag FLAG_LANDMARK_TUNNELERS_REST_HOUSE + end + +Route116_TunnelersRestHouse_EventScript_22B85A:: @ 822B85A + msgbox Route116_TunnelersRestHouse_Text_22B88B, 2 + end + +Route116_TunnelersRestHouse_EventScript_22B863:: @ 822B863 + msgbox Route116_TunnelersRestHouse_Text_22B99F, 2 + end + +Route116_TunnelersRestHouse_EventScript_22B86C:: @ 822B86C + lock + faceplayer + checkflag FLAG_0x0C7 + goto_eq Route116_TunnelersRestHouse_EventScript_22B881 + msgbox Route116_TunnelersRestHouse_Text_22BAAF, 4 + release + end + +Route116_TunnelersRestHouse_EventScript_22B881:: @ 822B881 + msgbox Route116_TunnelersRestHouse_Text_22BB3B, 4 + release + end + +Route116_TunnelersRestHouse_Text_22B88B: @ 822B88B + .string "That RUSTURF TUNNEL there…\p" + .string "At first, we had a huge work crew boring\n" + .string "through rock with the latest machinery.\l" + .string "But, we had to stop.\p" + .string "It turns out that we would have had\n" + .string "a negative effect on wild POKéMON in\l" + .string "the area.\p" + .string "So, we’ve got nothing to do but loll\n" + .string "around here doing nothing.$" + +Route116_TunnelersRestHouse_Text_22B99F: @ 822B99F + .string "There’s a man digging his way to\n" + .string "VERDANTURF all by his lonesome.\l" + .string "He’s desperate to get through.\p" + .string "He says that if he digs little by little\n" + .string "without using machines, he won’t\l" + .string "disturb POKéMON, and he’ll avoid\l" + .string "harming the natural environment.\p" + .string "I wonder if he made it through yet.$" + +Route116_TunnelersRestHouse_Text_22BAAF: @ 822BAAF + .string "To get to VERDANTURF without using\n" + .string "this TUNNEL, you’d have to cross the\l" + .string "sea to DEWFORD, sail on to SLATEPORT,\l" + .string "then travel through MAUVILLE.$" + +Route116_TunnelersRestHouse_Text_22BB3B: @ 822BB3B + .string "Did you hear? The TUNNEL to VERDANTURF\n" + .string "has gone through!\p" + .string "Sometimes, if you hope strongly enough,\n" + .string "dreams do come true.$" + |