summaryrefslogtreecommitdiff
path: root/include/assets/common_data.h
blob: 5dc1594767364172f31c9aa22fedcc4ce2aa15cc (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
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
#pragma once

#include <libultra/gbi.h>
#include <libultraship.h>
#include <common_structs.h>
#include <align_asset_macro.h>

static const ALIGN_ASSET(2) char common_tlut_finish_line_banner[] = "__OTR__common_data/common_tlut_finish_line_banner";

static const ALIGN_ASSET(2) char common_texture_particle_fire[] = "__OTR__common_data/common_texture_particle_fire";

static const ALIGN_ASSET(2) char D_0D001200[] = "__OTR__common_data/D_0D001200";

static const ALIGN_ASSET(2) char D_0D001210[] = "__OTR__common_data/D_0D001210";

static const ALIGN_ASSET(2) char D_0D001240[] = "__OTR__common_data/D_0D001240";

static const ALIGN_ASSET(2) char D_0D001270[] = "__OTR__common_data/D_0D001270";

static const ALIGN_ASSET(2) char D_0D0012A0[] = "__OTR__common_data/D_0D0012A0";

static const ALIGN_ASSET(2) char D_0D0012D0[] = "__OTR__common_data/D_0D0012D0";

static const ALIGN_ASSET(2) char D_0D001300[] = "__OTR__common_data/D_0D001300";

static const ALIGN_ASSET(2) char D_0D001330[] = "__OTR__common_data/D_0D001330";

static const ALIGN_ASSET(2) char D_0D001360[] = "__OTR__common_data/D_0D001360";

static const ALIGN_ASSET(2) char common_vtx_finish_line_banner[] = "__OTR__common_data/common_vtx_finish_line_banner";

static const ALIGN_ASSET(2) char common_vtx_finish_post[] = "__OTR__common_data/common_vtx_finish_post";

static const ALIGN_ASSET(2) char D_0D001710[] = "__OTR__common_data/D_0D001710";

static const ALIGN_ASSET(2) char D_0D001750[] = "__OTR__common_data/D_0D001750";

static const ALIGN_ASSET(2) char D_0D001780[] = "__OTR__common_data/D_0D001780";

static const ALIGN_ASSET(2) char D_0D001798[] = "__OTR__common_data/D_0D001798";

static const ALIGN_ASSET(2) char D_0D0017B0[] = "__OTR__common_data/D_0D0017B0";

static const ALIGN_ASSET(2) char D_0D0017C8[] = "__OTR__common_data/D_0D0017C8";

static const ALIGN_ASSET(2) char D_0D0017E0[] = "__OTR__common_data/D_0D0017E0";

static const ALIGN_ASSET(2) char D_0D0017F8[] = "__OTR__common_data/D_0D0017F8";

static const ALIGN_ASSET(2) char D_0D001810[] = "__OTR__common_data/D_0D001810";

static const ALIGN_ASSET(2) char D_0D001828[] = "__OTR__common_data/D_0D001828";

static const ALIGN_ASSET(2) char D_0D001840[] = "__OTR__common_data/D_0D001840";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_1840[] = "__OTR__common_data/common_data_seg13_gfx_1840";

static const ALIGN_ASSET(2) char common_model_finish_post[] = "__OTR__common_data/common_model_finish_post";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_1AB8[] = "__OTR__common_data/common_data_seg13_gfx_1AB8";

static const ALIGN_ASSET(2) char D_0D001B68[] = "__OTR__common_data/D_0D001B68";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_1B68[] = "__OTR__common_data/common_data_seg13_gfx_1B68";

static const ALIGN_ASSET(2) char D_0D001B90[] = "__OTR__common_data/D_0D001B90";

static const ALIGN_ASSET(2) char D_0D001BD8[] = "__OTR__common_data/D_0D001BD8";

static const ALIGN_ASSET(2) char D_0D001C20[] = "__OTR__common_data/D_0D001C20";

static const ALIGN_ASSET(2) char D_0D001C88[] = "__OTR__common_data/D_0D001C88";

static const ALIGN_ASSET(2) char common_vtx_itembox[] = "__OTR__common_data/common_vtx_itembox";

static const ALIGN_ASSET(2) char common_texture_item_box_question_mark[] = "__OTR__common_data/common_texture_item_box_question_mark";

static const ALIGN_ASSET(2) char D_0D002EE8[] = "__OTR__common_data/D_0D002EE8";

static const ALIGN_ASSET(2) char common_fake_item_box_question_mark_vertices[] = "__OTR__common_data/common_fake_item_box_question_mark_vertices";

static const ALIGN_ASSET(2) char common_model_fake_itembox[] = "__OTR__common_data/common_model_fake_itembox";

static const ALIGN_ASSET(2) char itemBoxQuestionMarkModel[] = "__OTR__common_data/itemBoxQuestionMarkModel";

static const ALIGN_ASSET(2) char D_0D003090[] = "__OTR__common_data/D_0D003090";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_3090[] = "__OTR__common_data/common_data_seg13_gfx_3090";

static const ALIGN_ASSET(2) char D_0D0030F8[] = "__OTR__common_data/D_0D0030F8";

static const ALIGN_ASSET(2) char D_0D003128[] = "__OTR__common_data/D_0D003128";

static const ALIGN_ASSET(2) char D_0D003158[] = "__OTR__common_data/D_0D003158";

static const ALIGN_ASSET(2) char D_0D003188[] = "__OTR__common_data/D_0D003188";

static const ALIGN_ASSET(2) char D_0D0031B8[] = "__OTR__common_data/D_0D0031B8";

static const ALIGN_ASSET(2) char D_0D0031E8[] = "__OTR__common_data/D_0D0031E8";

static const ALIGN_ASSET(2) char D_0D003218[] = "__OTR__common_data/D_0D003218";

static const ALIGN_ASSET(2) char D_0D003248[] = "__OTR__common_data/D_0D003248";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_3278[] = "__OTR__common_data/common_data_seg13_gfx_3278";

static const ALIGN_ASSET(2) char D_0D003278[] = "__OTR__common_data/D_0D003278";

static const ALIGN_ASSET(2) char D_0D003288[] = "__OTR__common_data/D_0D003288";

static const ALIGN_ASSET(2) char common_vtx_banana[] = "__OTR__common_data/common_vtx_banana";

static const ALIGN_ASSET(2) char common_vtx_flat_banana[] = "__OTR__common_data/common_vtx_flat_banana";

static const ALIGN_ASSET(2) char common_texture_banana[] = "__OTR__common_data/common_texture_banana";

static const ALIGN_ASSET(2) char common_texture_flat_banana[] = "__OTR__common_data/common_texture_flat_banana";

static const ALIGN_ASSET(2) char common_model_banana[] = "__OTR__common_data/common_model_banana";

static const ALIGN_ASSET(2) char common_model_flat_banana[] = "__OTR__common_data/common_model_flat_banana";

static const ALIGN_ASSET(2) char common_tlut_trees_import[] = "__OTR__common_data/common_tlut_trees_import";

static const ALIGN_ASSET(2) char common_tlut_green_shell[] = "__OTR__common_data/common_tlut_green_shell";

static const ALIGN_ASSET(2) char common_tlut_blue_shell[] = "__OTR__common_data/common_tlut_blue_shell";

static const ALIGN_ASSET(2) char common_data_seg13_vtx_5238[] = "__OTR__common_data/common_data_seg13_vtx_5238";

static const ALIGN_ASSET(2) char common_data_seg13_vtx_5278[] = "__OTR__common_data/common_data_seg13_vtx_5278";

static const ALIGN_ASSET(2) char D_0D0052B8[] = "__OTR__common_data/D_0D0052B8";

static const ALIGN_ASSET(2) char D_0D005308[] = "__OTR__common_data/D_0D005308";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_5308[] = "__OTR__common_data/common_data_seg13_gfx_5308";

static const ALIGN_ASSET(2) char D_0D005338[] = "__OTR__common_data/D_0D005338";

static const ALIGN_ASSET(2) char D_0D005368[] = "__OTR__common_data/D_0D005368";

static const ALIGN_ASSET(2) char D_toads_turnpike_0D005398[] = "__OTR__common_data/D_toads_turnpike_0D005398";

static const ALIGN_ASSET(2) char D_toads_turnpike_0D0053B0[] = "__OTR__common_data/D_toads_turnpike_0D0053B0";

static const ALIGN_ASSET(2) char D_toads_turnpike_0D0053C8[] = "__OTR__common_data/D_toads_turnpike_0D0053C8";

static const ALIGN_ASSET(2) char D_toads_turnpike_0D0053F0[] = "__OTR__common_data/D_toads_turnpike_0D0053F0";

static const ALIGN_ASSET(2) char D_toads_turnpike_0D005418[] = "__OTR__common_data/D_toads_turnpike_0D005418";

static const ALIGN_ASSET(2) char D_0D005430[] = "__OTR__common_data/D_0D005430";

static const ALIGN_ASSET(2) char common_vtx_player_minimap_icon[] = "__OTR__common_data/common_vtx_player_minimap_icon";

static const ALIGN_ASSET(2) char D_0D0054B0[] = "__OTR__common_data/D_0D0054B0";

static const ALIGN_ASSET(2) char common_vtx_rectangle[] = "__OTR__common_data/common_vtx_rectangle";

static const ALIGN_ASSET(2) char D_0D0057B0[] = "__OTR__common_data/D_0D0057B0";

static const ALIGN_ASSET(2) char D_0D0057F0[] = "__OTR__common_data/D_0D0057F0";

static const ALIGN_ASSET(2) char common_data_seg13_vtx_58E0[] = "__OTR__common_data/common_data_seg13_vtx_58E0";

static const ALIGN_ASSET(2) char D_0D005920[] = "__OTR__common_data/D_0D005920";

static const ALIGN_ASSET(2) char D_0D005AA0[] = "__OTR__common_data/D_0D005AA0";

static const ALIGN_ASSET(2) char D_0D005AE0[] = "__OTR__common_data/D_0D005AE0";

static const ALIGN_ASSET(2) char D_0D005B20[] = "__OTR__common_data/D_0D005B20";

static const ALIGN_ASSET(2) char D_0D005B60[] = "__OTR__common_data/D_0D005B60";

static const ALIGN_ASSET(2) char D_0D005BA0[] = "__OTR__common_data/D_0D005BA0";

static const ALIGN_ASSET(2) char D_0D005BD0[] = "__OTR__common_data/D_0D005BD0";

static const ALIGN_ASSET(2) char D_0D005C00[] = "__OTR__common_data/D_0D005C00";

static const ALIGN_ASSET(2) char D_0D005C30[] = "__OTR__common_data/D_0D005C30";

static const ALIGN_ASSET(2) char D_0D005E80[] = "__OTR__common_data/D_0D005E80";

static const ALIGN_ASSET(2) char common_vtx_lakitu[] = "__OTR__common_data/common_vtx_lakitu";

static const ALIGN_ASSET(2) char D_0D005F30[] = "__OTR__common_data/D_0D005F30";

static const ALIGN_ASSET(2) char D_0D005FB0[] = "__OTR__common_data/D_0D005FB0";

static const ALIGN_ASSET(2) char D_0D005FF0[] = "__OTR__common_data/D_0D005FF0";

static const ALIGN_ASSET(2) char D_0D006030[] = "__OTR__common_data/D_0D006030";

static const ALIGN_ASSET(2) char common_vtx_hedgehog[] = "__OTR__common_data/common_vtx_hedgehog";

static const ALIGN_ASSET(2) char D_0D006130[] = "__OTR__common_data/D_0D006130";

static const ALIGN_ASSET(2) char D_0D0061B0[] = "__OTR__common_data/D_0D0061B0";

static const ALIGN_ASSET(2) char D_0D0062B0[] = "__OTR__common_data/D_0D0062B0";

static const ALIGN_ASSET(2) char D_0D0064B0[] = "__OTR__common_data/D_0D0064B0";

static const ALIGN_ASSET(2) char common_vtx_also_lakitu[] = "__OTR__common_data/common_vtx_also_lakitu";

static const ALIGN_ASSET(2) char D_0D0068F0[] = "__OTR__common_data/D_0D0068F0";

static const ALIGN_ASSET(2) char D_0D006930[] = "__OTR__common_data/D_0D006930";

static const ALIGN_ASSET(2) char common_rectangle_display[] = "__OTR__common_data/common_rectangle_display";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_6940[] = "__OTR__common_data/common_data_seg13_gfx_6940";

static const ALIGN_ASSET(2) char D_0D006950[] = "__OTR__common_data/D_0D006950";

static const ALIGN_ASSET(2) char D_0D006968[] = "__OTR__common_data/D_0D006968";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_6980[] = "__OTR__common_data/common_data_seg13_gfx_6980";

static const ALIGN_ASSET(2) char D_0D006980[] = "__OTR__common_data/D_0D006980";

static const ALIGN_ASSET(2) char D_0D006998[] = "__OTR__common_data/D_0D006998";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_69B0[] = "__OTR__common_data/common_data_seg13_gfx_69B0";

static const ALIGN_ASSET(2) char D_0D0069B0[] = "__OTR__common_data/D_0D0069B0";

static const ALIGN_ASSET(2) char D_0D0069C8[] = "__OTR__common_data/D_0D0069C8";

static const ALIGN_ASSET(2) char D_0D0069E0[] = "__OTR__common_data/D_0D0069E0";

static const ALIGN_ASSET(2) char D_0D0069F8[] = "__OTR__common_data/D_0D0069F8";

static const ALIGN_ASSET(2) char D_0D006A10[] = "__OTR__common_data/D_0D006A10";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_6A10[] = "__OTR__common_data/common_data_seg13_gfx_6A10";

static const ALIGN_ASSET(2) char D_0D006A28[] = "__OTR__common_data/D_0D006A28";

static const ALIGN_ASSET(2) char D_0D006A40[] = "__OTR__common_data/D_0D006A40";

static const ALIGN_ASSET(2) char common_shadow_i4[] = "__OTR__common_data/common_shadow_i4";

static const ALIGN_ASSET(2) char D_0D006AD8[] = "__OTR__common_data/D_0D006AD8";

static const ALIGN_ASSET(2) char common_tlut_debug_font[] = "__OTR__common_data/common_tlut_debug_font";

static const ALIGN_ASSET(2) char common_texture_debug_font[] = "__OTR__common_data/common_texture_debug_font";

static const ALIGN_ASSET(2) char D_0D0076F8[] = "__OTR__common_data/D_0D0076F8";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_7780[] = "__OTR__common_data/common_data_seg13_gfx_7780";

static const ALIGN_ASSET(2) char D_0D007780[] = "__OTR__common_data/D_0D007780";

static const ALIGN_ASSET(2) char D_0D0077A0[] = "__OTR__common_data/D_0D0077A0";

static const ALIGN_ASSET(2) char D_0D0077D0[] = "__OTR__common_data/D_0D0077D0";

static const ALIGN_ASSET(2) char D_0D0077F8[] = "__OTR__common_data/D_0D0077F8";

static const ALIGN_ASSET(2) char D_0D007828[] = "__OTR__common_data/D_0D007828";

static const ALIGN_ASSET(2) char D_0D007850[] = "__OTR__common_data/D_0D007850";

static const ALIGN_ASSET(2) char D_0D007878[] = "__OTR__common_data/D_0D007878";

static const ALIGN_ASSET(2) char D_0D0078A0[] = "__OTR__common_data/D_0D0078A0";

static const ALIGN_ASSET(2) char D_0D0078D0[] = "__OTR__common_data/D_0D0078D0";

static const ALIGN_ASSET(2) char D_0D0078F8[] = "__OTR__common_data/D_0D0078F8";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_78F8[] = "__OTR__common_data/common_data_seg13_gfx_78F8";

static const ALIGN_ASSET(2) char D_0D007928[] = "__OTR__common_data/D_0D007928";

static const ALIGN_ASSET(2) char D_0D007948[] = "__OTR__common_data/D_0D007948";

static const ALIGN_ASSET(2) char D_0D007968[] = "__OTR__common_data/D_0D007968";

static const ALIGN_ASSET(2) char D_0D007988[] = "__OTR__common_data/D_0D007988";

static const ALIGN_ASSET(2) char D_0D0079A8[] = "__OTR__common_data/D_0D0079A8";

static const ALIGN_ASSET(2) char D_0D0079C8[] = "__OTR__common_data/D_0D0079C8";

static const ALIGN_ASSET(2) char D_0D0079E8[] = "__OTR__common_data/D_0D0079E8";

static const ALIGN_ASSET(2) char D_0D007A08[] = "__OTR__common_data/D_0D007A08";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_7A08[] = "__OTR__common_data/common_data_seg13_gfx_7A08";

static const ALIGN_ASSET(2) char D_0D007A40[] = "__OTR__common_data/D_0D007A40";

static const ALIGN_ASSET(2) char D_0D007A60[] = "__OTR__common_data/D_0D007A60";

static const ALIGN_ASSET(2) char D_0D007A80[] = "__OTR__common_data/D_0D007A80";

static const ALIGN_ASSET(2) char D_0D007AA0[] = "__OTR__common_data/D_0D007AA0";

static const ALIGN_ASSET(2) char D_0D007AC0[] = "__OTR__common_data/D_0D007AC0";

static const ALIGN_ASSET(2) char D_0D007AE0[] = "__OTR__common_data/D_0D007AE0";

static const ALIGN_ASSET(2) char D_0D007B00[] = "__OTR__common_data/D_0D007B00";

static const ALIGN_ASSET(2) char D_0D007B20[] = "__OTR__common_data/D_0D007B20";

static const ALIGN_ASSET(2) char D_0D007B98[] = "__OTR__common_data/D_0D007B98";

static const ALIGN_ASSET(2) char D_0D007C10[] = "__OTR__common_data/D_0D007C10";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_7C88[] = "__OTR__common_data/common_data_seg13_gfx_7C88";

static const ALIGN_ASSET(2) char D_0D007C88[] = "__OTR__common_data/D_0D007C88";

static const ALIGN_ASSET(2) char D_0D007CB8[] = "__OTR__common_data/D_0D007CB8";

static const ALIGN_ASSET(2) char D_0D007CD8[] = "__OTR__common_data/D_0D007CD8";

static const ALIGN_ASSET(2) char D_0D007CF8[] = "__OTR__common_data/D_0D007CF8";

static const ALIGN_ASSET(2) char D_0D007D18[] = "__OTR__common_data/D_0D007D18";

static const ALIGN_ASSET(2) char D_0D007D38[] = "__OTR__common_data/D_0D007D38";

static const ALIGN_ASSET(2) char D_0D007D58[] = "__OTR__common_data/D_0D007D58";

static const ALIGN_ASSET(2) char D_0D007D78[] = "__OTR__common_data/D_0D007D78";

static const ALIGN_ASSET(2) char D_0D007D98[] = "__OTR__common_data/D_0D007D98";

static const ALIGN_ASSET(2) char D_0D007DB8[] = "__OTR__common_data/D_0D007DB8";

static const ALIGN_ASSET(2) char D_0D007DD8[] = "__OTR__common_data/D_0D007DD8";

static const ALIGN_ASSET(2) char D_0D007DF8[] = "__OTR__common_data/D_0D007DF8";

static const ALIGN_ASSET(2) char D_0D007E18[] = "__OTR__common_data/D_0D007E18";

static const ALIGN_ASSET(2) char D_0D007E38[] = "__OTR__common_data/D_0D007E38";

static const ALIGN_ASSET(2) char D_0D007E58[] = "__OTR__common_data/D_0D007E58";

static const ALIGN_ASSET(2) char D_0D007E78[] = "__OTR__common_data/D_0D007E78";

static const ALIGN_ASSET(2) char D_0D007E98[] = "__OTR__common_data/D_0D007E98";

static const ALIGN_ASSET(2) char D_0D007EB8[] = "__OTR__common_data/D_0D007EB8";

static const ALIGN_ASSET(2) char D_0D007ED8[] = "__OTR__common_data/D_0D007ED8";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_7ED8[] = "__OTR__common_data/common_data_seg13_gfx_7ED8";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_7EF8[] = "__OTR__common_data/common_data_seg13_gfx_7EF8";

static const ALIGN_ASSET(2) char D_0D007EF8[] = "__OTR__common_data/D_0D007EF8";

static const ALIGN_ASSET(2) char D_0D007F18[] = "__OTR__common_data/D_0D007F18";

static const ALIGN_ASSET(2) char D_0D007F38[] = "__OTR__common_data/D_0D007F38";

static const ALIGN_ASSET(2) char D_0D007F58[] = "__OTR__common_data/D_0D007F58";

static const ALIGN_ASSET(2) char D_0D007F78[] = "__OTR__common_data/D_0D007F78";

static const ALIGN_ASSET(2) char D_0D007F98[] = "__OTR__common_data/D_0D007F98";

static const ALIGN_ASSET(2) char D_0D007FB8[] = "__OTR__common_data/D_0D007FB8";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_7FB8[] = "__OTR__common_data/common_data_seg13_gfx_7FB8";

static const ALIGN_ASSET(2) char D_0D007FE0[] = "__OTR__common_data/D_0D007FE0";

static const ALIGN_ASSET(2) char D_0D008000[] = "__OTR__common_data/D_0D008000";

static const ALIGN_ASSET(2) char D_0D008020[] = "__OTR__common_data/D_0D008020";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_8020[] = "__OTR__common_data/common_data_seg13_gfx_8020";

static const ALIGN_ASSET(2) char D_0D008040[] = "__OTR__common_data/D_0D008040";

static const ALIGN_ASSET(2) char D_0D008060[] = "__OTR__common_data/D_0D008060";

static const ALIGN_ASSET(2) char D_0D008080[] = "__OTR__common_data/D_0D008080";

static const ALIGN_ASSET(2) char D_0D008108[] = "__OTR__common_data/D_0D008108";

static const ALIGN_ASSET(2) char D_0D008120[] = "__OTR__common_data/D_0D008120";

static const ALIGN_ASSET(2) char D_0D008138[] = "__OTR__common_data/D_0D008138";

static const ALIGN_ASSET(2) char D_0D008B78[] = "__OTR__common_data/D_0D008B78";

static const ALIGN_ASSET(2) char D_0D008BB8[] = "__OTR__common_data/D_0D008BB8";

static const ALIGN_ASSET(2) char D_0D008BF8[] = "__OTR__common_data/D_0D008BF8";

static const ALIGN_ASSET(2) char D_0D008C38[] = "__OTR__common_data/D_0D008C38";

static const ALIGN_ASSET(2) char common_square_plain_render[] = "__OTR__common_data/common_square_plain_render";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_8C78[] = "__OTR__common_data/common_data_seg13_gfx_8C78";

static const ALIGN_ASSET(2) char D_0D008C90[] = "__OTR__common_data/D_0D008C90";

static const ALIGN_ASSET(2) char common_setting_render_character[] = "__OTR__common_data/common_setting_render_character";

static const ALIGN_ASSET(2) char D_0D008D10[] = "__OTR__common_data/D_0D008D10";

static const ALIGN_ASSET(2) char D_0D008D58[] = "__OTR__common_data/D_0D008D58";

static const ALIGN_ASSET(2) char D_0D008DA0[] = "__OTR__common_data/D_0D008DA0";

static const ALIGN_ASSET(2) char common_data_seg13_gfx_8DA0[] = "__OTR__common_data/common_data_seg13_gfx_8DA0";

static const ALIGN_ASSET(2) char D_0D008DB8[] = "__OTR__common_data/D_0D008DB8";

static const ALIGN_ASSET(2) char D_0D008DF8[] = "__OTR__common_data/D_0D008DF8";

static const ALIGN_ASSET(2) char D_0D008E20[] = "__OTR__common_data/D_0D008E20";

static const ALIGN_ASSET(2) char D_0D008E48[] = "__OTR__common_data/D_0D008E48";

static const ALIGN_ASSET(2) char D_0D008E70[] = "__OTR__common_data/D_0D008E70";

static const ALIGN_ASSET(2) char D_0D008E98[] = "__OTR__common_data/D_0D008E98";

static const ALIGN_ASSET(2) char D_0D008ED8[] = "__OTR__common_data/D_0D008ED8";

static const ALIGN_ASSET(2) char D_0D008F18[] = "__OTR__common_data/D_0D008F18";

static const ALIGN_ASSET(2) char D_0D008F28[] = "__OTR__common_data/D_0D008F28";

static const ALIGN_ASSET(2) char D_0D008F80[] = "__OTR__common_data/D_0D008F80";

static const ALIGN_ASSET(2) char D_0D008FB8[] = "__OTR__common_data/D_0D008FB8";

static const ALIGN_ASSET(2) char D_0D009058[] = "__OTR__common_data/D_0D009058";

static const ALIGN_ASSET(2) char D_0D0090B8[] = "__OTR__common_data/D_0D0090B8";

static const ALIGN_ASSET(2) char D_0D0090F8[] = "__OTR__common_data/D_0D0090F8";

static const ALIGN_ASSET(2) char D_0D009158[] = "__OTR__common_data/D_0D009158";

static const ALIGN_ASSET(2) char D_0D009188[] = "__OTR__common_data/D_0D009188";

static const ALIGN_ASSET(2) char D_0D0091E8[] = "__OTR__common_data/D_0D0091E8";

static const ALIGN_ASSET(2) char D_0D009210[] = "__OTR__common_data/D_0D009210";

static const ALIGN_ASSET(2) char D_0D009238[] = "__OTR__common_data/D_0D009238";

static const ALIGN_ASSET(2) char D_0D009260[] = "__OTR__common_data/D_0D009260";

static const ALIGN_ASSET(2) char D_0D009280[] = "__OTR__common_data/D_0D009280";

static const ALIGN_ASSET(2) char D_0D0092C8[] = "__OTR__common_data/D_0D0092C8";

static const ALIGN_ASSET(2) char D_0D009310[] = "__OTR__common_data/D_0D009310";

static const ALIGN_ASSET(2) char D_0D0093C0[] = "__OTR__common_data/D_0D0093C0";

static const ALIGN_ASSET(2) char common_texture_speedometer[] = "__OTR__common_data/common_texture_speedometer";

static const ALIGN_ASSET(2) char common_texture_speedometer_needle[] = "__OTR__common_data/common_texture_speedometer_needle";

static const ALIGN_ASSET(2) char common_texture_hud_lap[] = "__OTR__common_data/common_texture_hud_lap";

static const ALIGN_ASSET(2) char common_texture_hud_123[] = "__OTR__common_data/common_texture_hud_123";

static const ALIGN_ASSET(2) char common_texture_hud_lap_time[] = "__OTR__common_data/common_texture_hud_lap_time";

static const ALIGN_ASSET(2) char common_texture_hud_lap_1_on_3[] = "__OTR__common_data/common_texture_hud_lap_1_on_3";

static const ALIGN_ASSET(2) char common_texture_hud_lap_2_on_3[] = "__OTR__common_data/common_texture_hud_lap_2_on_3";

static const ALIGN_ASSET(2) char common_texture_hud_lap_3_on_3[] = "__OTR__common_data/common_texture_hud_lap_3_on_3";

static const ALIGN_ASSET(2) char common_texture_hud_total_time[] = "__OTR__common_data/common_texture_hud_total_time";

static const ALIGN_ASSET(2) char common_texture_hud_time[] = "__OTR__common_data/common_texture_hud_time";

static const ALIGN_ASSET(2) char common_texture_hud_normal_digit[] = "__OTR__common_data/common_texture_hud_normal_digit";

static const ALIGN_ASSET(2) char common_texture_hud_1st[] = "__OTR__common_data/common_texture_hud_1st";

static const ALIGN_ASSET(2) char common_texture_hud_2nd[] = "__OTR__common_data/common_texture_hud_2nd";

static const ALIGN_ASSET(2) char common_texture_hud_3rd[] = "__OTR__common_data/common_texture_hud_3rd";

static const ALIGN_ASSET(2) char common_texture_hud_4th[] = "__OTR__common_data/common_texture_hud_4th";

static const ALIGN_ASSET(2) char common_texture_hud_5th[] = "__OTR__common_data/common_texture_hud_5th";

static const ALIGN_ASSET(2) char common_texture_hud_6th[] = "__OTR__common_data/common_texture_hud_6th";

static const ALIGN_ASSET(2) char common_texture_hud_7th[] = "__OTR__common_data/common_texture_hud_7th";

static const ALIGN_ASSET(2) char common_texture_hud_8th[] = "__OTR__common_data/common_texture_hud_8th";

static const char* common_texture_hud_place[] = {
	common_texture_hud_1st,
	common_texture_hud_2nd,
	common_texture_hud_3rd,
	common_texture_hud_4th,
	common_texture_hud_5th,
	common_texture_hud_6th,
	common_texture_hud_7th,
	common_texture_hud_8th,
};

static const ALIGN_ASSET(2) char common_texture_first_place[] = "__OTR__common_data/common_texture_first_place";

static const ALIGN_ASSET(2) char common_texture_second_place[] = "__OTR__common_data/common_texture_second_place";

static const ALIGN_ASSET(2) char common_texture_third_place[] = "__OTR__common_data/common_texture_third_place";

static const ALIGN_ASSET(2) char common_texture_fourth_place[] = "__OTR__common_data/common_texture_fourth_place";

static const char* D_0D015258[] = {
	common_texture_first_place,
	common_texture_second_place,
	common_texture_third_place,
	common_texture_fourth_place,
};

static const ALIGN_ASSET(2) char common_tlut_player_emblem[] = "__OTR__common_data/common_tlut_player_emblem";

static const ALIGN_ASSET(2) char common_texture_player_emblem_1p[] = "__OTR__common_data/common_texture_player_emblem_1p";

static const ALIGN_ASSET(2) char common_texture_player_emblem_2p[] = "__OTR__common_data/common_texture_player_emblem_2p";

static const ALIGN_ASSET(2) char common_texture_player_emblem_3p[] = "__OTR__common_data/common_texture_player_emblem_3p";

static const ALIGN_ASSET(2) char common_texture_player_emblem_4p[] = "__OTR__common_data/common_texture_player_emblem_4p";

static const char* common_texture_player_emblem[] = {
	common_texture_player_emblem_1p,
	common_texture_player_emblem_2p,
	common_texture_player_emblem_3p,
	common_texture_player_emblem_4p,
};

static const ALIGN_ASSET(2) char common_tlut_hud_type_C_rank_font[] = "__OTR__common_data/common_tlut_hud_type_C_rank_font";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_font_1[] = "__OTR__common_data/common_texture_hud_type_C_rank_font_1";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_font_2[] = "__OTR__common_data/common_texture_hud_type_C_rank_font_2";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_font_3[] = "__OTR__common_data/common_texture_hud_type_C_rank_font_3";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_font_4[] = "__OTR__common_data/common_texture_hud_type_C_rank_font_4";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_font_5[] = "__OTR__common_data/common_texture_hud_type_C_rank_font_5";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_font_6[] = "__OTR__common_data/common_texture_hud_type_C_rank_font_6";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_font_7[] = "__OTR__common_data/common_texture_hud_type_C_rank_font_7";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_font_8[] = "__OTR__common_data/common_texture_hud_type_C_rank_font_8";

static const char* common_texture_hud_type_C_rank_font[] = {
	common_texture_hud_type_C_rank_font_1,
	common_texture_hud_type_C_rank_font_2,
	common_texture_hud_type_C_rank_font_3,
	common_texture_hud_type_C_rank_font_4,
	common_texture_hud_type_C_rank_font_5,
	common_texture_hud_type_C_rank_font_6,
	common_texture_hud_type_C_rank_font_7,
	common_texture_hud_type_C_rank_font_8,
};

static const ALIGN_ASSET(2) char common_tlut_hud_type_C_rank_tiny_font[] = "__OTR__common_data/common_tlut_hud_type_C_rank_tiny_font";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_0[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_0";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_1[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_1";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_2[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_2";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_3[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_3";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_4[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_4";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_5[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_5";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_6[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_6";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_7[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_7";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_8[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_8";

static const ALIGN_ASSET(2) char common_texture_hud_type_C_rank_tiny_font_9[] = "__OTR__common_data/common_texture_hud_type_C_rank_tiny_font_9";

static const char* common_texture_hud_type_C_rank_tiny_font[] = {
	common_texture_hud_type_C_rank_tiny_font_0,
	common_texture_hud_type_C_rank_tiny_font_1,
	common_texture_hud_type_C_rank_tiny_font_2,
	common_texture_hud_type_C_rank_tiny_font_3,
	common_texture_hud_type_C_rank_tiny_font_4,
	common_texture_hud_type_C_rank_tiny_font_5,
	common_texture_hud_type_C_rank_tiny_font_6,
	common_texture_hud_type_C_rank_tiny_font_7,
	common_texture_hud_type_C_rank_tiny_font_8,
	common_texture_hud_type_C_rank_tiny_font_9,
};

static const ALIGN_ASSET(2) char common_texture_character_portrait_border[] = "__OTR__common_data/common_texture_character_portrait_border";

static const ALIGN_ASSET(2) char common_tlut_portrait_mario[] = "__OTR__common_data/common_tlut_portrait_mario";

static const ALIGN_ASSET(2) char common_tlut_portrait_luigi[] = "__OTR__common_data/common_tlut_portrait_luigi";

static const ALIGN_ASSET(2) char common_tlut_portrait_peach[] = "__OTR__common_data/common_tlut_portrait_peach";

static const ALIGN_ASSET(2) char common_tlut_portrait_toad[] = "__OTR__common_data/common_tlut_portrait_toad";

static const ALIGN_ASSET(2) char common_tlut_portrait_yoshi[] = "__OTR__common_data/common_tlut_portrait_yoshi";

static const ALIGN_ASSET(2) char common_tlut_portrait_donkey_kong[] = "__OTR__common_data/common_tlut_portrait_donkey_kong";

static const ALIGN_ASSET(2) char common_tlut_portrait_wario[] = "__OTR__common_data/common_tlut_portrait_wario";

static const ALIGN_ASSET(2) char common_tlut_portrait_bowser[] = "__OTR__common_data/common_tlut_portrait_bowser";

static const ALIGN_ASSET(2) char common_tlut_portrait_bomb_kart_and_question_mark[] = "__OTR__common_data/common_tlut_portrait_bomb_kart_and_question_mark";

static const ALIGN_ASSET(2) char common_texture_portrait_mario[] = "__OTR__common_data/common_texture_portrait_mario";

static const ALIGN_ASSET(2) char common_texture_portrait_luigi[] = "__OTR__common_data/common_texture_portrait_luigi";

static const ALIGN_ASSET(2) char common_texture_portrait_peach[] = "__OTR__common_data/common_texture_portrait_peach";

static const ALIGN_ASSET(2) char common_texture_portrait_toad[] = "__OTR__common_data/common_texture_portrait_toad";

static const ALIGN_ASSET(2) char common_texture_portrait_yoshi[] = "__OTR__common_data/common_texture_portrait_yoshi";

static const ALIGN_ASSET(2) char common_texture_portrait_donkey_kong[] = "__OTR__common_data/common_texture_portrait_donkey_kong";

static const ALIGN_ASSET(2) char common_texture_portrait_wario[] = "__OTR__common_data/common_texture_portrait_wario";

static const ALIGN_ASSET(2) char common_texture_portrait_bowser[] = "__OTR__common_data/common_texture_portrait_bowser";

static const ALIGN_ASSET(2) char common_texture_portrait_bomb_kart[] = "__OTR__common_data/common_texture_portrait_bomb_kart";

static const ALIGN_ASSET(2) char common_texture_portrait_question_mark[] = "__OTR__common_data/common_texture_portrait_question_mark";

static const ALIGN_ASSET(2) char common_tlut_item_window_none[] = "__OTR__common_data/common_tlut_item_window_none";

static const ALIGN_ASSET(2) char common_tlut_item_window_banana[] = "__OTR__common_data/common_tlut_item_window_banana";

static const ALIGN_ASSET(2) char common_tlut_item_window_banana_bunch[] = "__OTR__common_data/common_tlut_item_window_banana_bunch";

static const ALIGN_ASSET(2) char common_tlut_item_window_mushroom[] = "__OTR__common_data/common_tlut_item_window_mushroom";

static const ALIGN_ASSET(2) char common_tlut_item_window_double_mushroom[] = "__OTR__common_data/common_tlut_item_window_double_mushroom";

static const ALIGN_ASSET(2) char common_tlut_item_window_triple_mushroom[] = "__OTR__common_data/common_tlut_item_window_triple_mushroom";

static const ALIGN_ASSET(2) char common_tlut_item_window_super_mushroom[] = "__OTR__common_data/common_tlut_item_window_super_mushroom";

static const ALIGN_ASSET(2) char common_tlut_item_window_blue_shell[] = "__OTR__common_data/common_tlut_item_window_blue_shell";

static const ALIGN_ASSET(2) char common_tlut_item_window_boo[] = "__OTR__common_data/common_tlut_item_window_boo";

static const ALIGN_ASSET(2) char common_tlut_item_window_green_shell[] = "__OTR__common_data/common_tlut_item_window_green_shell";

static const ALIGN_ASSET(2) char common_tlut_item_window_triple_green_shell[] = "__OTR__common_data/common_tlut_item_window_triple_green_shell";

static const ALIGN_ASSET(2) char common_tlut_item_window_red_shell[] = "__OTR__common_data/common_tlut_item_window_red_shell";

static const ALIGN_ASSET(2) char common_tlut_item_window_triple_red_shell[] = "__OTR__common_data/common_tlut_item_window_triple_red_shell";

static const ALIGN_ASSET(2) char common_tlut_item_window_star[] = "__OTR__common_data/common_tlut_item_window_star";

static const ALIGN_ASSET(2) char common_tlut_item_window_thunder_bolt[] = "__OTR__common_data/common_tlut_item_window_thunder_bolt";

static const ALIGN_ASSET(2) char common_tlut_item_window_fake_item_box[] = "__OTR__common_data/common_tlut_item_window_fake_item_box";

static const ALIGN_ASSET(2) char common_texture_item_window_none[] = "__OTR__common_data/common_texture_item_window_none";

static const ALIGN_ASSET(2) char common_texture_item_window_banana[] = "__OTR__common_data/common_texture_item_window_banana";

static const ALIGN_ASSET(2) char common_texture_item_window_banana_bunch[] = "__OTR__common_data/common_texture_item_window_banana_bunch";

static const ALIGN_ASSET(2) char common_texture_item_window_mushroom[] = "__OTR__common_data/common_texture_item_window_mushroom";

static const ALIGN_ASSET(2) char common_texture_item_window_double_mushroom[] = "__OTR__common_data/common_texture_item_window_double_mushroom";

static const ALIGN_ASSET(2) char common_texture_item_window_triple_mushroom[] = "__OTR__common_data/common_texture_item_window_triple_mushroom";

static const ALIGN_ASSET(2) char common_texture_item_window_super_mushroom[] = "__OTR__common_data/common_texture_item_window_super_mushroom";

static const ALIGN_ASSET(2) char common_texture_item_window_blue_shell[] = "__OTR__common_data/common_texture_item_window_blue_shell";

static const ALIGN_ASSET(2) char common_texture_item_window_boo[] = "__OTR__common_data/common_texture_item_window_boo";

static const ALIGN_ASSET(2) char common_texture_item_window_green_shell[] = "__OTR__common_data/common_texture_item_window_green_shell";

static const ALIGN_ASSET(2) char common_texture_item_window_triple_green_shell[] = "__OTR__common_data/common_texture_item_window_triple_green_shell";

static const ALIGN_ASSET(2) char common_texture_item_window_red_shell[] = "__OTR__common_data/common_texture_item_window_red_shell";

static const ALIGN_ASSET(2) char common_texture_item_window_triple_red_shell[] = "__OTR__common_data/common_texture_item_window_triple_red_shell";

static const ALIGN_ASSET(2) char common_texture_item_window_star[] = "__OTR__common_data/common_texture_item_window_star";

static const ALIGN_ASSET(2) char common_texture_item_window_thunder_bolt[] = "__OTR__common_data/common_texture_item_window_thunder_bolt";

static const ALIGN_ASSET(2) char common_texture_item_window_fake_item_box[] = "__OTR__common_data/common_texture_item_window_fake_item_box";

static const ALIGN_ASSET(2) char common_tlut_lakitu_no_lights[] = "__OTR__common_data/common_tlut_lakitu_no_lights";

static const ALIGN_ASSET(2) char common_tlut_lakitu_red_lights[] = "__OTR__common_data/common_tlut_lakitu_red_lights";

static const ALIGN_ASSET(2) char common_tlut_lakitu_blue_lights[] = "__OTR__common_data/common_tlut_lakitu_blue_lights";

static const char* common_tlut_lakitu_countdown[] = {
	common_tlut_lakitu_no_lights,
	common_tlut_lakitu_red_lights,
	common_tlut_lakitu_blue_lights,
};

static const ALIGN_ASSET(2) char common_tlut_lakitu_checkered_flag[] = "__OTR__common_data/common_tlut_lakitu_checkered_flag";

static const ALIGN_ASSET(2) char common_tlut_lakitu_second_lap[] = "__OTR__common_data/common_tlut_lakitu_second_lap";

static const ALIGN_ASSET(2) char common_tlut_lakitu_final_lap[] = "__OTR__common_data/common_tlut_lakitu_final_lap";

static const ALIGN_ASSET(2) char common_tlut_lakitu_reverse[] = "__OTR__common_data/common_tlut_lakitu_reverse";

static const ALIGN_ASSET(2) char common_tlut_lakitu_fishing[] = "__OTR__common_data/common_tlut_lakitu_fishing";

static const ALIGN_ASSET(2) char common_tlut_traffic_light[] = "__OTR__common_data/common_tlut_traffic_light";

static const ALIGN_ASSET(2) char common_texture_traffic_light_01[] = "__OTR__common_data/common_texture_traffic_light_01";

static const ALIGN_ASSET(2) char common_texture_traffic_light_02[] = "__OTR__common_data/common_texture_traffic_light_02";

static const ALIGN_ASSET(2) char common_texture_traffic_light_03[] = "__OTR__common_data/common_texture_traffic_light_03";

static const ALIGN_ASSET(2) char common_texture_traffic_light_04[] = "__OTR__common_data/common_texture_traffic_light_04";

static const ALIGN_ASSET(2) char common_texture_traffic_light_05[] = "__OTR__common_data/common_texture_traffic_light_05";

static const ALIGN_ASSET(2) char common_texture_traffic_light_06[] = "__OTR__common_data/common_texture_traffic_light_06";

static const ALIGN_ASSET(2) char common_texture_traffic_light_07[] = "__OTR__common_data/common_texture_traffic_light_07";

static const ALIGN_ASSET(2) char common_texture_traffic_light_08[] = "__OTR__common_data/common_texture_traffic_light_08";

static const ALIGN_ASSET(2) char common_texture_traffic_light_09[] = "__OTR__common_data/common_texture_traffic_light_09";

static const ALIGN_ASSET(2) char common_texture_traffic_light_10[] = "__OTR__common_data/common_texture_traffic_light_10";

static const ALIGN_ASSET(2) char common_texture_particle_leaf[] = "__OTR__common_data/common_texture_particle_leaf";

static const ALIGN_ASSET(2) char common_texture_unused_particle_leaf[] = "__OTR__common_data/common_texture_unused_particle_leaf";

static const ALIGN_ASSET(2) char D_0D0293D8[] = "__OTR__common_data/D_0D0293D8";

static const ALIGN_ASSET(2) char D_0D029458[] = "__OTR__common_data/D_0D029458";

static const ALIGN_ASSET(2) char common_texture_bomb_1[] = "__OTR__common_data/common_texture_bomb_1";

static const ALIGN_ASSET(2) char common_texture_bomb_2[] = "__OTR__common_data/common_texture_bomb_2";

static const ALIGN_ASSET(2) char common_texture_bomb_3[] = "__OTR__common_data/common_texture_bomb_3";

static const ALIGN_ASSET(2) char common_texture_bomb_4[] = "__OTR__common_data/common_texture_bomb_4";

static const char* common_texture_bomb[] = {
	common_texture_bomb_1,
	common_texture_bomb_2,
	common_texture_bomb_3,
	common_texture_bomb_4,
};

static const ALIGN_ASSET(2) char common_tlut_bomb[] = "__OTR__common_data/common_tlut_bomb";

static const ALIGN_ASSET(2) char D_0D02AA58[] = "__OTR__common_data/D_0D02AA58";

static const ALIGN_ASSET(2) char common_texture_particle_spark_1[] = "__OTR__common_data/common_texture_particle_spark_1";

static const ALIGN_ASSET(2) char common_texture_particle_spark_2[] = "__OTR__common_data/common_texture_particle_spark_2";

static const ALIGN_ASSET(2) char common_texture_particle_spark_3[] = "__OTR__common_data/common_texture_particle_spark_3";

static const ALIGN_ASSET(2) char common_texture_particle_spark_4[] = "__OTR__common_data/common_texture_particle_spark_4";

static const char* common_texture_particle_spark[] = {
	common_texture_particle_spark_1,
	common_texture_particle_spark_2,
	common_texture_particle_spark_3,
	common_texture_particle_spark_4,
};

static const ALIGN_ASSET(2) char common_texture_particle_smoke_1[] = "__OTR__common_data/common_texture_particle_smoke_1";

static const ALIGN_ASSET(2) char common_texture_particle_smoke_2[] = "__OTR__common_data/common_texture_particle_smoke_2";

static const ALIGN_ASSET(2) char common_texture_particle_smoke_3[] = "__OTR__common_data/common_texture_particle_smoke_3";

static const ALIGN_ASSET(2) char common_texture_particle_smoke_4[] = "__OTR__common_data/common_texture_particle_smoke_4";

static const char* common_texture_particle_smoke[] = {
	common_texture_particle_smoke_1,
	common_texture_particle_smoke_2,
	common_texture_particle_smoke_3,
	common_texture_particle_smoke_4,
};

static const ALIGN_ASSET(2) char common_texture_minimap_finish_line[] = "__OTR__common_data/common_texture_minimap_finish_line";

static const ALIGN_ASSET(2) char common_texture_minimap_kart_mario[] = "__OTR__common_data/common_texture_minimap_kart_mario";

static const ALIGN_ASSET(2) char common_texture_minimap_kart_luigi[] = "__OTR__common_data/common_texture_minimap_kart_luigi";

static const ALIGN_ASSET(2) char common_texture_minimap_kart_yoshi[] = "__OTR__common_data/common_texture_minimap_kart_yoshi";

static const ALIGN_ASSET(2) char common_texture_minimap_kart_toad[] = "__OTR__common_data/common_texture_minimap_kart_toad";

static const ALIGN_ASSET(2) char common_texture_minimap_kart_donkey_kong[] = "__OTR__common_data/common_texture_minimap_kart_donkey_kong";

static const ALIGN_ASSET(2) char common_texture_minimap_kart_wario[] = "__OTR__common_data/common_texture_minimap_kart_wario";

static const ALIGN_ASSET(2) char common_texture_minimap_kart_peach[] = "__OTR__common_data/common_texture_minimap_kart_peach";

static const ALIGN_ASSET(2) char common_texture_minimap_kart_bowser[] = "__OTR__common_data/common_texture_minimap_kart_bowser";

static const char* common_texture_minimap_kart_character[] = {
	common_texture_minimap_kart_mario,
	common_texture_minimap_kart_luigi,
	common_texture_minimap_kart_yoshi,
	common_texture_minimap_kart_toad,
	common_texture_minimap_kart_donkey_kong,
	common_texture_minimap_kart_wario,
	common_texture_minimap_kart_peach,
	common_texture_minimap_kart_bowser,
};

static const ALIGN_ASSET(2) char common_texture_minimap_bowser[] = "__OTR__common_data/common_texture_minimap_bowser";

static const ALIGN_ASSET(2) char common_texture_minimap_progress_dot[] = "__OTR__common_data/common_texture_minimap_progress_dot";

static const ALIGN_ASSET(2) char common_texture_minimap_mario[] = "__OTR__common_data/common_texture_minimap_mario";

static const ALIGN_ASSET(2) char common_texture_minimap_luigi[] = "__OTR__common_data/common_texture_minimap_luigi";

static const ALIGN_ASSET(2) char common_texture_minimap_yoshi[] = "__OTR__common_data/common_texture_minimap_yoshi";

static const ALIGN_ASSET(2) char common_texture_minimap_toad[] = "__OTR__common_data/common_texture_minimap_toad";

static const ALIGN_ASSET(2) char common_texture_minimap_dk[] = "__OTR__common_data/common_texture_minimap_dk";

static const ALIGN_ASSET(2) char common_texture_minimap_wario[] = "__OTR__common_data/common_texture_minimap_wario";

static const ALIGN_ASSET(2) char common_texture_minimap_peach[] = "__OTR__common_data/common_texture_minimap_peach";