blob: 84dcc824429d0d248bfe4c1cfddeee8930fc80f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
MossdeepCity_House2_MapScripts:: @ 82220DE
.byte 0
MossdeepCity_House2_EventScript_2220DF:: @ 82220DF
msgbox MossdeepCity_House2_Text_222146, MSGBOX_NPC
end
MossdeepCity_House2_EventScript_2220E8:: @ 82220E8
msgbox MossdeepCity_House2_Text_2221A6, MSGBOX_NPC
end
MossdeepCity_House2_EventScript_2220F1:: @ 82220F1
lock
faceplayer
waitse
playmoncry SPECIES_WINGULL, 0
msgbox MossdeepCity_House2_Text_22222E, MSGBOX_DEFAULT
waitmoncry
closemessage
setflag FLAG_0x0E0
clearflag FLAG_HIDE_FORTREE_CITY_HOUSE_4_WINGULL
compare VAR_FACING, 2
call_if 1, MossdeepCity_House2_EventScript_222124
compare VAR_FACING, 3
call_if 1, MossdeepCity_House2_EventScript_22212F
removeobject 3
release
end
MossdeepCity_House2_EventScript_222124:: @ 8222124
applymovement 3, MossdeepCity_House2_Movement_22213A
waitmovement 0
return
MossdeepCity_House2_EventScript_22212F:: @ 822212F
applymovement 3, MossdeepCity_House2_Movement_222141
waitmovement 0
return
MossdeepCity_House2_Movement_22213A: @ 822213A
walk_fast_right
walk_fast_down
walk_fast_down
walk_fast_left
walk_fast_down
delay_8
step_end
MossdeepCity_House2_Movement_222141: @ 8222141
walk_fast_down
walk_fast_down
walk_fast_down
delay_8
step_end
MossdeepCity_House2_Text_222146: @ 8222146
.string "My little sister exchanges MAIL with\n"
.string "her boyfriend in FORTREE.\p"
.string "I don’t envy her one bit at all.$"
MossdeepCity_House2_Text_2221A6: @ 82221A6
.string "Even though I can’t see my friend in\n"
.string "FORTREE, my POKéMON carries MAIL\l"
.string "back and forth for us.\p"
.string "I’m not lonesome, even though we’re\n"
.string "apart.$"
MossdeepCity_House2_Text_22222E: @ 822222E
.string "WINGULL: Pihyoh!$"
|