forked from pret/pokecrystal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFastShipCabins.asm
660 lines (541 loc) · 11.7 KB
/
FastShipCabins.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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
FastShipCabins_SE_SSE_CaptainsCabin_MapScriptHeader: ; 0x75ea4
; trigger count
db 0
; callback count
db 0
; 0x75ea6
UnknownScript_0x75ea6: ; 0x75ea6
end
; 0x75ea7
CaptainScript_0x75ea7: ; 0x75ea7
faceplayer
loadfont
checkevent $0030
iftrue UnknownScript_0x75eb5
2writetext UnknownText_0x76012
closetext
loadmovesprites
end
; 0x75eb5
UnknownScript_0x75eb5: ; 0x75eb5
2writetext UnknownText_0x76064
closetext
loadmovesprites
end
; 0x75ebb
TwinScript_0x75ebb: ; 0x75ebb
spriteface $5, $3
loadfont
2writetext UnknownText_0x761e0
closetext
loadmovesprites
faceplayer
loadfont
2writetext UnknownText_0x7621f
closetext
loadmovesprites
special $0030
special $0033
disappear $5
applymovement $0, MovementData_0x76004
moveperson $4, $3, $13
appear $4
spriteface $0, $1
spriteface $4, $1
special $0032
spriteface $3, $0
showemote $0, $3, 15
applymovement $4, MovementData_0x7600c
spriteface $3, $3
checkflag $0063
iftrue UnknownScript_0x75f03
loadfont
2writetext UnknownText_0x76284
closetext
loadmovesprites
2jump UnknownScript_0x75f09
; 0x75f03
UnknownScript_0x75f03: ; 0x75f03
loadfont
2writetext UnknownText_0x762c6
closetext
loadmovesprites
UnknownScript_0x75f09: ; 0x75f09
spriteface $5, $0
applymovement $3, MovementData_0x76010
loadfont
2writetext UnknownText_0x76143
keeptextopen
setevent $072b
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
2jump UnknownScript_0x75f37
; 0x75f1f
GentlemanScript_0x75f1f: ; 0x75f1f
faceplayer
loadfont
checkevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
iftrue UnknownScript_0x75f67
checkevent $0732
iftrue UnknownScript_0x75f58
2writetext UnknownText_0x760ae
closetext
loadmovesprites
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
end
; 0x75f37
UnknownScript_0x75f37: ; 0x75f37
2writetext UnknownText_0x7619b
keeptextopen
verbosegiveitem METAL_COAT, 1
iffalse UnknownScript_0x75f44
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
UnknownScript_0x75f44: ; 0x75f44
loadmovesprites
waitbutton
playsound SFX_ELEVATOR_END
pause 30
loadfont
2writetext UnknownText_0x76645
closetext
setevent $0031
setevent $0032
loadmovesprites
end
; 0x75f58
UnknownScript_0x75f58: ; 0x75f58
2writetext UnknownText_0x7619b
keeptextopen
verbosegiveitem METAL_COAT, 1
iffalse UnknownScript_0x75f65
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
UnknownScript_0x75f65: ; 0x75f65
loadmovesprites
end
; 0x75f67
UnknownScript_0x75f67: ; 0x75f67
2writetext UnknownText_0x761be
closetext
loadmovesprites
end
; 0x75f6d
TwinScript_0x75f6d: ; 0x75f6d
faceplayer
loadfont
2writetext UnknownText_0x7630d
closetext
loadmovesprites
end
; 0x75f75
TrainerPokefanmColin: ; 0x75f75
; bit/flag number
dw $4d5
; trainer group && trainer id
db POKEFANM, COLIN
; text when seen
dw PokefanmColinSeenText
; text when trainer beaten
dw PokefanmColinBeatenText
; script when lost
dw $0000
; script when talk again
dw PokefanmColinScript
; 0x75f81
PokefanmColinScript: ; 0x75f81
talkaftercancel
loadfont
2writetext UnknownText_0x7635b
closetext
loadmovesprites
end
; 0x75f89
TrainerTwinsMegandpeg1: ; 0x75f89
; bit/flag number
dw $46a
; trainer group && trainer id
db TWINS, MEGANDPEG1
; text when seen
dw TwinsMegandpeg1SeenText
; text when trainer beaten
dw TwinsMegandpeg1BeatenText
; script when lost
dw $0000
; script when talk again
dw TwinsMegandpeg1Script
; 0x75f95
TwinsMegandpeg1Script: ; 0x75f95
talkaftercancel
loadfont
2writetext UnknownText_0x763c2
closetext
loadmovesprites
end
; 0x75f9d
TrainerTwinsMegandpeg2: ; 0x75f9d
; bit/flag number
dw $46a
; trainer group && trainer id
db TWINS, MEGANDPEG2
; text when seen
dw TwinsMegandpeg2SeenText
; text when trainer beaten
dw TwinsMegandpeg2BeatenText
; script when lost
dw $0000
; script when talk again
dw TwinsMegandpeg2Script
; 0x75fa9
TwinsMegandpeg2Script: ; 0x75fa9
talkaftercancel
loadfont
2writetext UnknownText_0x76428
closetext
loadmovesprites
end
; 0x75fb1
TrainerPsychicRodney: ; 0x75fb1
; bit/flag number
dw $445
; trainer group && trainer id
db PSYCHIC_T, RODNEY
; text when seen
dw PsychicRodneySeenText
; text when trainer beaten
dw PsychicRodneyBeatenText
; script when lost
dw $0000
; script when talk again
dw PsychicRodneyScript
; 0x75fbd
PsychicRodneyScript: ; 0x75fbd
talkaftercancel
loadfont
2writetext UnknownText_0x76497
closetext
loadmovesprites
end
; 0x75fc5
TrainerPokefanmJeremy: ; 0x75fc5
; bit/flag number
dw $4d4
; trainer group && trainer id
db POKEFANM, JEREMY
; text when seen
dw PokefanmJeremySeenText
; text when trainer beaten
dw PokefanmJeremyBeatenText
; script when lost
dw $0000
; script when talk again
dw PokefanmJeremyScript
; 0x75fd1
PokefanmJeremyScript: ; 0x75fd1
talkaftercancel
loadfont
2writetext UnknownText_0x7651c
closetext
loadmovesprites
end
; 0x75fd9
TrainerPokefanfGeorgia: ; 0x75fd9
; bit/flag number
dw $4dd
; trainer group && trainer id
db POKEFANF, GEORGIA
; text when seen
dw PokefanfGeorgiaSeenText
; text when trainer beaten
dw PokefanfGeorgiaBeatenText
; script when lost
dw $0000
; script when talk again
dw PokefanfGeorgiaScript
; 0x75fe5
PokefanfGeorgiaScript: ; 0x75fe5
talkaftercancel
loadfont
2writetext UnknownText_0x76596
closetext
loadmovesprites
end
; 0x75fed
TrainerSupernerdShawn: ; 0x75fed
; bit/flag number
dw $589
; trainer group && trainer id
db SUPER_NERD, SHAWN
; text when seen
dw SupernerdShawnSeenText
; text when trainer beaten
dw SupernerdShawnBeatenText
; script when lost
dw $0000
; script when talk again
dw SupernerdShawnScript
; 0x75ff9
SupernerdShawnScript: ; 0x75ff9
talkaftercancel
loadfont
2writetext UnknownText_0x7660f
closetext
loadmovesprites
end
; 0x76001
MapFastShipCabins_SE_SSE_CaptainsCabinSignpost0Script: ; 0x76001
jumpstd $000d
; 0x76004
MovementData_0x76004: ; 0x76004
big_step_right
big_step_up
big_step_up
big_step_up
big_step_up
big_step_up
big_step_up
step_end
; 0x7600c
MovementData_0x7600c: ; 0x7600c
step_up
step_up
turn_head_left
step_end
; 0x76010
MovementData_0x76010: ; 0x76010
step_down
step_end
; 0x76012
UnknownText_0x76012: ; 0x76012
text "Whew! Thanks for"
line "coming along."
para "Keeping that lit-"
line "tle girl amused"
cont "was exhausting."
done
; 0x76064
UnknownText_0x76064: ; 0x76064
text "How do you like"
line "S.S.AQUA's ride?"
para "She practically"
line "skates across the"
cont "waves."
done
; 0x760ae
UnknownText_0x760ae: ; 0x760ae
text "Oh, hello…"
para "I still can't find"
line "my granddaughter."
para "If she's on the"
line "ship, that's OK."
para "She's an energetic"
line "child, so she may"
para "be bugging some-"
line "one. I'm worried…"
done
; 0x76143
UnknownText_0x76143: ; 0x76143
text $14, ", was it?"
line "I heard you enter-"
cont "tained my grand-"
cont "daughter."
para "I want to thank"
line "you for that."
done
; 0x7619b
UnknownText_0x7619b: ; 0x7619b
text "I know! I'd like"
line "you to have this!"
done
; 0x761be
UnknownText_0x761be: ; 0x761be
text "We're traveling"
line "around the world."
done
; 0x761e0
UnknownText_0x761e0: ; 0x761e0
text "CAPTAIN, play with"
line "me, please?"
para "I'm bored! I want"
line "to play more!"
done
; 0x7621f
UnknownText_0x7621f: ; 0x7621f
text "Hi! Will you play"
line "with me?"
para "…Oh!"
para "Grandpa's worried"
line "about me?"
para "I have to go!"
para "I have to go find"
line "Grandpa!"
done
; 0x76284
UnknownText_0x76284: ; 0x76284
text "Grandpa, here I"
line "am! I was playing"
para "with the CAPTAIN"
line "and this guy!"
done
; 0x762c6
UnknownText_0x762c6: ; 0x762c6
text "Grandpa, here I"
line "am! I was playing"
para "with the CAPTAIN"
line "and this big girl!"
done
; 0x7630d
UnknownText_0x7630d: ; 0x7630d
text "I had lots of fun"
line "playing!"
done
; 0x76329
PokefanmColinSeenText: ; 0x76329
text "Hey, kid! Want to"
line "battle with me?"
done
; 0x7634c
PokefanmColinBeatenText: ; 0x7634c
text "You're strong!"
done
; 0x7635b
UnknownText_0x7635b: ; 0x7635b
text "You're traveling"
line "all alone?"
para "Isn't your mom"
line "worried?"
done
; 0x7638e
TwinsMegandpeg1SeenText: ; 0x7638e
text "You think I'm a"
line "baby?"
cont "That's not fair!"
done
; 0x763b4
TwinsMegandpeg1BeatenText: ; 0x763b4
text "Oh! We lost!"
done
; 0x763c2
UnknownText_0x763c2: ; 0x763c2
text "Baby is a rude"
line "name to call us"
cont "girls!"
done
; 0x763e9
TwinsMegandpeg2SeenText: ; 0x763e9
text "I'm not a baby!"
para "That's not nice to"
line "say to a lady!"
done
; 0x7641a
TwinsMegandpeg2BeatenText: ; 0x7641a
text "Oh! We lost!"
done
; 0x76428
UnknownText_0x76428: ; 0x76428
text "Sometimes, kids"
line "are smarter than"
cont "grown-ups!"
done
; 0x76455
PsychicRodneySeenText: ; 0x76455
text "Ssh! My brain is"
line "picking up radio"
cont "signals!"
done
; 0x76481
PsychicRodneyBeatenText: ; 0x76481
text "…I hear some-"
line "thing!"
done
; 0x76497
UnknownText_0x76497: ; 0x76497
text "I get it. You can"
line "hear JOHTO's radio"
cont "on the FAST SHIP."
done
; 0x764ce
PokefanmJeremySeenText: ; 0x764ce
text "What do you think?"
line "My #MON are"
cont "beautiful, yes?"
done
; 0x764fe
PokefanmJeremyBeatenText: ; 0x764fe
text "Oh, no! My beauti-"
line "ful #MON!"
done
; 0x7651c
UnknownText_0x7651c: ; 0x7651c
text "I must go to the"
line "#MON SALON and"
cont "fix them up nice!"
done
; 0x7654f
PokefanfGeorgiaSeenText: ; 0x7654f
text "I'm going to shop"
line "at the DEPT.STORE"
cont "and then…"
done
; 0x7657d
PokefanfGeorgiaBeatenText: ; 0x7657d
text "What was I going"
line "to do?"
done
; 0x76596
UnknownText_0x76596: ; 0x76596
text "Oh, yes! I have to"
line "get my #MON out"
cont "of DAY-CARE!"
done
; 0x765c7
SupernerdShawnSeenText: ; 0x765c7
text "What kinds of #"
line "BALLS do you have"
cont "with you?"
done
; 0x765f4
SupernerdShawnBeatenText: ; 0x765f4
text "Wait! Stop! Don't!"
line "Please!"
done
; 0x7660f
UnknownText_0x7660f: ; 0x7660f
text "You should use the"
line "right BALLS to fit"
cont "the situation."
done
; 0x76645
UnknownText_0x76645: ; 0x76645
text "FAST SHIP S.S.AQUA"
line "has arrived in"
cont "VERMILION CITY."
done
; 0x76678
FastShipCabins_SE_SSE_CaptainsCabin_MapEventHeader: ; 0x76678
; filler
db 0, 0
; warps
db 6
warp_def $7, $2, 8, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $7, $3, 8, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $13, $2, 9, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $13, $3, 9, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $21, $2, 10, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
warp_def $21, $3, 10, GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F
; xy triggers
db 0
; signposts
db 1
signpost 25, 4, $0, MapFastShipCabins_SE_SSE_CaptainsCabinSignpost0Script
; people-events
db 11
person_event SPRITE_CAPTAIN, 29, 7, $6, $0, 255, 255, $90, 0, CaptainScript_0x75ea7, $ffff
person_event SPRITE_GENTLEMAN, 21, 6, $9, $0, 255, 255, $90, 0, GentlemanScript_0x75f1f, $0730
person_event SPRITE_TWIN, 21, 7, $a, $0, 255, 255, $0, 0, TwinScript_0x75f6d, $0731
person_event SPRITE_TWIN, 29, 6, $a, $0, 255, 255, $0, 0, TwinScript_0x75ebb, $0732
person_event SPRITE_POKEFAN_M, 10, 9, $8, $0, 255, 255, $82, 5, TrainerPokefanmColin, $0739
person_event SPRITE_TWIN, 8, 6, $6, $0, 255, 255, $82, 1, TrainerTwinsMegandpeg1, $0739
person_event SPRITE_TWIN, 8, 7, $6, $0, 255, 255, $82, 1, TrainerTwinsMegandpeg2, $0739
person_event SPRITE_SUPER_NERD, 9, 9, $8, $0, 255, 255, $92, 5, TrainerPsychicRodney, $073a
person_event SPRITE_POKEFAN_M, 7, 6, $6, $0, 255, 255, $82, 3, TrainerPokefanmJeremy, $073b
person_event SPRITE_POKEFAN_F, 9, 9, $9, $0, 255, 255, $82, 1, TrainerPokefanfGeorgia, $073b
person_event SPRITE_SUPER_NERD, 19, 5, $3, $0, 255, 255, $b2, 2, TrainerSupernerdShawn, $073a
; 0x76730