blob: 0c714d1bf2f9616261db8e76c673250814021d20 (
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
|
#ifndef OBJECTS_OBJECT_TW_H
#define OBJECTS_OBJECT_TW_H 1
#include "align_asset_macro.h"
#define dgTwinrovaKotakeKoumeIdleLoopAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeIdleLoopAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeIdleLoopAnim[] = dgTwinrovaKotakeKoumeIdleLoopAnim;
#define dgTwinrovaKotakeKoumeIdleEndAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeIdleEndAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeIdleEndAnim[] = dgTwinrovaKotakeKoumeIdleEndAnim;
#define dgTwinrovaKotakeKoumeBickerAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeBickerAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeBickerAnim[] = dgTwinrovaKotakeKoumeBickerAnim;
#define dgTwinrovaKotakeKoumeFloatLookUpAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeFloatLookUpAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeFloatLookUpAnim[] = dgTwinrovaKotakeKoumeFloatLookUpAnim;
#define dgTwinrovaKotakeKoumeFloatLookForwardAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeFloatLookForwardAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeFloatLookForwardAnim[] = dgTwinrovaKotakeKoumeFloatLookForwardAnim;
#define dgTwinrovaKotakeKoumeShakeHandAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeShakeHandAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeShakeHandAnim[] = dgTwinrovaKotakeKoumeShakeHandAnim;
#define dgTwinrovaKotakeKoumeAttackStartAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeAttackStartAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeAttackStartAnim[] = dgTwinrovaKotakeKoumeAttackStartAnim;
#define dgTwinrovaKotakeKoumeAttackLoopAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeAttackLoopAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeAttackLoopAnim[] = dgTwinrovaKotakeKoumeAttackLoopAnim;
#define dgTwinrovaKotakeKoumeAttackEndAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeAttackEndAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeAttackEndAnim[] = dgTwinrovaKotakeKoumeAttackEndAnim;
#define dgTwinrovaKotakeKoumeDamageStartAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeDamageStartAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeDamageStartAnim[] = dgTwinrovaKotakeKoumeDamageStartAnim;
#define dgTwinrovaKotakeKoumeDamageEndAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeDamageEndAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeDamageEndAnim[] = dgTwinrovaKotakeKoumeDamageEndAnim;
#define dgTwinrovaKotakeKoumeFlyAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeFlyAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeFlyAnim[] = dgTwinrovaKotakeKoumeFlyAnim;
#define dgTwinrovaKotakeSkel "__OTR__objects/object_tw/gTwinrovaKotakeSkel"
static const ALIGN_ASSET(2) char gTwinrovaKotakeSkel[] = dgTwinrovaKotakeSkel;
#define dgTwinrovaKotakeKoumeChargeUpAttackStartAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeChargeUpAttackStartAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeChargeUpAttackStartAnim[] = dgTwinrovaKotakeKoumeChargeUpAttackStartAnim;
#define dgTwinrovaKotakeKoumeSpinAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeSpinAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeSpinAnim[] = dgTwinrovaKotakeKoumeSpinAnim;
#define dgTwinrovaKotakeKoumeLaughAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeLaughAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeLaughAnim[] = dgTwinrovaKotakeKoumeLaughAnim;
#define dgTwinrovaKotakeKoumeChargeUpAttackLoopAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeChargeUpAttackLoopAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeChargeUpAttackLoopAnim[] = dgTwinrovaKotakeKoumeChargeUpAttackLoopAnim;
#define dgTwinrovaKotakeKoumeTPoseAnim "__OTR__objects/object_tw/gTwinrovaKotakeKoumeTPoseAnim"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeTPoseAnim[] = dgTwinrovaKotakeKoumeTPoseAnim;
#define dgTwinrovaKoumeKotakeTLUT "__OTR__objects/object_tw/gTwinrovaKoumeKotakeTLUT"
static const ALIGN_ASSET(2) char gTwinrovaKoumeKotakeTLUT[] = dgTwinrovaKoumeKotakeTLUT;
#define dgTwinrovaKotakeGerudoFabricTex "__OTR__objects/object_tw/gTwinrovaKotakeGerudoFabricTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeGerudoFabricTex[] = dgTwinrovaKotakeGerudoFabricTex;
#define dgTwinrovaKotakeRobeTex "__OTR__objects/object_tw/gTwinrovaKotakeRobeTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRobeTex[] = dgTwinrovaKotakeRobeTex;
#define dgTwinrovaRobePatternTex "__OTR__objects/object_tw/gTwinrovaRobePatternTex"
static const ALIGN_ASSET(2) char gTwinrovaRobePatternTex[] = dgTwinrovaRobePatternTex;
#define dgTwinrovaRobeTrimTex "__OTR__objects/object_tw/gTwinrovaRobeTrimTex"
static const ALIGN_ASSET(2) char gTwinrovaRobeTrimTex[] = dgTwinrovaRobeTrimTex;
#define dgTwinrovaKotakeKoumeEyeOpenTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeEyeOpenTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeEyeOpenTex[] = dgTwinrovaKotakeKoumeEyeOpenTex;
#define dgTwinrovaKotakeKoumeSkinTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeSkinTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeSkinTex[] = dgTwinrovaKotakeKoumeSkinTex;
#define dgTwinrovaKotakeKoumeMouthTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeMouthTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeMouthTex[] = dgTwinrovaKotakeKoumeMouthTex;
#define dgTwinrovaHairTex "__OTR__objects/object_tw/gTwinrovaHairTex"
static const ALIGN_ASSET(2) char gTwinrovaHairTex[] = dgTwinrovaHairTex;
#define dgTwinrovaKotakeKoumeEarTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeEarTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeEarTex[] = dgTwinrovaKotakeKoumeEarTex;
#define dgTwinrovaKotakeKoumeFingerTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeFingerTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeFingerTex[] = dgTwinrovaKotakeKoumeFingerTex;
#define dgTwinrovaBroomHandleTex "__OTR__objects/object_tw/gTwinrovaBroomHandleTex"
static const ALIGN_ASSET(2) char gTwinrovaBroomHandleTex[] = dgTwinrovaBroomHandleTex;
#define dgTwinrovaBroomHeadTex "__OTR__objects/object_tw/gTwinrovaBroomHeadTex"
static const ALIGN_ASSET(2) char gTwinrovaBroomHeadTex[] = dgTwinrovaBroomHeadTex;
#define dgTwinrovaKotakeKoumeJewelHolderTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeJewelHolderTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeJewelHolderTex[] = dgTwinrovaKotakeKoumeJewelHolderTex;
#define dgTwinrovaKotakeJewelTex "__OTR__objects/object_tw/gTwinrovaKotakeJewelTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeJewelTex[] = dgTwinrovaKotakeJewelTex;
#define dgTwinrovaKotakeKoumeNeckTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeNeckTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeNeckTex[] = dgTwinrovaKotakeKoumeNeckTex;
#define dgTwinrovaKotakeKoumeNostrilsTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeNostrilsTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeNostrilsTex[] = dgTwinrovaKotakeKoumeNostrilsTex;
#define dgTwinrovaKotakeKoumeEyeHalfTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeEyeHalfTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeEyeHalfTex[] = dgTwinrovaKotakeKoumeEyeHalfTex;
#define dgTwinrovaKotakeKoumeEyeClosedTex "__OTR__objects/object_tw/gTwinrovaKotakeKoumeEyeClosedTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeKoumeEyeClosedTex[] = dgTwinrovaKotakeKoumeEyeClosedTex;
#define dgTwinrovaEffectTex "__OTR__objects/object_tw/gTwinrovaEffectTex"
static const ALIGN_ASSET(2) char gTwinrovaEffectTex[] = dgTwinrovaEffectTex;
#define dgTwinrovaEffectMaskTex "__OTR__objects/object_tw/gTwinrovaEffectMaskTex"
static const ALIGN_ASSET(2) char gTwinrovaEffectMaskTex[] = dgTwinrovaEffectMaskTex;
#define dgTwinrovaKoumeGerudoFabricTex "__OTR__objects/object_tw/gTwinrovaKoumeGerudoFabricTex"
static const ALIGN_ASSET(2) char gTwinrovaKoumeGerudoFabricTex[] = dgTwinrovaKoumeGerudoFabricTex;
#define dgTwinrovaKoumeJewelTex "__OTR__objects/object_tw/gTwinrovaKoumeJewelTex"
static const ALIGN_ASSET(2) char gTwinrovaKoumeJewelTex[] = dgTwinrovaKoumeJewelTex;
#define dgTwinrovaKoumeRobeTex "__OTR__objects/object_tw/gTwinrovaKoumeRobeTex"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRobeTex[] = dgTwinrovaKoumeRobeTex;
#define dgTwinrovaKotakeHeadInvisibleHairDL "__OTR__objects/object_tw/gTwinrovaKotakeHeadInvisibleHairDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeHeadInvisibleHairDL[] = dgTwinrovaKotakeHeadInvisibleHairDL;
#define dgTwinrovaKoumeHeadInvisibleHairDL "__OTR__objects/object_tw/gTwinrovaKoumeHeadInvisibleHairDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeHeadInvisibleHairDL[] = dgTwinrovaKoumeHeadInvisibleHairDL;
#define dgTwinrovaKotakeBroomInvisibleHeadDL "__OTR__objects/object_tw/gTwinrovaKotakeBroomInvisibleHeadDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeBroomInvisibleHeadDL[] = dgTwinrovaKotakeBroomInvisibleHeadDL;
#define dgTwinrovaKoumeBroomInvisibleHeadDL "__OTR__objects/object_tw/gTwinrovaKoumeBroomInvisibleHeadDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeBroomInvisibleHeadDL[] = dgTwinrovaKoumeBroomInvisibleHeadDL;
#define dgTwinrovaKotakeTeethDL "__OTR__objects/object_tw/gTwinrovaKotakeTeethDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeTeethDL[] = dgTwinrovaKotakeTeethDL;
#define dgTwinrovaKotakeRightShinDL "__OTR__objects/object_tw/gTwinrovaKotakeRightShinDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightShinDL[] = dgTwinrovaKotakeRightShinDL;
#define dgTwinrovaKotakeLeftShinDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftShinDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftShinDL[] = dgTwinrovaKotakeLeftShinDL;
#define dgTwinrovaKotakeRightFootDL "__OTR__objects/object_tw/gTwinrovaKotakeRightFootDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightFootDL[] = dgTwinrovaKotakeRightFootDL;
#define dgTwinrovaKotakeLeftFootDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftFootDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftFootDL[] = dgTwinrovaKotakeLeftFootDL;
#define dgTwinrovaKotakeRightHandDL "__OTR__objects/object_tw/gTwinrovaKotakeRightHandDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightHandDL[] = dgTwinrovaKotakeRightHandDL;
#define dgTwinrovaKotakeLeftHandDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftHandDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftHandDL[] = dgTwinrovaKotakeLeftHandDL;
#define dgTwinrovaKoumeRightHandDL "__OTR__objects/object_tw/gTwinrovaKoumeRightHandDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightHandDL[] = dgTwinrovaKoumeRightHandDL;
#define dgTwinrovaKoumeLeftHandDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftHandDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftHandDL[] = dgTwinrovaKoumeLeftHandDL;
#define dgTwinrovaKoumeLeftFootDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftFootDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftFootDL[] = dgTwinrovaKoumeLeftFootDL;
#define dgTwinrovaKoumeRightFootDL "__OTR__objects/object_tw/gTwinrovaKoumeRightFootDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightFootDL[] = dgTwinrovaKoumeRightFootDL;
#define dgTwinrovaKoumeLeftShinDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftShinDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftShinDL[] = dgTwinrovaKoumeLeftShinDL;
#define dgTwinrovaKoumeRightShinDL "__OTR__objects/object_tw/gTwinrovaKoumeRightShinDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightShinDL[] = dgTwinrovaKoumeRightShinDL;
#define dgTwinrovaKoumeTeethDL "__OTR__objects/object_tw/gTwinrovaKoumeTeethDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeTeethDL[] = dgTwinrovaKoumeTeethDL;
#define dgTwinrovaKotakeBroomDL "__OTR__objects/object_tw/gTwinrovaKotakeBroomDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeBroomDL[] = dgTwinrovaKotakeBroomDL;
#define dgTwinrovaKotakeHeadDL "__OTR__objects/object_tw/gTwinrovaKotakeHeadDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeHeadDL[] = dgTwinrovaKotakeHeadDL;
#define dgTwinrovaKoumeBroomDL "__OTR__objects/object_tw/gTwinrovaKoumeBroomDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeBroomDL[] = dgTwinrovaKoumeBroomDL;
#define dgTwinrovaKoumeHeadDL "__OTR__objects/object_tw/gTwinrovaKoumeHeadDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeHeadDL[] = dgTwinrovaKoumeHeadDL;
#define dgTwinrovaKotakeIceHairDL "__OTR__objects/object_tw/gTwinrovaKotakeIceHairDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeIceHairDL[] = dgTwinrovaKotakeIceHairDL;
#define dgTwinrovaKoumeFireHairDL "__OTR__objects/object_tw/gTwinrovaKoumeFireHairDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeFireHairDL[] = dgTwinrovaKoumeFireHairDL;
#define dgTwinrovaKotakeIceBroomHeadDL "__OTR__objects/object_tw/gTwinrovaKotakeIceBroomHeadDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeIceBroomHeadDL[] = dgTwinrovaKotakeIceBroomHeadDL;
#define dgTwinrovaKotakeIceBroomHeadOuterDL "__OTR__objects/object_tw/gTwinrovaKotakeIceBroomHeadOuterDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeIceBroomHeadOuterDL[] = dgTwinrovaKotakeIceBroomHeadOuterDL;
#define dgTwinrovaKotakeFireBroomHeadDL "__OTR__objects/object_tw/gTwinrovaKotakeFireBroomHeadDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeFireBroomHeadDL[] = dgTwinrovaKotakeFireBroomHeadDL;
#define dgTwinrovaKotakeFireBroomHeadOuterDL "__OTR__objects/object_tw/gTwinrovaKotakeFireBroomHeadOuterDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeFireBroomHeadOuterDL[] = dgTwinrovaKotakeFireBroomHeadOuterDL;
#define dgTwinrovaKotakeLeftBraidEndDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftBraidEndDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftBraidEndDL[] = dgTwinrovaKotakeLeftBraidEndDL;
#define dgTwinrovaKotakeLeftBraidStartDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftBraidStartDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftBraidStartDL[] = dgTwinrovaKotakeLeftBraidStartDL;
#define dgTwinrovaKotakeRightBraidEndDL "__OTR__objects/object_tw/gTwinrovaKotakeRightBraidEndDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightBraidEndDL[] = dgTwinrovaKotakeRightBraidEndDL;
#define dgTwinrovaKotakeRightBraidStartDL "__OTR__objects/object_tw/gTwinrovaKotakeRightBraidStartDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightBraidStartDL[] = dgTwinrovaKotakeRightBraidStartDL;
#define dgTwinrovaKotakeNeckDL "__OTR__objects/object_tw/gTwinrovaKotakeNeckDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeNeckDL[] = dgTwinrovaKotakeNeckDL;
#define dgTwinrovaKotakeRightSleeveFrontDL "__OTR__objects/object_tw/gTwinrovaKotakeRightSleeveFrontDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightSleeveFrontDL[] = dgTwinrovaKotakeRightSleeveFrontDL;
#define dgTwinrovaKotakeRightSleeveEndDL "__OTR__objects/object_tw/gTwinrovaKotakeRightSleeveEndDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightSleeveEndDL[] = dgTwinrovaKotakeRightSleeveEndDL;
#define dgTwinrovaKotakeRightSleeveMidDL "__OTR__objects/object_tw/gTwinrovaKotakeRightSleeveMidDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightSleeveMidDL[] = dgTwinrovaKotakeRightSleeveMidDL;
#define dgTwinrovaKotakeRightSleeveStartDL "__OTR__objects/object_tw/gTwinrovaKotakeRightSleeveStartDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightSleeveStartDL[] = dgTwinrovaKotakeRightSleeveStartDL;
#define dgTwinrovaKotakeLeftSleeveFrontDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftSleeveFrontDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftSleeveFrontDL[] = dgTwinrovaKotakeLeftSleeveFrontDL;
#define dgTwinrovaKotakeLeftSleeveEndDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftSleeveEndDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftSleeveEndDL[] = dgTwinrovaKotakeLeftSleeveEndDL;
#define dgTwinrovaKotakeLeftSleeveMidDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftSleeveMidDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftSleeveMidDL[] = dgTwinrovaKotakeLeftSleeveMidDL;
#define dgTwinrovaKotakeLeftSleeveStartDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftSleeveStartDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftSleeveStartDL[] = dgTwinrovaKotakeLeftSleeveStartDL;
#define dgTwinrovaKotakeTorsoDL "__OTR__objects/object_tw/gTwinrovaKotakeTorsoDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeTorsoDL[] = dgTwinrovaKotakeTorsoDL;
#define dgTwinrovaKotakeRightThighDL "__OTR__objects/object_tw/gTwinrovaKotakeRightThighDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeRightThighDL[] = dgTwinrovaKotakeRightThighDL;
#define dgTwinrovaKotakeLeftThighDL "__OTR__objects/object_tw/gTwinrovaKotakeLeftThighDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeLeftThighDL[] = dgTwinrovaKotakeLeftThighDL;
#define dgTwinrovaKotakePelvisDL "__OTR__objects/object_tw/gTwinrovaKotakePelvisDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakePelvisDL[] = dgTwinrovaKotakePelvisDL;
#define dgTwinrovaBraidEndTex "__OTR__objects/object_tw/gTwinrovaBraidEndTex"
static const ALIGN_ASSET(2) char gTwinrovaBraidEndTex[] = dgTwinrovaBraidEndTex;
#define dgTwinrovaLeftFootTex "__OTR__objects/object_tw/gTwinrovaLeftFootTex"
static const ALIGN_ASSET(2) char gTwinrovaLeftFootTex[] = dgTwinrovaLeftFootTex;
#define dgTwinrovaKoumeLeftBraidEndDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftBraidEndDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftBraidEndDL[] = dgTwinrovaKoumeLeftBraidEndDL;
#define dgTwinrovaKoumeLeftBraidStartDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftBraidStartDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftBraidStartDL[] = dgTwinrovaKoumeLeftBraidStartDL;
#define dgTwinrovaKoumeRightBraidEndDL "__OTR__objects/object_tw/gTwinrovaKoumeRightBraidEndDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightBraidEndDL[] = dgTwinrovaKoumeRightBraidEndDL;
#define dgTwinrovaKoumeRightBraidStartDL "__OTR__objects/object_tw/gTwinrovaKoumeRightBraidStartDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightBraidStartDL[] = dgTwinrovaKoumeRightBraidStartDL;
#define dgTwinrovaKoumeNeckDL "__OTR__objects/object_tw/gTwinrovaKoumeNeckDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeNeckDL[] = dgTwinrovaKoumeNeckDL;
#define dgTwinrovaKoumeRightSleeveFrontDL "__OTR__objects/object_tw/gTwinrovaKoumeRightSleeveFrontDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightSleeveFrontDL[] = dgTwinrovaKoumeRightSleeveFrontDL;
#define dgTwinrovaKoumeRightSleeveEndDL "__OTR__objects/object_tw/gTwinrovaKoumeRightSleeveEndDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightSleeveEndDL[] = dgTwinrovaKoumeRightSleeveEndDL;
#define dgTwinrovaKoumeRightSleeveMidDL "__OTR__objects/object_tw/gTwinrovaKoumeRightSleeveMidDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightSleeveMidDL[] = dgTwinrovaKoumeRightSleeveMidDL;
#define dgTwinrovaKoumeRightSleeveStartDL "__OTR__objects/object_tw/gTwinrovaKoumeRightSleeveStartDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightSleeveStartDL[] = dgTwinrovaKoumeRightSleeveStartDL;
#define dgTwinrovaKoumeLeftSleeveFrontDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftSleeveFrontDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftSleeveFrontDL[] = dgTwinrovaKoumeLeftSleeveFrontDL;
#define dgTwinrovaKoumeLeftSleeveEndDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftSleeveEndDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftSleeveEndDL[] = dgTwinrovaKoumeLeftSleeveEndDL;
#define dgTwinrovaKoumeLeftSleeveMidDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftSleeveMidDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftSleeveMidDL[] = dgTwinrovaKoumeLeftSleeveMidDL;
#define dgTwinrovaKoumeLeftSleeveStartDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftSleeveStartDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftSleeveStartDL[] = dgTwinrovaKoumeLeftSleeveStartDL;
#define dgTwinrovaKoumeTorsoDL "__OTR__objects/object_tw/gTwinrovaKoumeTorsoDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeTorsoDL[] = dgTwinrovaKoumeTorsoDL;
#define dgTwinrovaKoumeRightThighDL "__OTR__objects/object_tw/gTwinrovaKoumeRightThighDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeRightThighDL[] = dgTwinrovaKoumeRightThighDL;
#define dgTwinrovaKoumeLeftThighDL "__OTR__objects/object_tw/gTwinrovaKoumeLeftThighDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeLeftThighDL[] = dgTwinrovaKoumeLeftThighDL;
#define dgTwinrovaKoumePelvisDL "__OTR__objects/object_tw/gTwinrovaKoumePelvisDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumePelvisDL[] = dgTwinrovaKoumePelvisDL;
#define dgTwinrovaRightFootTex "__OTR__objects/object_tw/gTwinrovaRightFootTex"
static const ALIGN_ASSET(2) char gTwinrovaRightFootTex[] = dgTwinrovaRightFootTex;
#define dgTwinrovaFireSmokeTex "__OTR__objects/object_tw/gTwinrovaFireSmokeTex"
static const ALIGN_ASSET(2) char gTwinrovaFireSmokeTex[] = dgTwinrovaFireSmokeTex;
#define dgTwinrovaFireSmokeDL "__OTR__objects/object_tw/gTwinrovaFireSmokeDL"
static const ALIGN_ASSET(2) char gTwinrovaFireSmokeDL[] = dgTwinrovaFireSmokeDL;
#define dgTwinrovaBigFlameTex "__OTR__objects/object_tw/gTwinrovaBigFlameTex"
static const ALIGN_ASSET(2) char gTwinrovaBigFlameTex[] = dgTwinrovaBigFlameTex;
#define dgTwinrovaBigFlameMaskTex "__OTR__objects/object_tw/gTwinrovaBigFlameMaskTex"
static const ALIGN_ASSET(2) char gTwinrovaBigFlameMaskTex[] = dgTwinrovaBigFlameMaskTex;
#define dgTwinrovaBigFlameDL "__OTR__objects/object_tw/gTwinrovaBigFlameDL"
static const ALIGN_ASSET(2) char gTwinrovaBigFlameDL[] = dgTwinrovaBigFlameDL;
#define dgTwinrovaFirePoolAndShieldChargeCenterTex "__OTR__objects/object_tw/gTwinrovaFirePoolAndShieldChargeCenterTex"
static const ALIGN_ASSET(2) char gTwinrovaFirePoolAndShieldChargeCenterTex[] = dgTwinrovaFirePoolAndShieldChargeCenterTex;
#define dgTwinrovaFirePoolDL "__OTR__objects/object_tw/gTwinrovaFirePoolDL"
static const ALIGN_ASSET(2) char gTwinrovaFirePoolDL[] = dgTwinrovaFirePoolDL;
#define dgTwinrovaFireTex "__OTR__objects/object_tw/gTwinrovaFireTex"
static const ALIGN_ASSET(2) char gTwinrovaFireTex[] = dgTwinrovaFireTex;
#define dgTwinrovaFireMaskTex "__OTR__objects/object_tw/gTwinrovaFireMaskTex"
static const ALIGN_ASSET(2) char gTwinrovaFireMaskTex[] = dgTwinrovaFireMaskTex;
#define dgTwinrovaFireDL "__OTR__objects/object_tw/gTwinrovaFireDL"
static const ALIGN_ASSET(2) char gTwinrovaFireDL[] = dgTwinrovaFireDL;
#define dgTwinrovaMagicParticleMaterialDL "__OTR__objects/object_tw/gTwinrovaMagicParticleMaterialDL"
static const ALIGN_ASSET(2) char gTwinrovaMagicParticleMaterialDL[] = dgTwinrovaMagicParticleMaterialDL;
#define dgTwinrovaMagicParticleModelDL "__OTR__objects/object_tw/gTwinrovaMagicParticleModelDL"
static const ALIGN_ASSET(2) char gTwinrovaMagicParticleModelDL[] = dgTwinrovaMagicParticleModelDL;
#define dgTwinrovaMagicParticleTex "__OTR__objects/object_tw/gTwinrovaMagicParticleTex"
static const ALIGN_ASSET(2) char gTwinrovaMagicParticleTex[] = dgTwinrovaMagicParticleTex;
#define dgTwinrovaEffectHaloDL "__OTR__objects/object_tw/gTwinrovaEffectHaloDL"
static const ALIGN_ASSET(2) char gTwinrovaEffectHaloDL[] = dgTwinrovaEffectHaloDL;
#define dgTwinrovaUnusedIceSteamCloudDL "__OTR__objects/object_tw/gTwinrovaUnusedIceSteamCloudDL"
static const ALIGN_ASSET(2) char gTwinrovaUnusedIceSteamCloudDL[] = dgTwinrovaUnusedIceSteamCloudDL;
#define dgTwinrovaIceMaterialDL "__OTR__objects/object_tw/gTwinrovaIceMaterialDL"
static const ALIGN_ASSET(2) char gTwinrovaIceMaterialDL[] = dgTwinrovaIceMaterialDL;
#define dgTwinrovaIceSurroundingPlayerMaterialDL "__OTR__objects/object_tw/gTwinrovaIceSurroundingPlayerMaterialDL"
static const ALIGN_ASSET(2) char gTwinrovaIceSurroundingPlayerMaterialDL[] = dgTwinrovaIceSurroundingPlayerMaterialDL;
#define dgTwinrovaIceModelDL "__OTR__objects/object_tw/gTwinrovaIceModelDL"
static const ALIGN_ASSET(2) char gTwinrovaIceModelDL[] = dgTwinrovaIceModelDL;
#define dgTwinrovaIcePoolTex "__OTR__objects/object_tw/gTwinrovaIcePoolTex"
static const ALIGN_ASSET(2) char gTwinrovaIcePoolTex[] = dgTwinrovaIcePoolTex;
#define dgTwinrovaIcePoolDL "__OTR__objects/object_tw/gTwinrovaIcePoolDL"
static const ALIGN_ASSET(2) char gTwinrovaIcePoolDL[] = dgTwinrovaIcePoolDL;
#define dgTwinrovaIcePoolShineTex "__OTR__objects/object_tw/gTwinrovaIcePoolShineTex"
static const ALIGN_ASSET(2) char gTwinrovaIcePoolShineTex[] = dgTwinrovaIcePoolShineTex;
#define dgTwinrovaIcePoolShineMaskTex "__OTR__objects/object_tw/gTwinrovaIcePoolShineMaskTex"
static const ALIGN_ASSET(2) char gTwinrovaIcePoolShineMaskTex[] = dgTwinrovaIcePoolShineMaskTex;
#define dgTwinrovaIcePoolShineDL "__OTR__objects/object_tw/gTwinrovaIcePoolShineDL"
static const ALIGN_ASSET(2) char gTwinrovaIcePoolShineDL[] = dgTwinrovaIcePoolShineDL;
#define dgTwinrovaKotakeMagicSigilMaskTex "__OTR__objects/object_tw/gTwinrovaKotakeMagicSigilMaskTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeMagicSigilMaskTex[] = dgTwinrovaKotakeMagicSigilMaskTex;
#define dgTwinrovaKotakeMagicSigilTex "__OTR__objects/object_tw/gTwinrovaKotakeMagicSigilTex"
static const ALIGN_ASSET(2) char gTwinrovaKotakeMagicSigilTex[] = dgTwinrovaKotakeMagicSigilTex;
#define dgTwinrovaKotakeMagicSigilDL "__OTR__objects/object_tw/gTwinrovaKotakeMagicSigilDL"
static const ALIGN_ASSET(2) char gTwinrovaKotakeMagicSigilDL[] = dgTwinrovaKotakeMagicSigilDL;
#define dgTwinrovaKoumeMagicSigilMaskTex "__OTR__objects/object_tw/gTwinrovaKoumeMagicSigilMaskTex"
static const ALIGN_ASSET(2) char gTwinrovaKoumeMagicSigilMaskTex[] = dgTwinrovaKoumeMagicSigilMaskTex;
#define dgTwinrovaKoumeMagicSigilTex "__OTR__objects/object_tw/gTwinrovaKoumeMagicSigilTex"
static const ALIGN_ASSET(2) char gTwinrovaKoumeMagicSigilTex[] = dgTwinrovaKoumeMagicSigilTex;
#define dgTwinrovaKoumeMagicSigilDL "__OTR__objects/object_tw/gTwinrovaKoumeMagicSigilDL"
static const ALIGN_ASSET(2) char gTwinrovaKoumeMagicSigilDL[] = dgTwinrovaKoumeMagicSigilDL;
#define dgTwinrovaBeamDL "__OTR__objects/object_tw/gTwinrovaBeamDL"
static const ALIGN_ASSET(2) char gTwinrovaBeamDL[] = dgTwinrovaBeamDL;
#define dgTwinrovaMirrorShieldFireChargeCenterDL "__OTR__objects/object_tw/gTwinrovaMirrorShieldFireChargeCenterDL"
static const ALIGN_ASSET(2) char gTwinrovaMirrorShieldFireChargeCenterDL[] = dgTwinrovaMirrorShieldFireChargeCenterDL;
#define dgTwinrovaMirrorShieldFireChargeSidesDL "__OTR__objects/object_tw/gTwinrovaMirrorShieldFireChargeSidesDL"
static const ALIGN_ASSET(2) char gTwinrovaMirrorShieldFireChargeSidesDL[] = dgTwinrovaMirrorShieldFireChargeSidesDL;
#define dgTwinrovaMirrorShieldIceChargeCenterDL "__OTR__objects/object_tw/gTwinrovaMirrorShieldIceChargeCenterDL"
static const ALIGN_ASSET(2) char gTwinrovaMirrorShieldIceChargeCenterDL[] = dgTwinrovaMirrorShieldIceChargeCenterDL;
#define dgTwinrovaMirrorShieldIceChargeSidesDL "__OTR__objects/object_tw/gTwinrovaMirrorShieldIceChargeSidesDL"
static const ALIGN_ASSET(2) char gTwinrovaMirrorShieldIceChargeSidesDL[] = dgTwinrovaMirrorShieldIceChargeSidesDL;
#define dgTwinrovaCloudMaskTex "__OTR__objects/object_tw/gTwinrovaCloudMaskTex"
static const ALIGN_ASSET(2) char gTwinrovaCloudMaskTex[] = dgTwinrovaCloudMaskTex;
#define dgTwinrovaShieldAbsorbAndReflectEffectDL "__OTR__objects/object_tw/gTwinrovaShieldAbsorbAndReflectEffectDL"
static const ALIGN_ASSET(2) char gTwinrovaShieldAbsorbAndReflectEffectDL[] = dgTwinrovaShieldAbsorbAndReflectEffectDL;
#define dgTwinrovaCircleTex "__OTR__objects/object_tw/gTwinrovaCircleTex"
static const ALIGN_ASSET(2) char gTwinrovaCircleTex[] = dgTwinrovaCircleTex;
#define dgTwinrovaSpawnPortalShadowDL "__OTR__objects/object_tw/gTwinrovaSpawnPortalShadowDL"
static const ALIGN_ASSET(2) char gTwinrovaSpawnPortalShadowDL[] = dgTwinrovaSpawnPortalShadowDL;
#define dgTwinrovaLightPillarAndHaloTex "__OTR__objects/object_tw/gTwinrovaLightPillarAndHaloTex"
static const ALIGN_ASSET(2) char gTwinrovaLightPillarAndHaloTex[] = dgTwinrovaLightPillarAndHaloTex;
#define dgTwinrovaLightPillarDL "__OTR__objects/object_tw/gTwinrovaLightPillarDL"
static const ALIGN_ASSET(2) char gTwinrovaLightPillarDL[] = dgTwinrovaLightPillarDL;
#define dgTwinrovaLightRaysDL "__OTR__objects/object_tw/gTwinrovaLightRaysDL"
static const ALIGN_ASSET(2) char gTwinrovaLightRaysDL[] = dgTwinrovaLightRaysDL;
#define dgTwinrovaLightCircleDL "__OTR__objects/object_tw/gTwinrovaLightCircleDL"
static const ALIGN_ASSET(2) char gTwinrovaLightCircleDL[] = dgTwinrovaLightCircleDL;
#define dgTwinrovaHaloDL "__OTR__objects/object_tw/gTwinrovaHaloDL"
static const ALIGN_ASSET(2) char gTwinrovaHaloDL[] = dgTwinrovaHaloDL;
#define dgTwinrovaKoumeSkel "__OTR__objects/object_tw/gTwinrovaKoumeSkel"
static const ALIGN_ASSET(2) char gTwinrovaKoumeSkel[] = dgTwinrovaKoumeSkel;
#define dgTwinrovaEyeHalfTex "__OTR__objects/object_tw/gTwinrovaEyeHalfTex"
static const ALIGN_ASSET(2) char gTwinrovaEyeHalfTex[] = dgTwinrovaEyeHalfTex;
#define dgTwinrovaDeathAnim "__OTR__objects/object_tw/gTwinrovaDeathAnim"
static const ALIGN_ASSET(2) char gTwinrovaDeathAnim[] = dgTwinrovaDeathAnim;
#define dgTwinrovaIceAttackAnim "__OTR__objects/object_tw/gTwinrovaIceAttackAnim"
static const ALIGN_ASSET(2) char gTwinrovaIceAttackAnim[] = dgTwinrovaIceAttackAnim;
#define dgTwinrovaFireAttackAnim "__OTR__objects/object_tw/gTwinrovaFireAttackAnim"
static const ALIGN_ASSET(2) char gTwinrovaFireAttackAnim[] = dgTwinrovaFireAttackAnim;
#define dgTwinrovaDamageAnim "__OTR__objects/object_tw/gTwinrovaDamageAnim"
static const ALIGN_ASSET(2) char gTwinrovaDamageAnim[] = dgTwinrovaDamageAnim;
#define dgTwinrovaTPoseAnim "__OTR__objects/object_tw/gTwinrovaTPoseAnim"
static const ALIGN_ASSET(2) char gTwinrovaTPoseAnim[] = dgTwinrovaTPoseAnim;
#define dgTwinrovaSkinAndBangleTex "__OTR__objects/object_tw/gTwinrovaSkinAndBangleTex"
static const ALIGN_ASSET(2) char gTwinrovaSkinAndBangleTex[] = dgTwinrovaSkinAndBangleTex;
#define dgTwinrovaEmblemTex "__OTR__objects/object_tw/gTwinrovaEmblemTex"
static const ALIGN_ASSET(2) char gTwinrovaEmblemTex[] = dgTwinrovaEmblemTex;
#define dgTwinrovaBreastTex "__OTR__objects/object_tw/gTwinrovaBreastTex"
static const ALIGN_ASSET(2) char gTwinrovaBreastTex[] = dgTwinrovaBreastTex;
#define dgTwinrovaRightPantLegTex "__OTR__objects/object_tw/gTwinrovaRightPantLegTex"
static const ALIGN_ASSET(2) char gTwinrovaRightPantLegTex[] = dgTwinrovaRightPantLegTex;
#define dgTwinrovaLeftPantLegTex "__OTR__objects/object_tw/gTwinrovaLeftPantLegTex"
static const ALIGN_ASSET(2) char gTwinrovaLeftPantLegTex[] = dgTwinrovaLeftPantLegTex;
#define dgTwinrovaRightFootDL "__OTR__objects/object_tw/gTwinrovaRightFootDL"
static const ALIGN_ASSET(2) char gTwinrovaRightFootDL[] = dgTwinrovaRightFootDL;
#define dgTwinrovaRightShinDL "__OTR__objects/object_tw/gTwinrovaRightShinDL"
static const ALIGN_ASSET(2) char gTwinrovaRightShinDL[] = dgTwinrovaRightShinDL;
#define dgTwinrovaRightThighDL "__OTR__objects/object_tw/gTwinrovaRightThighDL"
static const ALIGN_ASSET(2) char gTwinrovaRightThighDL[] = dgTwinrovaRightThighDL;
#define dgTwinrovaRightSleeveEndDL "__OTR__objects/object_tw/gTwinrovaRightSleeveEndDL"
static const ALIGN_ASSET(2) char gTwinrovaRightSleeveEndDL[] = dgTwinrovaRightSleeveEndDL;
#define dgTwinrovaRightSleeveStartDL "__OTR__objects/object_tw/gTwinrovaRightSleeveStartDL"
static const ALIGN_ASSET(2) char gTwinrovaRightSleeveStartDL[] = dgTwinrovaRightSleeveStartDL;
#define dgTwinrovaRightForearmDL "__OTR__objects/object_tw/gTwinrovaRightForearmDL"
static const ALIGN_ASSET(2) char gTwinrovaRightForearmDL[] = dgTwinrovaRightForearmDL;
#define dgTwinrovaRightUpperArmDL "__OTR__objects/object_tw/gTwinrovaRightUpperArmDL"
static const ALIGN_ASSET(2) char gTwinrovaRightUpperArmDL[] = dgTwinrovaRightUpperArmDL;
#define dgTwinrovaRightShoulderDL "__OTR__objects/object_tw/gTwinrovaRightShoulderDL"
static const ALIGN_ASSET(2) char gTwinrovaRightShoulderDL[] = dgTwinrovaRightShoulderDL;
#define dgTwinrovaLeftSleeveEndDL "__OTR__objects/object_tw/gTwinrovaLeftSleeveEndDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftSleeveEndDL[] = dgTwinrovaLeftSleeveEndDL;
#define dgTwinrovaLeftSleeveStartDL "__OTR__objects/object_tw/gTwinrovaLeftSleeveStartDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftSleeveStartDL[] = dgTwinrovaLeftSleeveStartDL;
#define dgTwinrovaLeftForearmDL "__OTR__objects/object_tw/gTwinrovaLeftForearmDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftForearmDL[] = dgTwinrovaLeftForearmDL;
#define dgTwinrovaLeftUpperArmDL "__OTR__objects/object_tw/gTwinrovaLeftUpperArmDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftUpperArmDL[] = dgTwinrovaLeftUpperArmDL;
#define dgTwinrovaLeftShoulderDL "__OTR__objects/object_tw/gTwinrovaLeftShoulderDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftShoulderDL[] = dgTwinrovaLeftShoulderDL;
#define dgTwinrovaLeftBraidEndDL "__OTR__objects/object_tw/gTwinrovaLeftBraidEndDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftBraidEndDL[] = dgTwinrovaLeftBraidEndDL;
#define dgTwinrovaLeftBraidStartDL "__OTR__objects/object_tw/gTwinrovaLeftBraidStartDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftBraidStartDL[] = dgTwinrovaLeftBraidStartDL;
#define dgTwinrovaRightBraidEndDL "__OTR__objects/object_tw/gTwinrovaRightBraidEndDL"
static const ALIGN_ASSET(2) char gTwinrovaRightBraidEndDL[] = dgTwinrovaRightBraidEndDL;
#define dgTwinrovaRightBraidStartDL "__OTR__objects/object_tw/gTwinrovaRightBraidStartDL"
static const ALIGN_ASSET(2) char gTwinrovaRightBraidStartDL[] = dgTwinrovaRightBraidStartDL;
#define dgTwinrovaRightBreastDL "__OTR__objects/object_tw/gTwinrovaRightBreastDL"
static const ALIGN_ASSET(2) char gTwinrovaRightBreastDL[] = dgTwinrovaRightBreastDL;
#define dgTwinrovaLeftBreastDL "__OTR__objects/object_tw/gTwinrovaLeftBreastDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftBreastDL[] = dgTwinrovaLeftBreastDL;
#define dgTwinrovaTorsoDL "__OTR__objects/object_tw/gTwinrovaTorsoDL"
static const ALIGN_ASSET(2) char gTwinrovaTorsoDL[] = dgTwinrovaTorsoDL;
#define dgTwinrovaLeftFootDL "__OTR__objects/object_tw/gTwinrovaLeftFootDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftFootDL[] = dgTwinrovaLeftFootDL;
#define dgTwinrovaLeftShinDL "__OTR__objects/object_tw/gTwinrovaLeftShinDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftShinDL[] = dgTwinrovaLeftShinDL;
#define dgTwinrovaLeftThighDL "__OTR__objects/object_tw/gTwinrovaLeftThighDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftThighDL[] = dgTwinrovaLeftThighDL;
#define dgTwinrovaSash4DL "__OTR__objects/object_tw/gTwinrovaSash4DL"
static const ALIGN_ASSET(2) char gTwinrovaSash4DL[] = dgTwinrovaSash4DL;
#define dgTwinrovaSash3DL "__OTR__objects/object_tw/gTwinrovaSash3DL"
static const ALIGN_ASSET(2) char gTwinrovaSash3DL[] = dgTwinrovaSash3DL;
#define dgTwinrovaSash2DL "__OTR__objects/object_tw/gTwinrovaSash2DL"
static const ALIGN_ASSET(2) char gTwinrovaSash2DL[] = dgTwinrovaSash2DL;
#define dgTwinrovaSash1DL "__OTR__objects/object_tw/gTwinrovaSash1DL"
static const ALIGN_ASSET(2) char gTwinrovaSash1DL[] = dgTwinrovaSash1DL;
#define dgTwinrovaPelvisDL "__OTR__objects/object_tw/gTwinrovaPelvisDL"
static const ALIGN_ASSET(2) char gTwinrovaPelvisDL[] = dgTwinrovaPelvisDL;
#define dgTwinrovaEyeAndMouthTLUT "__OTR__objects/object_tw/gTwinrovaEyeAndMouthTLUT"
static const ALIGN_ASSET(2) char gTwinrovaEyeAndMouthTLUT[] = dgTwinrovaEyeAndMouthTLUT;
#define dgTwinrovaEarAndFingerTLUT "__OTR__objects/object_tw/gTwinrovaEarAndFingerTLUT"
static const ALIGN_ASSET(2) char gTwinrovaEarAndFingerTLUT[] = dgTwinrovaEarAndFingerTLUT;
#define dgTwinrovaEyeClosedTex "__OTR__objects/object_tw/gTwinrovaEyeClosedTex"
static const ALIGN_ASSET(2) char gTwinrovaEyeClosedTex[] = dgTwinrovaEyeClosedTex;
#define dgTwinrovaGrimaceTex "__OTR__objects/object_tw/gTwinrovaGrimaceTex"
static const ALIGN_ASSET(2) char gTwinrovaGrimaceTex[] = dgTwinrovaGrimaceTex;
#define dgTwinrovaEyebrowTex "__OTR__objects/object_tw/gTwinrovaEyebrowTex"
static const ALIGN_ASSET(2) char gTwinrovaEyebrowTex[] = dgTwinrovaEyebrowTex;
#define dgTwinrovaEyeOpenTex "__OTR__objects/object_tw/gTwinrovaEyeOpenTex"
static const ALIGN_ASSET(2) char gTwinrovaEyeOpenTex[] = dgTwinrovaEyeOpenTex;
#define dgTwinrovaNoseTex "__OTR__objects/object_tw/gTwinrovaNoseTex"
static const ALIGN_ASSET(2) char gTwinrovaNoseTex[] = dgTwinrovaNoseTex;
#define dgTwinrovaEarTex "__OTR__objects/object_tw/gTwinrovaEarTex"
static const ALIGN_ASSET(2) char gTwinrovaEarTex[] = dgTwinrovaEarTex;
#define dgTwinrovaSmileTex "__OTR__objects/object_tw/gTwinrovaSmileTex"
static const ALIGN_ASSET(2) char gTwinrovaSmileTex[] = dgTwinrovaSmileTex;
#define dgTwinrovaFingerTex "__OTR__objects/object_tw/gTwinrovaFingerTex"
static const ALIGN_ASSET(2) char gTwinrovaFingerTex[] = dgTwinrovaFingerTex;
#define dgTwinrovaInvisibleLeftHairBunDL "__OTR__objects/object_tw/gTwinrovaInvisibleLeftHairBunDL"
static const ALIGN_ASSET(2) char gTwinrovaInvisibleLeftHairBunDL[] = dgTwinrovaInvisibleLeftHairBunDL;
#define dgTwinrovaInvisibleRightHairBunDL "__OTR__objects/object_tw/gTwinrovaInvisibleRightHairBunDL"
static const ALIGN_ASSET(2) char gTwinrovaInvisibleRightHairBunDL[] = dgTwinrovaInvisibleRightHairBunDL;
#define dgTwinrovaHeadDL "__OTR__objects/object_tw/gTwinrovaHeadDL"
static const ALIGN_ASSET(2) char gTwinrovaHeadDL[] = dgTwinrovaHeadDL;
#define dgTwinrovaLeftHandDL "__OTR__objects/object_tw/gTwinrovaLeftHandDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftHandDL[] = dgTwinrovaLeftHandDL;
#define dgTwinrovaRightBroomDL "__OTR__objects/object_tw/gTwinrovaRightBroomDL"
static const ALIGN_ASSET(2) char gTwinrovaRightBroomDL[] = dgTwinrovaRightBroomDL;
#define dgTwinrovaLeftBroomDL "__OTR__objects/object_tw/gTwinrovaLeftBroomDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftBroomDL[] = dgTwinrovaLeftBroomDL;
#define dgTwinrovaRightHandDL "__OTR__objects/object_tw/gTwinrovaRightHandDL"
static const ALIGN_ASSET(2) char gTwinrovaRightHandDL[] = dgTwinrovaRightHandDL;
#define dgTwinrovaRightHairBunDL "__OTR__objects/object_tw/gTwinrovaRightHairBunDL"
static const ALIGN_ASSET(2) char gTwinrovaRightHairBunDL[] = dgTwinrovaRightHairBunDL;
#define dgTwinrovaLeftHairBunDL "__OTR__objects/object_tw/gTwinrovaLeftHairBunDL"
static const ALIGN_ASSET(2) char gTwinrovaLeftHairBunDL[] = dgTwinrovaLeftHairBunDL;
#define dgTwinrovaHairIceJetDL "__OTR__objects/object_tw/gTwinrovaHairIceJetDL"
static const ALIGN_ASSET(2) char gTwinrovaHairIceJetDL[] = dgTwinrovaHairIceJetDL;
#define dgTwinrovaHairIceTrailDL "__OTR__objects/object_tw/gTwinrovaHairIceTrailDL"
static const ALIGN_ASSET(2) char gTwinrovaHairIceTrailDL[] = dgTwinrovaHairIceTrailDL;
#define dgTwinrovaHairFireJetDL "__OTR__objects/object_tw/gTwinrovaHairFireJetDL"
static const ALIGN_ASSET(2) char gTwinrovaHairFireJetDL[] = dgTwinrovaHairFireJetDL;
#define dgTwinrovaHairFireTrailDL "__OTR__objects/object_tw/gTwinrovaHairFireTrailDL"
static const ALIGN_ASSET(2) char gTwinrovaHairFireTrailDL[] = dgTwinrovaHairFireTrailDL;
#define dgTwinrovaBroomIceJetDL "__OTR__objects/object_tw/gTwinrovaBroomIceJetDL"
static const ALIGN_ASSET(2) char gTwinrovaBroomIceJetDL[] = dgTwinrovaBroomIceJetDL;
#define dgTwinrovaBroomIceTrailDL "__OTR__objects/object_tw/gTwinrovaBroomIceTrailDL"
static const ALIGN_ASSET(2) char gTwinrovaBroomIceTrailDL[] = dgTwinrovaBroomIceTrailDL;
#define dgTwinrovaBroomFireJetDL "__OTR__objects/object_tw/gTwinrovaBroomFireJetDL"
static const ALIGN_ASSET(2) char gTwinrovaBroomFireJetDL[] = dgTwinrovaBroomFireJetDL;
#define dgTwinrovaBroomFireTrailDL "__OTR__objects/object_tw/gTwinrovaBroomFireTrailDL"
static const ALIGN_ASSET(2) char gTwinrovaBroomFireTrailDL[] = dgTwinrovaBroomFireTrailDL;
#define dgTwinrovaTitleCardTex "__OTR__objects/object_tw/gTwinrovaTitleCardTex"
static const ALIGN_ASSET(2) char gTwinrovaTitleCardTex[] = dgTwinrovaTitleCardTex;
#define dgTwinrovaSkel "__OTR__objects/object_tw/gTwinrovaSkel"
static const ALIGN_ASSET(2) char gTwinrovaSkel[] = dgTwinrovaSkel;
#define dgTwinrovaHoverAnim "__OTR__objects/object_tw/gTwinrovaHoverAnim"
static const ALIGN_ASSET(2) char gTwinrovaHoverAnim[] = dgTwinrovaHoverAnim;
#define dgTwinrovaChargedAttackHitAnim "__OTR__objects/object_tw/gTwinrovaChargedAttackHitAnim"
static const ALIGN_ASSET(2) char gTwinrovaChargedAttackHitAnim[] = dgTwinrovaChargedAttackHitAnim;
#define dgTwinrovaStunStartAnim "__OTR__objects/object_tw/gTwinrovaStunStartAnim"
static const ALIGN_ASSET(2) char gTwinrovaStunStartAnim[] = dgTwinrovaStunStartAnim;
#define dgTwinrovaStunLoopAnim "__OTR__objects/object_tw/gTwinrovaStunLoopAnim"
static const ALIGN_ASSET(2) char gTwinrovaStunLoopAnim[] = dgTwinrovaStunLoopAnim;
#define dgTwinrovaStunEndAnim "__OTR__objects/object_tw/gTwinrovaStunEndAnim"
static const ALIGN_ASSET(2) char gTwinrovaStunEndAnim[] = dgTwinrovaStunEndAnim;
#define dgTwinrovaWindUpAnim "__OTR__objects/object_tw/gTwinrovaWindUpAnim"
static const ALIGN_ASSET(2) char gTwinrovaWindUpAnim[] = dgTwinrovaWindUpAnim;
#define dgTwinrovaIntroAnim "__OTR__objects/object_tw/gTwinrovaIntroAnim"
static const ALIGN_ASSET(2) char gTwinrovaIntroAnim[] = dgTwinrovaIntroAnim;
#define dgTwinrovaLaughAnim "__OTR__objects/object_tw/gTwinrovaLaughAnim"
static const ALIGN_ASSET(2) char gTwinrovaLaughAnim[] = dgTwinrovaLaughAnim;
#define dgTwinrovaUnusedBoulderDL "__OTR__objects/object_tw/gTwinrovaUnusedBoulderDL"
static const ALIGN_ASSET(2) char gTwinrovaUnusedBoulderDL[] = dgTwinrovaUnusedBoulderDL;
#define dgTwinrovaUnusedBoulderTex "__OTR__objects/object_tw/gTwinrovaUnusedBoulderTex"
static const ALIGN_ASSET(2) char gTwinrovaUnusedBoulderTex[] = dgTwinrovaUnusedBoulderTex;
#endif // OBJECTS_OBJECT_TW_H
|