blob: b3baf985f367c75e68ad1a0290629e1e228dc971 (
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
|
#ifndef TEXTURES_TITLE_STATIC_H
#define TEXTURES_TITLE_STATIC_H 1
#include "align_asset_macro.h"
#define dgFileSelConnectorTex "__OTR__textures/title_static/gFileSelConnectorTex"
static const ALIGN_ASSET(2) char gFileSelConnectorTex[] = dgFileSelConnectorTex;
#define dgFileSelForestMedallionTex "__OTR__textures/title_static/gFileSelForestMedallionTex"
static const ALIGN_ASSET(2) char gFileSelForestMedallionTex[] = dgFileSelForestMedallionTex;
#define dgFileSelFireMedallionTex "__OTR__textures/title_static/gFileSelFireMedallionTex"
static const ALIGN_ASSET(2) char gFileSelFireMedallionTex[] = dgFileSelFireMedallionTex;
#define dgFileSelWaterMedallionTex "__OTR__textures/title_static/gFileSelWaterMedallionTex"
static const ALIGN_ASSET(2) char gFileSelWaterMedallionTex[] = dgFileSelWaterMedallionTex;
#define dgFileSelSpiritMedallionTex "__OTR__textures/title_static/gFileSelSpiritMedallionTex"
static const ALIGN_ASSET(2) char gFileSelSpiritMedallionTex[] = dgFileSelSpiritMedallionTex;
#define dgFileSelShadowMedallionTex "__OTR__textures/title_static/gFileSelShadowMedallionTex"
static const ALIGN_ASSET(2) char gFileSelShadowMedallionTex[] = dgFileSelShadowMedallionTex;
#define dgFileSelLightMedallionTex "__OTR__textures/title_static/gFileSelLightMedallionTex"
static const ALIGN_ASSET(2) char gFileSelLightMedallionTex[] = dgFileSelLightMedallionTex;
#define dgFileSelWindow1Tex "__OTR__textures/title_static/gFileSelWindow1Tex"
static const ALIGN_ASSET(2) char gFileSelWindow1Tex[] = dgFileSelWindow1Tex;
#define dgFileSelWindow2Tex "__OTR__textures/title_static/gFileSelWindow2Tex"
static const ALIGN_ASSET(2) char gFileSelWindow2Tex[] = dgFileSelWindow2Tex;
#define dgFileSelWindow3Tex "__OTR__textures/title_static/gFileSelWindow3Tex"
static const ALIGN_ASSET(2) char gFileSelWindow3Tex[] = dgFileSelWindow3Tex;
#define dgFileSelWindow4Tex "__OTR__textures/title_static/gFileSelWindow4Tex"
static const ALIGN_ASSET(2) char gFileSelWindow4Tex[] = dgFileSelWindow4Tex;
#define dgFileSelWindow5Tex "__OTR__textures/title_static/gFileSelWindow5Tex"
static const ALIGN_ASSET(2) char gFileSelWindow5Tex[] = dgFileSelWindow5Tex;
#define dgFileSelWindow6Tex "__OTR__textures/title_static/gFileSelWindow6Tex"
static const ALIGN_ASSET(2) char gFileSelWindow6Tex[] = dgFileSelWindow6Tex;
#define dgFileSelWindow7Tex "__OTR__textures/title_static/gFileSelWindow7Tex"
static const ALIGN_ASSET(2) char gFileSelWindow7Tex[] = dgFileSelWindow7Tex;
#define dgFileSelWindow8Tex "__OTR__textures/title_static/gFileSelWindow8Tex"
static const ALIGN_ASSET(2) char gFileSelWindow8Tex[] = dgFileSelWindow8Tex;
#define dgFileSelWindow9Tex "__OTR__textures/title_static/gFileSelWindow9Tex"
static const ALIGN_ASSET(2) char gFileSelWindow9Tex[] = dgFileSelWindow9Tex;
#define dgFileSelWindow10Tex "__OTR__textures/title_static/gFileSelWindow10Tex"
static const ALIGN_ASSET(2) char gFileSelWindow10Tex[] = dgFileSelWindow10Tex;
#define dgFileSelWindow11Tex "__OTR__textures/title_static/gFileSelWindow11Tex"
static const ALIGN_ASSET(2) char gFileSelWindow11Tex[] = dgFileSelWindow11Tex;
#define dgFileSelWindow12Tex "__OTR__textures/title_static/gFileSelWindow12Tex"
static const ALIGN_ASSET(2) char gFileSelWindow12Tex[] = dgFileSelWindow12Tex;
#define dgFileSelWindow13Tex "__OTR__textures/title_static/gFileSelWindow13Tex"
static const ALIGN_ASSET(2) char gFileSelWindow13Tex[] = dgFileSelWindow13Tex;
#define dgFileSelWindow14Tex "__OTR__textures/title_static/gFileSelWindow14Tex"
static const ALIGN_ASSET(2) char gFileSelWindow14Tex[] = dgFileSelWindow14Tex;
#define dgFileSelWindow15Tex "__OTR__textures/title_static/gFileSelWindow15Tex"
static const ALIGN_ASSET(2) char gFileSelWindow15Tex[] = dgFileSelWindow15Tex;
#define dgFileSelWindow16Tex "__OTR__textures/title_static/gFileSelWindow16Tex"
static const ALIGN_ASSET(2) char gFileSelWindow16Tex[] = dgFileSelWindow16Tex;
#define dgFileSelWindow17Tex "__OTR__textures/title_static/gFileSelWindow17Tex"
static const ALIGN_ASSET(2) char gFileSelWindow17Tex[] = dgFileSelWindow17Tex;
#define dgFileSelWindow18Tex "__OTR__textures/title_static/gFileSelWindow18Tex"
static const ALIGN_ASSET(2) char gFileSelWindow18Tex[] = dgFileSelWindow18Tex;
#define dgFileSelWindow19Tex "__OTR__textures/title_static/gFileSelWindow19Tex"
static const ALIGN_ASSET(2) char gFileSelWindow19Tex[] = dgFileSelWindow19Tex;
#define dgFileSelWindow20Tex "__OTR__textures/title_static/gFileSelWindow20Tex"
static const ALIGN_ASSET(2) char gFileSelWindow20Tex[] = dgFileSelWindow20Tex;
#define dgFileSelKanjiButtonTex "__OTR__textures/title_static/gFileSelKanjiButtonTex"
static const ALIGN_ASSET(2) char gFileSelKanjiButtonTex[] = dgFileSelKanjiButtonTex;
#define dgFileSelHiraganaButtonTex "__OTR__textures/title_static/gFileSelHiraganaButtonTex"
static const ALIGN_ASSET(2) char gFileSelHiraganaButtonTex[] = dgFileSelHiraganaButtonTex;
#define dgFileSelKatakanaButtonTex "__OTR__textures/title_static/gFileSelKatakanaButtonTex"
static const ALIGN_ASSET(2) char gFileSelKatakanaButtonTex[] = dgFileSelKatakanaButtonTex;
#define dgFileSelENDButtonENGTex "__OTR__textures/title_static/gFileSelENDButtonENGTex"
static const ALIGN_ASSET(2) char gFileSelENDButtonENGTex[] = dgFileSelENDButtonENGTex;
#define dgFileSelENDButtonGERTex "__OTR__textures/title_static/gFileSelENDButtonGERTex"
static const ALIGN_ASSET(2) char gFileSelENDButtonGERTex[] = dgFileSelENDButtonGERTex;
#define dgFileSelENDButtonFRATex "__OTR__textures/title_static/gFileSelENDButtonFRATex"
static const ALIGN_ASSET(2) char gFileSelENDButtonFRATex[] = dgFileSelENDButtonFRATex;
#define dgFileSelBackspaceButtonTex "__OTR__textures/title_static/gFileSelBackspaceButtonTex"
static const ALIGN_ASSET(2) char gFileSelBackspaceButtonTex[] = dgFileSelBackspaceButtonTex;
#define dgFileSelNameBoxTex "__OTR__textures/title_static/gFileSelNameBoxTex"
static const ALIGN_ASSET(2) char gFileSelNameBoxTex[] = dgFileSelNameBoxTex;
#define dgFileSelFileInfoBox1Tex "__OTR__textures/title_static/gFileSelFileInfoBox1Tex"
static const ALIGN_ASSET(2) char gFileSelFileInfoBox1Tex[] = dgFileSelFileInfoBox1Tex;
#define dgFileSelFileInfoBox2Tex "__OTR__textures/title_static/gFileSelFileInfoBox2Tex"
static const ALIGN_ASSET(2) char gFileSelFileInfoBox2Tex[] = dgFileSelFileInfoBox2Tex;
#define dgFileSelFileInfoBox3Tex "__OTR__textures/title_static/gFileSelFileInfoBox3Tex"
static const ALIGN_ASSET(2) char gFileSelFileInfoBox3Tex[] = dgFileSelFileInfoBox3Tex;
#define dgFileSelFileInfoBox4Tex "__OTR__textures/title_static/gFileSelFileInfoBox4Tex"
static const ALIGN_ASSET(2) char gFileSelFileInfoBox4Tex[] = dgFileSelFileInfoBox4Tex;
#define dgFileSelFileInfoBox5Tex "__OTR__textures/title_static/gFileSelFileInfoBox5Tex"
static const ALIGN_ASSET(2) char gFileSelFileInfoBox5Tex[] = dgFileSelFileInfoBox5Tex;
#define dgFileSelDISKButtonTex "__OTR__textures/title_static/gFileSelDISKButtonTex"
static const ALIGN_ASSET(2) char gFileSelDISKButtonTex[] = dgFileSelDISKButtonTex;
#define dgFileSelOptionsDividerTex "__OTR__textures/title_static/gFileSelOptionsDividerTex"
static const ALIGN_ASSET(2) char gFileSelOptionsDividerTex[] = dgFileSelOptionsDividerTex;
#define dgFileSelBrightnessCheckTex "__OTR__textures/title_static/gFileSelBrightnessCheckTex"
static const ALIGN_ASSET(2) char gFileSelBrightnessCheckTex[] = dgFileSelBrightnessCheckTex;
#define dgFileSelBigButtonHighlightTex "__OTR__textures/title_static/gFileSelBigButtonHighlightTex"
static const ALIGN_ASSET(2) char gFileSelBigButtonHighlightTex[] = dgFileSelBigButtonHighlightTex;
#define dgFileSelCharHighlightTex "__OTR__textures/title_static/gFileSelCharHighlightTex"
static const ALIGN_ASSET(2) char gFileSelCharHighlightTex[] = dgFileSelCharHighlightTex;
#define dgFileSelMediumButtonHighlightTex "__OTR__textures/title_static/gFileSelMediumButtonHighlightTex"
static const ALIGN_ASSET(2) char gFileSelMediumButtonHighlightTex[] = dgFileSelMediumButtonHighlightTex;
#define dgFileSelSmallButtonHighlightTex "__OTR__textures/title_static/gFileSelSmallButtonHighlightTex"
static const ALIGN_ASSET(2) char gFileSelSmallButtonHighlightTex[] = dgFileSelSmallButtonHighlightTex;
#define dgFileSelKokiriEmeraldTex "__OTR__textures/title_static/gFileSelKokiriEmeraldTex"
static const ALIGN_ASSET(2) char gFileSelKokiriEmeraldTex[] = dgFileSelKokiriEmeraldTex;
#define dgFileSelGoronRubyTex "__OTR__textures/title_static/gFileSelGoronRubyTex"
static const ALIGN_ASSET(2) char gFileSelGoronRubyTex[] = dgFileSelGoronRubyTex;
#define dgFileSelZoraSapphireTex "__OTR__textures/title_static/gFileSelZoraSapphireTex"
static const ALIGN_ASSET(2) char gFileSelZoraSapphireTex[] = dgFileSelZoraSapphireTex;
#define dgFileSelNoFileToCopyENGTex "__OTR__textures/title_static/gFileSelNoFileToCopyENGTex"
static const ALIGN_ASSET(2) char gFileSelNoFileToCopyENGTex[] = dgFileSelNoFileToCopyENGTex;
#define dgFileSelNoFileToEraseENGTex "__OTR__textures/title_static/gFileSelNoFileToEraseENGTex"
static const ALIGN_ASSET(2) char gFileSelNoFileToEraseENGTex[] = dgFileSelNoFileToEraseENGTex;
#define dgFileSelNoEmptyFileENGTex "__OTR__textures/title_static/gFileSelNoEmptyFileENGTex"
static const ALIGN_ASSET(2) char gFileSelNoEmptyFileENGTex[] = dgFileSelNoEmptyFileENGTex;
#define dgFileSelFileEmptyENGTex "__OTR__textures/title_static/gFileSelFileEmptyENGTex"
static const ALIGN_ASSET(2) char gFileSelFileEmptyENGTex[] = dgFileSelFileEmptyENGTex;
#define dgFileSelFileInUseENGTex "__OTR__textures/title_static/gFileSelFileInUseENGTex"
static const ALIGN_ASSET(2) char gFileSelFileInUseENGTex[] = dgFileSelFileInUseENGTex;
#define dgFileSelNoFileToCopyGERTex "__OTR__textures/title_static/gFileSelNoFileToCopyGERTex"
static const ALIGN_ASSET(2) char gFileSelNoFileToCopyGERTex[] = dgFileSelNoFileToCopyGERTex;
#define dgFileSelNoFileToEraseGERTex "__OTR__textures/title_static/gFileSelNoFileToEraseGERTex"
static const ALIGN_ASSET(2) char gFileSelNoFileToEraseGERTex[] = dgFileSelNoFileToEraseGERTex;
#define dgFileSelNoEmptyFileGERTex "__OTR__textures/title_static/gFileSelNoEmptyFileGERTex"
static const ALIGN_ASSET(2) char gFileSelNoEmptyFileGERTex[] = dgFileSelNoEmptyFileGERTex;
#define dgFileSelFileEmptyGERTex "__OTR__textures/title_static/gFileSelFileEmptyGERTex"
static const ALIGN_ASSET(2) char gFileSelFileEmptyGERTex[] = dgFileSelFileEmptyGERTex;
#define dgFileSelFileInUseGERTex "__OTR__textures/title_static/gFileSelFileInUseGERTex"
static const ALIGN_ASSET(2) char gFileSelFileInUseGERTex[] = dgFileSelFileInUseGERTex;
#define dgFileSelNoFileToCopyFRATex "__OTR__textures/title_static/gFileSelNoFileToCopyFRATex"
static const ALIGN_ASSET(2) char gFileSelNoFileToCopyFRATex[] = dgFileSelNoFileToCopyFRATex;
#define dgFileSelNoFileToEraseFRATex "__OTR__textures/title_static/gFileSelNoFileToEraseFRATex"
static const ALIGN_ASSET(2) char gFileSelNoFileToEraseFRATex[] = dgFileSelNoFileToEraseFRATex;
#define dgFileSelNoEmptyFileFRATex "__OTR__textures/title_static/gFileSelNoEmptyFileFRATex"
static const ALIGN_ASSET(2) char gFileSelNoEmptyFileFRATex[] = dgFileSelNoEmptyFileFRATex;
#define dgFileSelFileEmptyFRATex "__OTR__textures/title_static/gFileSelFileEmptyFRATex"
static const ALIGN_ASSET(2) char gFileSelFileEmptyFRATex[] = dgFileSelFileEmptyFRATex;
#define dgFileSelFileInUseFRATex "__OTR__textures/title_static/gFileSelFileInUseFRATex"
static const ALIGN_ASSET(2) char gFileSelFileInUseFRATex[] = dgFileSelFileInUseFRATex;
#define dgFileSelCopyWhichFileENGTex "__OTR__textures/title_static/gFileSelCopyWhichFileENGTex"
static const ALIGN_ASSET(2) char gFileSelCopyWhichFileENGTex[] = dgFileSelCopyWhichFileENGTex;
#define dgFileSelCopyToWhichFileENGTex "__OTR__textures/title_static/gFileSelCopyToWhichFileENGTex"
static const ALIGN_ASSET(2) char gFileSelCopyToWhichFileENGTex[] = dgFileSelCopyToWhichFileENGTex;
#define dgFileSelAreYouSureENGTex "__OTR__textures/title_static/gFileSelAreYouSureENGTex"
static const ALIGN_ASSET(2) char gFileSelAreYouSureENGTex[] = dgFileSelAreYouSureENGTex;
#define dgFileSelFileCopiedENGTex "__OTR__textures/title_static/gFileSelFileCopiedENGTex"
static const ALIGN_ASSET(2) char gFileSelFileCopiedENGTex[] = dgFileSelFileCopiedENGTex;
#define dgFileSelWhichFile1GERTex "__OTR__textures/title_static/gFileSelWhichFile1GERTex"
static const ALIGN_ASSET(2) char gFileSelWhichFile1GERTex[] = dgFileSelWhichFile1GERTex;
#define dgFileSelCopyToWhichFileGERTex "__OTR__textures/title_static/gFileSelCopyToWhichFileGERTex"
static const ALIGN_ASSET(2) char gFileSelCopyToWhichFileGERTex[] = dgFileSelCopyToWhichFileGERTex;
#define dgFileSelAreYouSureGERTex "__OTR__textures/title_static/gFileSelAreYouSureGERTex"
static const ALIGN_ASSET(2) char gFileSelAreYouSureGERTex[] = dgFileSelAreYouSureGERTex;
#define dgFileSelFileCopiedGERTex "__OTR__textures/title_static/gFileSelFileCopiedGERTex"
static const ALIGN_ASSET(2) char gFileSelFileCopiedGERTex[] = dgFileSelFileCopiedGERTex;
#define dgFileSelCopyWhichFileFRATex "__OTR__textures/title_static/gFileSelCopyWhichFileFRATex"
static const ALIGN_ASSET(2) char gFileSelCopyWhichFileFRATex[] = dgFileSelCopyWhichFileFRATex;
#define dgFileSelCopyToWhichFileFRATex "__OTR__textures/title_static/gFileSelCopyToWhichFileFRATex"
static const ALIGN_ASSET(2) char gFileSelCopyToWhichFileFRATex[] = dgFileSelCopyToWhichFileFRATex;
#define dgFileSelAreYouSureFRATex "__OTR__textures/title_static/gFileSelAreYouSureFRATex"
static const ALIGN_ASSET(2) char gFileSelAreYouSureFRATex[] = dgFileSelAreYouSureFRATex;
#define dgFileSelFileCopiedFRATex "__OTR__textures/title_static/gFileSelFileCopiedFRATex"
static const ALIGN_ASSET(2) char gFileSelFileCopiedFRATex[] = dgFileSelFileCopiedFRATex;
#define dgFileSelPleaseSelectAFileENGTex "__OTR__textures/title_static/gFileSelPleaseSelectAFileENGTex"
static const ALIGN_ASSET(2) char gFileSelPleaseSelectAFileENGTex[] = dgFileSelPleaseSelectAFileENGTex;
#define dgFileSelOpenThisFileENGTex "__OTR__textures/title_static/gFileSelOpenThisFileENGTex"
static const ALIGN_ASSET(2) char gFileSelOpenThisFileENGTex[] = dgFileSelOpenThisFileENGTex;
#define dgFileSelPleaseSelectAFileGERTex "__OTR__textures/title_static/gFileSelPleaseSelectAFileGERTex"
static const ALIGN_ASSET(2) char gFileSelPleaseSelectAFileGERTex[] = dgFileSelPleaseSelectAFileGERTex;
#define dgFileSelOpenThisFileGERTex "__OTR__textures/title_static/gFileSelOpenThisFileGERTex"
static const ALIGN_ASSET(2) char gFileSelOpenThisFileGERTex[] = dgFileSelOpenThisFileGERTex;
#define dgFileSelPleaseSelectAFileFRATex "__OTR__textures/title_static/gFileSelPleaseSelectAFileFRATex"
static const ALIGN_ASSET(2) char gFileSelPleaseSelectAFileFRATex[] = dgFileSelPleaseSelectAFileFRATex;
#define dgFileSelOpenThisFileFRATex "__OTR__textures/title_static/gFileSelOpenThisFileFRATex"
static const ALIGN_ASSET(2) char gFileSelOpenThisFileFRATex[] = dgFileSelOpenThisFileFRATex;
#define dgFileSelEraseWhichFileENGTex "__OTR__textures/title_static/gFileSelEraseWhichFileENGTex"
static const ALIGN_ASSET(2) char gFileSelEraseWhichFileENGTex[] = dgFileSelEraseWhichFileENGTex;
#define dgFileSelAreYouSure2ENGTex "__OTR__textures/title_static/gFileSelAreYouSure2ENGTex"
static const ALIGN_ASSET(2) char gFileSelAreYouSure2ENGTex[] = dgFileSelAreYouSure2ENGTex;
#define dgFileSelFileErasedENGTex "__OTR__textures/title_static/gFileSelFileErasedENGTex"
static const ALIGN_ASSET(2) char gFileSelFileErasedENGTex[] = dgFileSelFileErasedENGTex;
#define dgFileSelWhichFile2GERTex "__OTR__textures/title_static/gFileSelWhichFile2GERTex"
static const ALIGN_ASSET(2) char gFileSelWhichFile2GERTex[] = dgFileSelWhichFile2GERTex;
#define dgFileSelAreYouSure2GERTex "__OTR__textures/title_static/gFileSelAreYouSure2GERTex"
static const ALIGN_ASSET(2) char gFileSelAreYouSure2GERTex[] = dgFileSelAreYouSure2GERTex;
#define dgFileSelFileErasedGERTex "__OTR__textures/title_static/gFileSelFileErasedGERTex"
static const ALIGN_ASSET(2) char gFileSelFileErasedGERTex[] = dgFileSelFileErasedGERTex;
#define dgFileSelEraseWhichFileFRATex "__OTR__textures/title_static/gFileSelEraseWhichFileFRATex"
static const ALIGN_ASSET(2) char gFileSelEraseWhichFileFRATex[] = dgFileSelEraseWhichFileFRATex;
#define dgFileSelAreYouSure2FRATex "__OTR__textures/title_static/gFileSelAreYouSure2FRATex"
static const ALIGN_ASSET(2) char gFileSelAreYouSure2FRATex[] = dgFileSelAreYouSure2FRATex;
#define dgFileSelFileErasedFRATex "__OTR__textures/title_static/gFileSelFileErasedFRATex"
static const ALIGN_ASSET(2) char gFileSelFileErasedFRATex[] = dgFileSelFileErasedFRATex;
#define dgFileSelOptionsENGTex "__OTR__textures/title_static/gFileSelOptionsENGTex"
static const ALIGN_ASSET(2) char gFileSelOptionsENGTex[] = dgFileSelOptionsENGTex;
#define dgFileSelOptionsGERTex "__OTR__textures/title_static/gFileSelOptionsGERTex"
static const ALIGN_ASSET(2) char gFileSelOptionsGERTex[] = dgFileSelOptionsGERTex;
#define dgFileSelNameENGTex "__OTR__textures/title_static/gFileSelNameENGTex"
static const ALIGN_ASSET(2) char gFileSelNameENGTex[] = dgFileSelNameENGTex;
#define dgFileSelNameGERTex "__OTR__textures/title_static/gFileSelNameGERTex"
static const ALIGN_ASSET(2) char gFileSelNameGERTex[] = dgFileSelNameGERTex;
#define dgFileSelNameFRATex "__OTR__textures/title_static/gFileSelNameFRATex"
static const ALIGN_ASSET(2) char gFileSelNameFRATex[] = dgFileSelNameFRATex;
#define dgFileSelControlsENGTex "__OTR__textures/title_static/gFileSelControlsENGTex"
static const ALIGN_ASSET(2) char gFileSelControlsENGTex[] = dgFileSelControlsENGTex;
#define dgFileSelControlsGERTex "__OTR__textures/title_static/gFileSelControlsGERTex"
static const ALIGN_ASSET(2) char gFileSelControlsGERTex[] = dgFileSelControlsGERTex;
#define dgFileSelControlsFRATex "__OTR__textures/title_static/gFileSelControlsFRATex"
static const ALIGN_ASSET(2) char gFileSelControlsFRATex[] = dgFileSelControlsFRATex;
#define dgFileSelCopyButtonENGTex "__OTR__textures/title_static/gFileSelCopyButtonENGTex"
static const ALIGN_ASSET(2) char gFileSelCopyButtonENGTex[] = dgFileSelCopyButtonENGTex;
#define dgFileSelCopyButtonGERTex "__OTR__textures/title_static/gFileSelCopyButtonGERTex"
static const ALIGN_ASSET(2) char gFileSelCopyButtonGERTex[] = dgFileSelCopyButtonGERTex;
#define dgFileSelCopyButtonFRATex "__OTR__textures/title_static/gFileSelCopyButtonFRATex"
static const ALIGN_ASSET(2) char gFileSelCopyButtonFRATex[] = dgFileSelCopyButtonFRATex;
#define dgFileSelFile1ButtonENGTex "__OTR__textures/title_static/gFileSelFile1ButtonENGTex"
static const ALIGN_ASSET(2) char gFileSelFile1ButtonENGTex[] = dgFileSelFile1ButtonENGTex;
#define dgFileSelFile2ButtonENGTex "__OTR__textures/title_static/gFileSelFile2ButtonENGTex"
static const ALIGN_ASSET(2) char gFileSelFile2ButtonENGTex[] = dgFileSelFile2ButtonENGTex;
#define dgFileSelFile3ButtonENGTex "__OTR__textures/title_static/gFileSelFile3ButtonENGTex"
static const ALIGN_ASSET(2) char gFileSelFile3ButtonENGTex[] = dgFileSelFile3ButtonENGTex;
#define dgFileSelFile1ButtonGERTex "__OTR__textures/title_static/gFileSelFile1ButtonGERTex"
static const ALIGN_ASSET(2) char gFileSelFile1ButtonGERTex[] = dgFileSelFile1ButtonGERTex;
#define dgFileSelFile2ButtonGERTex "__OTR__textures/title_static/gFileSelFile2ButtonGERTex"
static const ALIGN_ASSET(2) char gFileSelFile2ButtonGERTex[] = dgFileSelFile2ButtonGERTex;
#define dgFileSelFile3ButtonGERTex "__OTR__textures/title_static/gFileSelFile3ButtonGERTex"
static const ALIGN_ASSET(2) char gFileSelFile3ButtonGERTex[] = dgFileSelFile3ButtonGERTex;
#define dgFileSelFile1ButtonFRATex "__OTR__textures/title_static/gFileSelFile1ButtonFRATex"
static const ALIGN_ASSET(2) char gFileSelFile1ButtonFRATex[] = dgFileSelFile1ButtonFRATex;
#define dgFileSelFile2ButtonFRATex "__OTR__textures/title_static/gFileSelFile2ButtonFRATex"
static const ALIGN_ASSET(2) char gFileSelFile2ButtonFRATex[] = dgFileSelFile2ButtonFRATex;
#define dgFileSelFile3ButtonFRATex "__OTR__textures/title_static/gFileSelFile3ButtonFRATex"
static const ALIGN_ASSET(2) char gFileSelFile3ButtonFRATex[] = dgFileSelFile3ButtonFRATex;
#define dgFileSelYesButtonENGTex "__OTR__textures/title_static/gFileSelYesButtonENGTex"
static const ALIGN_ASSET(2) char gFileSelYesButtonENGTex[] = dgFileSelYesButtonENGTex;
#define dgFileSelYesButtonGERTex "__OTR__textures/title_static/gFileSelYesButtonGERTex"
static const ALIGN_ASSET(2) char gFileSelYesButtonGERTex[] = dgFileSelYesButtonGERTex;
#define dgFileSelYesButtonFRATex "__OTR__textures/title_static/gFileSelYesButtonFRATex"
static const ALIGN_ASSET(2) char gFileSelYesButtonFRATex[] = dgFileSelYesButtonFRATex;
#define dgFileSelEraseButtonENGTex "__OTR__textures/title_static/gFileSelEraseButtonENGTex"
static const ALIGN_ASSET(2) char gFileSelEraseButtonENGTex[] = dgFileSelEraseButtonENGTex;
#define dgFileSelEraseButtonGERTex "__OTR__textures/title_static/gFileSelEraseButtonGERTex"
static const ALIGN_ASSET(2) char gFileSelEraseButtonGERTex[] = dgFileSelEraseButtonGERTex;
#define dgFileSelEraseButtonFRATex "__OTR__textures/title_static/gFileSelEraseButtonFRATex"
static const ALIGN_ASSET(2) char gFileSelEraseButtonFRATex[] = dgFileSelEraseButtonFRATex;
#define dgFileSelQuitButtonENGTex "__OTR__textures/title_static/gFileSelQuitButtonENGTex"
static const ALIGN_ASSET(2) char gFileSelQuitButtonENGTex[] = dgFileSelQuitButtonENGTex;
#define dgFileSelQuitButtonGERTex "__OTR__textures/title_static/gFileSelQuitButtonGERTex"
static const ALIGN_ASSET(2) char gFileSelQuitButtonGERTex[] = dgFileSelQuitButtonGERTex;
#define dgFileSelQuitButtonFRATex "__OTR__textures/title_static/gFileSelQuitButtonFRATex"
static const ALIGN_ASSET(2) char gFileSelQuitButtonFRATex[] = dgFileSelQuitButtonFRATex;
#define dgFileSelSurroundENGTex "__OTR__textures/title_static/gFileSelSurroundENGTex"
static const ALIGN_ASSET(2) char gFileSelSurroundENGTex[] = dgFileSelSurroundENGTex;
#define dgFileSelHeadsetENGTex "__OTR__textures/title_static/gFileSelHeadsetENGTex"
static const ALIGN_ASSET(2) char gFileSelHeadsetENGTex[] = dgFileSelHeadsetENGTex;
#define dgFileSelHeadsetGERTex "__OTR__textures/title_static/gFileSelHeadsetGERTex"
static const ALIGN_ASSET(2) char gFileSelHeadsetGERTex[] = dgFileSelHeadsetGERTex;
#define dgFileSelHeadsetFRATex "__OTR__textures/title_static/gFileSelHeadsetFRATex"
static const ALIGN_ASSET(2) char gFileSelHeadsetFRATex[] = dgFileSelHeadsetFRATex;
#define dgFileSelMonoENGTex "__OTR__textures/title_static/gFileSelMonoENGTex"
static const ALIGN_ASSET(2) char gFileSelMonoENGTex[] = dgFileSelMonoENGTex;
#define dgFileSelSOUNDENGTex "__OTR__textures/title_static/gFileSelSOUNDENGTex"
static const ALIGN_ASSET(2) char gFileSelSOUNDENGTex[] = dgFileSelSOUNDENGTex;
#define dgFileSelSOUNDFRATex "__OTR__textures/title_static/gFileSelSOUNDFRATex"
static const ALIGN_ASSET(2) char gFileSelSOUNDFRATex[] = dgFileSelSOUNDFRATex;
#define dgFileSelStereoENGTex "__OTR__textures/title_static/gFileSelStereoENGTex"
static const ALIGN_ASSET(2) char gFileSelStereoENGTex[] = dgFileSelStereoENGTex;
#define dgFileSelStereoFRATex "__OTR__textures/title_static/gFileSelStereoFRATex"
static const ALIGN_ASSET(2) char gFileSelStereoFRATex[] = dgFileSelStereoFRATex;
#define dgFileSelLTargetingENGTex "__OTR__textures/title_static/gFileSelLTargetingENGTex"
static const ALIGN_ASSET(2) char gFileSelLTargetingENGTex[] = dgFileSelLTargetingENGTex;
#define dgFileSelLTargetingGERTex "__OTR__textures/title_static/gFileSelLTargetingGERTex"
static const ALIGN_ASSET(2) char gFileSelLTargetingGERTex[] = dgFileSelLTargetingGERTex;
#define dgFileSelLTargetingFRATex "__OTR__textures/title_static/gFileSelLTargetingFRATex"
static const ALIGN_ASSET(2) char gFileSelLTargetingFRATex[] = dgFileSelLTargetingFRATex;
#define dgFileSelSwitchENGTex "__OTR__textures/title_static/gFileSelSwitchENGTex"
static const ALIGN_ASSET(2) char gFileSelSwitchENGTex[] = dgFileSelSwitchENGTex;
#define dgFileSelSwitchGERTex "__OTR__textures/title_static/gFileSelSwitchGERTex"
static const ALIGN_ASSET(2) char gFileSelSwitchGERTex[] = dgFileSelSwitchGERTex;
#define dgFileSelSwitchFRATex "__OTR__textures/title_static/gFileSelSwitchFRATex"
static const ALIGN_ASSET(2) char gFileSelSwitchFRATex[] = dgFileSelSwitchFRATex;
#define dgFileSelHoldENGTex "__OTR__textures/title_static/gFileSelHoldENGTex"
static const ALIGN_ASSET(2) char gFileSelHoldENGTex[] = dgFileSelHoldENGTex;
#define dgFileSelHoldGERTex "__OTR__textures/title_static/gFileSelHoldGERTex"
static const ALIGN_ASSET(2) char gFileSelHoldGERTex[] = dgFileSelHoldGERTex;
#define dgFileSelHoldFRATex "__OTR__textures/title_static/gFileSelHoldFRATex"
static const ALIGN_ASSET(2) char gFileSelHoldFRATex[] = dgFileSelHoldFRATex;
#define dgFileSelCheckBrightnessENGTex "__OTR__textures/title_static/gFileSelCheckBrightnessENGTex"
static const ALIGN_ASSET(2) char gFileSelCheckBrightnessENGTex[] = dgFileSelCheckBrightnessENGTex;
#define dgFileSelCheckBrightnessENGNTSCTex "__OTR__textures/title_static/gFileSelCheckBrightnessENGNTSCTex"
static const ALIGN_ASSET(2) char gFileSelCheckBrightnessENGNTSCTex[] = dgFileSelCheckBrightnessENGNTSCTex;
#define dgFileSelCheckBrightnessGERTex "__OTR__textures/title_static/gFileSelCheckBrightnessGERTex"
static const ALIGN_ASSET(2) char gFileSelCheckBrightnessGERTex[] = dgFileSelCheckBrightnessGERTex;
#define dgFileSelCheckBrightnessFRATex "__OTR__textures/title_static/gFileSelCheckBrightnessFRATex"
static const ALIGN_ASSET(2) char gFileSelCheckBrightnessFRATex[] = dgFileSelCheckBrightnessFRATex;
#define dgFileSelOptionsButtonENGTex "__OTR__textures/title_static/gFileSelOptionsButtonENGTex"
static const ALIGN_ASSET(2) char gFileSelOptionsButtonENGTex[] = dgFileSelOptionsButtonENGTex;
#define dgFileSelOptionsButtonGERTex "__OTR__textures/title_static/gFileSelOptionsButtonGERTex"
static const ALIGN_ASSET(2) char gFileSelOptionsButtonGERTex[] = dgFileSelOptionsButtonGERTex;
#define dgFileSelSaveXTex "__OTR__textures/title_static/gFileSelSaveXTex"
static const ALIGN_ASSET(2) char gFileSelSaveXTex[] = dgFileSelSaveXTex;
#define dgFileSelWindow1DL "__OTR__textures/title_static/gFileSelWindow1DL"
static const ALIGN_ASSET(2) char gFileSelWindow1DL[] = dgFileSelWindow1DL;
#define dgFileSelWindow2DL "__OTR__textures/title_static/gFileSelWindow2DL"
static const ALIGN_ASSET(2) char gFileSelWindow2DL[] = dgFileSelWindow2DL;
#define dgFileSelWindow3DL "__OTR__textures/title_static/gFileSelWindow3DL"
static const ALIGN_ASSET(2) char gFileSelWindow3DL[] = dgFileSelWindow3DL;
#define dgFileSelNoFileToCopyJPNTex "__OTR__textures/title_static/gFileSelNoFileToCopyJPNTex"
static const ALIGN_ASSET(2) char gFileSelNoFileToCopyJPNTex[] = dgFileSelNoFileToCopyJPNTex;
#define dgFileSelNoFileToEraseJPNTex "__OTR__textures/title_static/gFileSelNoFileToEraseJPNTex"
static const ALIGN_ASSET(2) char gFileSelNoFileToEraseJPNTex[] = dgFileSelNoFileToEraseJPNTex;
#define dgFileSelNoEmptyFileJPNTex "__OTR__textures/title_static/gFileSelNoEmptyFileJPNTex"
static const ALIGN_ASSET(2) char gFileSelNoEmptyFileJPNTex[] = dgFileSelNoEmptyFileJPNTex;
#define dgFileSelFileEmptyJPNTex "__OTR__textures/title_static/gFileSelFileEmptyJPNTex"
static const ALIGN_ASSET(2) char gFileSelFileEmptyJPNTex[] = dgFileSelFileEmptyJPNTex;
#define dgFileSelFileInUseJPNTex "__OTR__textures/title_static/gFileSelFileInUseJPNTex"
static const ALIGN_ASSET(2) char gFileSelFileInUseJPNTex[] = dgFileSelFileInUseJPNTex;
#define dgFileSelWhichFile1JPNTex "__OTR__textures/title_static/gFileSelWhichFile1JPNTex"
static const ALIGN_ASSET(2) char gFileSelWhichFile1JPNTex[] = dgFileSelWhichFile1JPNTex;
#define dgFileSelCopyToWhichFileJPNTex "__OTR__textures/title_static/gFileSelCopyToWhichFileJPNTex"
static const ALIGN_ASSET(2) char gFileSelCopyToWhichFileJPNTex[] = dgFileSelCopyToWhichFileJPNTex;
#define dgFileSelAreYouSureJPNTex "__OTR__textures/title_static/gFileSelAreYouSureJPNTex"
static const ALIGN_ASSET(2) char gFileSelAreYouSureJPNTex[] = dgFileSelAreYouSureJPNTex;
#define dgFileSelFileCopiedJPNTex "__OTR__textures/title_static/gFileSelFileCopiedJPNTex"
static const ALIGN_ASSET(2) char gFileSelFileCopiedJPNTex[] = dgFileSelFileCopiedJPNTex;
#define dgFileSelPleaseSelectAFileJPNTex "__OTR__textures/title_static/gFileSelPleaseSelectAFileJPNTex"
static const ALIGN_ASSET(2) char gFileSelPleaseSelectAFileJPNTex[] = dgFileSelPleaseSelectAFileJPNTex;
#define dgFileSelOpenThisFileJPNTex "__OTR__textures/title_static/gFileSelOpenThisFileJPNTex"
static const ALIGN_ASSET(2) char gFileSelOpenThisFileJPNTex[] = dgFileSelOpenThisFileJPNTex;
#define dgFileSelEraseWhichFileJPNTex "__OTR__textures/title_static/gFileSelEraseWhichFileJPNTex"
static const ALIGN_ASSET(2) char gFileSelEraseWhichFileJPNTex[] = dgFileSelEraseWhichFileJPNTex;
#define dgFileSelAreYouSure2JPNTex "__OTR__textures/title_static/gFileSelAreYouSure2JPNTex"
static const ALIGN_ASSET(2) char gFileSelAreYouSure2JPNTex[] = dgFileSelAreYouSure2JPNTex;
#define dgFileSelFileErasedJPNTex "__OTR__textures/title_static/gFileSelFileErasedJPNTex"
static const ALIGN_ASSET(2) char gFileSelFileErasedJPNTex[] = dgFileSelFileErasedJPNTex;
#define dgFileSelOptionsJPNTex "__OTR__textures/title_static/gFileSelOptionsJPNTex"
static const ALIGN_ASSET(2) char gFileSelOptionsJPNTex[] = dgFileSelOptionsJPNTex;
#define dgFileSelNameJPNTex "__OTR__textures/title_static/gFileSelNameJPNTex"
static const ALIGN_ASSET(2) char gFileSelNameJPNTex[] = dgFileSelNameJPNTex;
#define dgFileSelSurroundJPNTex "__OTR__textures/title_static/gFileSelSurroundJPNTex"
static const ALIGN_ASSET(2) char gFileSelSurroundJPNTex[] = dgFileSelSurroundJPNTex;
#define dgFileSelHeadsetJPNTex "__OTR__textures/title_static/gFileSelHeadsetJPNTex"
static const ALIGN_ASSET(2) char gFileSelHeadsetJPNTex[] = dgFileSelHeadsetJPNTex;
#define dgFileSelMonoJPNTex "__OTR__textures/title_static/gFileSelMonoJPNTex"
static const ALIGN_ASSET(2) char gFileSelMonoJPNTex[] = dgFileSelMonoJPNTex;
#define dgFileSelStereoJPNTex "__OTR__textures/title_static/gFileSelStereoJPNTex"
static const ALIGN_ASSET(2) char gFileSelStereoJPNTex[] = dgFileSelStereoJPNTex;
#define dgFileSelLTargetingJPNTex "__OTR__textures/title_static/gFileSelLTargetingJPNTex"
static const ALIGN_ASSET(2) char gFileSelLTargetingJPNTex[] = dgFileSelLTargetingJPNTex;
#define dgFileSelSwitchJPNTex "__OTR__textures/title_static/gFileSelSwitchJPNTex"
static const ALIGN_ASSET(2) char gFileSelSwitchJPNTex[] = dgFileSelSwitchJPNTex;
#define dgFileSelHoldJPNTex "__OTR__textures/title_static/gFileSelHoldJPNTex"
static const ALIGN_ASSET(2) char gFileSelHoldJPNTex[] = dgFileSelHoldJPNTex;
#define dgFileSelControlsJPNTex "__OTR__textures/title_static/gFileSelControlsJPNTex"
static const ALIGN_ASSET(2) char gFileSelControlsJPNTex[] = dgFileSelControlsJPNTex;
#define dgFileSelCheckBrightnessJPNTex "__OTR__textures/title_static/gFileSelCheckBrightnessJPNTex"
static const ALIGN_ASSET(2) char gFileSelCheckBrightnessJPNTex[] = dgFileSelCheckBrightnessJPNTex;
#define dgFileSelCopyButtonJPNTex "__OTR__textures/title_static/gFileSelCopyButtonJPNTex"
static const ALIGN_ASSET(2) char gFileSelCopyButtonJPNTex[] = dgFileSelCopyButtonJPNTex;
#define dgFileSelFile1ButtonJPNTex "__OTR__textures/title_static/gFileSelFile1ButtonJPNTex"
static const ALIGN_ASSET(2) char gFileSelFile1ButtonJPNTex[] = dgFileSelFile1ButtonJPNTex;
#define dgFileSelFile2ButtonJPNTex "__OTR__textures/title_static/gFileSelFile2ButtonJPNTex"
static const ALIGN_ASSET(2) char gFileSelFile2ButtonJPNTex[] = dgFileSelFile2ButtonJPNTex;
#define dgFileSelFile3ButtonJPNTex "__OTR__textures/title_static/gFileSelFile3ButtonJPNTex"
static const ALIGN_ASSET(2) char gFileSelFile3ButtonJPNTex[] = dgFileSelFile3ButtonJPNTex;
#define dgFileSelYesButtonJPNTex "__OTR__textures/title_static/gFileSelYesButtonJPNTex"
static const ALIGN_ASSET(2) char gFileSelYesButtonJPNTex[] = dgFileSelYesButtonJPNTex;
#define dgFileSelEraseButtonJPNTex "__OTR__textures/title_static/gFileSelEraseButtonJPNTex"
static const ALIGN_ASSET(2) char gFileSelEraseButtonJPNTex[] = dgFileSelEraseButtonJPNTex;
#define dgFileSelOptionsButtonJPNTex "__OTR__textures/title_static/gFileSelOptionsButtonJPNTex"
static const ALIGN_ASSET(2) char gFileSelOptionsButtonJPNTex[] = dgFileSelOptionsButtonJPNTex;
#define dgFileSelQuitButtonJPNTex "__OTR__textures/title_static/gFileSelQuitButtonJPNTex"
static const ALIGN_ASSET(2) char gFileSelQuitButtonJPNTex[] = dgFileSelQuitButtonJPNTex;
#define dgFileSelSaveXJPNTex "__OTR__textures/title_static/gFileSelSaveXJPNTex"
static const ALIGN_ASSET(2) char gFileSelSaveXJPNTex[] = dgFileSelSaveXJPNTex;
#define dgFileSelSaveXENGTex "__OTR__textures/title_static/gFileSelSaveXENGTex"
static const ALIGN_ASSET(2) char gFileSelSaveXENGTex[] = dgFileSelSaveXENGTex;
#endif // TEXTURES_TITLE_STATIC_H
|