-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path0005000e10145000_v304.json
5331 lines (5331 loc) · 245 KB
/
0005000e10145000_v304.json
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
{
"title_id": "0005000e10145000",
"region": 4,
"version": 304,
"files": [
{
"file": "code/app.xml",
"hash": "091617816BE0B95EE725D1B1BA9D8CBBE389EB1DCA2E74BCCBD6255CE8F7715C"
},
{
"file": "code/cos.xml",
"hash": "ED668B94ADFFF53CE16FFB489F70F8244FD5F8468C495AB631BD02CB320EDCEC"
},
{
"file": "code/cross_f.rpx",
"hash": "803ABA4911D1884E7DDC730A7406AF9B52EFB770743FA4233B34EF859F79D91B"
},
{
"file": "code/mw_shamo.rpl",
"hash": "047A8E5EBF5C6DFF4DED9E8A715E1EFBE2D4FD43AE8E153B7F7617318199F9B1"
},
{
"file": "code/mw_shamo_sbc.rpl",
"hash": "E573E5D5FED5A68F5E9D89065B528FF7965D8A2225552276A746969BCE77B7CE"
},
{
"file": "code/nn_olv2.rpl",
"hash": "CA92183D6530B77FD8FAD15A5399117CB3538469469A9779014FB4079F1C92BE"
},
{
"file": "content/movie/crs-f_mov_64_ED_Mewtwo.mp4",
"hash": "EAA2EF42DF66BD9E78FE77E16C686A5CD5ED851F2439FD183F2555F5FE569CD4"
},
{
"file": "content/movie/crs-f_mov_65_ED_Lucas.mp4",
"hash": "DA04AE2414D08A203D31FB5D919DC250A7EDF295EBEB7D63E7DEFAF3ADB08972"
},
{
"file": "content/movie/crs-f_mov_66_ED_Ryu.mp4",
"hash": "FA4F8464375C5DE902E009307D1884D27113E1D4EA5B9E9DB13D51A4A1AC503B"
},
{
"file": "content/movie/crs-f_mov_67_ED_Roy.mp4",
"hash": "E21BA67B9684B7666A563723D736554832426D81B9ABD675B9135F1230EE812A"
},
{
"file": "content/movie/crs-f_mov_68_ED_Cloud.mp4",
"hash": "0AD2B38F499BD561E115006AD5EBB9060EC35E7F99D647E4E5228402C0B146BD"
},
{
"file": "content/movie/crs-f_mov_69_ED_Kamui.mp4",
"hash": "8739DD9FA068ACE6C817066C34CC3D7991302CDBC5C318FB676644BC6B01B587"
},
{
"file": "content/movie/crs-f_mov_70_ED_Bayonetta.mp4",
"hash": "17A8A5A2E1A9A6E4170A0CE6D09F2D51F1E012EA262D54AF94C4A0B6254A8A20"
},
{
"file": "content/patch/data(eu_en)/fighter/bayonetta/sound/snd_vc_Bayonetta_ouen.nus3bank",
"hash": "F0A737E27A0226054E83C456FA976CEBE7B93FDC1620D3B6E9205D0AA75F2B9A"
},
{
"file": "content/patch/data(eu_en)/fighter/cloud/sound/snd_vc_Cloud_ouen.nus3bank",
"hash": "4E8469452CF46C560B812CF6243C005F59914F558DD9D9DC5899841633CB132C"
},
{
"file": "content/patch/data(eu_en)/fighter/kamui/sound/snd_vc_Kamui_ouen.nus3bank",
"hash": "811A2E1E90919FCFB8CAE5041853CC585E630E6BF9C51322C7BE1FB7C2D1815A"
},
{
"file": "content/patch/data(eu_en)/fighter/lucas/sound/snd_vc_Lucas_ouen.nus3bank",
"hash": "FA2B13613B32C361317CE1EB3AFFB24D5C8926255747A8F9461AC85B47C63988"
},
{
"file": "content/patch/data(eu_en)/fighter/mewtwo/sound/snd_vc_Mewtwo_ouen.nus3bank",
"hash": "AAE4730E588FF856C08544A825E4A5CCC447303430ECF56DBC6B73984E9B0133"
},
{
"file": "content/patch/data(eu_en)/fighter/roy/sound/snd_vc_Roy_ouen.nus3bank",
"hash": "35937CF8510B9FD3999E4FC978CF9333233FCAE663D4654AE10FD91D657E3B34"
},
{
"file": "content/patch/data(eu_en)/fighter/ryu/sound/snd_vc_Ryu_ouen.nus3bank",
"hash": "F31D07766F6B9980E7611E477C15BB973A3607C629DFF548DCADD71A22A6C819"
},
{
"file": "content/patch/data(eu_en)/param/packed",
"hash": "23834E0A29AE2A4BBB0FF0FD2917AC34233FD4AC2CD63BF1B144C62A5264FFBA"
},
{
"file": "content/patch/data(eu_en)/soft/packed",
"hash": "672A771B4FBA5BF727BD868EB50E21983309934256F09E4A9DA082F3BB8BEF91"
},
{
"file": "content/patch/data(eu_en)/sound/se/snd_se_narration_characall_Mewtwo.nus3bank",
"hash": "B7B71C28A4F199ECDEDA46D6464001D381C68E9851D67FFA6FCFB7A2D21DF352"
},
{
"file": "content/patch/data(eu_en)/sound/se/snd_se_narration_menu.nus3bank",
"hash": "CB187231A61184B1ECAAE9F9331F2F5C47CFDBD208355DC55B4677BEC41D4BDF"
},
{
"file": "content/patch/data(eu_en)/sound/se/snd_se_narration_tournament.nus3bank",
"hash": "5277764653387E5A464A9D4A00576E4DF2300CDEB2269CB01C946B038448142F"
},
{
"file": "content/patch/data(eu_en)/stage/melee/Gw3/packed",
"hash": "5F729D7E49963AAD6ABEFC399F2B56646242D49E878C7CA4AE23721EEE791E2C"
},
{
"file": "content/patch/data(eu_en)/stage/melee/WiiFit/packed",
"hash": "12E30ADA8D5771D8901E788C05F5D25459896CD7F993F6005F48FBBF74031E74"
},
{
"file": "content/patch/data(eu_en)/stage/other/Allstar_f/packed",
"hash": "EB204478ABD284098CF2529F194242D9C5C7E042AAF3D343E1E3DC2A62ECA7C6"
},
{
"file": "content/patch/data(eu_en)/ui/font/packed",
"hash": "095DCE30EBAAEF28CAA9EB724A0170C8924F839BB26752FBBB08167571619193"
},
{
"file": "content/patch/data(eu_en)/ui/info/packed",
"hash": "1DE9702D8910F576571E3E07ABAEB406F397AFAC124AE6955EC1669442A6DB7C"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/chara_base/packed",
"hash": "2B8C36E7432FA786581581884CB77ABD8FBF0218353A6022D15CCAE47C2A3AE6"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/chara_base_8/packed",
"hash": "7B2E011FC066DD4432266B57B040346077399BB0274D390BDFC4DB772425544F"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/compe_howto/packed",
"hash": "4F0EBE30874DDD68F32CB7ECDCF20137727D147D77B3D0AD6D0E2FF6889D6314"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/compe_result/packed",
"hash": "9DA58914D93ADBE20119CC60E99AC43848DDEAF955FC5FECC77D351BA6681845"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/conq_info1/packed",
"hash": "97F2788FF54F4C739BD43C9AD0DDBA5E29EFA392042F76457D03FB054504DF8A"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/credit_congra/packed",
"hash": "F742177CA8B1381E9488F3F7F84CA738F062BCB55763EF67663B98DE396CA914"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/eshop_howto/packed",
"hash": "EC1C00C22FB2F5753AB4C4DBD01FC67DF6526B0D0F8A885EF96A0A14773D19A4"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/howto/packed",
"hash": "8250F7C470E14078253B6E5AE03528758CAFECC0B4E83546155BA24EDF7048DB"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/main/packed",
"hash": "87C81BA848ABE0218AC96AC8DDD9BF4731A72E7AC8CE42DCD6399C1DAB95266B"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/nfp/packed",
"hash": "CB2CBAFC0CC5A2381936F5678144C17C95350200EF80AF1CB8CC64D6E74B06CA"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/nfp_delete_front/packed",
"hash": "835C2D41D9077EC3E9DC814F40C19F33B400F11CD6E4ECBB499A38FA29C38E6F"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/nfp_load/packed",
"hash": "4EEB7519B6842DEFCA630D852A124741AB3E8737E95D9AAA6F6A9D375E370B71"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/option_button/packed",
"hash": "E6CF75FDD1B756F9E4C7044F2F778B5813BFD1B53545D1AD418EC1199943909D"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/other/packed",
"hash": "427998AF284C82E6C5AD6111B403E4E8B5B168BE254C52A6D22888D47159773E"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/other_chrmake/packed",
"hash": "1B51DE8B75BB0CAA8999767F848669CCC89222CC200B327BC2AEADE0ED9BDE91"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/other_col/packed",
"hash": "4D97C5801109EBE88A38FA5A626EF1E02FAE750B30545CB7153BD7E43DC48780"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/result/packed",
"hash": "4BDB4DAAC9CAB9738E896CACEA2A7A23F6615640AC1B2B4C3AE0878246921C1D"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/rule_item/packed",
"hash": "5E67DBFF322CD2B0E6E754637D28FA321FB9732D621DD6E47B546A13892DABEF"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/rule_stage/packed",
"hash": "70DA270AAA0FC14B49671EF741131BCDCBDD4A17ABCE53EEC5B6E96B80417A8D"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/share_receive/packed",
"hash": "B3FD8452450CE0CF62A153442865D6CF53FDE46CBACE9AF93B58464AF3C88B73"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/smacon/packed",
"hash": "444BE14B77F485B1717EB43565CB7A4C9066BB733B0D3DC10BC537FC47460CCA"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/smacon_howto/packed",
"hash": "C453137196AA64DE2422703BA8D5EB5589F83D658CE6FF2967109D134B439605"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/stadium_smb_howto/packed",
"hash": "3153313B325FECE6CA5A255C80E82C8B94B3E79A150BCCE9D1E26F24F428F0B7"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/stage_cursor/packed",
"hash": "486F5097B01B2C11A5F8F8312D8CB9A14D2BF4E0312C2F3641810313B6564F75"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/stgmake_howto/packed",
"hash": "51299FD63E4BA501A861636F59222297CDD62D58A3E96349770F8D5C1906923C"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/tds/packed",
"hash": "5F8401414A6E19B2C65AE38F3248D0C0DCCE2D4274A58AA1F0C23A0BA7B46554"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/tds_howto/packed",
"hash": "38D82A95F283A03EF201518C8F372D1C1B582BF3489305D5B9977C203ED54E31"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/tour_intro/packed",
"hash": "0EF8046F14BED53FDF6DACC2415189059FE0DE39F15B97FA9E7A1569662B02D0"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/tour_menu/packed",
"hash": "BD38746E58B23140E566EA2323F5906A17254DC3EA0BA1315A88EB8B91D2706D"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/tour_opening/packed",
"hash": "3E3B79049141D7A3784998BBB344D92111502E38B0FC23BD68B37D590CFE15D7"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/tour_result/packed",
"hash": "281A280356F6B6E18F14F51983F8701935CC32625416C8809A65EEA6D0BA8C67"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/tour_tree/packed",
"hash": "4840E188DF834EA8E96A046A7DA2893B50CDED28BC89D1B02517EFF18761FC33"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/wifi_event/packed",
"hash": "039EA23FACDC4E228A6FE7036273D7646BBBC37F088C36F897E3D5A15920673D"
},
{
"file": "content/patch/data(eu_en)/ui/lumen/wifi_share/packed",
"hash": "ECE66C6F6768B4F6F2B5E7F394B49E428DAA2303512C54250EA8DA5F2D2E926A"
},
{
"file": "content/patch/data(eu_en)/ui/message/packed",
"hash": "9F1055F063991E09DF16022C44FFFAFE2CF9ED687E0C0E2AF4C50DDF80B2FEE7"
},
{
"file": "content/patch/data(eu_en)/ui/replace/append/chr/packed",
"hash": "B4881A3DA9926292A26D5FA10A58C94CB8388084FA86ED02ECFE504761E14C56"
},
{
"file": "content/patch/data(eu_en)/ui/replace/append/figure/packed",
"hash": "11F0B6BD600D95CB251644C5DA003F924A0507F6E32C1CCB2007852F93B40E69"
},
{
"file": "content/patch/data(eu_en)/ui/replace/append/stage/packed",
"hash": "9E38C652CA712720C866C530BFD92127354A213124380203871C482C61140557"
},
{
"file": "content/patch/data(eu_en)/ui/texture/append/packed",
"hash": "08B6DCA9BA2A350D9F9A15049C1E9274ED29C01CB3292229F8EF5493731FEE4C"
},
{
"file": "content/patch/data(eu_fr)/fighter/bayonetta/sound/snd_vc_Bayonetta_ouen.nus3bank",
"hash": "C6D1B3967A0BD916CDE095C1D878C1D141EA46B090059CCD98F2923210BBC104"
},
{
"file": "content/patch/data(eu_fr)/fighter/cloud/effect/packed",
"hash": "719B7D013B59E9CC6FB72A648391699F224C27B341F012BBDA430AB1B015E9F2"
},
{
"file": "content/patch/data(eu_fr)/fighter/cloud/sound/snd_vc_Cloud_ouen.nus3bank",
"hash": "A0C60B2E1C63275A46B063CCC52B6DC550CC1E1F7D264761C143DA16B05C2692"
},
{
"file": "content/patch/data(eu_fr)/fighter/kamui/sound/snd_vc_Kamui_ouen.nus3bank",
"hash": "4D25C4C11A1F58B7A9D5E2FCAC811B60A1EDD6D8A69D1835CF407F63DBD9EEAA"
},
{
"file": "content/patch/data(eu_fr)/fighter/lucas/sound/snd_vc_Lucas_ouen.nus3bank",
"hash": "3F2F83CE1E0FD975A69A4ACCE6FA1A00F35CA35C50C9B3F419989FD0DC4C0075"
},
{
"file": "content/patch/data(eu_fr)/fighter/mewtwo/sound/snd_vc_Mewtwo_ouen.nus3bank",
"hash": "847E359DAFDB1B355C7BD6D376A83F1A6D60340F7A9C4F2C7E949337E7BBDC46"
},
{
"file": "content/patch/data(eu_fr)/fighter/roy/sound/snd_vc_Roy_ouen.nus3bank",
"hash": "446EA06A736BE8BE8C9B1DC8A5A2DB0462BA6E36EDDB2BE6EE03B94E66AF1ED1"
},
{
"file": "content/patch/data(eu_fr)/fighter/ryu/sound/snd_vc_Ryu_ouen.nus3bank",
"hash": "054E0CA1A213A8C5805011ECDDAEFC2142201DEC918B16AFDFC934ED8B7914DC"
},
{
"file": "content/patch/data(eu_fr)/param/packed",
"hash": "6D20FC9971D0B3D638A3C36226A4A52E983E9F3F5519704222632BE4A61EAFCE"
},
{
"file": "content/patch/data(eu_fr)/soft/packed",
"hash": "46D31CF6569F92D06FEC6D2EC030D833FFB1A981198D74ED18E732924004135D"
},
{
"file": "content/patch/data(eu_fr)/sound/se/snd_se_narration_characall_Bayonetta.nus3bank",
"hash": "1C2B40BDA4DE1DAD18CA13F5995469231F4AF6CC77D75A34EA1FC17DCB12630F"
},
{
"file": "content/patch/data(eu_fr)/sound/se/snd_se_narration_characall_Cloud.nus3bank",
"hash": "0A5D8517591A9966BAB1E39FF2895B446BC6DC249B28FB9329C6C4559A5248A7"
},
{
"file": "content/patch/data(eu_fr)/sound/se/snd_se_narration_characall_Kamui.nus3bank",
"hash": "CEF201C8D518B24FF38ADD916759CF5C3A4DEFCE05C5FF79969A19C7065AB9E1"
},
{
"file": "content/patch/data(eu_fr)/sound/se/snd_se_narration_characall_Lucas.nus3bank",
"hash": "3F0CEB3E6187F0EC004A03D52F237059662A8F8B3DD8157087CCC6E0E7D0C639"
},
{
"file": "content/patch/data(eu_fr)/sound/se/snd_se_narration_characall_Mewtwo.nus3bank",
"hash": "67220081422F0EFE1F767579746E1E1549417E708BC74431718A6262242B39DC"
},
{
"file": "content/patch/data(eu_fr)/sound/se/snd_se_narration_characall_Roy.nus3bank",
"hash": "2A2121853D52D2159CFB60543E76B71B1D56954A60E4EB07DA0095EE47BFB6EC"
},
{
"file": "content/patch/data(eu_fr)/sound/se/snd_se_narration_characall_Ryu.nus3bank",
"hash": "BEF6B4DBDAFC283ED352B7272491129C7081CA8F582B98DE908B6F02CC2365BD"
},
{
"file": "content/patch/data(eu_fr)/sound/se/snd_se_narration_menu.nus3bank",
"hash": "AEC88FB5164CE8117CECF25BD143392B05ECAAC5384F979CC586947C13EECF5A"
},
{
"file": "content/patch/data(eu_fr)/sound/se/snd_se_narration_tournament.nus3bank",
"hash": "F80394D1CE94598B566386476D308DA5C0A770C6DDA606267C74508AE2255F97"
},
{
"file": "content/patch/data(eu_fr)/stage/end/Village2/packed",
"hash": "EC0F3EC5EF6D55A7FCCCEFCD8A894FA3CF5755E4C7EDBE9139F4503C69BD01BB"
},
{
"file": "content/patch/data(eu_fr)/stage/end/XKart/packed",
"hash": "E9235AC2B9510D5110D8C02369CCFFDB26C0D986C79A7D15F24EB57D8D20E6AC"
},
{
"file": "content/patch/data(eu_fr)/stage/melee/Gw3/packed",
"hash": "5F729D7E49963AAD6ABEFC399F2B56646242D49E878C7CA4AE23721EEE791E2C"
},
{
"file": "content/patch/data(eu_fr)/stage/melee/Village2/packed",
"hash": "AE2EA8D03328C806C64C2F4512CABF3D2722DCF8C09708076DB8A78FC4CBD30D"
},
{
"file": "content/patch/data(eu_fr)/stage/melee/WiiFit/packed",
"hash": "9E2973CC382830F9538EA3F1B9BFDA4F101B82848225BB5CC83785F27E8ABD30"
},
{
"file": "content/patch/data(eu_fr)/stage/melee/XKart/packed",
"hash": "5441959D9EDAD7349D7B52CBD1D50466F5FB04529528CA3AE93CB1097BFDE80E"
},
{
"file": "content/patch/data(eu_fr)/stage/melee/XVillage/packed",
"hash": "2932EAA1A354A42543F37CFC85C730C48DBDA2D066DDF689F893D753D731A528"
},
{
"file": "content/patch/data(eu_fr)/stage/other/Allstar_f/packed",
"hash": "EB204478ABD284098CF2529F194242D9C5C7E042AAF3D343E1E3DC2A62ECA7C6"
},
{
"file": "content/patch/data(eu_fr)/ui/font/packed",
"hash": "095DCE30EBAAEF28CAA9EB724A0170C8924F839BB26752FBBB08167571619193"
},
{
"file": "content/patch/data(eu_fr)/ui/info/packed",
"hash": "1E4E9F8BC4B841B27431F8415605500743564C0F9F78BE10EB44DF426313D6E0"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/chara_base/packed",
"hash": "D0EC16A01FEE5160E065F6F3708F2216404FA2E844BB16C9AAE4171A5635C3C8"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/chara_base_8/packed",
"hash": "F1C66870785F28A02B247BD141C7106236B3D820660A84102540DFC48025ABCE"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/compe_howto/packed",
"hash": "71786F23719DDC6D960E0AA8AA45E3970505BF215E067C9AC0D4CA181C72EDF7"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/compe_menu/packed",
"hash": "0F9B8615180899083C44C279F3467AD5C812C5F9407E1684E1E76600E6EAC2B1"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/compe_ranking/packed",
"hash": "3273B4061C3C401434573769AAAD2FB6AAA361B7B037A41F5667688E690DC7B4"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/compe_result/packed",
"hash": "C552E33CA757396FEE8281D001E546E673F348EF41DE2F19B90DF0DD362514DD"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/conq_info1/packed",
"hash": "25A82F984D3AEE21966EC48117F198E4C2555AB614B205E3A172C065223B2BF3"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/credit_congra/packed",
"hash": "DAF1C4F36E02A9B7A6E5904087D54A4A1AEDD638170CBEDADF2C7BBBBA0A8EFE"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/eshop_howto/packed",
"hash": "225DB58A13B40AF48937C1E5CA74EDBD628FBFE7604649FA098AAAD945D18D8D"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/howto/packed",
"hash": "34D295EC0EDC27B6B78AE6F2C66880493D59391C3591FA7AD5E32DE1E4D1606A"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/main/packed",
"hash": "36778507E252E9262C84E1D4CB82C6AEF50E7FA9A0283A233FB726140CE2C8A0"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/nfp/packed",
"hash": "68BF15AD8CBEFD2FE2A9DC43FE1E053AD4EB512CD57F4C77D2D3FC946D83C27A"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/nfp_delete_front/packed",
"hash": "1D6A4C99077CE4CA821080039D578D75304D979F08E2FBE35835A4B645B06541"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/nfp_load/packed",
"hash": "21372EE88D0A71EA755E8009E20696831ADEB8DB3D7389C67CE47F6062898149"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/option_button/packed",
"hash": "6DFA8F197D660C06B14DF26B986EC57E1983D68729D43FD2B5FFA0A16557D5A1"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/other/packed",
"hash": "EE590146D2E921213CD0CBF052AA5D2610397B4B47A9F27C706D3EBE0ACFF307"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/other_chrmake/packed",
"hash": "8EC982119B6E7EBD6DA4C1CCE08846108F4F2412F4D3B01CAB56C54E682FC9E7"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/other_col/packed",
"hash": "7641E73FEC7EA5364AD20ACA2BF5EBD65F0BE06565A3CC38FF5726D35BEADF77"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/result/packed",
"hash": "4983AEFAB42F020927EE703C7397465958F7B704F048BDEBC078F28F65CDB8BD"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/rule_item/packed",
"hash": "C8670EC8A66AF693E0C96BAA6FADC567053D40942F1E7FF3BFEA5771235A1138"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/rule_stage/packed",
"hash": "8BB4C2A52F37C33AD25843FD2EFDA27601B86A955E211D6B3113374DF0454332"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/share_receive/packed",
"hash": "F1D472F872FF458F86F8167C2507FD74ED2F274E7DFEF8BF6D98A5E060910AAB"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/smacon/packed",
"hash": "82D1A070FCB0B69867A6C2B678648085B422B72CDDE565B96F063F25BDEC4ADD"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/smacon_howto/packed",
"hash": "D734B2E720C2FC36FA554AD03CBC469689BBEA23019DCAA0A9D6CC9025BC72E6"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/stadium_smb_howto/packed",
"hash": "3558D4A8FB62D58589A54EC16255423463189614F3EEDD2C2487B1AA9E63C060"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/stage_cursor/packed",
"hash": "CFCF9A91ECB55BFC15F46826C6F6D2F5C954263F9A20AAC5E2A40301B5C6EA2E"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/stgmake_howto/packed",
"hash": "94791CF7A8085FC79E6548625AC81093587CAE34FBD5B896477E29FBA66AA73E"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/tds/packed",
"hash": "1F13F19137246AFB7D93CCB66E56C599D6B6EB02AC435538AC15D5186621BBE8"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/tds_howto/packed",
"hash": "4BC82D257E09A3F36D92AA660CCBCEA0FA14DF6BEEE4168530E08B0A865FD78C"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/tour_intro/packed",
"hash": "1A111196595B935BC9086C7BFD259944783277236547A40FC23388F1AAFE625C"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/tour_menu/packed",
"hash": "636CA842459CFF75A32985A380993F87E017B0F3BE8A04BF553852B74645C370"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/tour_opening/packed",
"hash": "B0027B59D880494523827EFF9A7A0E02DADBE7842713FFCA4A0FFF9F17D6CDC3"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/tour_result/packed",
"hash": "1D1CD601947B1E8C27355C1B48F5968CB1C13FE06F98624B18C1806B5DC7576E"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/tour_tree/packed",
"hash": "D3408FE9971EFE9B0A7E4BCA202221D2D668DDECA4D16E8FD4D815A9485282E2"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/wifi_event/packed",
"hash": "5D3C8F294E79E9308B668FE66223EE31D70F0ADDF4384CFEB38A1435AB8BBC9C"
},
{
"file": "content/patch/data(eu_fr)/ui/lumen/wifi_share/packed",
"hash": "7E9EF8D532B9BF32D8C7C275220651DA4D159669F44D519A613F524CDEF42A4B"
},
{
"file": "content/patch/data(eu_fr)/ui/message/packed",
"hash": "BD156BCC59796E9A702720BA71E33E794CBA1175C8C16A41A23E0E9C7C68BDA8"
},
{
"file": "content/patch/data(eu_fr)/ui/replace/append/chr/packed",
"hash": "5C27D3CA089856262E6B5836D5A14439C420F623FD1F9421CFFFFE222E561E9E"
},
{
"file": "content/patch/data(eu_fr)/ui/replace/append/customize/packed",
"hash": "29CE648E95D344A2C4A0595877B44B1953359F041EF9D6DAFE8A13736641EEF3"
},
{
"file": "content/patch/data(eu_fr)/ui/replace/append/figure/packed",
"hash": "82BDF2451BD8438C8F1328BA6B3EF035FC2903642A19E06238B011994D2B9376"
},
{
"file": "content/patch/data(eu_fr)/ui/replace/append/stage/packed",
"hash": "9C336F42B361BC55931CC5D1D727D53F429BF572C0C08CF32D0077A3DDC92C37"
},
{
"file": "content/patch/data(eu_fr)/ui/result/packed",
"hash": "F31B1E72236376191ABAF376248CB671266C5D02C0EE40385F9FCCFB39BFCD99"
},
{
"file": "content/patch/data(eu_fr)/ui/texture/append/packed",
"hash": "628CBE8BA6436822CF41174FB4E0874D2FFB6764CD0C9EABF1A5590027B7F27C"
},
{
"file": "content/patch/data(eu_gr)/fighter/bayonetta/sound/snd_vc_Bayonetta_ouen.nus3bank",
"hash": "60236756C7318CC641D27D0F1C215E26602BED11E99A9F9AD18A303F9BA6AD2C"
},
{
"file": "content/patch/data(eu_gr)/fighter/cloud/effect/packed",
"hash": "A5DE2ECEB725D01C9841355518D47EA9106F63D8DA9AC12CA9932AA6C58E1026"
},
{
"file": "content/patch/data(eu_gr)/fighter/cloud/sound/snd_vc_Cloud_ouen.nus3bank",
"hash": "CF6F7C6155B6415B5464DEC50C4D223A4212B43FA9E521C84B3297F9B5AFA947"
},
{
"file": "content/patch/data(eu_gr)/fighter/kamui/sound/snd_vc_Kamui_ouen.nus3bank",
"hash": "68250ACB5C3E5AE6FBF53388420FE5320B5157C08DBDB00E340EE618A9E679B8"
},
{
"file": "content/patch/data(eu_gr)/fighter/lucas/sound/snd_vc_Lucas_ouen.nus3bank",
"hash": "0C5B1C0C057383CF25623F290425772B22C5571E4E6672940BCBD5DA91270E7A"
},
{
"file": "content/patch/data(eu_gr)/fighter/mewtwo/sound/snd_vc_Mewtwo_ouen.nus3bank",
"hash": "87931D1DCA8FF819DBC7A3033AD0F213CBE84E53C0ADF272EA0DF4C40A399CCF"
},
{
"file": "content/patch/data(eu_gr)/fighter/roy/sound/snd_vc_Roy_ouen.nus3bank",
"hash": "D043081398340C187EA14732DF4F121B93482511D2FABCCD355F0584B966F749"
},
{
"file": "content/patch/data(eu_gr)/fighter/ryu/sound/snd_vc_Ryu_ouen.nus3bank",
"hash": "D5735AB4C23A0136B5623CBEC42D2097128EE7BB4DD7F41B905CF6863B07183E"
},
{
"file": "content/patch/data(eu_gr)/param/packed",
"hash": "A2C66A896964CB2C841872863654ADED81F15275C622C8E086A1FA5E703DA1BC"
},
{
"file": "content/patch/data(eu_gr)/soft/packed",
"hash": "672A771B4FBA5BF727BD868EB50E21983309934256F09E4A9DA082F3BB8BEF91"
},
{
"file": "content/patch/data(eu_gr)/sound/se/snd_se_narration_characall_Bayonetta.nus3bank",
"hash": "1461A779D370B900D5B518A5C5BE5E8115867FDA4056C256EE24E3FC504D9286"
},
{
"file": "content/patch/data(eu_gr)/sound/se/snd_se_narration_characall_Cloud.nus3bank",
"hash": "8AE1E9B547D2377714BD35A3BFEC6AECD45FB028DEC2F8A36632FBD6D41352A4"
},
{
"file": "content/patch/data(eu_gr)/sound/se/snd_se_narration_characall_Kamui.nus3bank",
"hash": "F959C24CF0A2BF477DC6E004C3EDC73873484DE3F123AAE300858ECD00A2BBB1"
},
{
"file": "content/patch/data(eu_gr)/sound/se/snd_se_narration_characall_Lucas.nus3bank",
"hash": "1008721D438C574CAC6798E6691FFB30164CC437A10489763972B0C02D5E09CB"
},
{
"file": "content/patch/data(eu_gr)/sound/se/snd_se_narration_characall_Mewtwo.nus3bank",
"hash": "AB05DDEE2A45E00D98A0D0C8446A7A143D2388592EEB61B6EDC337BB69E6D8B7"
},
{
"file": "content/patch/data(eu_gr)/sound/se/snd_se_narration_characall_Roy.nus3bank",
"hash": "77AA18A19253AA7C94CFA16BE6E1D9F5E71736327E24F6329AA5768D234C82F4"
},
{
"file": "content/patch/data(eu_gr)/sound/se/snd_se_narration_characall_Ryu.nus3bank",
"hash": "01E6CA0D021E889804FF87F35B90924C8EB1ED239390340ED8791A4E3A1925EA"
},
{
"file": "content/patch/data(eu_gr)/sound/se/snd_se_narration_menu.nus3bank",
"hash": "F15B2FEA42467406444836915C961E415FAFE8F81A8C5FD85E0311E5AB41B995"
},
{
"file": "content/patch/data(eu_gr)/sound/se/snd_se_narration_tournament.nus3bank",
"hash": "355585F8105E0CAFF4EF85B07978DDF65909A7004CE1131EA69399281600A803"
},
{
"file": "content/patch/data(eu_gr)/stage/end/Village2/packed",
"hash": "9F585F4146CA330825212A380658D35CAFC2EF4AE1E0A3839CFD912157A5FFC3"
},
{
"file": "content/patch/data(eu_gr)/stage/end/XKart/packed",
"hash": "DF6FD42AEFFCD00928A0C68C74AE55C309649495B92CAF58DD8721463659079A"
},
{
"file": "content/patch/data(eu_gr)/stage/melee/Gw3/packed",
"hash": "5F729D7E49963AAD6ABEFC399F2B56646242D49E878C7CA4AE23721EEE791E2C"
},
{
"file": "content/patch/data(eu_gr)/stage/melee/Village2/packed",
"hash": "A610C9D759CF5A82C40AFA919C1E432D86113F1B4D81C9C205C8692F7FEA9EC8"
},
{
"file": "content/patch/data(eu_gr)/stage/melee/WiiFit/packed",
"hash": "01F3FE07E7DDA3523B413920CA492EF8DB5F6A4D0134BB5F49DB7BC29152B090"
},
{
"file": "content/patch/data(eu_gr)/stage/melee/XKart/packed",
"hash": "88DFFFFA805D86168A75D5A56775C4086BBB0B3DB3CE186ED42AE821C28D3610"
},
{
"file": "content/patch/data(eu_gr)/stage/melee/XVillage/packed",
"hash": "2DB40051297A96606742D445FBB55A5C55222AFA3266FA14623C83C95690A531"
},
{
"file": "content/patch/data(eu_gr)/stage/other/Allstar_f/packed",
"hash": "EB204478ABD284098CF2529F194242D9C5C7E042AAF3D343E1E3DC2A62ECA7C6"
},
{
"file": "content/patch/data(eu_gr)/ui/font/packed",
"hash": "095DCE30EBAAEF28CAA9EB724A0170C8924F839BB26752FBBB08167571619193"
},
{
"file": "content/patch/data(eu_gr)/ui/info/packed",
"hash": "BFC0C37FFDEB3898A6079D580DBF38090D8E5E02C616AE236B986325A74A5B50"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/chara_base/packed",
"hash": "B8BD9ACB68AA89C82F5FB6E558E7CD872A5F8D4E6CE7E351E162CA31AC35FF21"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/chara_base_8/packed",
"hash": "0537337AFA87EC7D1C1548C1753907499ACD7AA9CAF858D632AC0731E63AA28A"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/compe_howto/packed",
"hash": "649E9555C04D0A758BE1883F85C12D55D8222AFA6C40E4F4056FBE4BACFAAB6E"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/compe_result/packed",
"hash": "3793965E9F270D745EE153330F3B8B6BD6AEDA519A837AF623BED557A46FD991"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/conq_info1/packed",
"hash": "E25AED679200573AFA350EA43C394299D268DCFF194EF76C9DCC8B7B0B3A3CDD"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/credit_congra/packed",
"hash": "D302F09B15793C16EE694497AA0BBFF5A1658D3EF87FC95D7156794B688E62C9"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/eshop_howto/packed",
"hash": "B5D117AF1CFC33F52ADFDAD2484791A20002F48612E111627DFF293ECB1CF42C"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/howto/packed",
"hash": "3EB4E4C9DCFD72B585877894187C9D11AF6CD7EC1001C1F1A60CF5C5EC8D5553"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/main/packed",
"hash": "184491A924A6F63EF8C7F4B8DFB396120419F7860EE79BC4A700EF0AC164A01C"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/nfp/packed",
"hash": "0C199A6D605B2F6497E763037F56B1EE4F0D29FB239A82C983F8978364DBF88F"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/nfp_delete_front/packed",
"hash": "794933896A1A464DBD738F985B9FA6208777427D11977F27CA27BFB802025790"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/nfp_load/packed",
"hash": "7165F4FCF92E4F9636CAD4906C42C754DD7D06F450A1269EDF8E8D686E033E1E"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/option_button/packed",
"hash": "E902F1D2426393649419EECB14FD50811085200B0FFBB78A7D63271854B61299"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/other/packed",
"hash": "7AC921C6D80CDD3277BA2AC67EBBFB2A7F0AAD86B1C0ABA8F2CBD75BE1A689F5"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/other_chrmake/packed",
"hash": "F8CC6101C9C842225A9C14FA84D6DCAF8FCD74E15AF22552CFBD88B5929D9B2A"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/other_col/packed",
"hash": "EACA765BB6613424A8694C8AA24A1EAF5FDE35081C9C06FB694D923FCD347099"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/result/packed",
"hash": "F810DCE94252EA9633D5BE2E4F05428B61E4E9E60666BABEF8F5ECD18F574E18"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/rule_item/packed",
"hash": "2E75DAEE779E3CA338A8017D7BEDA86FD95CB3B5E4BCE218E31473691A40AB39"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/rule_stage/packed",
"hash": "C7CF7BDF63CA459F7982BF84818EA8979FC5EC4946A80608EB017E2821C79AD1"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/share_receive/packed",
"hash": "316530323310D91E8C9C9DB8C387D2DF887ECCB4C508E6EA612188E9EE632978"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/smacon/packed",
"hash": "7D282C1CABFC86D9E696241BCFFC1CA8FDC81886C08E9C113A52F1AFE65F6B94"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/smacon_howto/packed",
"hash": "8CA229F128F94CCD8F283CA629B2D67DB63396281B1C81F2C49ED7CB25554210"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/stadium_smb_howto/packed",
"hash": "E533429F6EADCA93F999B31721D2933552416C8BA5173C4DEFABEECEDCBA3B87"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/stage_cursor/packed",
"hash": "369F1291B927722B9034F03CAC04AE5CBA3F413EFC86309E6F252D3FE2900F44"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/stgmake_howto/packed",
"hash": "64FB107999D7F2D7DDB2DC4DDC3739F173A105FCF0D9118D8412975DE98AEF84"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/tds/packed",
"hash": "C4A354EF8D479633C96533F91EBE02E16FD512CE65BAEC6AA2DE11A5C9BF9265"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/tds_howto/packed",
"hash": "A76D5B42580E6B842EACCE04CCD4F21F0B8FC9723BA2FE13D2CFE1F4B09B03DC"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/tour_intro/packed",
"hash": "FB7264B91FD72F385B70A577E965AF762057A4D4D9203C99E4D4C454BE58A9DD"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/tour_menu/packed",
"hash": "C52A68A312B759366C171E53AC929C8E5B8323AF1023A1B9E71B4A55D458856B"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/tour_opening/packed",
"hash": "8A04CD68A76F455F8336F2BDEFF5FEB5B1ACF1EFBAFDDEE7EC5CE54CFC610CB4"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/tour_result/packed",
"hash": "FC9CCB743AA54E1E2ED91949CBEEB55566DC45CDDAE2E4707DE845463D17D12A"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/tour_tree/packed",
"hash": "B8E16FFFD3F1A4C30DB10093907A78DBE997EECC18B8F1B1C3C7AE95E28BC27C"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/wifi_event/packed",
"hash": "17EE87D4D467C5F7751D41D372AC1AC3DC77BFC7FB6D27647CB14A4598723843"
},
{
"file": "content/patch/data(eu_gr)/ui/lumen/wifi_share/packed",
"hash": "B6CCFADFEF347DC86801DA92F911FA700C84A9A53580718949592611327B1513"
},
{
"file": "content/patch/data(eu_gr)/ui/message/packed",
"hash": "64AC2C06C9B7CA35665766B7ADD13702573D908A57FB58F9FFFF1C305ACC7508"
},
{
"file": "content/patch/data(eu_gr)/ui/replace/append/chr/packed",
"hash": "E7E78BBD1E6C2F4157DC760207DC35D4D5D167BEB3604A9B78DB7E35080B1311"
},
{
"file": "content/patch/data(eu_gr)/ui/replace/append/figure/packed",
"hash": "E336B18B556FCDCE89275D4461AB0331980E109C045027AC397287A208A5F144"
},
{
"file": "content/patch/data(eu_gr)/ui/replace/append/stage/packed",
"hash": "287F5E98419460F050B898C5EF5557357FB240B074DFDD47E7B0F2880F0C6D40"
},
{
"file": "content/patch/data(eu_gr)/ui/result/packed",
"hash": "DB34E86D189ECBB3ABFF6F353B7E41A6DFB49582B9E4EF524E45CB84CB1CFFCB"
},
{
"file": "content/patch/data(eu_gr)/ui/texture/append/packed",
"hash": "14F557BD8B2B908750A2EC8D8B202194C58159CBD42A8AE003F14A3E48495CC2"
},
{
"file": "content/patch/data(eu_it)/fighter/bayonetta/sound/snd_vc_Bayonetta_ouen.nus3bank",
"hash": "4A9F9B161F0469026588333E4641B7250D5FABA38776E8D1027B92751BE2A9E6"
},
{
"file": "content/patch/data(eu_it)/fighter/cloud/effect/packed",
"hash": "01626EB4E69D06AA5AC2854A79B9B64B92308BF1F221A37DD7F66830AD5DAEDA"
},
{
"file": "content/patch/data(eu_it)/fighter/cloud/sound/snd_vc_Cloud_ouen.nus3bank",
"hash": "36FED1681730468328221235E4827F9054644C824876B0EFC830A38F9C862855"
},
{
"file": "content/patch/data(eu_it)/fighter/kamui/sound/snd_vc_Kamui_ouen.nus3bank",
"hash": "1751C463D87D2BC73B5FAEDF9C9FAE91F33C05AF988DB04E9A569F044190AAE9"
},
{
"file": "content/patch/data(eu_it)/fighter/lucas/sound/snd_vc_Lucas_ouen.nus3bank",
"hash": "FD5639C92D309B73930756A921DB0250504F3C2A06D45671AB7774382BBC3F2B"
},
{
"file": "content/patch/data(eu_it)/fighter/mewtwo/sound/snd_vc_Mewtwo_ouen.nus3bank",
"hash": "BD1C1A7FA80DC022315F87D456A2456042AD36B4E80D94B3A282D274AC724596"
},
{
"file": "content/patch/data(eu_it)/fighter/roy/sound/snd_vc_Roy_ouen.nus3bank",
"hash": "287CE7D92AEC9E7BE25CB0A845AB7487EC492BFF924ECC8221A227BB169B60FB"
},
{
"file": "content/patch/data(eu_it)/fighter/ryu/sound/snd_vc_Ryu_ouen.nus3bank",
"hash": "89CD071665FBE01D702E144E0CE824BC94FA102BBF1F562306E8B9686A5CB500"
},
{
"file": "content/patch/data(eu_it)/param/packed",
"hash": "982284904C3CF37C134E70F484A2FA2896C09B0F477C10753A8986AE9876650B"
},
{
"file": "content/patch/data(eu_it)/soft/packed",
"hash": "672A771B4FBA5BF727BD868EB50E21983309934256F09E4A9DA082F3BB8BEF91"
},
{
"file": "content/patch/data(eu_it)/sound/se/snd_se_narration_characall_Bayonetta.nus3bank",
"hash": "981DE73655F93BEB2D13E4547FCC8BC95C2770646669D518290BF6D502216F99"
},
{
"file": "content/patch/data(eu_it)/sound/se/snd_se_narration_characall_Cloud.nus3bank",
"hash": "A044D833D59EB569A965F45FB3768BEF096BF209CD36FA073520DFA5D367E0E3"
},
{
"file": "content/patch/data(eu_it)/sound/se/snd_se_narration_characall_Kamui.nus3bank",
"hash": "8C2C2ED0CB8F12426A0DE6920918D7780DBDAC83812278A3FC501E30E8C9EA11"
},
{
"file": "content/patch/data(eu_it)/sound/se/snd_se_narration_characall_Lucas.nus3bank",
"hash": "551C47F24326502FEF67F4F1115B0C66611A8DDE810D8BDF57E10CACA8245E41"
},
{
"file": "content/patch/data(eu_it)/sound/se/snd_se_narration_characall_Mewtwo.nus3bank",
"hash": "731D1E983837D9504FB6E9DB9CB87F461A0DEEF7A7951803DE7AE18D28808C0B"
},
{
"file": "content/patch/data(eu_it)/sound/se/snd_se_narration_characall_Roy.nus3bank",
"hash": "0A33A598FA0CA547BE3E7ECBE28CD307EE245EE889DF10C9E3F568A47A42C70B"
},
{
"file": "content/patch/data(eu_it)/sound/se/snd_se_narration_characall_Ryu.nus3bank",
"hash": "C1A73C9639758CE08D120148F1D3020F7AE168332E71C05D8293DA29D9C76462"
},
{
"file": "content/patch/data(eu_it)/sound/se/snd_se_narration_menu.nus3bank",
"hash": "00E0CDA2493A1AD73A4472E8BE2A936A38D497E1659282417336C58071D4A179"
},
{
"file": "content/patch/data(eu_it)/sound/se/snd_se_narration_tournament.nus3bank",
"hash": "55E881699E97E64F479C18CEB894C097D11E485A41846FA48EF43D2BBACAA5C4"
},
{
"file": "content/patch/data(eu_it)/stage/end/Village2/packed",
"hash": "2E0292977532A80E8C731A1E6218DF5213D90FE88D2C52ACE1468374586B5A3D"
},
{
"file": "content/patch/data(eu_it)/stage/end/XKart/packed",
"hash": "2A80566C73C7FA7434EEBB75CB635E45EC9D036B29BC7C92E2010EBB42637575"
},
{
"file": "content/patch/data(eu_it)/stage/melee/Gw3/packed",
"hash": "5F729D7E49963AAD6ABEFC399F2B56646242D49E878C7CA4AE23721EEE791E2C"
},
{
"file": "content/patch/data(eu_it)/stage/melee/Village2/packed",
"hash": "BE4D2C355358FFFA63FCA985FF144A230F2964F301C47B2160DA9CE54B2545E9"
},
{
"file": "content/patch/data(eu_it)/stage/melee/WiiFit/packed",
"hash": "8470FD80965F9704B223B46BAAE56EC75E9567506004A710598DD0A1C97C8641"
},
{
"file": "content/patch/data(eu_it)/stage/melee/XKart/packed",
"hash": "EBADAD2070E80A66DE0B0AFE141A8C1BCAFDC768716A0730D700C4A71C217176"
},
{
"file": "content/patch/data(eu_it)/stage/melee/XVillage/packed",
"hash": "5FC3DA991B6C09DBC2A92A68B0D135E141785CF64CBEE995F2A095CD41A02C46"
},
{
"file": "content/patch/data(eu_it)/stage/other/Allstar_f/packed",
"hash": "EB204478ABD284098CF2529F194242D9C5C7E042AAF3D343E1E3DC2A62ECA7C6"
},
{
"file": "content/patch/data(eu_it)/ui/font/packed",
"hash": "095DCE30EBAAEF28CAA9EB724A0170C8924F839BB26752FBBB08167571619193"
},
{
"file": "content/patch/data(eu_it)/ui/info/packed",
"hash": "726A0F9103AFB45F95A6B0DFB540EF5F84D36786030E31E17EC3CA94ECBAB64D"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/chara_base/packed",
"hash": "49385A729666E094D8DC318E676B7E71BB6AD11257364F2F556F4985D8C5C954"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/chara_base_8/packed",
"hash": "E6523EABD114EC9B68F40F2C34B63CC69D7408960630E011706257C72B88F897"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/compe_howto/packed",
"hash": "B92AD909FD77223EE3D45025E7D5C3F11C06E1E31A74DEB7B47F3C49FBF53D03"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/compe_menu/packed",
"hash": "0F9B8615180899083C44C279F3467AD5C812C5F9407E1684E1E76600E6EAC2B1"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/compe_ranking/packed",
"hash": "3273B4061C3C401434573769AAAD2FB6AAA361B7B037A41F5667688E690DC7B4"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/compe_result/packed",
"hash": "F04A84B3D65AC82DA3548F969A5A8DEA202B9C30A34A3844F88E6423BA67FDF1"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/conq_info1/packed",
"hash": "23497AD761F84B35CED89B5ACDA22A46BC50FDD4BB278A424C56018B740BAC13"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/credit_congra/packed",
"hash": "94347EA51F903D6C2175DA463A951F82CC98EE64915A5A4EB8EEA3EFB664A2AD"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/eshop_howto/packed",
"hash": "293BCD5AFA198D36D4CEEDE85B3A5C91E64865ECC760C687602A8842C46D2715"
},
{
"file": "content/patch/data(eu_it)/ui/lumen/howto/packed",
"hash": "4149920EEE4F559466E310CA3F805F60FF8608BD2490AEE481CB3D7945740B13"