Files
Shiip-of-Hakinian-Espanol/soh/assets/textures/title_static/title_static.h
inspectredc 6140b2ec8f NTSC Support (N64) (#4198)
* copy n64 pal 10

doing this so i can check diffs i make

* transfer german->jp icon item

* overlays, message data, icon item jpn, audio, code

todo: title_static, gameplay keep

* add kanji and fix title cards

* title static

* spell folder correctly

* boss title cards, do action, icon item, item name, map name

* headers for jpn stuff

* gameplay_keep

* Scenes, audio, jp text extraction, rom support, overlay fixes, sheik & darunia

todo: test & disable darunia fix cvar for ntsc

* msgptr init fix

* icon item offsets

* comment out title cards until zapd can fix itself (we extract these in a different file anyway)

* compile and font implemented to get past title screen

* file select

* message, kaleido and everything else but rando

* uintptr_t

* rando and custom messages working!

* ntsc-j 1.0 support

* n64 logo?

* copy ntsc 10 to 11

* ntsc 11 extraction

* change title version names

* copy ntsc 11 to 12

* ntsc 12 extraction

* clean up some todos

* re checkout submodules post merge

* fix US filename

* support cross-version filenames

* add new versions to non-mq list

* use correct message table init

* Fix ntsc nes message table overriding pal nes message table

* actual fix, allows extraction

* fix file name using wrong font of file being hovered over

* Fix barinade crash

* re-add pal

* better jabu fix and revert LUS

* fix gerudo title cards

* better better owl select

* more owl fixes

* build

* fix some name decode issues

* Switch Language Mid Text

* Fix PAL displaying for JP filenames

* Fix AskToEquip Crash

* Disable Credits Timing Fix on NTSC

* Fix JP Text positioning

* basic language switching (BIG todo: file select, title screen)

* Title Screen Hopefully working

* add ntsc to linux appimage stuff, TODO: add .v64/.n64 support

* Update OTRExporter

* Fix pause to decide offset

* Fix bomb item name crash

* fix fire arrows and PoH

* builds

* update asset changes and fix menu language changing

* fix name decode

* Fix crashes and add rando/boss rush select stuff

* Revive debug feature by setting language cvar too

* Fix ocarina text speed softlock, and update jp text speed changes

* Merge remote-tracking branch 'upstream/develop' into NTSC

* Fix options menu and let pal use japanese fully

* Resolve some suggestions

* match up gTextSpeed changes to english (still broken!)

* Fix text speed crash

* Set default filename language on save init funcs

* bump otrexporter

* Display same correct info for n64 ntsc-j and ntsc-u

* quicktext more closely aligned with decomp

* linux appimage v64/n64 checksums

* bump zapd

* Credits Fix Tooltip Adjusted

* update supported hashes json

* update shasums to include JP n64
2025-03-30 12:29:59 -04:00

560 lines
32 KiB
C

#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