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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
|
object_const_def ; object_event constants
const POKECOMCENTERADMINOFFICEMOBILE_SCIENTIST1
const POKECOMCENTERADMINOFFICEMOBILE_SCIENTIST2
const POKECOMCENTERADMINOFFICEMOBILE_SCIENTIST3
PokecomCenterAdminOfficeMobile_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
PokecomCenterAdminOfficeMobileScientist1Script:
jumptextfaceplayer PokecomCenterAdminOfficeMobileScientist1Text
PokecomCenterAdminOfficeMobileScientist2Script:
jumptextfaceplayer PokecomCenterAdminOfficeMobileScientist2Text
PokecomCenterAdminOfficeMobileScientist3Script:
jumptextfaceplayer PokecomCenterAdminOfficeMobileScientist3Text
PokecomCenterAdminOfficeMobileComputer1:
opentext
writetext PokecomCenterAdminOfficeMobileComputer1Text
waitbutton
.loop:
reloadmappart
loadmenu .Computer1MenuHeader
verticalmenu
closewindow
ifequal 1, .PokeComClub
ifequal 2, .MobileCenter
sjump .Quit
.PokeComClub:
opentext
writetext PokecomCenterAdminOfficeMobileComputer1Text_PokeComClub
waitbutton
sjump .loop
.MobileCenter:
opentext
writetext PokecomCenterAdminOfficeMobileComputer1Text_MobileCenter
waitbutton
sjump .loop
.Quit:
closetext
end
.Computer1MenuHeader:
db MENU_BACKUP_TILES ; flags
menu_coords 0, 0, 15, 8
dw .MenuData
db 1 ; default option
.MenuData:
db STATICMENU_CURSOR ; flags
db 3 ; items
db "# つうしん クラブ@" ; # COM CLUB
db "モバイルセンター@" ; MOBILE CENTER
db "やめる@" ; QUIT
PokecomCenterAdminOfficeMobileComputer2:
opentext
writetext PokecomCenterAdminOfficeMobileComputer2Text
waitbutton
.loop:
reloadmappart
loadmenu .Computer2MenuHeader
verticalmenu
closewindow
ifequal 1, .UsePhone
ifequal 2, .DontUsePhone
sjump .Quit
.UsePhone:
opentext
writetext PokecomCenterAdminOfficeMobileComputer2Text_UsePhone
waitbutton
sjump .loop
.DontUsePhone:
opentext
writetext PokecomCenterAdminOfficeMobileComputer2Text_DontUsePhone
waitbutton
sjump .loop
.Quit:
closetext
end
.Computer2MenuHeader:
db MENU_BACKUP_TILES ; flags
menu_coords 0, 0, 15, 8
dw .MenuData
db 1 ; default option
.MenuData:
db STATICMENU_CURSOR ; flags
db 3 ; items
db "でんわ<WO>つかうとき@" ; Use phone
db "でんわ<GA>つながらないとき@" ; Don't use phone
db "やめる@" ; QUIT
PokecomCenterAdminOfficeMobileComputer3:
jumptext PokecomCenterAdminOfficeMobileComputer3Text
PokecomCenterAdminOfficeMobileScientist1Text:
text "#COM CENTER and"
line "MOBILE CENTER were"
para "built to satisfy"
line "demands for trades"
para "and battles with"
line "trainers far away"
para "and with total"
line "strangers."
done
PokecomCenterAdminOfficeMobileScientist2Text:
text "When you linked"
line "with someone by"
para "mobile phone for"
line "the first time,"
para "weren't you"
line "impressed?"
para "When my first try"
line "worked, I was so"
para "impressed that I"
line "got the shakes!"
done
PokecomCenterAdminOfficeMobileScientist3Text:
text "They were able to"
line "build this huge"
para "facility thanks to"
line "advances in wire-"
cont "less technology."
done
PokecomCenterAdminOfficeMobileComputer1Text:
text "It's a notice"
line "about where MOBILE"
para "ADAPTERS are to be"
line "used…"
done
PokecomCenterAdminOfficeMobileComputer1Text_PokeComClub:
text "There's a #COM"
line "CLUB upstairs in"
para "any #MON"
line "CENTER."
para "There, you can"
line "battle or trade"
para "with a friend far"
line "away by using a"
cont "MOBILE ADAPTER."
para "To link up, your"
line "friend must have"
para "the same kind of"
line "MOBILE ADAPTER as"
cont "you."
done
PokecomCenterAdminOfficeMobileComputer1Text_MobileCenter:
text "To use the TRADE"
line "CORNER or read the"
para "#MON NEWS, you"
line "need to phone the"
cont "MOBILE CENTER."
para "You must register"
line "at the MOBILE"
para "CENTER before"
line "connecting there."
done
PokecomCenterAdminOfficeMobileComputer2Text:
text "It's a notice"
line "about using the"
cont "phone…"
done
PokecomCenterAdminOfficeMobileComputer2Text_UsePhone:
text "Please ensure that"
line "your phone and"
para "MOBILE ADAPTER are"
line "properly linked."
para "Please make sure"
line "the wireless phone"
cont "signal is strong."
para "Don't touch or"
line "hang up the phone"
cont "while linking."
done
PokecomCenterAdminOfficeMobileComputer2Text_DontUsePhone:
text "If the server is"
line "busy, it may not"
para "be possible to log"
line "on."
para "If so, please call"
line "back later."
para "If you are unable"
line "to log on or don't"
para "understand the"
line "error messages,"
para "call a support"
line "center or read the"
cont "instructions."
done
PokecomCenterAdminOfficeMobileComputer3Text:
text "The ADMINISTRATION"
line "OFFICE received an"
cont "e-mail. It says…"
para "<……> <……> <……>"
para "To the #COM"
line "CENTER staff…"
para "Wireless communi-"
line "cation has enabled"
para "#MON trainers"
line "to interact across"
para "the nation. Let's"
line "keep working for"
para "the day when all"
line "the trainers in"
para "the world can link"
line "without barriers!"
para "<……> <……> <……>"
done
PokecomCenterAdminOfficeMobile_MapEvents:
db 0, 0 ; filler
db 2 ; warp events
warp_event 0, 31, GOLDENROD_POKECENTER_1F, 3
warp_event 1, 31, GOLDENROD_POKECENTER_1F, 3
db 0 ; coord events
db 3 ; bg events
bg_event 6, 26, BGEVENT_UP, PokecomCenterAdminOfficeMobileComputer1
bg_event 6, 28, BGEVENT_UP, PokecomCenterAdminOfficeMobileComputer2
bg_event 3, 26, BGEVENT_UP, PokecomCenterAdminOfficeMobileComputer3
db 3 ; object events
object_event 4, 28, SPRITE_SCIENTIST, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, PokecomCenterAdminOfficeMobileScientist1Script, -1
object_event 7, 27, SPRITE_SCIENTIST, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, PokecomCenterAdminOfficeMobileScientist2Script, -1
object_event 7, 29, SPRITE_SCIENTIST, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, PokecomCenterAdminOfficeMobileScientist3Script, -1
|