forked from OpenKH/languagepack-en
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eh.yml
1930 lines (1637 loc) · 52.7 KB
/
eh.yml
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
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- id: 16213
en: ''
- id: 16214
en: Axel said Kairi´s in the dungeon.
- id: 16215
en: >-
Then we better find a way
to get to that castle!
- id: 16216
en: Sora!
- id: 16217
en: Donald! Goofy!
- id: 16218
en: ''
- id: 16219
en: A Keyblade?
- id: 16220
en: Wh-who are you?
- id: 16221
en: Someone from the dark.
- id: 16222
en: You can´t be Riku?
- id: 16223
en: Riku?{:delay 6C 00}{:clear }...I defeated a Riku once.
- id: 16224
en: You what!?
- id: 16225
en: Tell me...{:delay 8B 00}{:clear }Tell me why he picked you!
- id: 16226
en: I see. That´s why.
- id: 16227
en: You make a good other.
- id: 16228
en: You make a good other.
- id: 16229
en: Are you okay?
- id: 16230
en: What...just happened?
- id: 16231
en: >-
Gawrsh, I dunno.{:delay 76 00}{:clear }You just disappeared.{:delay 6C 00}{:clear }Then me and Donald had to
fight some Nobodies.
- id: 16232
en: Oh.
- id: 16233
en: He said...{:delay 64 00}{:clear }he defeated Riku...
- id: 16234
en: Who said that?
- id: 16235
en: That guy. In the black coat.
- id: 16236
en: But nobody could defeat Riku.
- id: 16237
en: Y...Yeah, you´re right.
- id: 16238
en: A black coat means Organization {XIII}.{:delay D0 00}{:clear }He musta been tryin to trick ya.
- id: 16239
en: Yeah, that must be why we didn´t see him!
- id: 16240
en: ''
- id: 16241
en: You must be tired, Sora.
- id: 16242
en: >-
C´mon, let´s just find a way
to get into that castle!
- id: 16243
en: Kairi, you were great!
- id: 16244
en: Oh?
- id: 16245
en: You are different, Kairi,{:delay 5A 00}{:clear }but I´m just glad you´re here!
- id: 16246
en: >-
You and Riku never came home,
so I came looking for you.
- id: 16247
en: I´m sorry.
- id: 16248
en: This is real...
- id: 16249
en: >-
Wait, Ansem!{:delay 5A 00}{:clear }{:delay 2A 00}{:clear }I mean, Xehanort´s Heartless...{:delay 88 00}{:clear } {:delay 72 00}{:clear }I never thought for a second that
I´d ever see YOU again.
- id: 16250
en: >-
Just thinking about all the things
you did makes me really mad.{:delay 1F 01}{:clear }But...
- id: 16251
en: But you saved Kairi, right?{:delay 5D 00}{:clear } {:delay 3C 00}{:clear }I have to be grateful for that...{:delay 6B 00}{:clear } {:delay 4A 00}{:clear }Thanks.
- id: 16252
en: Riku, don´t go!
- id: 16253
en: Huh?
- id: 16254
en: Kairi, what did you just say?
- id: 16255
en: Riku.
- id: 16256
en: >-
I´m no one--just a castaway
from the darkness.
- id: 16257
en: Sora, come here. Say something to him.
- id: 16258
en: Here. You´ll understand.
- id: 16259
en: Close your eyes.
- id: 16260
en: Riku...
- id: 16261
en: It´s Riku. Riku´s here...
- id: 16262
en: I looked for you!
- id: 16263
en: C´mon, Sora. You´ve got to pull it together.
- id: 16264
en: I looked everywhere for you!
- id: 16265
en: I didn´t want you to find me.
- id: 16266
en: >-
But it was him that was helpin´
us, wasn´t it?
- id: 16267
en: Huh?
- id: 16268
en: >-
Those clues we kept finding.
That musta been Riku.
- id: 16269
en: >-
I was starting to worry you guys weren´t
ever gonna catch on.{:delay 9C 00}{:clear } {:delay 3C 00}{:clear }Sora never did pick the brightest friends.
- id: 16270
en: What do you mean by that!?
- id: 16271
en: >-
Why didn´t you let me
know you were okay?
- id: 16272
en: >-
I told you.{:delay 6C 00}{:clear }I didn´t want to be found.{:delay 48 00}{:clear } {:delay 48 00}{:clear }Not like this... I couldn´t.{:delay C0 00}{:clear } {:delay 26 00}{:clear }I fought with Ansem.
With...Xehanort´s Heartless--{:delay B4 00}{:clear }{:delay 54 00}when it invaded my heart, and I won.{:delay AE 00}{:clear }But to use the power of darkness,
I had to become Ansem myself.
- id: 16273
en: Does that mean...you can´t change back?
- id: 16274
en: >-
This battle isn´t over.{:delay 54 00}{:clear } {:delay 42 00}{:clear }And until it is, I still need
the power of darkness.
- id: 16275
en: Then...let´s finish it.
- id: 16276
en: You´re still Riku, no matter what!
- id: 16277
en: >-
So how ´bout it:{:delay 3C 00}{:clear }{:delay 3C 00}Think we can handle one
last rumble together?{:delay 9C 00}{:clear }The King´s waiting!
- id: 16278
en: Yeah! Let´s get going!
- id: 16279
en: Ohh...my Kingdom Hearts...ruined.{:delay 07 01}{:clear } {:delay 7F 00}{:clear }Now I´ll have to start all over again.
- id: 16280
en: Warriors of the Keyblade!{:delay B1 00}{:clear }Go forth,{:delay 6C 00}{:clear }and bring me more hearts!
- id: 16281
en: No!
- id: 16282
en: Denizens of light, answer this:{:delay F3 00}{:clear }Why do you hate the darkness?
- id: 16283
en: >-
Aw, we don´t hate it.{:delay 60 00}{:clear } {:delay 23 00}{:clear }It´s just kinda...{:delay 4E 00}{:clear }{:delay 29 00}scary.{:delay 4E 00}{:clear } {:delay 42 00}{:clear }But the world´s made of
light AND darkness.{:delay C0 00}{:clear }You can´t have one without the other,
´cause darkness is half of everything.
- id: 16284
en: It´s because of who´s lurking inside it.
- id: 16285
en: >-
Then allow me another question.{:delay 96 00}{:clear } {:delay 3B 00}{:clear }You accept darkness, yet choose
to live in the light.{:delay E4 00}{:clear } {:delay 30 00}{:clear }So why is it that you loathe us who
teeter on the edge of nothing?{:delay 0B 01}{:clear }{:delay 2F 00}We who were turned away by
both light and dark--{:delay 3E 01}{:clear }never given a choice?
- id: 16286
en: That´s simple.{:delay 3C 00}{:clear } {:delay 3C 00}{:clear }It´s because you mess up our worlds.
- id: 16287
en: >-
That may be...{:delay 54 00}{:clear }{:delay 3C 00}However,{:delay 3C 00}{:clear }{:delay 42 00}what other choice
might we have had?
- id: 16288
en: >-
Just give it a rest!{:delay 61 00}{:clear }You´re Nobodies!
You don´t even exist!{:delay AC 00}{:clear }You´re not sad about anything!
- id: 16289
en: "{:delay 75 00}{:clear }Very good.{:delay 77 00}{:clear }You don´t miss a thing.{:delay 8F 00}{:clear }{:delay 3F 00}{:clear }I can not feel--sorrow...{:delay B4 00}{:clear }{:delay 1C 00}{:clear }No matter what misery befalls the worlds.{:delay EB 00}{:clear }{:delay 14 00}{:clear }No matter what you think, what you feel,\nor how you exist. "
- id: 16290
en: Guys?
- id: 16291
en: Sora! Where are you?
- id: 16292
en: Sora, answer me!
- id: 16293
en: You´re okay!
- id: 16294
en: Where´s Xemnas?
- id: 16296
en: >-
Heed me, Kingdom Hearts!{:delay 96 00}{:clear } {:delay 6C 00}{:clear }Lend me your power, so that
we may be complete!{:delay 14 01}{:clear } {:delay 4E 00}{:clear }The power to erase the
fools that hinder us.
- id: 16297
en: Xemnas! No!
- id: 16298
en: Hearts quivering with hatred...
- id: 16299
en: Xemnas! Don´t!
- id: 16300
en: Hearts burning with rage...
- id: 16301
en: You´ll never win!
- id: 16302
en: Hearts scarred by envy...
- id: 16303
en: >-
That fool Ansem said the heart´s true
nature was beyond his understanding.{:delay 78 01}{:clear }But it´s not beyond mine!{:delay AA 00}{:clear }Hearts are the source of all power!
- id: 16304
en: Xemnas! You can´t hide from us!
- id: 16305
en: We´re not gonna let him get away now!
- id: 16306
en: Look at that!
- id: 16307
en: What´s goin´ on?
- id: 16308
en: Kingdom Hearts...
- id: 16309
en: Let´s go. Xemnas must be inside.
- id: 16310
en: >-
The worlds gave us this doorway.{:delay A8 00}{:clear }They want us to be the guardians
of their destiny!
- id: 16311
en: ''
- id: 16312
en: >-
Once we go through, there´s
no turning back.{:delay 87 00}{:clear }{:delay 36 00}It´s victory...or oblivion.{:delay 8E 00}{:clear }{:delay 46 00}So, Sora...are you ready?
- id: 16313
en: Get ready, Xemnas!{:delay 60 00}{:clear }It all ends here!
- id: 16314
en: >-
So...it seems your hearts have
led you to obliteration.{:delay 2C 01}{:clear } {:delay 42 00}{:clear }Perhaps it doesn´t pay to be
too loyal to one´s heart.{:delay F0 00}{:clear } {:delay 87 00}{:clear }I will have to be sure and remember that.
- id: 16317
en: No!
- id: 16318
en: We can take him on our own!
- id: 16319
en: I need...more rage...{:delay C3 00}{:clear }I need more...hearts...
- id: 16320
en: >-
Xemnas.{:delay 5E 00}{:clear }There´s more to a heart
than just anger or hate.{:delay B0 00}{:clear }It´s full of all kinds of feelings.{:delay 5E 00}{:clear } {:delay 60 00}{:clear }Don´t you remember?
- id: 16321
en: Unfortunately...I don´t.
- id: 16322
en: Gosh, you all did great!
- id: 16323
en: You´re coming back with us, right?
- id: 16324
en: I had given in to the darkness.
- id: 16325
en: Riku!
- id: 16326
en: How´m I gonna face everyone?
- id: 16327
en: Like this!
- id: 16328
en: Hurry!
- id: 16329
en: I´ll open a path!
- id: 16330
en: >-
You don´t belong in the dark
realm anymore, Riku.
- id: 16331
en: How do we get out of here, Your Majesty?
- id: 16332
en: ''
- id: 16333
en: Who did this?
- id: 16334
en: Welp, I´m not sure.{:delay 69 00}{:clear }But we´d better hurry and get through.
- id: 16335
en: Wait for me!
- id: 16336
en: C´mon!
- id: 16337
en: Thank you, Naminé.
- id: 16338
en: Sure.
- id: 16339
en: See? We meet again, like we promised.
- id: 16340
en: Huh?
- id: 16341
en: >-
You said we´d meet again,{:delay 87 00}{:clear }but when we did, we might
not recognize each other.
- id: 16342
en: I did, didn´t I?
- id: 16343
en: But I knew you.
- id: 16344
en: Mmm...it´s strange.
- id: 16345
en: >-
I think I understand.{:delay 91 00}{:clear }I see myself the way
you remember me.{:delay CC 00}{:clear } {:delay 42 00}{:clear }And you see yourself the
way I remember you.
- id: 16346
en: >-
I always thought Nobodies were doomed
to fade back into darkness...
- id: 16347
en: Yeah, but you and I didn´t.{:delay C0 00}{:clear }We got to meet our original selves.
- id: 16348
en: So, we can be together again!
- id: 16349
en: Right.{:delay 5C 00}{:clear }Anytime Sora and Kairi are together.
- id: 16350
en: >-
We´ll be together every day.
Right, Sora?
- id: 16351
en: Uh...yeah!
- id: 16352
en: Look sharp!
- id: 16353
en: Don´t worry. You´re all still you.
- id: 16354
en: Hey, let´s go home!
- id: 16355
en: Riku... C´mon.
- id: 16356
en: Yeah.
- id: 16357
en: Sora! Riku!
- id: 16358
en: What...?
- id: 16359
en: Riku!
- id: 16360
en: Sora!
- id: 16361
en: >-
Heroes from the realm of light...{:delay F3 00}{:clear }I will not allow it to end
this way--not yet.{:delay 44 01}{:clear } {:delay 48 00}{:clear }If light and darkness are eternal,{:delay FC 00}{:clear }then surely we nothings must be the same...{:delay 62 01}{:clear }Eternal!
- id: 16362
en: You´re right, light and darkness are eternal.{:delay F6 00}{:clear }Nothing probably goes on forever, too.{:delay 8A 00}{:clear } {:delay 3C 00}{:clear }But guess what, Xemnas?
- id: 16363
en: That doesn´t mean YOU´RE eternal!
- id: 16364
en: >2-
{:delay A2 00}{:clear }No more eternal than that
radiance of yours...
- id: 16365
en: We did it!
- id: 16366
en: I wouldn´t be too sure of that.
- id: 16367
en: ' {:delay 6D 00}{:clear }Sora...{:delay 77 00}{:clear }I can´t...'
- id: 16368
en: Don´t say another word!{:delay 80 00}{:clear }It´s not over. It´s just not.
- id: 16369
en: How can you say that?{:delay 6F 00}{:clear }Even if we could go on...look where we are.
- id: 16370
en: >-
Aw, c´mon, Riku.{:delay 6C 00}{:clear }You´ve been hanging out
in darkness too long.{:delay 72 00}{:clear } {:delay 45 00}{:clear }You gotta try and think positive!
- id: 16371
en: Sora?
- id: 16372
en: ''
- id: 16373
en: You lead.
- id: 16374
en: Got it.
- id: 16375
en: >-
You know...{:delay 5B 00}{:clear }I always figured I was better
at stuff than you.
- id: 16376
en: Really?
- id: 16377
en: Are you mad?
- id: 16378
en: >-
No.{:delay 3C 00}{:clear }I kinda always thought you were
better at everything, too.
- id: 16379
en: Riku--look.{:delay 72 00}{:clear }What´s that light?
- id: 16380
en: Why!?{:delay 42 00}{:clear }Why do you have the Keyblade?
- id: 16381
en: Shut up!
- id: 16382
en: Your mind´s made up?
- id: 16383
en: Why did the Keyblade choose me?{:delay D3 00}{:clear }I have to know.
- id: 16384
en: You can´t turn on the Organization!
- id: 16385
en: Why!?{:delay 42 00}{:clear }Why do you have the Keyblade?
- id: 16386
en: Shut up!
- id: 16387
en: >-
You get on their bad side
and they´ll destroy you!
- id: 16388
en: No one would miss me.
- id: 16389
en: That´s not true...{:delay 83 00}{:clear }I would.
- id: 16390
en: Sora... You´ve done well.
- id: 16391
en: Where´s Kairi?
- id: 16392
en: >-
Who knows? I expect she´s catching up
with her friend from the darkness.
- id: 16393
en: What do you mean!?
- id: 16394
en: She doesn´t need you anymore.
- id: 16395
en: I´m supposed to believe that?
- id: 16396
en: >-
Well, you don´t have to...{:delay B4 00}{:clear }{:delay 3F 00}{:clear }But you can believe this.{:delay 76 00}{:clear }{:delay 3C 00}{:clear }Organization {XIII} has no
further use for you...
- id: 16397
en: >-
Our Kingdom Hearts...{:delay 78 00}{:clear }{:delay 66 00}{:clear }Thanks to you, we´ve collected
countless hearts...{:delay DE 00}{:clear }{:delay 3C 00}{:clear }Can you hear their euphoria?
- id: 16398
en: >-
Now, all they need is one more helping
from the Keyblade bearer!
- id: 16399
en: We gotta fight!
- id: 16400
en: But--Kingdom Hearts!
- id: 16401
en: Sora!
- id: 16402
en: Sora! It´s really you!
- id: 16403
en: Kairi!
- id: 16404
en: You leave Sora alone!
- id: 16405
en: Sora--!
- id: 16406
en: Take it.
- id: 16407
en: '{:delay 4E 00}This time...I´LL fight.'
- id: 16408
en: >-
You know Sora´s completely
hopeless without us!{:delay A0 00}{:clear }{:delay 1E 00}{:clear }C´mon, Riku!
- id: 16409
en: Well, well.{:delay 5A 00}{:clear }{:delay 3C 00}{:clear }Will the intrusions never end?
- id: 16410
en: Why, Pete...{:delay 46 00}{:clear }{:delay 28 00}{:clear }this castle is perfect.{:delay A0 00}{:clear }{:delay 3C 00}{:clear }Perhaps we should...acquire it.
- id: 16411
en: >-
Well, the setup is...kinda nice, I guess, but...
what about all the Heartless?{:delay 3E 01}{:clear }This in-between world--it´s way
too close to the darkness! {:delay F6 00}{:clear }They ain´t gonna listen to us here!
- id: 16412
en: Once again, you underestimate me.
- id: 16413
en: Get off!
- id: 16414
en: What´s going on!?
- id: 16415
en: Have you been a good boy?
- id: 16416
en: Show yourself!
- id: 16417
en: Oh, it sounds like you haven´t.
- id: 16418
en: Sora! Roxas!
- id: 16419
en: Roxas?
- id: 16420
en: Hey, did he just call me Roxas?
- id: 16421
en: >-
You´ve really put Organization {XIII}
in a pickle.{:delay D2 00}{:clear }{:delay 26 00}{:clear }I guess that must be why
the Keyblade chose you.{:delay AA 00}{:clear }{:delay 2E 00}{:clear }But MAN, did it pick a dud this time.{:delay 96 00}{:clear }{:delay 32 00}{:clear }You don´t look like you´re half
the hero the others were.
- id: 16422
en: Are you done rambling?
- id: 16423
en: >-
Rambling? As if!{:delay 7E 00}{:clear }{:delay 38 00}{:clear }All I´m trying to tell you, traitor,
is that your time is up!
- id: 16424
en: Here he comes!
- id: 16425
en: Why did you call me Roxas?
- id: 16426
en: '{:delay 78 00}Wouldn´t you like to know...'
- id: 16427
en: Hey! Hold on!
- id: 16428
en: Sora! It´s Kairi!
- id: 16429
en: Uh-oh, they need our help.
- id: 16430
en: >-
Sora and Riku are together.
We have no part to play here.
- id: 16431
en: >-
Gee, I wonder if Riku will
ever change back...
- id: 16432
en: >-
Riku chose that form so he could
use the power of darkness. {:delay F0 00}{:clear }{:delay 1E 00}{:clear }It won´t be easy.
- id: 16433
en: Kairi, we´re on our way!
- id: 16434
en: Yes...Kingdom Hearts...{:delay F0 00}{:clear }{:delay 42 00}{:clear }Rejoice, and feast on these hearts we offer!{:delay 02 01}{:clear }{:delay 5F 00}{:clear }Shine your pale light on this empty realm...{:delay D6 00}{:clear }{:delay 35 00}{:clear }Share your power with all Nobodies!
- id: 16435
en: Xemnas. Is Kingdom Hearts ready?
- id: 16436
en: Very soon.
- id: 16437
en: Then, I can end this charade?
- id: 16438
en: Indeed.
- id: 16439
en: How I´ve waited to hear that.
- id: 16443
en: This spot should do.
- id: 16444
en: What´s this gadget for?
- id: 16445
en: >-
It´s a device to reclaim Kingdom Hearts
and encode it as data.
- id: 16446
en: Not sure I get it.
- id: 16447
en: >-
I do not claim to know the outcome
of this venture, either.{:delay C8 00}{:clear }{:delay 46 00}{:clear }After all...
- id: 16448
en: What´s that?
- id: 16449
en: It´s the King and DiZ--{:delay 47 00}{:clear }{:delay 13 00}{:clear }I mean, Ansem the Wise.{:delay 96 00}{:clear }{:delay 20 00}{:clear }They must be higher up. We better hurry.
- id: 16450
en: You!
- id: 16451
en: I´d rather we just skip the formalities.
- id: 16452
en: How could you...Roxas...
- id: 16453
en: That´s SORA!
- id: 16454
en: You okay?
- id: 16455
en: Yeah! No worries.{:delay 5A 00}{:clear }{:delay 24 00}{:clear }Let´s keep moving.
- id: 16456
en: Sora! Riku!
- id: 16457
en: There´s gonna be no end to this.
- id: 16458
en: Together we can stop ´em!
- id: 16459
en: >-
Be gone from here!
Leave these creatures to us!
- id: 16460
en: But there´s no way we can take ´em all!
- id: 16461
en: >-
I will be sending them after Xemnas.{:delay AE 00}{:clear }Or, perhaps, you would rather
fight them yourself?
- id: 16462
en: Frankly my dear, I´d rather...RUN!
- id: 16463
en: Off with you then!
- id: 16464
en: Well, if it ain´t the boat-boy King.
- id: 16465
en: Time to weigh anchor, Captain Pete!
- id: 16466
en: >-
What, like "abandon ship"?
I don´t think so!
- id: 16467
en: >-
Sora! "Your Majesty"! Do not forget--{:delay CC 00}{:clear }when I´ve destroyed them all,
this castle shall be mine!
- id: 16468
en: >-
Now lookie here. Opportunities like this
don´t come along every day, ya know.
- id: 16469
en: Bring´em on!
- id: 16470
en: We gotta hurry.
- id: 16472
en: >-
They´re doing what their hearts command.
We can´t interfere.
- id: 16478
en: But...
- id: 16488
en: Riku?
- id: 16491
en: Riku!
- id: 16493
en: Ansem did say "anything could happen"...
- id: 16494
en: Riku, you gonna take that off?
- id: 16495
en: Oh...
- id: 16496
en: What was that?
- id: 16497
en: His eyes couldn´t lie.
- id: 16498
en: Lie?
- id: 16499
en: >-
And just who were you trying to fool?
Huh? Huhhh?
- id: 16500
en: Myself.
- id: 16501
en: Riku...
- id: 16502
en: >-
C´mon, man! Why did you try
to do so much on your own?
- id: 16503
en: Have you forgotten?
- id: 16504
en: Say that again!
- id: 16505
en: Uhhhh-oh!
- id: 16506
en: What should we do, Riku?
- id: 16507
en: We must defeat Xemnas.{:delay 66 00}{:clear } {:delay 1F 00}{:clear }He´s the Organization´s last survivor.
- id: 16508
en: Right!
- id: 16509
en: C´mon!
- id: 16516
en: It's been too long, my friend.
- id: 16517
en: >-
Ansem the Wise.{:delay 54 00}{:clear }{:delay 28 00}{:clear }Why didn't you come to me
before things got so bad?
- id: 16518
en: >-
Xemnas, the Organization's Superior,{:delay A8 00}{:clear }is the Nobody of Xehanort,
my foremost apprentice.{:delay DE 00}{:clear }{:delay 39 00}{:clear }The burden was mine to bear.
- id: 16519
en: Is that all?
- id: 16520
en: >-
I won´t deny there was more.{:delay 96 00}{:clear }{:delay 38 00}{:clear }I was...obsessed
with thoughts of revenge.{:delay D8 00}{:clear }{:delay 22 00}{:clear }My apprentices stole
everything precious to me--{:delay CC 00}{:clear }{:delay 1C 00}{:clear }my research, and my pride.
- id: 16521
en: I can't help you with revenge.
- id: 16522
en: I know.{:delay 3C 00}{:clear }{:delay 36 00}{:clear }Riku's told me a thousand times.
- id: 16523
en: Where is he?
- id: 16524
en: >-
He must be with his friends by now.{:delay 96 00}{:clear }{:delay 2A 00}{:clear }Riku was a great help to me.{:delay 8A 00}{:clear }I found him wandering the darkness,
after you and he lost track of each other.
- id: 16525
en: >-
Gosh, we didn't lose each other exactly.
Riku left...{:delay F0 00}{:clear }well, 'cause Xehanort's Heartless was
still inside his heart, troubling him.{:delay 08 01}{:clear }{:delay 1B 00}{:clear }And he sure must've been suffering.{:delay 90 00}{:clear }But what I don't understand is why he looks
like that now, when he's still Riku at heart...
- id: 16526
en: I am to blame.{:delay 54 00}{:clear }{:delay 78 00}{:clear }When I met Riku the first time{:delay 72 00}{:clear }{:delay 38 00}{:clear }he still had the appearance of a boy.{:delay 9C 00}{:clear }{:delay 54 00}{:clear }Probably because he had such a strong heart.
- id: 16527
en: >-
I asked him to find a young man
named Roxas from Organization {XIII},{:delay 0E 01}{:clear }and bring him to me.{:delay 48 00}{:clear }{:delay 54 00}{:clear }When I told him it would help Sora awaken
from his slumber, Riku left without a word.
- id: 16528
en: >-
He fought Roxas. And I can only surmise
Riku lost that fight.
- id: 16529
en: >-
Riku must have realized then:
to fight in the realm of darkness,{:delay E4 00}{:clear }he would have to immerse himself
in that same darkness.{:delay D2 00}{:clear }{:delay 12 00}{:clear }And when he did...{:delay 3C 00}{:clear }{:delay 24 00}{:clear }you saw what became of him.
- id: 16530
en: >-
When Riku brought Roxas back to me,
he was introducing himself...as Ansem.
- id: 16531
en: >-
If that was what it took to awaken his friend,
he was ready to live in darkness.
- id: 16532
en: Riku was the victim of my revenge.
- id: 16533
en: '...Oh, how my heart ached.{:delay B6 00}{:clear }{:delay 1E 00}{:clear }I could only laugh{:delay 48 00}{:clear }{:delay 1E 00}{:clear }to hide my shame.'
- id: 16534
en: >-
I guess it musta been after that
when I saw Riku again.{:delay CC 00}{:clear }He said he wanted to help Sora...{:delay 78 00}{:clear }but he made me promise--{:delay 72 00}{:clear }Promise that Sora wouldn't ever find out
about what happened to him{:delay C6 00}{:clear }while he was out in the darkness.
- id: 16535
en: My friend, the time has come.{:delay 98 00}{:clear }I must make amends to these young people.
- id: 16536
en: >-
Only you could have made it
this far in one piece...Roxas.
- id: 16537
en: That's really getting old!
- id: 16538
en: Yeah! He's Sora!
- id: 16539
en: Different name, same fate.
- id: 16540
en: Why...{:delay 46 00}{:clear }{:delay 32 00}Kingdom Hearts...{:delay 5F 00}{:clear }{:delay 50 00}Where is my heart?
- id: 16541
en: >-
I don't get it.
Why's everybody been calling me Roxas?
- id: 16542
en: Because, Sora.{:delay 3C 00}{:clear }{:delay 60 00}Roxas is your Nobody.
- id: 16543
en: >-
My...Nobody?{:delay 96 00}{:clear }{:delay 24 00}But that's crazy,
I never turned into a Heart...{:delay 93 00}{:clear }{:delay 30 00}Oh, right.
- id: 16544
en: >-
It was when you came to rescue me,
remember?
- id: 16545
en: >-
Xemnas was the one who found Roxas.{:delay 84 00}{:clear }{:delay 3C 00}He could use the Keyblade
because he was your Nobody.
- id: 16546
en: >-
That's why Xemnas brought him
into the Organization--{:delay 96 00}{:clear }{:delay 30 00}But Roxas betrayed them. {:delay 5A 00}{:clear }{:delay 36 00}After that I fought him because I thought
it would help you wake up.{:delay AD 00}{:clear }{:delay 22 00}{:clear }I lost,{:delay 4E 00}{:clear }but the next time we met
I made sure I was the stronger one.
- id: 16548
en: Roxas...{:delay 42 00}{:clear }{:delay 3E 00}I wish I could meet him, too.
- id: 16549
en: All right. Let's go.
- id: 16550
en: Ansem?
- id: 16551
en: >-
{:delay 08 01}I'm a fool.{:delay 5E 00}{:clear }{:delay 28 00}{:clear }I've spent years studying
the workings of the heart.{:delay C7 00}{:clear }Yet it seems I still
haven't learned a thing!
- id: 16552
en: What d'ya mean?
- id: 16553
en: The process of encoding hearts is incalculable.
- id: 16554
en: >-
The inhabitants of my Twilight Town were
data created from real hearts.
- id: 16555
en: >-
I was convinced that they would think
and behave the way I had envisioned--{:delay 20 01}{:clear }but I couldn't have been more wrong.
- id: 16556
en: Ansem! The machine!
- id: 16557
en: >-
All the more proof that hearts
cannot be contained by data. {:delay EA 00}{:clear }Run, my friend! It's going to self-destruct,
and anything could happen!
- id: 16558
en: But...
- id: 16559
en: Your Majesty!
- id: 16560
en: >-
Sora, the rest is up to you...{:delay 96 00}{:clear }{:delay 3C 00}{:clear }And Roxas--
I doubt you can hear me--but...{:delay E6 00}{:clear }{:delay 18 00}{:clear }I am sorry.
- id: 16561
en: Ansem!
- id: 16562
en: >-
My heart is telling me what I must do.
Please allow me to do what it says!
- id: 16563
en: No!
- id: 16564
en: Riku!
- id: 16565
en: His heart's decided. We can't change that.
- id: 16566
en: >-
I was wondering who would dare
interfere with my Kingdom Hearts.{:delay 7A 01}{:clear }And look--{:delay 54 00}{:clear }here you all are.{:delay 7E 00}{:clear }How convenient for me.
- id: 16567
en: >-
Ansem the Wise...
You look pathetic.
- id: 16568
en: >-
Have your laugh.{:delay 5A 00}{:clear }{:delay 1E 00}{:clear }I deserve as much for failing
to see you for the fool you are.
- id: 16569
en: >-
Students do take after their teachers.{:delay B4 00}{:clear }{:delay 31 00}Only a fool would be your apprentice.{:delay A2 00}{:clear }{:delay 1F 00}After all, none of this would have
happened without you.
- id: 16570
en: >-
YOU are the source of all Heartless.{:delay C0 00}{:clear }{:delay 30 00}It was your research that inspired me
to go further than you ever dared.
- id: 16573
en: We've said enough!{:delay 5A 00}{:clear }{:delay 23 00}{:clear }Riku, you know what to do!{:delay AA 00}{:clear }{:delay 28 00}{:clear }King Mickey, my friend, forgive me!{:delay E6 00}{:clear }{:delay 28 00}{:clear }Farewell!
- id: 16671
en: Dead end?
- id: 16672
en: There´s gotta be a path somewhere.
- id: 16673
en: What are you going to do with us?
- id: 16674
en: You´re the fire that feeds Sora´s anger.
- id: 16675
en: No...{:delay 26 00}{:clear }{:delay 32 00}Sora´s in danger because of me...
- id: 16676
en: This way!
- id: 16677
en: Who--?
- id: 16678
en: Believe in yourself. C´mon, hurry!
- id: 16679
en: Kairi... We´re almost there.
- id: 16680
en: Kairi! Where are you?
- id: 16681
en: >-
Shhh! Remember where we are!
This is their stronghold!
- id: 16682
en: Wait! Your Majesty!
- id: 16683
en: Be careful! I think we got company!
- id: 16684
en: Naminé... There you are.
- id: 16685
en: Naminé...?
- id: 16686
en: Kairi. I´m afraid leaving is not an option.
- id: 16687
en: I´ll take you to see Sora.
- id: 16688
en: You don´t want that?
- id: 16689
en: I do. More than anything.{:delay 84 00}{:clear }{:delay 1C 00}But not with you around.
- id: 16690
en: >-
If I had a heart, this would
be where I die of laughter.
- id: 16691
en: You...{:delay 41 00}{:clear } {:delay 32 00}{:clear }Didn´t Roxas take care of you?
- id: 16692
en: You can take it from here,{:delay 60 00}{:clear }Riku.
- id: 16693
en: Riku!?
- id: 16699