Shipwright/soh/assets/textures/parameter_static/parameter_static.h

175 lines
8.8 KiB
C
Raw Normal View History

#ifndef TEXTURES_PARAMETER_STATIC_H
#define TEXTURES_PARAMETER_STATIC_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgHeartEmptyTex "__OTR__textures/parameter_static/gHeartEmptyTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gHeartEmptyTex[] = dgHeartEmptyTex;
2023-02-14 08:29:46 -05:00
#define dgHeartQuarterTex "__OTR__textures/parameter_static/gHeartQuarterTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gHeartQuarterTex[] = dgHeartQuarterTex;
2023-02-14 08:29:46 -05:00
#define dgHeartHalfTex "__OTR__textures/parameter_static/gHeartHalfTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gHeartHalfTex[] = dgHeartHalfTex;
2023-02-14 08:29:46 -05:00
#define dgHeartThreeQuarterTex "__OTR__textures/parameter_static/gHeartThreeQuarterTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gHeartThreeQuarterTex[] = dgHeartThreeQuarterTex;
2023-02-14 08:29:46 -05:00
#define dgHeartFullTex "__OTR__textures/parameter_static/gHeartFullTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gHeartFullTex[] = dgHeartFullTex;
2023-02-14 08:29:46 -05:00
#define dgDefenseHeartEmptyTex "__OTR__textures/parameter_static/gDefenseHeartEmptyTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDefenseHeartEmptyTex[] = dgDefenseHeartEmptyTex;
2023-02-14 08:29:46 -05:00
#define dgDefenseHeartQuarterTex "__OTR__textures/parameter_static/gDefenseHeartQuarterTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDefenseHeartQuarterTex[] = dgDefenseHeartQuarterTex;
2023-02-14 08:29:46 -05:00
#define dgDefenseHeartHalfTex "__OTR__textures/parameter_static/gDefenseHeartHalfTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDefenseHeartHalfTex[] = dgDefenseHeartHalfTex;
2023-02-14 08:29:46 -05:00
#define dgDefenseHeartThreeQuarterTex "__OTR__textures/parameter_static/gDefenseHeartThreeQuarterTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDefenseHeartThreeQuarterTex[] = dgDefenseHeartThreeQuarterTex;
2023-02-14 08:29:46 -05:00
#define dgDefenseHeartFullTex "__OTR__textures/parameter_static/gDefenseHeartFullTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDefenseHeartFullTex[] = dgDefenseHeartFullTex;
2023-02-14 08:29:46 -05:00
#define dgButtonBackgroundTex "__OTR__textures/parameter_static/gButtonBackgroundTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gButtonBackgroundTex[] = dgButtonBackgroundTex;
2023-02-14 08:29:46 -05:00
#define dgEquippedItemOutlineTex "__OTR__textures/parameter_static/gEquippedItemOutlineTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gEquippedItemOutlineTex[] = dgEquippedItemOutlineTex;
2023-02-14 08:29:46 -05:00
#define dgEmptyCLeftArrowTex "__OTR__textures/parameter_static/gEmptyCLeftArrowTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gEmptyCLeftArrowTex[] = dgEmptyCLeftArrowTex;
2023-02-14 08:29:46 -05:00
#define dgEmptyCDownArrowTex "__OTR__textures/parameter_static/gEmptyCDownArrowTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gEmptyCDownArrowTex[] = dgEmptyCDownArrowTex;
2023-02-14 08:29:46 -05:00
#define dgEmptyCRightArrowTex "__OTR__textures/parameter_static/gEmptyCRightArrowTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gEmptyCRightArrowTex[] = dgEmptyCRightArrowTex;
2023-02-14 08:29:46 -05:00
#define dgSmallKeyCounterIconTex "__OTR__textures/parameter_static/gSmallKeyCounterIconTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gSmallKeyCounterIconTex[] = dgSmallKeyCounterIconTex;
2023-02-14 08:29:46 -05:00
#define dgRupeeCounterIconTex "__OTR__textures/parameter_static/gRupeeCounterIconTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gRupeeCounterIconTex[] = dgRupeeCounterIconTex;
2023-02-14 08:29:46 -05:00
#define dgClockIconTex "__OTR__textures/parameter_static/gClockIconTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gClockIconTex[] = dgClockIconTex;
2023-02-14 08:29:46 -05:00
#define dgCarrotIconTex "__OTR__textures/parameter_static/gCarrotIconTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCarrotIconTex[] = dgCarrotIconTex;
2023-02-14 08:29:46 -05:00
#define dgMapDungeonEntranceIconTex "__OTR__textures/parameter_static/gMapDungeonEntranceIconTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gMapDungeonEntranceIconTex[] = dgMapDungeonEntranceIconTex;
2023-02-14 08:29:46 -05:00
#define dgMapChestIconTex "__OTR__textures/parameter_static/gMapChestIconTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gMapChestIconTex[] = dgMapChestIconTex;
2023-02-14 08:29:46 -05:00
#define dgArcheryScoreIconTex "__OTR__textures/parameter_static/gArcheryScoreIconTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gArcheryScoreIconTex[] = dgArcheryScoreIconTex;
2023-02-14 08:29:46 -05:00
#define dgMapBossIconTex "__OTR__textures/parameter_static/gMapBossIconTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gMapBossIconTex[] = dgMapBossIconTex;
#define dgOcarinaBtnIconATex "__OTR__textures/parameter_static/gOcarinaBtnIconATex"
static const ALIGN_ASSET(2) char gOcarinaBtnIconATex[] = dgOcarinaBtnIconATex;
2023-03-02 09:37:47 -05:00
#define dgOcarinaBtnIconCDownTex "__OTR__textures/parameter_static/gOcarinaBtnIconCDownTex"
static const ALIGN_ASSET(2) char gOcarinaBtnIconCDownTex[] = dgOcarinaBtnIconCDownTex;
2023-03-02 09:37:47 -05:00
#define dgOcarinaBtnIconCRightTex "__OTR__textures/parameter_static/gOcarinaBtnIconCRightTex"
static const ALIGN_ASSET(2) char gOcarinaBtnIconCRightTex[] = dgOcarinaBtnIconCRightTex;
2023-03-02 09:37:47 -05:00
#define dgOcarinaBtnIconCLeftTex "__OTR__textures/parameter_static/gOcarinaBtnIconCLeftTex"
static const ALIGN_ASSET(2) char gOcarinaBtnIconCLeftTex[] = dgOcarinaBtnIconCLeftTex;
2023-03-02 09:37:47 -05:00
#define dgOcarinaBtnIconCUpTex "__OTR__textures/parameter_static/gOcarinaBtnIconCUpTex"
static const ALIGN_ASSET(2) char gOcarinaBtnIconCUpTex[] = dgOcarinaBtnIconCUpTex;
2023-03-02 09:37:47 -05:00
2023-02-14 08:29:46 -05:00
#define dgOcarinaTrebleClefTex "__OTR__textures/parameter_static/gOcarinaTrebleClefTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gOcarinaTrebleClefTex[] = dgOcarinaTrebleClefTex;
2023-02-14 08:29:46 -05:00
#define dgNaviCUpJPTex "__OTR__textures/parameter_static/gNaviCUpJPTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gNaviCUpJPTex[] = dgNaviCUpJPTex;
2023-02-14 08:29:46 -05:00
#define dgNaviCUpENGTex "__OTR__textures/parameter_static/gNaviCUpENGTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gNaviCUpENGTex[] = dgNaviCUpENGTex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit0Tex "__OTR__textures/parameter_static/gCounterDigit0Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit0Tex[] = dgCounterDigit0Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit1Tex "__OTR__textures/parameter_static/gCounterDigit1Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit1Tex[] = dgCounterDigit1Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit2Tex "__OTR__textures/parameter_static/gCounterDigit2Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit2Tex[] = dgCounterDigit2Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit3Tex "__OTR__textures/parameter_static/gCounterDigit3Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit3Tex[] = dgCounterDigit3Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit4Tex "__OTR__textures/parameter_static/gCounterDigit4Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit4Tex[] = dgCounterDigit4Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit5Tex "__OTR__textures/parameter_static/gCounterDigit5Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit5Tex[] = dgCounterDigit5Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit6Tex "__OTR__textures/parameter_static/gCounterDigit6Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit6Tex[] = dgCounterDigit6Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit7Tex "__OTR__textures/parameter_static/gCounterDigit7Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit7Tex[] = dgCounterDigit7Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit8Tex "__OTR__textures/parameter_static/gCounterDigit8Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit8Tex[] = dgCounterDigit8Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterDigit9Tex "__OTR__textures/parameter_static/gCounterDigit9Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterDigit9Tex[] = dgCounterDigit9Tex;
2023-02-14 08:29:46 -05:00
#define dgCounterColonTex "__OTR__textures/parameter_static/gCounterColonTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCounterColonTex[] = dgCounterColonTex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit0Tex "__OTR__textures/parameter_static/gAmmoDigit0Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit0Tex[] = dgAmmoDigit0Tex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit1Tex "__OTR__textures/parameter_static/gAmmoDigit1Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit1Tex[] = dgAmmoDigit1Tex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit2Tex "__OTR__textures/parameter_static/gAmmoDigit2Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit2Tex[] = dgAmmoDigit2Tex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit3Tex "__OTR__textures/parameter_static/gAmmoDigit3Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit3Tex[] = dgAmmoDigit3Tex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit4Tex "__OTR__textures/parameter_static/gAmmoDigit4Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit4Tex[] = dgAmmoDigit4Tex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit5Tex "__OTR__textures/parameter_static/gAmmoDigit5Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit5Tex[] = dgAmmoDigit5Tex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit6Tex "__OTR__textures/parameter_static/gAmmoDigit6Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit6Tex[] = dgAmmoDigit6Tex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit7Tex "__OTR__textures/parameter_static/gAmmoDigit7Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit7Tex[] = dgAmmoDigit7Tex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit8Tex "__OTR__textures/parameter_static/gAmmoDigit8Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit8Tex[] = dgAmmoDigit8Tex;
2023-02-14 08:29:46 -05:00
#define dgAmmoDigit9Tex "__OTR__textures/parameter_static/gAmmoDigit9Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAmmoDigit9Tex[] = dgAmmoDigit9Tex;
2023-02-14 08:29:46 -05:00
#define dgUnusedAmmoDigitHalfTex "__OTR__textures/parameter_static/gUnusedAmmoDigitHalfTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gUnusedAmmoDigitHalfTex[] = dgUnusedAmmoDigitHalfTex;
2023-02-14 08:29:46 -05:00
#define dgMagicMeterEndTex "__OTR__textures/parameter_static/gMagicMeterEndTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gMagicMeterEndTex[] = dgMagicMeterEndTex;
2023-02-14 08:29:46 -05:00
#define dgMagicMeterMidTex "__OTR__textures/parameter_static/gMagicMeterMidTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gMagicMeterMidTex[] = dgMagicMeterMidTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgMagicMeterFillTex "__OTR__textures/parameter_static/gMagicMeterFillTex"
static const ALIGN_ASSET(2) char gMagicMeterFillTex[] = dgMagicMeterFillTex;
#endif // TEXTURES_PARAMETER_STATIC_H