forked from waicalibre/pokered-eo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OaksLab.asm
482 lines (389 loc) · 7.69 KB
/
OaksLab.asm
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
_OaksLabGaryText1::
text "<RIVAL>: Yo"
line "<PLAYER>! Gramps"
cont "isn't around!"
done
_OaksLabText40::
text "<RIVAL>: Heh, I"
line "don't need to be"
cont "greedy like you!"
para "Go ahead and"
line "choose, <PLAYER>!"
done
_OaksLabText41::
text "<RIVAL>: My"
line "#MON looks a"
cont "lot stronger."
done
_OaksLabText39::
text "Those are #"
line "BALLs. They"
cont "contain #MON!"
done
_OaksLabCharmanderText::
text "So! You want the"
line "fire #MON,"
cont "CHARMANDER?"
done
_OaksLabSquirtleText::
text "So! You want the"
line "water #MON,"
cont "SQUIRTLE?"
done
_OaksLabBulbasaurText::
text "So! You want the"
line "plant #MON,"
cont "BULBASAUR?"
done
_OaksLabMonEnergeticText::
text "This #MON is"
line "really energetic!"
prompt
_OaksLabReceivedMonText::
text "<PLAYER> received"
line "a @"
text_ram wcd6d
text "!@"
text_end
_OaksLabLastMonText::
text "That's PROF.OAK's"
line "last #MON!"
done
_OaksLabText_1d2f0::
text "OAK: Now, <PLAYER>,"
line "which #MON do"
cont "you want?"
done
_OaksLabText_1d2f5::
text "OAK: If a wild"
line "#MON appears,"
cont "your #MON can"
cont "fight against it!"
done
_OaksLabText_1d2fa::
text "OAK: <PLAYER>,"
line "raise your young"
cont "#MON by making"
cont "it fight!"
done
_OaksLabDeliverParcelText1::
text "OAK: Oh, <PLAYER>!"
para "How is my old"
line "#MON?"
para "Well, it seems to"
line "like you a lot."
para "You must be"
line "talented as a"
cont "#MON trainer!"
para "What? You have"
line "something for me?"
para "<PLAYER> delivered"
line "OAK's PARCEL.@"
text_end
_OaksLabDeliverParcelText2::
text_start
para "Ah! This is the"
line "custom # BALL"
cont "I ordered!"
cont "Thank you!"
done
_OaksLabAroundWorldText::
text "#MON around the"
line "world wait for"
cont "you, <PLAYER>!"
done
_OaksLabGivePokeballsText1::
text "OAK: You can't get"
line "detailed data on"
cont "#MON by just"
cont "seeing them."
para "You must catch"
line "them! Use these"
cont "to capture wild"
cont "#MON."
para "<PLAYER> got 5"
line "# BALLs!@"
text_end
_OaksLabGivePokeballsText2::
text_start
para "When a wild"
line "#MON appears,"
cont "it's fair game."
para "Just throw a #"
line "BALL at it and try"
line "to catch it!"
para "This won't always"
line "work, though."
para "A healthy #MON"
line "could escape. You"
cont "have to be lucky!"
done
_OaksLabPleaseVisitText::
text "OAK: Come see me"
line "sometimes."
para "I want to know how"
line "your #DEX is"
cont "coming along."
done
_OaksLabText_1d31d::
text "OAK: Good to see "
line "you! How is your "
cont "#DEX coming? "
cont "Here, let me take"
cont "a look!"
prompt
_OaksLabText_1d32c::
text "It's encyclopedia-"
line "like, but the"
cont "pages are blank!"
done
_OaksLabText8::
text "?"
done
_OaksLabText_1d340::
text "PROF.OAK is the"
line "authority on"
cont "#MON!"
para "Many #MON"
line "trainers hold him"
cont "in high regard!"
done
_OaksLabRivalWaitingText::
text "<RIVAL>: Gramps!"
line "I'm fed up with"
cont "waiting!"
done
_OaksLabChooseMonText::
text "OAK: <RIVAL>?"
line "Let me think..."
para "Oh, that's right,"
line "I told you to"
cont "come! Just wait!"
para "Here, <PLAYER>!"
para "There are 3"
line "#MON here!"
para "Haha!"
para "They are inside"
line "the # BALLs."
para "When I was young,"
line "I was a serious"
cont "#MON trainer!"
para "In my old age, I"
line "have only 3 left,"
cont "but you can have"
cont "one! Choose!"
done
_OaksLabRivalInterjectionText::
text "<RIVAL>: Hey!"
line "Gramps! What"
cont "about me?"
done
_OaksLabBePatientText::
text "OAK: Be patient!"
line "<RIVAL>, you can"
cont "have one too!"
done
_OaksLabLeavingText::
text "OAK: Hey! Don't go"
line "away yet!"
done
_OaksLabRivalPickingMonText::
text "<RIVAL>: I'll take"
line "this one, then!"
done
_OaksLabRivalReceivedMonText::
text "<RIVAL> received"
line "a @"
text_ram wcd6d
text "!@"
text_end
_OaksLabRivalChallengeText::
text "<RIVAL>: Wait"
line "<PLAYER>!"
cont "Let's check out"
cont "our #MON!"
para "Come on, I'll take"
line "you on!"
done
_OaksLabText_1d3be::
text "WHAT?"
line "Unbelievable!"
cont "I picked the"
cont "wrong #MON!"
prompt
_OaksLabText_1d3c3::
text "<RIVAL>: Yeah! Am"
line "I great or what?"
prompt
_OaksLabRivalToughenUpText::
text "<RIVAL>: Okay!"
line "I'll make my"
cont "#MON fight to"
cont "toughen it up!"
para "<PLAYER>! Gramps!"
line "Smell you later!"
done
_OaksLabText21::
text "<RIVAL>: Gramps!"
done
_OaksLabText22::
text "<RIVAL>: What did"
line "you call me for?"
done
_OaksLabText23::
text "OAK: Oh right! I"
line "have a request"
cont "of you two."
done
_OaksLabText24::
text "On the desk there"
line "is my invention,"
cont "#DEX!"
para "It automatically"
line "records data on"
cont "#MON you've"
cont "seen or caught!"
para "It's a hi-tech"
line "encyclopedia!"
done
_OaksLabText25::
text "OAK: <PLAYER> and"
line "<RIVAL>! Take"
cont "these with you!"
para "<PLAYER> got"
line "#DEX from OAK!@"
text_end
_OaksLabText26::
text "To make a complete"
line "guide on all the"
cont "#MON in the"
cont "world..."
para "That was my dream!"
para "But, I'm too old!"
line "I can't do it!"
para "So, I want you two"
line "to fulfill my"
cont "dream for me!"
para "Get moving, you"
line "two!"
para "This is a great"
line "undertaking in"
cont "#MON history!"
done
_OaksLabText27::
text "<RIVAL>: Alright"
line "Gramps! Leave it"
cont "all to me!"
para "<PLAYER>, I hate to"
line "say it, but I"
cont "don't need you!"
para "I know! I'll"
line "borrow a TOWN MAP"
cont "from my sis!"
para "I'll tell her not"
line "to lend you one,"
cont "<PLAYER>! Hahaha!"
done
_OaksLabText_1d405::
text "I study #MON as"
line "PROF.OAK's AIDE."
done
_OaksLabText_441cc::
text "#DEX comp-"
line "letion is:"
para "@"
text_decimal hDexRatingNumMonsSeen, 1, 3
text " #MON seen"
line "@"
text_decimal hDexRatingNumMonsOwned, 1, 3
text " #MON owned"
para "PROF.OAK's"
line "Rating:"
prompt
_OaksLabText_44201::
text "You still have"
line "lots to do."
cont "Look for #MON"
cont "in grassy areas!"
done
_OaksLabText_44206::
text "You're on the"
line "right track! "
cont "Get a FLASH HM"
cont "from my AIDE!"
done
_OaksLabText_4420b::
text "You still need"
line "more #MON!"
cont "Try to catch"
cont "other species!"
done
_OaksLabText_44210::
text "Good, you're"
line "trying hard!"
cont "Get an ITEMFINDER"
cont "from my AIDE!"
done
_OaksLabText_44215::
text "Looking good!"
line "Go find my AIDE"
cont "when you get 50!"
done
_OaksLabText_4421a::
text "You finally got at"
line "least 50 species!"
cont "Be sure to get"
cont "EXP.ALL from my"
cont "AIDE!"
done
_OaksLabText_4421f::
text "Ho! This is geting"
line "even better!"
done
_OaksLabText_44224::
text "Very good!"
line "Go fish for some"
cont "marine #MON!"
done
_OaksLabText_44229::
text "Wonderful!"
line "Do you like to"
cont "collect things?"
done
_OaksLabText_4422e::
text "I'm impressed!"
line "It must have been"
cont "difficult to do!"
done
_OaksLabText_44233::
text "You finally got at"
line "least 100 species!"
cont "I can't believe"
cont "how good you are!"
done
_OaksLabText_44238::
text "You even have the"
line "evolved forms of"
cont "#MON! Super!"
done
_OaksLabText_4423d::
text "Excellent! Trade"
line "with friends to"
cont "get some more!"
done
_OaksLabText_44242::
text "Outstanding!"
line "You've become a"
cont "real pro at this!"
done
_OaksLabText_44247::
text "I have nothing"
line "left to say!"
cont "You're the"
cont "authority now!"
done
_OaksLabText_4424c::
text "Your #DEX is"
line "entirely complete!"
cont "Congratulations!"
done