561 lines
29 KiB
C
561 lines
29 KiB
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgDekuStickIconTex "__OTR__textures/icon_item_static/gDekuStickIconTex"
|
|
static const ALIGN_ASSET(2) char gDekuStickIconTex[] = dgDekuStickIconTex;
|
|
|
|
#define dgDekuNutIconTex "__OTR__textures/icon_item_static/gDekuNutIconTex"
|
|
static const ALIGN_ASSET(2) char gDekuNutIconTex[] = dgDekuNutIconTex;
|
|
|
|
#define dgBombIconTex "__OTR__textures/icon_item_static/gBombIconTex"
|
|
static const ALIGN_ASSET(2) char gBombIconTex[] = dgBombIconTex;
|
|
|
|
#define dgFairyBowIconTex "__OTR__textures/icon_item_static/gFairyBowIconTex"
|
|
static const ALIGN_ASSET(2) char gFairyBowIconTex[] = dgFairyBowIconTex;
|
|
|
|
#define dgFireArrowIconTex "__OTR__textures/icon_item_static/gFireArrowIconTex"
|
|
static const ALIGN_ASSET(2) char gFireArrowIconTex[] = dgFireArrowIconTex;
|
|
|
|
#define dgDinsFireIconTex "__OTR__textures/icon_item_static/gDinsFireIconTex"
|
|
static const ALIGN_ASSET(2) char gDinsFireIconTex[] = dgDinsFireIconTex;
|
|
|
|
#define dgFairySlingshotIconTex "__OTR__textures/icon_item_static/gFairySlingshotIconTex"
|
|
static const ALIGN_ASSET(2) char gFairySlingshotIconTex[] = dgFairySlingshotIconTex;
|
|
|
|
#define dgFairyOcarinaIconTex "__OTR__textures/icon_item_static/gFairyOcarinaIconTex"
|
|
static const ALIGN_ASSET(2) char gFairyOcarinaIconTex[] = dgFairyOcarinaIconTex;
|
|
|
|
#define dgOcarinaofTimeIconTex "__OTR__textures/icon_item_static/gOcarinaofTimeIconTex"
|
|
static const ALIGN_ASSET(2) char gOcarinaofTimeIconTex[] = dgOcarinaofTimeIconTex;
|
|
|
|
#define dgBombchuIconTex "__OTR__textures/icon_item_static/gBombchuIconTex"
|
|
static const ALIGN_ASSET(2) char gBombchuIconTex[] = dgBombchuIconTex;
|
|
|
|
#define dgHookshotIconTex "__OTR__textures/icon_item_static/gHookshotIconTex"
|
|
static const ALIGN_ASSET(2) char gHookshotIconTex[] = dgHookshotIconTex;
|
|
|
|
#define dgLongshotIconTex "__OTR__textures/icon_item_static/gLongshotIconTex"
|
|
static const ALIGN_ASSET(2) char gLongshotIconTex[] = dgLongshotIconTex;
|
|
|
|
#define dgIceArrowIconTex "__OTR__textures/icon_item_static/gIceArrowIconTex"
|
|
static const ALIGN_ASSET(2) char gIceArrowIconTex[] = dgIceArrowIconTex;
|
|
|
|
#define dgFaroresWindIconTex "__OTR__textures/icon_item_static/gFaroresWindIconTex"
|
|
static const ALIGN_ASSET(2) char gFaroresWindIconTex[] = dgFaroresWindIconTex;
|
|
|
|
#define dgBoomerangIconTex "__OTR__textures/icon_item_static/gBoomerangIconTex"
|
|
static const ALIGN_ASSET(2) char gBoomerangIconTex[] = dgBoomerangIconTex;
|
|
|
|
#define dgLensofTruthIconTex "__OTR__textures/icon_item_static/gLensofTruthIconTex"
|
|
static const ALIGN_ASSET(2) char gLensofTruthIconTex[] = dgLensofTruthIconTex;
|
|
|
|
#define dgMagicBeansIconTex "__OTR__textures/icon_item_static/gMagicBeansIconTex"
|
|
static const ALIGN_ASSET(2) char gMagicBeansIconTex[] = dgMagicBeansIconTex;
|
|
|
|
#define dgMegatonHammerIconTex "__OTR__textures/icon_item_static/gMegatonHammerIconTex"
|
|
static const ALIGN_ASSET(2) char gMegatonHammerIconTex[] = dgMegatonHammerIconTex;
|
|
|
|
#define dgLightArrowIconTex "__OTR__textures/icon_item_static/gLightArrowIconTex"
|
|
static const ALIGN_ASSET(2) char gLightArrowIconTex[] = dgLightArrowIconTex;
|
|
|
|
#define dgNayrusLoveIconTex "__OTR__textures/icon_item_static/gNayrusLoveIconTex"
|
|
static const ALIGN_ASSET(2) char gNayrusLoveIconTex[] = dgNayrusLoveIconTex;
|
|
|
|
#define dgEmptyBottleIconTex "__OTR__textures/icon_item_static/gEmptyBottleIconTex"
|
|
static const ALIGN_ASSET(2) char gEmptyBottleIconTex[] = dgEmptyBottleIconTex;
|
|
|
|
#define dgRedPotionIconTex "__OTR__textures/icon_item_static/gRedPotionIconTex"
|
|
static const ALIGN_ASSET(2) char gRedPotionIconTex[] = dgRedPotionIconTex;
|
|
|
|
#define dgGreenPotionIconTex "__OTR__textures/icon_item_static/gGreenPotionIconTex"
|
|
static const ALIGN_ASSET(2) char gGreenPotionIconTex[] = dgGreenPotionIconTex;
|
|
|
|
#define dgBluePotionIconTex "__OTR__textures/icon_item_static/gBluePotionIconTex"
|
|
static const ALIGN_ASSET(2) char gBluePotionIconTex[] = dgBluePotionIconTex;
|
|
|
|
#define dgBottledFairyIconTex "__OTR__textures/icon_item_static/gBottledFairyIconTex"
|
|
static const ALIGN_ASSET(2) char gBottledFairyIconTex[] = dgBottledFairyIconTex;
|
|
|
|
#define dgFishIconTex "__OTR__textures/icon_item_static/gFishIconTex"
|
|
static const ALIGN_ASSET(2) char gFishIconTex[] = dgFishIconTex;
|
|
|
|
#define dgMilkFullIconTex "__OTR__textures/icon_item_static/gMilkFullIconTex"
|
|
static const ALIGN_ASSET(2) char gMilkFullIconTex[] = dgMilkFullIconTex;
|
|
|
|
#define dgRutosLetterIconTex "__OTR__textures/icon_item_static/gRutosLetterIconTex"
|
|
static const ALIGN_ASSET(2) char gRutosLetterIconTex[] = dgRutosLetterIconTex;
|
|
|
|
#define dgBlueFireIconTex "__OTR__textures/icon_item_static/gBlueFireIconTex"
|
|
static const ALIGN_ASSET(2) char gBlueFireIconTex[] = dgBlueFireIconTex;
|
|
|
|
#define dgBugIconTex "__OTR__textures/icon_item_static/gBugIconTex"
|
|
static const ALIGN_ASSET(2) char gBugIconTex[] = dgBugIconTex;
|
|
|
|
#define dgBigPoeIconTex "__OTR__textures/icon_item_static/gBigPoeIconTex"
|
|
static const ALIGN_ASSET(2) char gBigPoeIconTex[] = dgBigPoeIconTex;
|
|
|
|
#define dgMilkhalfIconTex "__OTR__textures/icon_item_static/gMilkhalfIconTex"
|
|
static const ALIGN_ASSET(2) char gMilkhalfIconTex[] = dgMilkhalfIconTex;
|
|
|
|
#define dgPoeIconTex "__OTR__textures/icon_item_static/gPoeIconTex"
|
|
static const ALIGN_ASSET(2) char gPoeIconTex[] = dgPoeIconTex;
|
|
|
|
#define dgWeirdEggIconTex "__OTR__textures/icon_item_static/gWeirdEggIconTex"
|
|
static const ALIGN_ASSET(2) char gWeirdEggIconTex[] = dgWeirdEggIconTex;
|
|
|
|
#define dgCuccoIconTex "__OTR__textures/icon_item_static/gCuccoIconTex"
|
|
static const ALIGN_ASSET(2) char gCuccoIconTex[] = dgCuccoIconTex;
|
|
|
|
#define dgZeldasLetterIconTex "__OTR__textures/icon_item_static/gZeldasLetterIconTex"
|
|
static const ALIGN_ASSET(2) char gZeldasLetterIconTex[] = dgZeldasLetterIconTex;
|
|
|
|
#define dgKeatonMaskIconTex "__OTR__textures/icon_item_static/gKeatonMaskIconTex"
|
|
static const ALIGN_ASSET(2) char gKeatonMaskIconTex[] = dgKeatonMaskIconTex;
|
|
|
|
#define dgSkullMaskIconTex "__OTR__textures/icon_item_static/gSkullMaskIconTex"
|
|
static const ALIGN_ASSET(2) char gSkullMaskIconTex[] = dgSkullMaskIconTex;
|
|
|
|
#define dgSpookyMaskIconTex "__OTR__textures/icon_item_static/gSpookyMaskIconTex"
|
|
static const ALIGN_ASSET(2) char gSpookyMaskIconTex[] = dgSpookyMaskIconTex;
|
|
|
|
#define dgBunnyHoodIconTex "__OTR__textures/icon_item_static/gBunnyHoodIconTex"
|
|
static const ALIGN_ASSET(2) char gBunnyHoodIconTex[] = dgBunnyHoodIconTex;
|
|
|
|
#define dgGoronMaskIconTex "__OTR__textures/icon_item_static/gGoronMaskIconTex"
|
|
static const ALIGN_ASSET(2) char gGoronMaskIconTex[] = dgGoronMaskIconTex;
|
|
|
|
#define dgZoraMaskIconTex "__OTR__textures/icon_item_static/gZoraMaskIconTex"
|
|
static const ALIGN_ASSET(2) char gZoraMaskIconTex[] = dgZoraMaskIconTex;
|
|
|
|
#define dgGerudoMaskIconTex "__OTR__textures/icon_item_static/gGerudoMaskIconTex"
|
|
static const ALIGN_ASSET(2) char gGerudoMaskIconTex[] = dgGerudoMaskIconTex;
|
|
|
|
#define dgMaskofTruthIconTex "__OTR__textures/icon_item_static/gMaskofTruthIconTex"
|
|
static const ALIGN_ASSET(2) char gMaskofTruthIconTex[] = dgMaskofTruthIconTex;
|
|
|
|
#define dgSoldOutIconTex "__OTR__textures/icon_item_static/gSoldOutIconTex"
|
|
static const ALIGN_ASSET(2) char gSoldOutIconTex[] = dgSoldOutIconTex;
|
|
|
|
#define dgPocketEggIconTex "__OTR__textures/icon_item_static/gPocketEggIconTex"
|
|
static const ALIGN_ASSET(2) char gPocketEggIconTex[] = dgPocketEggIconTex;
|
|
|
|
#define dgPocketCuccoIconTex "__OTR__textures/icon_item_static/gPocketCuccoIconTex"
|
|
static const ALIGN_ASSET(2) char gPocketCuccoIconTex[] = dgPocketCuccoIconTex;
|
|
|
|
#define dgCojiroIconTex "__OTR__textures/icon_item_static/gCojiroIconTex"
|
|
static const ALIGN_ASSET(2) char gCojiroIconTex[] = dgCojiroIconTex;
|
|
|
|
#define dgOddMushroomIconTex "__OTR__textures/icon_item_static/gOddMushroomIconTex"
|
|
static const ALIGN_ASSET(2) char gOddMushroomIconTex[] = dgOddMushroomIconTex;
|
|
|
|
#define dgOddPotionIconTex "__OTR__textures/icon_item_static/gOddPotionIconTex"
|
|
static const ALIGN_ASSET(2) char gOddPotionIconTex[] = dgOddPotionIconTex;
|
|
|
|
#define dgPoachersSawIconTex "__OTR__textures/icon_item_static/gPoachersSawIconTex"
|
|
static const ALIGN_ASSET(2) char gPoachersSawIconTex[] = dgPoachersSawIconTex;
|
|
|
|
#define dgBrokenBiggoronSwordIconTex "__OTR__textures/icon_item_static/gBrokenBiggoronSwordIconTex"
|
|
static const ALIGN_ASSET(2) char gBrokenBiggoronSwordIconTex[] = dgBrokenBiggoronSwordIconTex;
|
|
|
|
#define dgPrescriptionIconTex "__OTR__textures/icon_item_static/gPrescriptionIconTex"
|
|
static const ALIGN_ASSET(2) char gPrescriptionIconTex[] = dgPrescriptionIconTex;
|
|
|
|
#define dgEyeBallFrogIconTex "__OTR__textures/icon_item_static/gEyeBallFrogIconTex"
|
|
static const ALIGN_ASSET(2) char gEyeBallFrogIconTex[] = dgEyeBallFrogIconTex;
|
|
|
|
#define dgEyeDropsIconTex "__OTR__textures/icon_item_static/gEyeDropsIconTex"
|
|
static const ALIGN_ASSET(2) char gEyeDropsIconTex[] = dgEyeDropsIconTex;
|
|
|
|
#define dgClaimCheckIconTex "__OTR__textures/icon_item_static/gClaimCheckIconTex"
|
|
static const ALIGN_ASSET(2) char gClaimCheckIconTex[] = dgClaimCheckIconTex;
|
|
|
|
#define dgFairyBowFireIconTex "__OTR__textures/icon_item_static/gFairyBowFireIconTex"
|
|
static const ALIGN_ASSET(2) char gFairyBowFireIconTex[] = dgFairyBowFireIconTex;
|
|
|
|
#define dgFairyBowIceIconTex "__OTR__textures/icon_item_static/gFairyBowIceIconTex"
|
|
static const ALIGN_ASSET(2) char gFairyBowIceIconTex[] = dgFairyBowIceIconTex;
|
|
|
|
#define dgFairyBowLightIconTex "__OTR__textures/icon_item_static/gFairyBowLightIconTex"
|
|
static const ALIGN_ASSET(2) char gFairyBowLightIconTex[] = dgFairyBowLightIconTex;
|
|
|
|
#define dgKokiriSwordIconTex "__OTR__textures/icon_item_static/gKokiriSwordIconTex"
|
|
static const ALIGN_ASSET(2) char gKokiriSwordIconTex[] = dgKokiriSwordIconTex;
|
|
|
|
#define dgMasterSwordIconTex "__OTR__textures/icon_item_static/gMasterSwordIconTex"
|
|
static const ALIGN_ASSET(2) char gMasterSwordIconTex[] = dgMasterSwordIconTex;
|
|
|
|
#define dgBiggoronSwordIconTex "__OTR__textures/icon_item_static/gBiggoronSwordIconTex"
|
|
static const ALIGN_ASSET(2) char gBiggoronSwordIconTex[] = dgBiggoronSwordIconTex;
|
|
|
|
#define dgDekuShieldIconTex "__OTR__textures/icon_item_static/gDekuShieldIconTex"
|
|
static const ALIGN_ASSET(2) char gDekuShieldIconTex[] = dgDekuShieldIconTex;
|
|
|
|
#define dgHylianShieldIconTex "__OTR__textures/icon_item_static/gHylianShieldIconTex"
|
|
static const ALIGN_ASSET(2) char gHylianShieldIconTex[] = dgHylianShieldIconTex;
|
|
|
|
#define dgMirrorShieldIconTex "__OTR__textures/icon_item_static/gMirrorShieldIconTex"
|
|
static const ALIGN_ASSET(2) char gMirrorShieldIconTex[] = dgMirrorShieldIconTex;
|
|
|
|
#define dgKokiriTunicIconTex "__OTR__textures/icon_item_static/gKokiriTunicIconTex"
|
|
static const ALIGN_ASSET(2) char gKokiriTunicIconTex[] = dgKokiriTunicIconTex;
|
|
|
|
#define dgGoronTunicIconTex "__OTR__textures/icon_item_static/gGoronTunicIconTex"
|
|
static const ALIGN_ASSET(2) char gGoronTunicIconTex[] = dgGoronTunicIconTex;
|
|
|
|
#define dgZoraTunicIconTex "__OTR__textures/icon_item_static/gZoraTunicIconTex"
|
|
static const ALIGN_ASSET(2) char gZoraTunicIconTex[] = dgZoraTunicIconTex;
|
|
|
|
#define dgKokiriBootsIconTex "__OTR__textures/icon_item_static/gKokiriBootsIconTex"
|
|
static const ALIGN_ASSET(2) char gKokiriBootsIconTex[] = dgKokiriBootsIconTex;
|
|
|
|
#define dgIronBootsIconTex "__OTR__textures/icon_item_static/gIronBootsIconTex"
|
|
static const ALIGN_ASSET(2) char gIronBootsIconTex[] = dgIronBootsIconTex;
|
|
|
|
#define dgHoverBootsIconTex "__OTR__textures/icon_item_static/gHoverBootsIconTex"
|
|
static const ALIGN_ASSET(2) char gHoverBootsIconTex[] = dgHoverBootsIconTex;
|
|
|
|
#define dgBulletBag30IconTex "__OTR__textures/icon_item_static/gBulletBag30IconTex"
|
|
static const ALIGN_ASSET(2) char gBulletBag30IconTex[] = dgBulletBag30IconTex;
|
|
|
|
#define dgBulletBag40IconTex "__OTR__textures/icon_item_static/gBulletBag40IconTex"
|
|
static const ALIGN_ASSET(2) char gBulletBag40IconTex[] = dgBulletBag40IconTex;
|
|
|
|
#define dgBulletBag50IconTex "__OTR__textures/icon_item_static/gBulletBag50IconTex"
|
|
static const ALIGN_ASSET(2) char gBulletBag50IconTex[] = dgBulletBag50IconTex;
|
|
|
|
#define dgQuiver30IconTex "__OTR__textures/icon_item_static/gQuiver30IconTex"
|
|
static const ALIGN_ASSET(2) char gQuiver30IconTex[] = dgQuiver30IconTex;
|
|
|
|
#define dgQuiver40IconTex "__OTR__textures/icon_item_static/gQuiver40IconTex"
|
|
static const ALIGN_ASSET(2) char gQuiver40IconTex[] = dgQuiver40IconTex;
|
|
|
|
#define dgQuiver50IconTex "__OTR__textures/icon_item_static/gQuiver50IconTex"
|
|
static const ALIGN_ASSET(2) char gQuiver50IconTex[] = dgQuiver50IconTex;
|
|
|
|
#define dgBombBag20IconTex "__OTR__textures/icon_item_static/gBombBag20IconTex"
|
|
static const ALIGN_ASSET(2) char gBombBag20IconTex[] = dgBombBag20IconTex;
|
|
|
|
#define dgBombBag30IconTex "__OTR__textures/icon_item_static/gBombBag30IconTex"
|
|
static const ALIGN_ASSET(2) char gBombBag30IconTex[] = dgBombBag30IconTex;
|
|
|
|
#define dgBombBag40IconTex "__OTR__textures/icon_item_static/gBombBag40IconTex"
|
|
static const ALIGN_ASSET(2) char gBombBag40IconTex[] = dgBombBag40IconTex;
|
|
|
|
#define dgGoronsBraceletIconTex "__OTR__textures/icon_item_static/gGoronsBraceletIconTex"
|
|
static const ALIGN_ASSET(2) char gGoronsBraceletIconTex[] = dgGoronsBraceletIconTex;
|
|
|
|
#define dgSilverGauntletsIconTex "__OTR__textures/icon_item_static/gSilverGauntletsIconTex"
|
|
static const ALIGN_ASSET(2) char gSilverGauntletsIconTex[] = dgSilverGauntletsIconTex;
|
|
|
|
#define dgGoldenGauntletsIconTex "__OTR__textures/icon_item_static/gGoldenGauntletsIconTex"
|
|
static const ALIGN_ASSET(2) char gGoldenGauntletsIconTex[] = dgGoldenGauntletsIconTex;
|
|
|
|
#define dgSilverScaleIconTex "__OTR__textures/icon_item_static/gSilverScaleIconTex"
|
|
static const ALIGN_ASSET(2) char gSilverScaleIconTex[] = dgSilverScaleIconTex;
|
|
|
|
#define dgGoldenScaleIconTex "__OTR__textures/icon_item_static/gGoldenScaleIconTex"
|
|
static const ALIGN_ASSET(2) char gGoldenScaleIconTex[] = dgGoldenScaleIconTex;
|
|
|
|
#define dgBrokenGiantsKnifeIconTex "__OTR__textures/icon_item_static/gBrokenGiantsKnifeIconTex"
|
|
static const ALIGN_ASSET(2) char gBrokenGiantsKnifeIconTex[] = dgBrokenGiantsKnifeIconTex;
|
|
|
|
#define dgAdultsWalletIconTex "__OTR__textures/icon_item_static/gAdultsWalletIconTex"
|
|
static const ALIGN_ASSET(2) char gAdultsWalletIconTex[] = dgAdultsWalletIconTex;
|
|
|
|
#define dgGiantsWalletIconTex "__OTR__textures/icon_item_static/gGiantsWalletIconTex"
|
|
static const ALIGN_ASSET(2) char gGiantsWalletIconTex[] = dgGiantsWalletIconTex;
|
|
|
|
#define dgDekuSeedsIconTex "__OTR__textures/icon_item_static/gDekuSeedsIconTex"
|
|
static const ALIGN_ASSET(2) char gDekuSeedsIconTex[] = dgDekuSeedsIconTex;
|
|
|
|
#define dgFishingPoleIconTex "__OTR__textures/icon_item_static/gFishingPoleIconTex"
|
|
static const ALIGN_ASSET(2) char gFishingPoleIconTex[] = dgFishingPoleIconTex;
|
|
|
|
#define dgHeartPieceIcon1Tex "__OTR__textures/icon_item_static/gHeartPieceIcon1Tex"
|
|
static const ALIGN_ASSET(2) char gHeartPieceIcon1Tex[] = dgHeartPieceIcon1Tex;
|
|
|
|
#define dgHeartPieceIcon2Tex "__OTR__textures/icon_item_static/gHeartPieceIcon2Tex"
|
|
static const ALIGN_ASSET(2) char gHeartPieceIcon2Tex[] = dgHeartPieceIcon2Tex;
|
|
|
|
#define dgHeartPieceIcon3Tex "__OTR__textures/icon_item_static/gHeartPieceIcon3Tex"
|
|
static const ALIGN_ASSET(2) char gHeartPieceIcon3Tex[] = dgHeartPieceIcon3Tex;
|
|
|
|
#define dgPausePromptCursorTex "__OTR__textures/icon_item_static/gPausePromptCursorTex"
|
|
static const ALIGN_ASSET(2) char gPausePromptCursorTex[] = dgPausePromptCursorTex;
|
|
|
|
#define dgPauseUnusedCursorTex "__OTR__textures/icon_item_static/gPauseUnusedCursorTex"
|
|
static const ALIGN_ASSET(2) char gPauseUnusedCursorTex[] = dgPauseUnusedCursorTex;
|
|
|
|
#define dgPauseMenuCursorTopLeftTex "__OTR__textures/icon_item_static/gPauseMenuCursorTopLeftTex"
|
|
static const ALIGN_ASSET(2) char gPauseMenuCursorTopLeftTex[] = dgPauseMenuCursorTopLeftTex;
|
|
|
|
#define dgPauseMenuCursorTopRightTex "__OTR__textures/icon_item_static/gPauseMenuCursorTopRightTex"
|
|
static const ALIGN_ASSET(2) char gPauseMenuCursorTopRightTex[] = dgPauseMenuCursorTopRightTex;
|
|
|
|
#define dgPauseMenuCursorBottomLeftTex "__OTR__textures/icon_item_static/gPauseMenuCursorBottomLeftTex"
|
|
static const ALIGN_ASSET(2) char gPauseMenuCursorBottomLeftTex[] = dgPauseMenuCursorBottomLeftTex;
|
|
|
|
#define dgPauseMenuCursorBottomRightTex "__OTR__textures/icon_item_static/gPauseMenuCursorBottomRightTex"
|
|
static const ALIGN_ASSET(2) char gPauseMenuCursorBottomRightTex[] = dgPauseMenuCursorBottomRightTex;
|
|
|
|
#define dgPauseEquipment00Tex "__OTR__textures/icon_item_static/gPauseEquipment00Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment00Tex[] = dgPauseEquipment00Tex;
|
|
|
|
#define dgPauseEquipment20Tex "__OTR__textures/icon_item_static/gPauseEquipment20Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment20Tex[] = dgPauseEquipment20Tex;
|
|
|
|
#define dgPauseMap00Tex "__OTR__textures/icon_item_static/gPauseMap00Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap00Tex[] = dgPauseMap00Tex;
|
|
|
|
#define dgPauseMap20Tex "__OTR__textures/icon_item_static/gPauseMap20Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap20Tex[] = dgPauseMap20Tex;
|
|
|
|
#define dgPauseQuestStatus00Tex "__OTR__textures/icon_item_static/gPauseQuestStatus00Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus00Tex[] = dgPauseQuestStatus00Tex;
|
|
|
|
#define dgPauseQuestStatus20Tex "__OTR__textures/icon_item_static/gPauseQuestStatus20Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus20Tex[] = dgPauseQuestStatus20Tex;
|
|
|
|
#define dgPauseSave00Tex "__OTR__textures/icon_item_static/gPauseSave00Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave00Tex[] = dgPauseSave00Tex;
|
|
|
|
#define dgPauseSave20Tex "__OTR__textures/icon_item_static/gPauseSave20Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave20Tex[] = dgPauseSave20Tex;
|
|
|
|
#define dgPauseEquipment01Tex "__OTR__textures/icon_item_static/gPauseEquipment01Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment01Tex[] = dgPauseEquipment01Tex;
|
|
|
|
#define dgPauseEquipment11Tex "__OTR__textures/icon_item_static/gPauseEquipment11Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment11Tex[] = dgPauseEquipment11Tex;
|
|
|
|
#define dgPauseEquipment21Tex "__OTR__textures/icon_item_static/gPauseEquipment21Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment21Tex[] = dgPauseEquipment21Tex;
|
|
|
|
#define dgPauseSelectItem01Tex "__OTR__textures/icon_item_static/gPauseSelectItem01Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem01Tex[] = dgPauseSelectItem01Tex;
|
|
|
|
#define dgPauseSelectItem11Tex "__OTR__textures/icon_item_static/gPauseSelectItem11Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem11Tex[] = dgPauseSelectItem11Tex;
|
|
|
|
#define dgPauseSelectItem21Tex "__OTR__textures/icon_item_static/gPauseSelectItem21Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem21Tex[] = dgPauseSelectItem21Tex;
|
|
|
|
#define dgPauseMap01Tex "__OTR__textures/icon_item_static/gPauseMap01Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap01Tex[] = dgPauseMap01Tex;
|
|
|
|
#define dgPauseMap11Tex "__OTR__textures/icon_item_static/gPauseMap11Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap11Tex[] = dgPauseMap11Tex;
|
|
|
|
#define dgPauseMap21Tex "__OTR__textures/icon_item_static/gPauseMap21Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap21Tex[] = dgPauseMap21Tex;
|
|
|
|
#define dgPauseQuestStatus01Tex "__OTR__textures/icon_item_static/gPauseQuestStatus01Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus01Tex[] = dgPauseQuestStatus01Tex;
|
|
|
|
#define dgPauseQuestStatus11Tex "__OTR__textures/icon_item_static/gPauseQuestStatus11Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus11Tex[] = dgPauseQuestStatus11Tex;
|
|
|
|
#define dgPauseQuestStatus21Tex "__OTR__textures/icon_item_static/gPauseQuestStatus21Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus21Tex[] = dgPauseQuestStatus21Tex;
|
|
|
|
#define dgPauseSave01Tex "__OTR__textures/icon_item_static/gPauseSave01Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave01Tex[] = dgPauseSave01Tex;
|
|
|
|
#define dgPauseSave11Tex "__OTR__textures/icon_item_static/gPauseSave11Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave11Tex[] = dgPauseSave11Tex;
|
|
|
|
#define dgPauseSave21Tex "__OTR__textures/icon_item_static/gPauseSave21Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave21Tex[] = dgPauseSave21Tex;
|
|
|
|
#define dgPauseEquipment02Tex "__OTR__textures/icon_item_static/gPauseEquipment02Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment02Tex[] = dgPauseEquipment02Tex;
|
|
|
|
#define dgPauseEquipment12Tex "__OTR__textures/icon_item_static/gPauseEquipment12Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment12Tex[] = dgPauseEquipment12Tex;
|
|
|
|
#define dgPauseEquipment22Tex "__OTR__textures/icon_item_static/gPauseEquipment22Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment22Tex[] = dgPauseEquipment22Tex;
|
|
|
|
#define dgPauseSelectItem02Tex "__OTR__textures/icon_item_static/gPauseSelectItem02Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem02Tex[] = dgPauseSelectItem02Tex;
|
|
|
|
#define dgPauseSelectItem12Tex "__OTR__textures/icon_item_static/gPauseSelectItem12Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem12Tex[] = dgPauseSelectItem12Tex;
|
|
|
|
#define dgPauseSelectItem22Tex "__OTR__textures/icon_item_static/gPauseSelectItem22Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem22Tex[] = dgPauseSelectItem22Tex;
|
|
|
|
#define dgPauseMap02Tex "__OTR__textures/icon_item_static/gPauseMap02Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap02Tex[] = dgPauseMap02Tex;
|
|
|
|
#define dgPauseMap12Tex "__OTR__textures/icon_item_static/gPauseMap12Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap12Tex[] = dgPauseMap12Tex;
|
|
|
|
#define dgPauseMap22Tex "__OTR__textures/icon_item_static/gPauseMap22Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap22Tex[] = dgPauseMap22Tex;
|
|
|
|
#define dgPauseQuestStatus02Tex "__OTR__textures/icon_item_static/gPauseQuestStatus02Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus02Tex[] = dgPauseQuestStatus02Tex;
|
|
|
|
#define dgPauseQuestStatus12Tex "__OTR__textures/icon_item_static/gPauseQuestStatus12Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus12Tex[] = dgPauseQuestStatus12Tex;
|
|
|
|
#define dgPauseQuestStatus22Tex "__OTR__textures/icon_item_static/gPauseQuestStatus22Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus22Tex[] = dgPauseQuestStatus22Tex;
|
|
|
|
#define dgPauseSave02Tex "__OTR__textures/icon_item_static/gPauseSave02Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave02Tex[] = dgPauseSave02Tex;
|
|
|
|
#define dgPauseSave12Tex "__OTR__textures/icon_item_static/gPauseSave12Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave12Tex[] = dgPauseSave12Tex;
|
|
|
|
#define dgPauseSave22Tex "__OTR__textures/icon_item_static/gPauseSave22Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave22Tex[] = dgPauseSave22Tex;
|
|
|
|
#define dgPauseEquipment03Tex "__OTR__textures/icon_item_static/gPauseEquipment03Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment03Tex[] = dgPauseEquipment03Tex;
|
|
|
|
#define dgPauseEquipment13Tex "__OTR__textures/icon_item_static/gPauseEquipment13Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment13Tex[] = dgPauseEquipment13Tex;
|
|
|
|
#define dgPauseEquipment23Tex "__OTR__textures/icon_item_static/gPauseEquipment23Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment23Tex[] = dgPauseEquipment23Tex;
|
|
|
|
#define dgPauseSelectItem03Tex "__OTR__textures/icon_item_static/gPauseSelectItem03Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem03Tex[] = dgPauseSelectItem03Tex;
|
|
|
|
#define dgPauseSelectItem13Tex "__OTR__textures/icon_item_static/gPauseSelectItem13Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem13Tex[] = dgPauseSelectItem13Tex;
|
|
|
|
#define dgPauseSelectItem23Tex "__OTR__textures/icon_item_static/gPauseSelectItem23Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem23Tex[] = dgPauseSelectItem23Tex;
|
|
|
|
#define dgPauseMap03Tex "__OTR__textures/icon_item_static/gPauseMap03Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap03Tex[] = dgPauseMap03Tex;
|
|
|
|
#define dgPauseMap13Tex "__OTR__textures/icon_item_static/gPauseMap13Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap13Tex[] = dgPauseMap13Tex;
|
|
|
|
#define dgPauseMap23Tex "__OTR__textures/icon_item_static/gPauseMap23Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap23Tex[] = dgPauseMap23Tex;
|
|
|
|
#define dgPauseQuestStatus03Tex "__OTR__textures/icon_item_static/gPauseQuestStatus03Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus03Tex[] = dgPauseQuestStatus03Tex;
|
|
|
|
#define dgPauseQuestStatus13Tex "__OTR__textures/icon_item_static/gPauseQuestStatus13Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus13Tex[] = dgPauseQuestStatus13Tex;
|
|
|
|
#define dgPauseQuestStatus23Tex "__OTR__textures/icon_item_static/gPauseQuestStatus23Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus23Tex[] = dgPauseQuestStatus23Tex;
|
|
|
|
#define dgPauseSave03Tex "__OTR__textures/icon_item_static/gPauseSave03Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave03Tex[] = dgPauseSave03Tex;
|
|
|
|
#define dgPauseSave13Tex "__OTR__textures/icon_item_static/gPauseSave13Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave13Tex[] = dgPauseSave13Tex;
|
|
|
|
#define dgPauseSave23Tex "__OTR__textures/icon_item_static/gPauseSave23Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave23Tex[] = dgPauseSave23Tex;
|
|
|
|
#define dgPauseEquipment04Tex "__OTR__textures/icon_item_static/gPauseEquipment04Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment04Tex[] = dgPauseEquipment04Tex;
|
|
|
|
#define dgPauseEquipment14Tex "__OTR__textures/icon_item_static/gPauseEquipment14Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment14Tex[] = dgPauseEquipment14Tex;
|
|
|
|
#define dgPauseEquipment24Tex "__OTR__textures/icon_item_static/gPauseEquipment24Tex"
|
|
static const ALIGN_ASSET(2) char gPauseEquipment24Tex[] = dgPauseEquipment24Tex;
|
|
|
|
#define dgPauseSelectItem04Tex "__OTR__textures/icon_item_static/gPauseSelectItem04Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem04Tex[] = dgPauseSelectItem04Tex;
|
|
|
|
#define dgPauseSelectItem14Tex "__OTR__textures/icon_item_static/gPauseSelectItem14Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem14Tex[] = dgPauseSelectItem14Tex;
|
|
|
|
#define dgPauseSelectItem24Tex "__OTR__textures/icon_item_static/gPauseSelectItem24Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSelectItem24Tex[] = dgPauseSelectItem24Tex;
|
|
|
|
#define dgPauseMap04Tex "__OTR__textures/icon_item_static/gPauseMap04Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap04Tex[] = dgPauseMap04Tex;
|
|
|
|
#define dgPauseMap14Tex "__OTR__textures/icon_item_static/gPauseMap14Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap14Tex[] = dgPauseMap14Tex;
|
|
|
|
#define dgPauseMap24Tex "__OTR__textures/icon_item_static/gPauseMap24Tex"
|
|
static const ALIGN_ASSET(2) char gPauseMap24Tex[] = dgPauseMap24Tex;
|
|
|
|
#define dgPauseQuestStatus04Tex "__OTR__textures/icon_item_static/gPauseQuestStatus04Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus04Tex[] = dgPauseQuestStatus04Tex;
|
|
|
|
#define dgPauseQuestStatus14Tex "__OTR__textures/icon_item_static/gPauseQuestStatus14Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus14Tex[] = dgPauseQuestStatus14Tex;
|
|
|
|
#define dgPauseQuestStatus24Tex "__OTR__textures/icon_item_static/gPauseQuestStatus24Tex"
|
|
static const ALIGN_ASSET(2) char gPauseQuestStatus24Tex[] = dgPauseQuestStatus24Tex;
|
|
|
|
#define dgPauseSave04Tex "__OTR__textures/icon_item_static/gPauseSave04Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave04Tex[] = dgPauseSave04Tex;
|
|
|
|
#define dgPauseSave14Tex "__OTR__textures/icon_item_static/gPauseSave14Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave14Tex[] = dgPauseSave14Tex;
|
|
|
|
#define dgPauseSave24Tex "__OTR__textures/icon_item_static/gPauseSave24Tex"
|
|
static const ALIGN_ASSET(2) char gPauseSave24Tex[] = dgPauseSave24Tex;
|
|
|
|
#define dgPauseGameOver10Tex "__OTR__textures/icon_item_static/gPauseGameOver10Tex"
|
|
static const ALIGN_ASSET(2) char gPauseGameOver10Tex[] = dgPauseGameOver10Tex;
|
|
|
|
#define dgABtnSymbolTex "__OTR__textures/icon_item_static/gABtnSymbolTex"
|
|
static const ALIGN_ASSET(2) char gABtnSymbolTex[] = dgABtnSymbolTex;
|
|
|
|
#define dgBBtnSymbolTex "__OTR__textures/icon_item_static/gBBtnSymbolTex"
|
|
static const ALIGN_ASSET(2) char gBBtnSymbolTex[] = dgBBtnSymbolTex;
|
|
|
|
#define dgCBtnSymbolsTex "__OTR__textures/icon_item_static/gCBtnSymbolsTex"
|
|
static const ALIGN_ASSET(2) char gCBtnSymbolsTex[] = dgCBtnSymbolsTex;
|
|
|
|
#define dgNamePanelLeftTex "__OTR__textures/icon_item_static/gNamePanelLeftTex"
|
|
static const ALIGN_ASSET(2) char gNamePanelLeftTex[] = dgNamePanelLeftTex;
|
|
|
|
#define dgNamePanelRightTex "__OTR__textures/icon_item_static/gNamePanelRightTex"
|
|
static const ALIGN_ASSET(2) char gNamePanelRightTex[] = dgNamePanelRightTex;
|
|
|
|
#define dgLButtonTex "__OTR__textures/icon_item_static/gLButtonTex"
|
|
static const ALIGN_ASSET(2) char gLButtonTex[] = dgLButtonTex;
|
|
|
|
#define dgRButtonTex "__OTR__textures/icon_item_static/gRButtonTex"
|
|
static const ALIGN_ASSET(2) char gRButtonTex[] = dgRButtonTex;
|
|
|
|
#define dgUnknownJPTex "__OTR__textures/icon_item_static/gUnknownJPTex"
|
|
static const ALIGN_ASSET(2) char gUnknownJPTex[] = dgUnknownJPTex;
|
|
|
|
#define dgSongNoteTex "__OTR__textures/icon_item_static/gSongNoteTex"
|
|
static const ALIGN_ASSET(2) char gSongNoteTex[] = dgSongNoteTex;
|
|
|
|
#define dgMagicArrowEquipEffectTex "__OTR__textures/icon_item_static/gMagicArrowEquipEffectTex"
|
|
static const ALIGN_ASSET(2) char gMagicArrowEquipEffectTex[] = dgMagicArrowEquipEffectTex;
|
|
|
|
#define dgItemNamePanelDL "__OTR__textures/icon_item_static/gItemNamePanelDL"
|
|
static const ALIGN_ASSET(2) char gItemNamePanelDL[] = dgItemNamePanelDL;
|
|
|
|
#define dgLButtonIconDL "__OTR__textures/icon_item_static/gLButtonIconDL"
|
|
static const ALIGN_ASSET(2) char gLButtonIconDL[] = dgLButtonIconDL;
|
|
|
|
#define dgRButtonIconDL "__OTR__textures/icon_item_static/gRButtonIconDL"
|
|
static const ALIGN_ASSET(2) char gRButtonIconDL[] = dgRButtonIconDL;
|
|
|
|
#define dgCButtonIconsDL "__OTR__textures/icon_item_static/gCButtonIconsDL"
|
|
static const ALIGN_ASSET(2) char gCButtonIconsDL[] = dgCButtonIconsDL;
|
|
|
|
#define dgAButtonIconDL "__OTR__textures/icon_item_static/gAButtonIconDL"
|
|
static const ALIGN_ASSET(2) char gAButtonIconDL[] = dgAButtonIconDL;
|
|
|
|
#define dgBButtonIconDL "__OTR__textures/icon_item_static/gBButtonIconDL"
|
|
static const ALIGN_ASSET(2) char gBButtonIconDL[] = dgBButtonIconDL;
|
|
|
|
#define dgPromptCursorLeftDL "__OTR__textures/icon_item_static/gPromptCursorLeftDL"
|
|
static const ALIGN_ASSET(2) char gPromptCursorLeftDL[] = dgPromptCursorLeftDL;
|
|
|
|
#define dgPromptCursorRightDL "__OTR__textures/icon_item_static/gPromptCursorRightDL"
|
|
static const ALIGN_ASSET(2) char gPromptCursorRightDL[] = dgPromptCursorRightDL; |