summaryrefslogtreecommitdiff
path: root/include/assets/texture_data_2.h
blob: 1b61df8bc8454f92ae5011434eadfc33107fbc4b (plain)
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
#pragma once

#include <libultraship.h>
#include <align_asset_macro.h>

static const ALIGN_ASSET(2) char gTextureSmallFont0[] = "__OTR__texture_data_2/small_letter_0";

static const ALIGN_ASSET(2) char gTextureSmallFont1[] = "__OTR__texture_data_2/small_letter_1";

static const ALIGN_ASSET(2) char gTextureSmallFont2[] = "__OTR__texture_data_2/small_letter_2";

static const ALIGN_ASSET(2) char gTextureSmallFont3[] = "__OTR__texture_data_2/small_letter_3";

static const ALIGN_ASSET(2) char gTextureSmallFont4[] = "__OTR__texture_data_2/small_letter_4";

static const ALIGN_ASSET(2) char gTextureSmallFont5[] = "__OTR__texture_data_2/small_letter_5";

static const ALIGN_ASSET(2) char gTextureSmallFont6[] = "__OTR__texture_data_2/small_letter_6";

static const ALIGN_ASSET(2) char gTextureSmallFont7[] = "__OTR__texture_data_2/small_letter_7";

static const ALIGN_ASSET(2) char gTextureSmallFont8[] = "__OTR__texture_data_2/small_letter_8";

static const ALIGN_ASSET(2) char gTextureSmallFont9[] = "__OTR__texture_data_2/small_letter_9";

static const ALIGN_ASSET(2) char gTextureN64ControllerPakDataSelect[] = "__OTR__texture_data_2/n64_controller_pak_data_select";

static const ALIGN_ASSET(2) char gTextureEraseDataRecordConfirmation[] = "__OTR__texture_data_2/erase_data_record_confirmation";

static const ALIGN_ASSET(2) char gTextureRecordNotErased[] = "__OTR__texture_data_2/record_not_erased";

static const ALIGN_ASSET(2) char gTexturePlaceN64ControllerPakIntoController1[] = "__OTR__texture_data_2/place_n64_controller_pak_into_controller_1";

static const ALIGN_ASSET(2) char gTexturePleaseReinsertOriginalN64ControllerPak[] = "__OTR__texture_data_2/please_reinsert_original_n64_controller_pak";

static const ALIGN_ASSET(2) char gTextureErasingSelectedRecord[] = "__OTR__texture_data_2/erasing_selected_record";

static const ALIGN_ASSET(2) char gTextureSelectRecord[] = "__OTR__texture_data_2/select_record";

static const ALIGN_ASSET(2) char gTextureTextEnd[] = "__OTR__texture_data_2/text_end";

static const ALIGN_ASSET(2) char gTextureTableOfContents[] = "__OTR__texture_data_2/table_of_contents";

static const ALIGN_ASSET(2) char gTextureTextHash[] = "__OTR__texture_data_2/text_hash";

static const ALIGN_ASSET(2) char gTextureTextGameData[] = "__OTR__texture_data_2/text_game_data";

static const ALIGN_ASSET(2) char gTextureTextPages[] = "__OTR__texture_data_2/text_pages";

static const ALIGN_ASSET(2) char gTextureTextPagesFree[] = "__OTR__texture_data_2/text_pages_free";

static const ALIGN_ASSET(2) char gTextureTextErase[] = "__OTR__texture_data_2/text_erase";

static const ALIGN_ASSET(2) char gTextureTextQuit[] = "__OTR__texture_data_2/text_quit";

static const ALIGN_ASSET(2) char gTexture7ED058[] = "__OTR__texture_data_2/texture_7ED058";

static const ALIGN_ASSET(2) char gTexture7ED290[] = "__OTR__texture_data_2/texture_7ED290";

static const ALIGN_ASSET(2) char gTexture7ED50C[] = "__OTR__texture_data_2/texture_7ED50C";

static const ALIGN_ASSET(2) char gTexture7ED6A4[] = "__OTR__texture_data_2/texture_7ED6A4";

static const ALIGN_ASSET(2) char gTextureTinyFont0[] = "__OTR__texture_data_2/tiny_font_0";

static const ALIGN_ASSET(2) char gTextureTinyFont1[] = "__OTR__texture_data_2/tiny_font_1";

static const ALIGN_ASSET(2) char gTextureTinyFont2[] = "__OTR__texture_data_2/tiny_font_2";

static const ALIGN_ASSET(2) char gTextureTinyFont3[] = "__OTR__texture_data_2/tiny_font_3";

static const ALIGN_ASSET(2) char gTextureTinyFont4[] = "__OTR__texture_data_2/tiny_font_4";

static const ALIGN_ASSET(2) char gTextureTinyFont5[] = "__OTR__texture_data_2/tiny_font_5";

static const ALIGN_ASSET(2) char gTextureTinyFont6[] = "__OTR__texture_data_2/tiny_font_6";

static const ALIGN_ASSET(2) char gTextureTinyFont7[] = "__OTR__texture_data_2/tiny_font_7";

static const ALIGN_ASSET(2) char gTextureTinyFont8[] = "__OTR__texture_data_2/tiny_font_8";

static const ALIGN_ASSET(2) char gTextureTinyFont9[] = "__OTR__texture_data_2/tiny_font_9";

static const ALIGN_ASSET(2) char gTextureTinyFontA[] = "__OTR__texture_data_2/tiny_font_A";

static const ALIGN_ASSET(2) char gTextureTinyFontB[] = "__OTR__texture_data_2/tiny_font_B";

static const ALIGN_ASSET(2) char gTextureTinyFontC[] = "__OTR__texture_data_2/tiny_font_C";

static const ALIGN_ASSET(2) char gTextureTinyFontD[] = "__OTR__texture_data_2/tiny_font_D";

static const ALIGN_ASSET(2) char gTextureTinyFontE[] = "__OTR__texture_data_2/tiny_font_E";

static const ALIGN_ASSET(2) char gTextureTinyFontF[] = "__OTR__texture_data_2/tiny_font_F";

static const ALIGN_ASSET(2) char gTextureTinyFontG[] = "__OTR__texture_data_2/tiny_font_G";

static const ALIGN_ASSET(2) char gTextureTinyFontH[] = "__OTR__texture_data_2/tiny_font_H";

static const ALIGN_ASSET(2) char gTextureTinyFontI[] = "__OTR__texture_data_2/tiny_font_I";

static const ALIGN_ASSET(2) char gTextureTinyFontJ[] = "__OTR__texture_data_2/tiny_font_J";

static const ALIGN_ASSET(2) char gTextureTinyFontK[] = "__OTR__texture_data_2/tiny_font_K";

static const ALIGN_ASSET(2) char gTextureTinyFontL[] = "__OTR__texture_data_2/tiny_font_L";

static const ALIGN_ASSET(2) char gTextureTinyFontM[] = "__OTR__texture_data_2/tiny_font_M";

static const ALIGN_ASSET(2) char gTextureTinyFontN[] = "__OTR__texture_data_2/tiny_font_N";

static const ALIGN_ASSET(2) char gTextureTinyFontO[] = "__OTR__texture_data_2/tiny_font_O";

static const ALIGN_ASSET(2) char gTextureTinyFontP[] = "__OTR__texture_data_2/tiny_font_P";

static const ALIGN_ASSET(2) char gTextureTinyFontQ[] = "__OTR__texture_data_2/tiny_font_Q";

static const ALIGN_ASSET(2) char gTextureTinyFontR[] = "__OTR__texture_data_2/tiny_font_R";

static const ALIGN_ASSET(2) char gTextureTinyFontS[] = "__OTR__texture_data_2/tiny_font_S";

static const ALIGN_ASSET(2) char gTextureTinyFontT[] = "__OTR__texture_data_2/tiny_font_T";

static const ALIGN_ASSET(2) char gTextureTinyFontU[] = "__OTR__texture_data_2/tiny_font_U";

static const ALIGN_ASSET(2) char gTextureTinyFontV[] = "__OTR__texture_data_2/tiny_font_V";

static const ALIGN_ASSET(2) char gTextureTinyFontW[] = "__OTR__texture_data_2/tiny_font_W";

static const ALIGN_ASSET(2) char gTextureTinyFontX[] = "__OTR__texture_data_2/tiny_font_X";

static const ALIGN_ASSET(2) char gTextureTinyFontY[] = "__OTR__texture_data_2/tiny_font_Y";

static const ALIGN_ASSET(2) char gTextureTinyFontZ[] = "__OTR__texture_data_2/tiny_font_Z";

static const ALIGN_ASSET(2) char gTextureTinyFontExclamationMark[] = "__OTR__texture_data_2/tiny_font_exclamation_mark";

static const ALIGN_ASSET(2) char gTextureTinyFontDoubleQuote[] = "__OTR__texture_data_2/tiny_font_double_quote";

static const ALIGN_ASSET(2) char gTextureTinyFontHash[] = "__OTR__texture_data_2/tiny_font_hash";

static const ALIGN_ASSET(2) char gTextureTinyFontSingleQuote[] = "__OTR__texture_data_2/tiny_font_single_quote";

static const ALIGN_ASSET(2) char gTextureTinyFontAsterisk[] = "__OTR__texture_data_2/tiny_font_asterisk";

static const ALIGN_ASSET(2) char gTextureTinyFontPlus[] = "__OTR__texture_data_2/tiny_font_plus";

static const ALIGN_ASSET(2) char gTexture7EEB18[] = "__OTR__texture_data_2/texture_7EEB18";

static const ALIGN_ASSET(2) char gTextureTinyFontMinus[] = "__OTR__texture_data_2/tiny_font_minus";

static const ALIGN_ASSET(2) char gTextureTinyFontComma[] = "__OTR__texture_data_2/tiny_font_comma";

static const ALIGN_ASSET(2) char gTextureTinyFontForwardSlash[] = "__OTR__texture_data_2/tiny_font_forward_slash";

static const ALIGN_ASSET(2) char gTextureTinyFontColon[] = "__OTR__texture_data_2/tiny_font_colon";

static const ALIGN_ASSET(2) char gTexture7EEC34[] = "__OTR__texture_data_2/texture_7EEC34";

static const ALIGN_ASSET(2) char gTextureTinyFontQuestion[] = "__OTR__texture_data_2/tiny_font_question";

static const ALIGN_ASSET(2) char gTexture7EECE4[] = "__OTR__texture_data_2/texture_7EECE4";

static const ALIGN_ASSET(2) char gTexture7EED74[] = "__OTR__texture_data_2/texture_7EED74";

static const ALIGN_ASSET(2) char gTexture7EEDB0[] = "__OTR__texture_data_2/texture_7EEDB0";

static const ALIGN_ASSET(2) char gTexture7EEDE8[] = "__OTR__texture_data_2/texture_7EEDE8";

static const ALIGN_ASSET(2) char gTexture7EEE20[] = "__OTR__texture_data_2/texture_7EEE20";

static const ALIGN_ASSET(2) char gTexture7EEE7C[] = "__OTR__texture_data_2/texture_7EEE7C";

static const ALIGN_ASSET(2) char gTexture7EEED0[] = "__OTR__texture_data_2/texture_7EEED0";

static const ALIGN_ASSET(2) char gTexture7EEF3C[] = "__OTR__texture_data_2/texture_7EEF3C";

static const ALIGN_ASSET(2) char gTexture7EEF90[] = "__OTR__texture_data_2/texture_7EEF90";

static const ALIGN_ASSET(2) char gTexture7EEFF4[] = "__OTR__texture_data_2/texture_7EEFF4";

static const ALIGN_ASSET(2) char gTexture7EF058[] = "__OTR__texture_data_2/texture_7EF058";

static const ALIGN_ASSET(2) char gTexture7EF0B4[] = "__OTR__texture_data_2/texture_7EF0B4";

static const ALIGN_ASSET(2) char gTexture7EF110[] = "__OTR__texture_data_2/texture_7EF110";

static const ALIGN_ASSET(2) char gTexture7EF17C[] = "__OTR__texture_data_2/texture_7EF17C";

static const ALIGN_ASSET(2) char gTexture7EF1F0[] = "__OTR__texture_data_2/texture_7EF1F0";

static const ALIGN_ASSET(2) char gTexture7EF250[] = "__OTR__texture_data_2/texture_7EF250";

static const ALIGN_ASSET(2) char gTexture7EF2B8[] = "__OTR__texture_data_2/texture_7EF2B8";

static const ALIGN_ASSET(2) char gTexture7EF314[] = "__OTR__texture_data_2/texture_7EF314";

static const ALIGN_ASSET(2) char gTexture7EF388[] = "__OTR__texture_data_2/texture_7EF388";

static const ALIGN_ASSET(2) char gTexture7EF3F8[] = "__OTR__texture_data_2/texture_7EF3F8";

static const ALIGN_ASSET(2) char gTexture7EF470[] = "__OTR__texture_data_2/texture_7EF470";

static const ALIGN_ASSET(2) char gTexture7EF4E4[] = "__OTR__texture_data_2/texture_7EF4E4";

static const ALIGN_ASSET(2) char gTexture7EF554[] = "__OTR__texture_data_2/texture_7EF554";

static const ALIGN_ASSET(2) char gTexture7EF5C0[] = "__OTR__texture_data_2/texture_7EF5C0";

static const ALIGN_ASSET(2) char gTexture7EF620[] = "__OTR__texture_data_2/texture_7EF620";

static const ALIGN_ASSET(2) char gTexture7EF694[] = "__OTR__texture_data_2/texture_7EF694";

static const ALIGN_ASSET(2) char gTexture7EF708[] = "__OTR__texture_data_2/texture_7EF708";

static const ALIGN_ASSET(2) char gTexture7EF77C[] = "__OTR__texture_data_2/texture_7EF77C";

static const ALIGN_ASSET(2) char gTexture7EF7E8[] = "__OTR__texture_data_2/texture_7EF7E8";

static const ALIGN_ASSET(2) char gTexture7EF85C[] = "__OTR__texture_data_2/texture_7EF85C";

static const ALIGN_ASSET(2) char gTexture7EF8C8[] = "__OTR__texture_data_2/texture_7EF8C8";

static const ALIGN_ASSET(2) char gTexture7EF93C[] = "__OTR__texture_data_2/texture_7EF93C";

static const ALIGN_ASSET(2) char gTexture7EF9B4[] = "__OTR__texture_data_2/texture_7EF9B4";

static const ALIGN_ASSET(2) char gTexture7EFA2C[] = "__OTR__texture_data_2/texture_7EFA2C";

static const ALIGN_ASSET(2) char gTexture7EFAA8[] = "__OTR__texture_data_2/texture_7EFAA8";

static const ALIGN_ASSET(2) char gTexture7EFB00[] = "__OTR__texture_data_2/texture_7EFB00";

static const ALIGN_ASSET(2) char gTexture7EFB64[] = "__OTR__texture_data_2/texture_7EFB64";

static const ALIGN_ASSET(2) char gTexture7EFBBC[] = "__OTR__texture_data_2/texture_7EFBBC";

static const ALIGN_ASSET(2) char gTexture7EFC30[] = "__OTR__texture_data_2/texture_7EFC30";

static const ALIGN_ASSET(2) char gTexture7EFCAC[] = "__OTR__texture_data_2/texture_7EFCAC";

static const ALIGN_ASSET(2) char gTexture7EFD00[] = "__OTR__texture_data_2/texture_7EFD00";

static const ALIGN_ASSET(2) char gTexture7EFD60[] = "__OTR__texture_data_2/texture_7EFD60";

static const ALIGN_ASSET(2) char gTexture7EFDD4[] = "__OTR__texture_data_2/texture_7EFDD4";

static const ALIGN_ASSET(2) char gTexture7EFE48[] = "__OTR__texture_data_2/texture_7EFE48";

static const ALIGN_ASSET(2) char gTexture7EFEA0[] = "__OTR__texture_data_2/texture_7EFEA0";

static const ALIGN_ASSET(2) char gTexture7EFF2C[] = "__OTR__texture_data_2/texture_7EFF2C";

static const ALIGN_ASSET(2) char gTexture7EFF90[] = "__OTR__texture_data_2/texture_7EFF90";

static const ALIGN_ASSET(2) char gTexture7F0000[] = "__OTR__texture_data_2/texture_7F0000";

static const ALIGN_ASSET(2) char gTexture7F006C[] = "__OTR__texture_data_2/texture_7F006C";

static const ALIGN_ASSET(2) char gTexture7F00D8[] = "__OTR__texture_data_2/texture_7F00D8";

static const ALIGN_ASSET(2) char gTexture7F0158[] = "__OTR__texture_data_2/texture_7F0158";

static const ALIGN_ASSET(2) char gTexture7F01D0[] = "__OTR__texture_data_2/texture_7F01D0";

static const ALIGN_ASSET(2) char gTexture7F023C[] = "__OTR__texture_data_2/texture_7F023C";

static const ALIGN_ASSET(2) char gTexture7F02B4[] = "__OTR__texture_data_2/texture_7F02B4";

static const ALIGN_ASSET(2) char gTexture7F032C[] = "__OTR__texture_data_2/texture_7F032C";

static const ALIGN_ASSET(2) char gTexture7F0390[] = "__OTR__texture_data_2/texture_7F0390";

static const ALIGN_ASSET(2) char gTexture7F0404[] = "__OTR__texture_data_2/texture_7F0404";

static const ALIGN_ASSET(2) char gTexture7F0470[] = "__OTR__texture_data_2/texture_7F0470";

static const ALIGN_ASSET(2) char gTexture7F04EC[] = "__OTR__texture_data_2/texture_7F04EC";

static const ALIGN_ASSET(2) char gTexture7F055C[] = "__OTR__texture_data_2/texture_7F055C";

static const ALIGN_ASSET(2) char gTexture7F05F0[] = "__OTR__texture_data_2/texture_7F05F0";

static const ALIGN_ASSET(2) char gTexture7F0670[] = "__OTR__texture_data_2/texture_7F0670";

static const ALIGN_ASSET(2) char gTexture7F06EC[] = "__OTR__texture_data_2/texture_7F06EC";

static const ALIGN_ASSET(2) char gTexture7F0768[] = "__OTR__texture_data_2/texture_7F0768";

static const ALIGN_ASSET(2) char gTexture7F07E0[] = "__OTR__texture_data_2/texture_7F07E0";

static const ALIGN_ASSET(2) char gTexture7F0858[] = "__OTR__texture_data_2/texture_7F0858";

static const ALIGN_ASSET(2) char gTexture7F08D8[] = "__OTR__texture_data_2/texture_7F08D8";

static const ALIGN_ASSET(2) char gTexture7F0948[] = "__OTR__texture_data_2/texture_7F0948";

static const ALIGN_ASSET(2) char gTexture7F09D0[] = "__OTR__texture_data_2/texture_7F09D0";

static const ALIGN_ASSET(2) char gTexture7F0A3C[] = "__OTR__texture_data_2/texture_7F0A3C";

static const ALIGN_ASSET(2) char gTexture7F0ABC[] = "__OTR__texture_data_2/texture_7F0ABC";

static const ALIGN_ASSET(2) char gTexture7F0B34[] = "__OTR__texture_data_2/texture_7F0B34";

static const ALIGN_ASSET(2) char gTexture7F0BB0[] = "__OTR__texture_data_2/texture_7F0BB0";

static const ALIGN_ASSET(2) char gTexture7F0C24[] = "__OTR__texture_data_2/texture_7F0C24";

static const ALIGN_ASSET(2) char gTexture7F0C94[] = "__OTR__texture_data_2/texture_7F0C94";

static const ALIGN_ASSET(2) char gTexture7F0D0C[] = "__OTR__texture_data_2/texture_7F0D0C";

static const ALIGN_ASSET(2) char gTexture7F0D8C[] = "__OTR__texture_data_2/texture_7F0D8C";

static const ALIGN_ASSET(2) char gTexture7F0DEC[] = "__OTR__texture_data_2/texture_7F0DEC";

static const ALIGN_ASSET(2) char gTexture7F0E5C[] = "__OTR__texture_data_2/texture_7F0E5C";

static const ALIGN_ASSET(2) char gTexture7F0EE4[] = "__OTR__texture_data_2/texture_7F0EE4";

static const ALIGN_ASSET(2) char gTexture7F0F5C[] = "__OTR__texture_data_2/texture_7F0F5C";

static const ALIGN_ASSET(2) char gTexture7F0FD8[] = "__OTR__texture_data_2/texture_7F0FD8";

static const ALIGN_ASSET(2) char gTexture7F1038[] = "__OTR__texture_data_2/texture_7F1038";

static const ALIGN_ASSET(2) char gTexture7F109C[] = "__OTR__texture_data_2/texture_7F109C";

static const ALIGN_ASSET(2) char gTexture7F1124[] = "__OTR__texture_data_2/7F1124";

static const ALIGN_ASSET(2) char gTexture7F11F4[] = "__OTR__texture_data_2/7F11F4";

static const ALIGN_ASSET(2) char gTexture7F12C4[] = "__OTR__texture_data_2/7F12C4";

static const ALIGN_ASSET(2) char gTexture7F1394[] = "__OTR__texture_data_2/7F1394";

static const ALIGN_ASSET(2) char gTexture7F1464[] = "__OTR__texture_data_2/7F1464";

static const ALIGN_ASSET(2) char gTexture7F1534[] = "__OTR__texture_data_2/7F1534";

static const ALIGN_ASSET(2) char gTexture7F1604[] = "__OTR__texture_data_2/7F1604";

static const ALIGN_ASSET(2) char gTexture7F16D4[] = "__OTR__texture_data_2/7F16D4";

static const ALIGN_ASSET(2) char gTexture7F17A4[] = "__OTR__texture_data_2/7F17A4";

static const ALIGN_ASSET(2) char gTexture7F1874[] = "__OTR__texture_data_2/7F1874";

static const ALIGN_ASSET(2) char gTexture7F1944[] = "__OTR__texture_data_2/7F1944";

static const ALIGN_ASSET(2) char gTexture7F1A14[] = "__OTR__texture_data_2/7F1A14";

static const ALIGN_ASSET(2) char gTexture7F1AE4[] = "__OTR__texture_data_2/7F1AE4";

static const ALIGN_ASSET(2) char gTexture7F1BB4[] = "__OTR__texture_data_2/7F1BB4";

static const ALIGN_ASSET(2) char gTexture7F1C84[] = "__OTR__texture_data_2/7F1C84";

static const ALIGN_ASSET(2) char gTexture7F1D54[] = "__OTR__texture_data_2/7F1D54";

static const ALIGN_ASSET(2) char gTexture7F1E24[] = "__OTR__texture_data_2/7F1E24";

static const ALIGN_ASSET(2) char gTexture7F1EF4[] = "__OTR__texture_data_2/7F1EF4";

static const ALIGN_ASSET(2) char gTexture7F1FC4[] = "__OTR__texture_data_2/7F1FC4";

static const ALIGN_ASSET(2) char gTexture7F2094[] = "__OTR__texture_data_2/7F2094";

static const ALIGN_ASSET(2) char gTexture7F2164[] = "__OTR__texture_data_2/7F2164";

static const ALIGN_ASSET(2) char gTexture7F2234[] = "__OTR__texture_data_2/7F2234";

static const ALIGN_ASSET(2) char gTexture7F2304[] = "__OTR__texture_data_2/7F2304";

static const ALIGN_ASSET(2) char gTexture7F23D4[] = "__OTR__texture_data_2/7F23D4";

static const ALIGN_ASSET(2) char gTexture7F24A4[] = "__OTR__texture_data_2/7F24A4";

static const ALIGN_ASSET(2) char gTexture7F2574[] = "__OTR__texture_data_2/7F2574";

static const ALIGN_ASSET(2) char gTexture7F2644[] = "__OTR__texture_data_2/7F2644";

static const ALIGN_ASSET(2) char gTexture7F2714[] = "__OTR__texture_data_2/7F2714";

static const ALIGN_ASSET(2) char gTexture7F27E4[] = "__OTR__texture_data_2/7F27E4";

static const ALIGN_ASSET(2) char gTexture7F28B4[] = "__OTR__texture_data_2/7F28B4";

static const ALIGN_ASSET(2) char gTexture7F2984[] = "__OTR__texture_data_2/7F2984";

static const ALIGN_ASSET(2) char gTexture7F2A54[] = "__OTR__texture_data_2/7F2A54";

static const ALIGN_ASSET(2) char gTexture7F2B24[] = "__OTR__texture_data_2/7F2B24";

static const ALIGN_ASSET(2) char gTexture7F2BF4[] = "__OTR__texture_data_2/7F2BF4";

static const ALIGN_ASSET(2) char gTexture7F2CC4[] = "__OTR__texture_data_2/7F2CC4";

static const ALIGN_ASSET(2) char gTexture7F2D94[] = "__OTR__texture_data_2/7F2D94";

static const ALIGN_ASSET(2) char gTexture7F2E64[] = "__OTR__texture_data_2/7F2E64";

static const ALIGN_ASSET(2) char gTexture7F2F34[] = "__OTR__texture_data_2/7F2F34";

static const ALIGN_ASSET(2) char gTexture7F3004[] = "__OTR__texture_data_2/7F3004";

static const ALIGN_ASSET(2) char gTexture7F30D4[] = "__OTR__texture_data_2/7F30D4";

static const ALIGN_ASSET(2) char gTexture7F31A4[] = "__OTR__texture_data_2/7F31A4";

static const ALIGN_ASSET(2) char gTexture7F3274[] = "__OTR__texture_data_2/7F3274";

static const ALIGN_ASSET(2) char gTexture7F3344[] = "__OTR__texture_data_2/7F3344";

static const ALIGN_ASSET(2) char gTexture7F3414[] = "__OTR__texture_data_2/7F3414";

static const ALIGN_ASSET(2) char gTexture7F34E4[] = "__OTR__texture_data_2/7F34E4";

static const ALIGN_ASSET(2) char gTexture7F35B4[] = "__OTR__texture_data_2/7F35B4";

static const ALIGN_ASSET(2) char gTexture7F3634[] = "__OTR__texture_data_2/7F3634";

static const ALIGN_ASSET(2) char gTexture7F36B4[] = "__OTR__texture_data_2/7F36B4";

static const ALIGN_ASSET(2) char gTexture7F3734[] = "__OTR__texture_data_2/7F3734";

static const ALIGN_ASSET(2) char gTexture7F37B4[] = "__OTR__texture_data_2/7F37B4";

static const ALIGN_ASSET(2) char gTexture7F3834[] = "__OTR__texture_data_2/7F3834";

static const ALIGN_ASSET(2) char gTexture7F38B4[] = "__OTR__texture_data_2/7F38B4";

static const ALIGN_ASSET(2) char gTexture7F3934[] = "__OTR__texture_data_2/7F3934";

static const ALIGN_ASSET(2) char gTexture7F39B4[] = "__OTR__texture_data_2/7F39B4";

static const ALIGN_ASSET(2) char gTexture7F3A34[] = "__OTR__texture_data_2/7F3A34";

static const ALIGN_ASSET(2) char gTexture7F3AB4[] = "__OTR__texture_data_2/7F3AB4";

static const ALIGN_ASSET(2) char gTexture7F3B34[] = "__OTR__texture_data_2/7F3B34";

static const ALIGN_ASSET(2) char gTexture7F3BB4[] = "__OTR__texture_data_2/7F3BB4";

static const ALIGN_ASSET(2) char gTexture7F3C34[] = "__OTR__texture_data_2/7F3C34";

static const ALIGN_ASSET(2) char gTexture7F3CB4[] = "__OTR__texture_data_2/7F3CB4";

static const ALIGN_ASSET(2) char gTexture7F3D34[] = "__OTR__texture_data_2/7F3D34";

static const ALIGN_ASSET(2) char gTexture7F3DB4[] = "__OTR__texture_data_2/7F3DB4";

static const ALIGN_ASSET(2) char gTexture7F3E34[] = "__OTR__texture_data_2/7F3E34";

static const ALIGN_ASSET(2) char gTexture7F3EB4[] = "__OTR__texture_data_2/7F3EB4";

static const ALIGN_ASSET(2) char gTexture7F3F34[] = "__OTR__texture_data_2/7F3F34";

static const ALIGN_ASSET(2) char gTexture7F3FB4[] = "__OTR__texture_data_2/7F3FB4";

static const ALIGN_ASSET(2) char gTexture7F4034[] = "__OTR__texture_data_2/7F4034";

static const ALIGN_ASSET(2) char gTexture7F40B4[] = "__OTR__texture_data_2/7F40B4";

static const ALIGN_ASSET(2) char gTexture7F4134[] = "__OTR__texture_data_2/7F4134";

static const ALIGN_ASSET(2) char gTexture7F41B4[] = "__OTR__texture_data_2/7F41B4";

static const ALIGN_ASSET(2) char gTexture7F4234[] = "__OTR__texture_data_2/7F4234";

static const ALIGN_ASSET(2) char gTexture7F42B4[] = "__OTR__texture_data_2/7F42B4";

static const ALIGN_ASSET(2) char gTexture7F4334[] = "__OTR__texture_data_2/7F4334";

static const ALIGN_ASSET(2) char gTexture7F43B4[] = "__OTR__texture_data_2/7F43B4";

static const ALIGN_ASSET(2) char gTexture7F4434[] = "__OTR__texture_data_2/7F4434";

static const ALIGN_ASSET(2) char gTexture7F44B4[] = "__OTR__texture_data_2/7F44B4";

static const ALIGN_ASSET(2) char gTexture7F4534[] = "__OTR__texture_data_2/7F4534";

static const ALIGN_ASSET(2) char gTexture7F45B4[] = "__OTR__texture_data_2/7F45B4";

static const ALIGN_ASSET(2) char gTexture7F4634[] = "__OTR__texture_data_2/7F4634";

static const ALIGN_ASSET(2) char gTexture7F46B4[] = "__OTR__texture_data_2/7F46B4";

static const ALIGN_ASSET(2) char gTexture7F4734[] = "__OTR__texture_data_2/7F4734";

static const ALIGN_ASSET(2) char gTexture7F47B4[] = "__OTR__texture_data_2/7F47B4";

static const ALIGN_ASSET(2) char gTexture7F4834[] = "__OTR__texture_data_2/7F4834";

static const ALIGN_ASSET(2) char gTexture7F48B4[] = "__OTR__texture_data_2/7F48B4";

static const ALIGN_ASSET(2) char gTexture7F4934[] = "__OTR__texture_data_2/7F4934";

static const ALIGN_ASSET(2) char gTexture7F49B4[] = "__OTR__texture_data_2/7F49B4";

static const ALIGN_ASSET(2) char gTexture7F4A34[] = "__OTR__texture_data_2/7F4A34";

static const ALIGN_ASSET(2) char gTexture7F4AB4[] = "__OTR__texture_data_2/7F4AB4";

static const ALIGN_ASSET(2) char gTexture7F4B34[] = "__OTR__texture_data_2/7F4B34";

static const ALIGN_ASSET(2) char gTexture7F4BB4[] = "__OTR__texture_data_2/7F4BB4";

static const ALIGN_ASSET(2) char gTexture7F4C34[] = "__OTR__texture_data_2/7F4C34";

static const ALIGN_ASSET(2) char gTexture7F4CB4[] = "__OTR__texture_data_2/7F4CB4";

static const ALIGN_ASSET(2) char gTexture7F4D34[] = "__OTR__texture_data_2/7F4D34";

static const ALIGN_ASSET(2) char gTexture7F4DB4[] = "__OTR__texture_data_2/7F4DB4";

static const ALIGN_ASSET(2) char gTexture7F4E34[] = "__OTR__texture_data_2/7F4E34";

static const ALIGN_ASSET(2) char gTexture7F4EB4[] = "__OTR__texture_data_2/7F4EB4";

static const ALIGN_ASSET(2) char gTexture7F4F34[] = "__OTR__texture_data_2/7F4F34";

static const ALIGN_ASSET(2) char gTexture7F4FB4[] = "__OTR__texture_data_2/7F4FB4";

static const ALIGN_ASSET(2) char gTexture7F5034[] = "__OTR__texture_data_2/7F5034";

static const ALIGN_ASSET(2) char gTexture7F50B4[] = "__OTR__texture_data_2/7F50B4";

static const ALIGN_ASSET(2) char gTexture7F5134[] = "__OTR__texture_data_2/7F5134";

static const ALIGN_ASSET(2) char gTexture7F51B4[] = "__OTR__texture_data_2/7F51B4";

static const ALIGN_ASSET(2) char gTexture7F5234[] = "__OTR__texture_data_2/7F5234";

static const ALIGN_ASSET(2) char gTexture7F52B4[] = "__OTR__texture_data_2/7F52B4";

static const ALIGN_ASSET(2) char gTexture7F5334[] = "__OTR__texture_data_2/7F5334";

static const ALIGN_ASSET(2) char gTexture7F53B4[] = "__OTR__texture_data_2/7F53B4";

static const ALIGN_ASSET(2) char gTexture7F5434[] = "__OTR__texture_data_2/7F5434";

static const ALIGN_ASSET(2) char gTexture7F54B4[] = "__OTR__texture_data_2/7F54B4";

static const ALIGN_ASSET(2) char gTexture7F5534[] = "__OTR__texture_data_2/7F5534";

static const ALIGN_ASSET(2) char gTexture7F55B4[] = "__OTR__texture_data_2/7F55B4";

static const ALIGN_ASSET(2) char gTexture7F5634[] = "__OTR__texture_data_2/7F5634";

static const ALIGN_ASSET(2) char gTexture7F56B4[] = "__OTR__texture_data_2/7F56B4";

static const ALIGN_ASSET(2) char gTexture7F5734[] = "__OTR__texture_data_2/7F5734";

static const ALIGN_ASSET(2) char gTexture7F57B4[] = "__OTR__texture_data_2/7F57B4";

static const ALIGN_ASSET(2) char gTexture7F5834[] = "__OTR__texture_data_2/7F5834";

static const ALIGN_ASSET(2) char gTexture7F58B4[] = "__OTR__texture_data_2/7F58B4";

static const ALIGN_ASSET(2) char gTexture7F5934[] = "__OTR__texture_data_2/7F5934";

static const ALIGN_ASSET(2) char gTexture7F59B4[] = "__OTR__texture_data_2/7F59B4";

static const ALIGN_ASSET(2) char gTexture7F5A34[] = "__OTR__texture_data_2/7F5A34";

static const ALIGN_ASSET(2) char gTexture7F5AB4[] = "__OTR__texture_data_2/7F5AB4";

static const ALIGN_ASSET(2) char gTexture7F5B34[] = "__OTR__texture_data_2/7F5B34";

static const ALIGN_ASSET(2) char gTexture7F5BB4[] = "__OTR__texture_data_2/7F5BB4";

static const ALIGN_ASSET(2) char gTexture7F5C34[] = "__OTR__texture_data_2/7F5C34";

static const ALIGN_ASSET(2) char gTexture7F5CB4[] = "__OTR__texture_data_2/7F5CB4";

static const ALIGN_ASSET(2) char gTexture7F5D34[] = "__OTR__texture_data_2/7F5D34";

static const ALIGN_ASSET(2) char gTexture7F5DB4[] = "__OTR__texture_data_2/7F5DB4";

static const ALIGN_ASSET(2) char gTexture7F5E34[] = "__OTR__texture_data_2/7F5E34";

static const ALIGN_ASSET(2) char gTexture7F5EB4[] = "__OTR__texture_data_2/7F5EB4";

static const ALIGN_ASSET(2) char gTexture7F5F34[] = "__OTR__texture_data_2/7F5F34";

static const ALIGN_ASSET(2) char gTexture7F5FB4[] = "__OTR__texture_data_2/7F5FB4";

static const ALIGN_ASSET(2) char gTexture7F6034[] = "__OTR__texture_data_2/7F6034";

static const ALIGN_ASSET(2) char gTexture7F60B4[] = "__OTR__texture_data_2/7F60B4";

static const ALIGN_ASSET(2) char gTexture7F6134[] = "__OTR__texture_data_2/7F6134";

static const ALIGN_ASSET(2) char gTexture7F61B4[] = "__OTR__texture_data_2/7F61B4";

static const ALIGN_ASSET(2) char gTexture7F6234[] = "__OTR__texture_data_2/7F6234";

static const ALIGN_ASSET(2) char gTexture7F62B4[] = "__OTR__texture_data_2/7F62B4";

static const ALIGN_ASSET(2) char gTexture7F6334[] = "__OTR__texture_data_2/7F6334";

static const ALIGN_ASSET(2) char gTexture7F63B4[] = "__OTR__texture_data_2/7F63B4";

static const ALIGN_ASSET(2) char gTexture7F6434[] = "__OTR__texture_data_2/7F6434";

static const ALIGN_ASSET(2) char gTexture7F64B4[] = "__OTR__texture_data_2/7F64B4";

static const ALIGN_ASSET(2) char gTexture7F6534[] = "__OTR__texture_data_2/7F6534";

static const ALIGN_ASSET(2) char gTexture7F65B4[] = "__OTR__texture_data_2/7F65B4";

static const ALIGN_ASSET(2) char gTexture7F6634[] = "__OTR__texture_data_2/7F6634";

static const ALIGN_ASSET(2) char gTexture7F66B4[] = "__OTR__texture_data_2/7F66B4";

static const ALIGN_ASSET(2) char gTexture7F6734[] = "__OTR__texture_data_2/7F6734";

static const ALIGN_ASSET(2) char gTexture7F67B4[] = "__OTR__texture_data_2/7F67B4";

static const ALIGN_ASSET(2) char gTexture7F6834[] = "__OTR__texture_data_2/7F6834";

static const ALIGN_ASSET(2) char gTexture7F68B4[] = "__OTR__texture_data_2/7F68B4";

static const ALIGN_ASSET(2) char gTexture7F6934[] = "__OTR__texture_data_2/7F6934";

static const ALIGN_ASSET(2) char gTexture7F69B4[] = "__OTR__texture_data_2/7F69B4";

static const ALIGN_ASSET(2) char gTexture7F6A34[] = "__OTR__texture_data_2/7F6A34";

static const ALIGN_ASSET(2) char gTexture7F6AB4[] = "__OTR__texture_data_2/7F6AB4";

static const ALIGN_ASSET(2) char gTexture7F6B34[] = "__OTR__texture_data_2/7F6B34";

static const ALIGN_ASSET(2) char gTexture7F6BB4[] = "__OTR__texture_data_2/7F6BB4";

static const ALIGN_ASSET(2) char gTexture7F6C34[] = "__OTR__texture_data_2/7F6C34";

static const ALIGN_ASSET(2) char gTexture7F6CB4[] = "__OTR__texture_data_2/7F6CB4";

static const ALIGN_ASSET(2) char gTexture7F6D34[] = "__OTR__texture_data_2/7F6D34";

static const ALIGN_ASSET(2) char gTexture7F6DB4[] = "__OTR__texture_data_2/7F6DB4";

static const ALIGN_ASSET(2) char gTexture7F6E34[] = "__OTR__texture_data_2/7F6E34";

static const ALIGN_ASSET(2) char gTexture7F6EB4[] = "__OTR__texture_data_2/7F6EB4";

static const ALIGN_ASSET(2) char gTexture7F6F34[] = "__OTR__texture_data_2/7F6F34";

static const ALIGN_ASSET(2) char gTexture7F6FB4[] = "__OTR__texture_data_2/7F6FB4";

static const ALIGN_ASSET(2) char gTexture7F7034[] = "__OTR__texture_data_2/7F7034";

static const ALIGN_ASSET(2) char gTexture7F70B4[] = "__OTR__texture_data_2/7F70B4";

static const ALIGN_ASSET(2) char gTexture7F7134[] = "__OTR__texture_data_2/7F7134";

static const ALIGN_ASSET(2) char gTexture7F71B4[] = "__OTR__texture_data_2/7F71B4";

static const ALIGN_ASSET(2) char gTexture7F7234[] = "__OTR__texture_data_2/7F7234";

static const ALIGN_ASSET(2) char gTexture7F72B4[] = "__OTR__texture_data_2/7F72B4";

static const ALIGN_ASSET(2) char gTexture7F7334[] = "__OTR__texture_data_2/7F7334";

static const ALIGN_ASSET(2) char gTexture7F73B4[] = "__OTR__texture_data_2/7F73B4";

static const ALIGN_ASSET(2) char gTexture7F7434[] = "__OTR__texture_data_2/7F7434";

static const ALIGN_ASSET(2) char gTexture7F74B4[] = "__OTR__texture_data_2/7F74B4";

static const ALIGN_ASSET(2) char gTexture7F7534[] = "__OTR__texture_data_2/7F7534";

static const ALIGN_ASSET(2) char gTexture7F75B4[] = "__OTR__texture_data_2/7F75B4";

static const ALIGN_ASSET(2) char gTexture7F7634[] = "__OTR__texture_data_2/7F7634";

static const ALIGN_ASSET(2) char gTexture7F76B4[] = "__OTR__texture_data_2/7F76B4";

static const ALIGN_ASSET(2) char gTexture7F7734[] = "__OTR__texture_data_2/7F7734";

static const ALIGN_ASSET(2) char gTexture7F77B4[] = "__OTR__texture_data_2/7F77B4";

static const ALIGN_ASSET(2) char gTexture7F7834[] = "__OTR__texture_data_2/7F7834";

static const ALIGN_ASSET(2) char gTexture7F78B4[] = "__OTR__texture_data_2/7F78B4";

static const ALIGN_ASSET(2) char gTexture7F7934[] = "__OTR__texture_data_2/7F7934";

static const ALIGN_ASSET(2) char gTexture7F79B4[] = "__OTR__texture_data_2/7F79B4";

static const ALIGN_ASSET(2) char gTexture7F7A34[] = "__OTR__texture_data_2/7F7A34";

static const ALIGN_ASSET(2) char gTexture7F7AB4[] = "__OTR__texture_data_2/7F7AB4";

static const ALIGN_ASSET(2) char gTexture7F7B34[] = "__OTR__texture_data_2/7F7B34";

static const ALIGN_ASSET(2) char gTexture7F7BB4[] = "__OTR__texture_data_2/7F7BB4";

static const ALIGN_ASSET(2) char gTexture7F7C34[] = "__OTR__texture_data_2/7F7C34";

static const ALIGN_ASSET(2) char gTexture7F7CB4[] = "__OTR__texture_data_2/7F7CB4";

static const ALIGN_ASSET(2) char gTexture7F7D34[] = "__OTR__texture_data_2/7F7D34";

static const ALIGN_ASSET(2) char gTexture7F7DB4[] = "__OTR__texture_data_2/7F7DB4";

static const ALIGN_ASSET(2) char gTexture7F7E34[] = "__OTR__texture_data_2/7F7E34";

static const ALIGN_ASSET(2) char gTexture7F7EB4[] = "__OTR__texture_data_2/7F7EB4";

static const ALIGN_ASSET(2) char gTexture7F7F34[] = "__OTR__texture_data_2/7F7F34";

static const ALIGN_ASSET(2) char gTexture7F7FB4[] = "__OTR__texture_data_2/7F7FB4";

static const ALIGN_ASSET(2) char gTexture7F8034[] = "__OTR__texture_data_2/7F8034";

static const ALIGN_ASSET(2) char gTexture7F80B4[] = "__OTR__texture_data_2/7F80B4";

static const ALIGN_ASSET(2) char gTexture7F8134[] = "__OTR__texture_data_2/7F8134";

static const ALIGN_ASSET(2) char gTexture7F81B4[] = "__OTR__texture_data_2/7F81B4";

static const ALIGN_ASSET(2) char gTexture7F8234[] = "__OTR__texture_data_2/7F8234";

static const ALIGN_ASSET(2) char gTexture7F82B4[] = "__OTR__texture_data_2/7F82B4";

static const ALIGN_ASSET(2) char gTexture7F8334[] = "__OTR__texture_data_2/7F8334";

static const ALIGN_ASSET(2) char gTexture7F83B4[] = "__OTR__texture_data_2/7F83B4";

static const ALIGN_ASSET(2) char gTexture7F8434[] = "__OTR__texture_data_2/7F8434";

static const ALIGN_ASSET(2) char gTexture7F84B4[] = "__OTR__texture_data_2/7F84B4";

static const ALIGN_ASSET(2) char gTexture7F8534[] = "__OTR__texture_data_2/7F8534";

static const ALIGN_ASSET(2) char gTexture7F85B4[] = "__OTR__texture_data_2/7F85B4";

static const ALIGN_ASSET(2) char gTexture7F8634[] = "__OTR__texture_data_2/7F8634";

static const ALIGN_ASSET(2) char gTexture7F86B4[] = "__OTR__texture_data_2/7F86B4";

static const ALIGN_ASSET(2) char gTexture7F8734[] = "__OTR__texture_data_2/7F8734";

static const ALIGN_ASSET(2) char gTexture7F8914[] = "__OTR__texture_data_2/7F8914";

static const ALIGN_ASSET(2) char gTexture7F8AF4[] = "__OTR__texture_data_2/7F8AF4";

static const ALIGN_ASSET(2) char gTexture7F8CD4[] = "__OTR__texture_data_2/7F8CD4";

static const ALIGN_ASSET(2) char gTexture7F8EB4[] = "__OTR__texture_data_2/7F8EB4";

static const ALIGN_ASSET(2) char gTexture7F9094[] = "__OTR__texture_data_2/7F9094";

static const ALIGN_ASSET(2) char gTexture7F9274[] = "__OTR__texture_data_2/7F9274";

static const ALIGN_ASSET(2) char gTexture7F9454[] = "__OTR__texture_data_2/7F9454";

static const ALIGN_ASSET(2) char gTexture7F9634[] = "__OTR__texture_data_2/7F9634";

static const ALIGN_ASSET(2) char gTexture7F9814[] = "__OTR__texture_data_2/7F9814";

static const ALIGN_ASSET(2) char gTexture7F99F4[] = "__OTR__texture_data_2/7F99F4";

static const ALIGN_ASSET(2) char gTexture7F9A74[] = "__OTR__texture_data_2/7F9A74";

static const ALIGN_ASSET(2) char gTexture7F9AF4[] = "__OTR__texture_data_2/7F9AF4";

static const ALIGN_ASSET(2) char gTexture7F9B74[] = "__OTR__texture_data_2/7F9B74";

static const ALIGN_ASSET(2) char gTexture7F9BF4[] = "__OTR__texture_data_2/7F9BF4";

static const ALIGN_ASSET(2) char gTexture7F9C74[] = "__OTR__texture_data_2/7F9C74";

static const ALIGN_ASSET(2) char gTexture7F9CF4[] = "__OTR__texture_data_2/7F9CF4";

static const ALIGN_ASSET(2) char gTexture7F9DC4[] = "__OTR__texture_data_2/7F9DC4";

static const ALIGN_ASSET(2) char gTexture7F9E44[] = "__OTR__texture_data_2/7F9E44";

static const ALIGN_ASSET(2) char gTexture7F9EC4[] = "__OTR__texture_data_2/7F9EC4";

static const ALIGN_ASSET(2) char gTexture7F9F44[] = "__OTR__texture_data_2/7F9F44";

static const ALIGN_ASSET(2) char gTexture7F9FC4[] = "__OTR__texture_data_2/7F9FC4";

static const ALIGN_ASSET(2) char gTexture7FA044[] = "__OTR__texture_data_2/7FA044";

static const ALIGN_ASSET(2) char gTexture7FA0C4[] = "__OTR__texture_data_2/7FA0C4";

static const ALIGN_ASSET(2) char gTexture7FA194[] = "__OTR__texture_data_2/7FA194";

static const ALIGN_ASSET(2) char gTexture7FA264[] = "__OTR__texture_data_2/7FA264";

static const ALIGN_ASSET(2) char gTexture7FA334[] = "__OTR__texture_data_2/7FA334";