Add asset headers (#2465)
This commit is contained in:
16
soh/assets/textures/backgrounds/vr_ALVR_pal_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_ALVR_pal_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgMarketPotionShopBgTLUT "__OTR__textures/vr_ALVR_pal_static/gMarketPotionShopBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPotionShopBgTLUT[] = dgMarketPotionShopBgTLUT;
|
||||
#else
|
||||
static const char gMarketPotionShopBgTLUT[] __attribute__((aligned (2))) = dgMarketPotionShopBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketPotionShopBg2TLUT "__OTR__textures/vr_ALVR_pal_static/gMarketPotionShopBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPotionShopBg2TLUT[] = dgMarketPotionShopBg2TLUT;
|
||||
#else
|
||||
static const char gMarketPotionShopBg2TLUT[] __attribute__((aligned (2))) = dgMarketPotionShopBg2TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_ALVR_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_ALVR_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgMarketPotionShopBgTex "__OTR__textures/vr_ALVR_static/gMarketPotionShopBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPotionShopBgTex[] = dgMarketPotionShopBgTex;
|
||||
#else
|
||||
static const char gMarketPotionShopBgTex[] __attribute__((aligned (2))) = dgMarketPotionShopBgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketPotionShop2BgTex "__OTR__textures/vr_ALVR_static/gMarketPotionShop2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPotionShop2BgTex[] = dgMarketPotionShop2BgTex;
|
||||
#else
|
||||
static const char gMarketPotionShop2BgTex[] __attribute__((aligned (2))) = dgMarketPotionShop2BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_DGVR_pal_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_DGVR_pal_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgKakPotionShopBgTLUT "__OTR__textures/vr_DGVR_pal_static/gKakPotionShopBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakPotionShopBgTLUT[] = dgKakPotionShopBgTLUT;
|
||||
#else
|
||||
static const char gKakPotionShopBgTLUT[] __attribute__((aligned (2))) = dgKakPotionShopBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgKakPotionShopBg2TLUT "__OTR__textures/vr_DGVR_pal_static/gKakPotionShopBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakPotionShopBg2TLUT[] = dgKakPotionShopBg2TLUT;
|
||||
#else
|
||||
static const char gKakPotionShopBg2TLUT[] __attribute__((aligned (2))) = dgKakPotionShopBg2TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_DGVR_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_DGVR_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgKakPotionShopBgTex "__OTR__textures/vr_DGVR_static/gKakPotionShopBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakPotionShopBgTex[] = dgKakPotionShopBgTex;
|
||||
#else
|
||||
static const char gKakPotionShopBgTex[] __attribute__((aligned (2))) = dgKakPotionShopBgTex;
|
||||
#endif
|
||||
|
||||
#define dgKakPotionShop2BgTex "__OTR__textures/vr_DGVR_static/gKakPotionShop2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakPotionShop2BgTex[] = dgKakPotionShop2BgTex;
|
||||
#else
|
||||
static const char gKakPotionShop2BgTex[] __attribute__((aligned (2))) = dgKakPotionShop2BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_FCVR_pal_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_FCVR_pal_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgMaskShopBgTLUT "__OTR__textures/vr_FCVR_pal_static/gMaskShopBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMaskShopBgTLUT[] = dgMaskShopBgTLUT;
|
||||
#else
|
||||
static const char gMaskShopBgTLUT[] __attribute__((aligned (2))) = dgMaskShopBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgMaskShopBg2TLUT "__OTR__textures/vr_FCVR_pal_static/gMaskShopBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMaskShopBg2TLUT[] = dgMaskShopBg2TLUT;
|
||||
#else
|
||||
static const char gMaskShopBg2TLUT[] __attribute__((aligned (2))) = dgMaskShopBg2TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_FCVR_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_FCVR_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgMaskShopBgTex "__OTR__textures/vr_FCVR_static/gMaskShopBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMaskShopBgTex[] = dgMaskShopBgTex;
|
||||
#else
|
||||
static const char gMaskShopBgTex[] __attribute__((aligned (2))) = dgMaskShopBgTex;
|
||||
#endif
|
||||
|
||||
#define dgMaskShop2BgTex "__OTR__textures/vr_FCVR_static/gMaskShop2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMaskShop2BgTex[] = dgMaskShop2BgTex;
|
||||
#else
|
||||
static const char gMaskShop2BgTex[] __attribute__((aligned (2))) = dgMaskShop2BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_GLVR_pal_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_GLVR_pal_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgGoronShopBgTLUT "__OTR__textures/vr_GLVR_pal_static/gGoronShopBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoronShopBgTLUT[] = dgGoronShopBgTLUT;
|
||||
#else
|
||||
static const char gGoronShopBgTLUT[] __attribute__((aligned (2))) = dgGoronShopBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgGoronShopBg2TLUT "__OTR__textures/vr_GLVR_pal_static/gGoronShopBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoronShopBg2TLUT[] = dgGoronShopBg2TLUT;
|
||||
#else
|
||||
static const char gGoronShopBg2TLUT[] __attribute__((aligned (2))) = dgGoronShopBg2TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_GLVR_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_GLVR_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgGoronShopBgTex "__OTR__textures/vr_GLVR_static/gGoronShopBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoronShopBgTex[] = dgGoronShopBgTex;
|
||||
#else
|
||||
static const char gGoronShopBgTex[] __attribute__((aligned (2))) = dgGoronShopBgTex;
|
||||
#endif
|
||||
|
||||
#define dgGoronShop2BgTex "__OTR__textures/vr_GLVR_static/gGoronShop2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoronShop2BgTex[] = dgGoronShop2BgTex;
|
||||
#else
|
||||
static const char gGoronShop2BgTex[] __attribute__((aligned (2))) = dgGoronShop2BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_IPVR_pal_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_IPVR_pal_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgRichardsHouseBgTLUT "__OTR__textures/vr_IPVR_pal_static/gRichardsHouseBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRichardsHouseBgTLUT[] = dgRichardsHouseBgTLUT;
|
||||
#else
|
||||
static const char gRichardsHouseBgTLUT[] __attribute__((aligned (2))) = dgRichardsHouseBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgRichardsHouseBg2TLUT "__OTR__textures/vr_IPVR_pal_static/gRichardsHouseBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRichardsHouseBg2TLUT[] = dgRichardsHouseBg2TLUT;
|
||||
#else
|
||||
static const char gRichardsHouseBg2TLUT[] __attribute__((aligned (2))) = dgRichardsHouseBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgRichardsHouseBg3TLUT "__OTR__textures/vr_IPVR_pal_static/gRichardsHouseBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRichardsHouseBg3TLUT[] = dgRichardsHouseBg3TLUT;
|
||||
#else
|
||||
static const char gRichardsHouseBg3TLUT[] __attribute__((aligned (2))) = dgRichardsHouseBg3TLUT;
|
||||
#endif
|
||||
|
||||
#define dgRichardsHouseBg4TLUT "__OTR__textures/vr_IPVR_pal_static/gRichardsHouseBg4TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRichardsHouseBg4TLUT[] = dgRichardsHouseBg4TLUT;
|
||||
#else
|
||||
static const char gRichardsHouseBg4TLUT[] __attribute__((aligned (2))) = dgRichardsHouseBg4TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_IPVR_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_IPVR_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgRichardsHouseBgTex "__OTR__textures/vr_IPVR_static/gRichardsHouseBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRichardsHouseBgTex[] = dgRichardsHouseBgTex;
|
||||
#else
|
||||
static const char gRichardsHouseBgTex[] __attribute__((aligned (2))) = dgRichardsHouseBgTex;
|
||||
#endif
|
||||
|
||||
#define dgRichardsHouse2BgTex "__OTR__textures/vr_IPVR_static/gRichardsHouse2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRichardsHouse2BgTex[] = dgRichardsHouse2BgTex;
|
||||
#else
|
||||
static const char gRichardsHouse2BgTex[] __attribute__((aligned (2))) = dgRichardsHouse2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgRichardsHouse3BgTex "__OTR__textures/vr_IPVR_static/gRichardsHouse3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRichardsHouse3BgTex[] = dgRichardsHouse3BgTex;
|
||||
#else
|
||||
static const char gRichardsHouse3BgTex[] __attribute__((aligned (2))) = dgRichardsHouse3BgTex;
|
||||
#endif
|
||||
|
||||
#define dgRichardsHouse4BgTex "__OTR__textures/vr_IPVR_static/gRichardsHouse4BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRichardsHouse4BgTex[] = dgRichardsHouse4BgTex;
|
||||
#else
|
||||
static const char gRichardsHouse4BgTex[] __attribute__((aligned (2))) = dgRichardsHouse4BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_K3VR_pal_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_K3VR_pal_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgHouseOfTwinsBgTLUT "__OTR__textures/vr_K3VR_pal_static/gHouseOfTwinsBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHouseOfTwinsBgTLUT[] = dgHouseOfTwinsBgTLUT;
|
||||
#else
|
||||
static const char gHouseOfTwinsBgTLUT[] __attribute__((aligned (2))) = dgHouseOfTwinsBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgHouseOfTwinsBg2TLUT "__OTR__textures/vr_K3VR_pal_static/gHouseOfTwinsBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHouseOfTwinsBg2TLUT[] = dgHouseOfTwinsBg2TLUT;
|
||||
#else
|
||||
static const char gHouseOfTwinsBg2TLUT[] __attribute__((aligned (2))) = dgHouseOfTwinsBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgHouseOfTwinsBg3TLUT "__OTR__textures/vr_K3VR_pal_static/gHouseOfTwinsBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHouseOfTwinsBg3TLUT[] = dgHouseOfTwinsBg3TLUT;
|
||||
#else
|
||||
static const char gHouseOfTwinsBg3TLUT[] __attribute__((aligned (2))) = dgHouseOfTwinsBg3TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_K3VR_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_K3VR_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgHouseOfTwinsBgTex "__OTR__textures/vr_K3VR_static/gHouseOfTwinsBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHouseOfTwinsBgTex[] = dgHouseOfTwinsBgTex;
|
||||
#else
|
||||
static const char gHouseOfTwinsBgTex[] __attribute__((aligned (2))) = dgHouseOfTwinsBgTex;
|
||||
#endif
|
||||
|
||||
#define dgHouseOfTwins2BgTex "__OTR__textures/vr_K3VR_static/gHouseOfTwins2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHouseOfTwins2BgTex[] = dgHouseOfTwins2BgTex;
|
||||
#else
|
||||
static const char gHouseOfTwins2BgTex[] __attribute__((aligned (2))) = dgHouseOfTwins2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgHouseOfTwins3BgTex "__OTR__textures/vr_K3VR_static/gHouseOfTwins3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHouseOfTwins3BgTex[] = dgHouseOfTwins3BgTex;
|
||||
#else
|
||||
static const char gHouseOfTwins3BgTex[] __attribute__((aligned (2))) = dgHouseOfTwins3BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_K4VR_pal_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_K4VR_pal_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgMidosHouseBgTLUT "__OTR__textures/vr_K4VR_pal_static/gMidosHouseBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMidosHouseBgTLUT[] = dgMidosHouseBgTLUT;
|
||||
#else
|
||||
static const char gMidosHouseBgTLUT[] __attribute__((aligned (2))) = dgMidosHouseBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgMidosHouseBg2TLUT "__OTR__textures/vr_K4VR_pal_static/gMidosHouseBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMidosHouseBg2TLUT[] = dgMidosHouseBg2TLUT;
|
||||
#else
|
||||
static const char gMidosHouseBg2TLUT[] __attribute__((aligned (2))) = dgMidosHouseBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgMidosHouseBg3TLUT "__OTR__textures/vr_K4VR_pal_static/gMidosHouseBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMidosHouseBg3TLUT[] = dgMidosHouseBg3TLUT;
|
||||
#else
|
||||
static const char gMidosHouseBg3TLUT[] __attribute__((aligned (2))) = dgMidosHouseBg3TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_K4VR_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_K4VR_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgMidosHouseBgTex "__OTR__textures/vr_K4VR_static/gMidosHouseBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMidosHouseBgTex[] = dgMidosHouseBgTex;
|
||||
#else
|
||||
static const char gMidosHouseBgTex[] __attribute__((aligned (2))) = dgMidosHouseBgTex;
|
||||
#endif
|
||||
|
||||
#define dgMidosHouse2BgTex "__OTR__textures/vr_K4VR_static/gMidosHouse2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMidosHouse2BgTex[] = dgMidosHouse2BgTex;
|
||||
#else
|
||||
static const char gMidosHouse2BgTex[] __attribute__((aligned (2))) = dgMidosHouse2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgMidosHouse3BgTex "__OTR__textures/vr_K4VR_static/gMidosHouse3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMidosHouse3BgTex[] = dgMidosHouse3BgTex;
|
||||
#else
|
||||
static const char gMidosHouse3BgTex[] __attribute__((aligned (2))) = dgMidosHouse3BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_K5VR_pal_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_K5VR_pal_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgSariasHouseBgTLUT "__OTR__textures/vr_K5VR_pal_static/gSariasHouseBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSariasHouseBgTLUT[] = dgSariasHouseBgTLUT;
|
||||
#else
|
||||
static const char gSariasHouseBgTLUT[] __attribute__((aligned (2))) = dgSariasHouseBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgSariasHouseBg2TLUT "__OTR__textures/vr_K5VR_pal_static/gSariasHouseBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSariasHouseBg2TLUT[] = dgSariasHouseBg2TLUT;
|
||||
#else
|
||||
static const char gSariasHouseBg2TLUT[] __attribute__((aligned (2))) = dgSariasHouseBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgSariasHouseBg3TLUT "__OTR__textures/vr_K5VR_pal_static/gSariasHouseBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSariasHouseBg3TLUT[] = dgSariasHouseBg3TLUT;
|
||||
#else
|
||||
static const char gSariasHouseBg3TLUT[] __attribute__((aligned (2))) = dgSariasHouseBg3TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_K5VR_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_K5VR_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgSariasHouseBgTex "__OTR__textures/vr_K5VR_static/gSariasHouseBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSariasHouseBgTex[] = dgSariasHouseBgTex;
|
||||
#else
|
||||
static const char gSariasHouseBgTex[] __attribute__((aligned (2))) = dgSariasHouseBgTex;
|
||||
#endif
|
||||
|
||||
#define dgSariasHouse2BgTex "__OTR__textures/vr_K5VR_static/gSariasHouse2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSariasHouse2BgTex[] = dgSariasHouse2BgTex;
|
||||
#else
|
||||
static const char gSariasHouse2BgTex[] __attribute__((aligned (2))) = dgSariasHouse2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgSariasHouse3BgTex "__OTR__textures/vr_K5VR_static/gSariasHouse3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSariasHouse3BgTex[] = dgSariasHouse3BgTex;
|
||||
#else
|
||||
static const char gSariasHouse3BgTex[] __attribute__((aligned (2))) = dgSariasHouse3BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_KHVR_pal_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_KHVR_pal_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgKnowItAllBrosHouseBgTLUT "__OTR__textures/vr_KHVR_pal_static/gKnowItAllBrosHouseBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKnowItAllBrosHouseBgTLUT[] = dgKnowItAllBrosHouseBgTLUT;
|
||||
#else
|
||||
static const char gKnowItAllBrosHouseBgTLUT[] __attribute__((aligned (2))) = dgKnowItAllBrosHouseBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgKnowItAllBrosHouseBg2TLUT "__OTR__textures/vr_KHVR_pal_static/gKnowItAllBrosHouseBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKnowItAllBrosHouseBg2TLUT[] = dgKnowItAllBrosHouseBg2TLUT;
|
||||
#else
|
||||
static const char gKnowItAllBrosHouseBg2TLUT[] __attribute__((aligned (2))) = dgKnowItAllBrosHouseBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgKnowItAllBrosHouseBg3TLUT "__OTR__textures/vr_KHVR_pal_static/gKnowItAllBrosHouseBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKnowItAllBrosHouseBg3TLUT[] = dgKnowItAllBrosHouseBg3TLUT;
|
||||
#else
|
||||
static const char gKnowItAllBrosHouseBg3TLUT[] __attribute__((aligned (2))) = dgKnowItAllBrosHouseBg3TLUT;
|
||||
#endif
|
||||
|
||||
#define dgKnowItAllBrosHouseBg4TLUT "__OTR__textures/vr_KHVR_pal_static/gKnowItAllBrosHouseBg4TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKnowItAllBrosHouseBg4TLUT[] = dgKnowItAllBrosHouseBg4TLUT;
|
||||
#else
|
||||
static const char gKnowItAllBrosHouseBg4TLUT[] __attribute__((aligned (2))) = dgKnowItAllBrosHouseBg4TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_KHVR_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_KHVR_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgKnowItAllBrosHouseBgTex "__OTR__textures/vr_KHVR_static/gKnowItAllBrosHouseBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKnowItAllBrosHouseBgTex[] = dgKnowItAllBrosHouseBgTex;
|
||||
#else
|
||||
static const char gKnowItAllBrosHouseBgTex[] __attribute__((aligned (2))) = dgKnowItAllBrosHouseBgTex;
|
||||
#endif
|
||||
|
||||
#define dgKnowItAllBrosHouse2BgTex "__OTR__textures/vr_KHVR_static/gKnowItAllBrosHouse2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKnowItAllBrosHouse2BgTex[] = dgKnowItAllBrosHouse2BgTex;
|
||||
#else
|
||||
static const char gKnowItAllBrosHouse2BgTex[] __attribute__((aligned (2))) = dgKnowItAllBrosHouse2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgKnowItAllBrosHouse3BgTex "__OTR__textures/vr_KHVR_static/gKnowItAllBrosHouse3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKnowItAllBrosHouse3BgTex[] = dgKnowItAllBrosHouse3BgTex;
|
||||
#else
|
||||
static const char gKnowItAllBrosHouse3BgTex[] __attribute__((aligned (2))) = dgKnowItAllBrosHouse3BgTex;
|
||||
#endif
|
||||
|
||||
#define dgKnowItAllBrosHouse4BgTex "__OTR__textures/vr_KHVR_static/gKnowItAllBrosHouse4BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKnowItAllBrosHouse4BgTex[] = dgKnowItAllBrosHouse4BgTex;
|
||||
#else
|
||||
static const char gKnowItAllBrosHouse4BgTex[] __attribute__((aligned (2))) = dgKnowItAllBrosHouse4BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_KKRVR_pal_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_KKRVR_pal_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgCarpentersHouseBgTLUT "__OTR__textures/vr_KKRVR_pal_static/gCarpentersHouseBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersHouseBgTLUT[] = dgCarpentersHouseBgTLUT;
|
||||
#else
|
||||
static const char gCarpentersHouseBgTLUT[] __attribute__((aligned (2))) = dgCarpentersHouseBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersHouseBg2TLUT "__OTR__textures/vr_KKRVR_pal_static/gCarpentersHouseBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersHouseBg2TLUT[] = dgCarpentersHouseBg2TLUT;
|
||||
#else
|
||||
static const char gCarpentersHouseBg2TLUT[] __attribute__((aligned (2))) = dgCarpentersHouseBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersHouseBg3TLUT "__OTR__textures/vr_KKRVR_pal_static/gCarpentersHouseBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersHouseBg3TLUT[] = dgCarpentersHouseBg3TLUT;
|
||||
#else
|
||||
static const char gCarpentersHouseBg3TLUT[] __attribute__((aligned (2))) = dgCarpentersHouseBg3TLUT;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersHouseBg4TLUT "__OTR__textures/vr_KKRVR_pal_static/gCarpentersHouseBg4TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersHouseBg4TLUT[] = dgCarpentersHouseBg4TLUT;
|
||||
#else
|
||||
static const char gCarpentersHouseBg4TLUT[] __attribute__((aligned (2))) = dgCarpentersHouseBg4TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_KKRVR_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_KKRVR_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgCarpentersHouseBgTex "__OTR__textures/vr_KKRVR_static/gCarpentersHouseBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersHouseBgTex[] = dgCarpentersHouseBgTex;
|
||||
#else
|
||||
static const char gCarpentersHouseBgTex[] __attribute__((aligned (2))) = dgCarpentersHouseBgTex;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersHouse2BgTex "__OTR__textures/vr_KKRVR_static/gCarpentersHouse2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersHouse2BgTex[] = dgCarpentersHouse2BgTex;
|
||||
#else
|
||||
static const char gCarpentersHouse2BgTex[] __attribute__((aligned (2))) = dgCarpentersHouse2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersHouse3BgTex "__OTR__textures/vr_KKRVR_static/gCarpentersHouse3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersHouse3BgTex[] = dgCarpentersHouse3BgTex;
|
||||
#else
|
||||
static const char gCarpentersHouse3BgTex[] __attribute__((aligned (2))) = dgCarpentersHouse3BgTex;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersHouse4BgTex "__OTR__textures/vr_KKRVR_static/gCarpentersHouse4BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersHouse4BgTex[] = dgCarpentersHouse4BgTex;
|
||||
#else
|
||||
static const char gCarpentersHouse4BgTex[] __attribute__((aligned (2))) = dgCarpentersHouse4BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_KR3VR_pal_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_KR3VR_pal_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgBackAlleyHouseBgTLUT "__OTR__textures/vr_KR3VR_pal_static/gBackAlleyHouseBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBackAlleyHouseBgTLUT[] = dgBackAlleyHouseBgTLUT;
|
||||
#else
|
||||
static const char gBackAlleyHouseBgTLUT[] __attribute__((aligned (2))) = dgBackAlleyHouseBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgBackAlleyHouseBg2TLUT "__OTR__textures/vr_KR3VR_pal_static/gBackAlleyHouseBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBackAlleyHouseBg2TLUT[] = dgBackAlleyHouseBg2TLUT;
|
||||
#else
|
||||
static const char gBackAlleyHouseBg2TLUT[] __attribute__((aligned (2))) = dgBackAlleyHouseBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgBackAlleyHouseBg3TLUT "__OTR__textures/vr_KR3VR_pal_static/gBackAlleyHouseBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBackAlleyHouseBg3TLUT[] = dgBackAlleyHouseBg3TLUT;
|
||||
#else
|
||||
static const char gBackAlleyHouseBg3TLUT[] __attribute__((aligned (2))) = dgBackAlleyHouseBg3TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_KR3VR_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_KR3VR_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgBackAlleyHouseBgTex "__OTR__textures/vr_KR3VR_static/gBackAlleyHouseBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBackAlleyHouseBgTex[] = dgBackAlleyHouseBgTex;
|
||||
#else
|
||||
static const char gBackAlleyHouseBgTex[] __attribute__((aligned (2))) = dgBackAlleyHouseBgTex;
|
||||
#endif
|
||||
|
||||
#define dgBackAlleyHouse2BgTex "__OTR__textures/vr_KR3VR_static/gBackAlleyHouse2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBackAlleyHouse2BgTex[] = dgBackAlleyHouse2BgTex;
|
||||
#else
|
||||
static const char gBackAlleyHouse2BgTex[] __attribute__((aligned (2))) = dgBackAlleyHouse2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgBackAlleyHouse3BgTex "__OTR__textures/vr_KR3VR_static/gBackAlleyHouse3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBackAlleyHouse3BgTex[] = dgBackAlleyHouse3BgTex;
|
||||
#else
|
||||
static const char gBackAlleyHouse3BgTex[] __attribute__((aligned (2))) = dgBackAlleyHouse3BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_KSVR_pal_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_KSVR_pal_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgKokiriShopBgTLUT "__OTR__textures/vr_KSVR_pal_static/gKokiriShopBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriShopBgTLUT[] = dgKokiriShopBgTLUT;
|
||||
#else
|
||||
static const char gKokiriShopBgTLUT[] __attribute__((aligned (2))) = dgKokiriShopBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgKokiriShopBg2TLUT "__OTR__textures/vr_KSVR_pal_static/gKokiriShopBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriShopBg2TLUT[] = dgKokiriShopBg2TLUT;
|
||||
#else
|
||||
static const char gKokiriShopBg2TLUT[] __attribute__((aligned (2))) = dgKokiriShopBg2TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_KSVR_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_KSVR_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgKokiriShopBgTex "__OTR__textures/vr_KSVR_static/gKokiriShopBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriShopBgTex[] = dgKokiriShopBgTex;
|
||||
#else
|
||||
static const char gKokiriShopBgTex[] __attribute__((aligned (2))) = dgKokiriShopBgTex;
|
||||
#endif
|
||||
|
||||
#define dgKokiriShop2BgTex "__OTR__textures/vr_KSVR_static/gKokiriShop2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriShop2BgTex[] = dgKokiriShop2BgTex;
|
||||
#else
|
||||
static const char gKokiriShop2BgTex[] __attribute__((aligned (2))) = dgKokiriShop2BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_LBVR_pal_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_LBVR_pal_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgCowHouseBgTLUT "__OTR__textures/vr_LBVR_pal_static/gCowHouseBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCowHouseBgTLUT[] = dgCowHouseBgTLUT;
|
||||
#else
|
||||
static const char gCowHouseBgTLUT[] __attribute__((aligned (2))) = dgCowHouseBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgCowHouseBg2TLUT "__OTR__textures/vr_LBVR_pal_static/gCowHouseBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCowHouseBg2TLUT[] = dgCowHouseBg2TLUT;
|
||||
#else
|
||||
static const char gCowHouseBg2TLUT[] __attribute__((aligned (2))) = dgCowHouseBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgCowHouseBg3TLUT "__OTR__textures/vr_LBVR_pal_static/gCowHouseBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCowHouseBg3TLUT[] = dgCowHouseBg3TLUT;
|
||||
#else
|
||||
static const char gCowHouseBg3TLUT[] __attribute__((aligned (2))) = dgCowHouseBg3TLUT;
|
||||
#endif
|
||||
|
||||
#define dgCowHouseBg4TLUT "__OTR__textures/vr_LBVR_pal_static/gCowHouseBg4TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCowHouseBg4TLUT[] = dgCowHouseBg4TLUT;
|
||||
#else
|
||||
static const char gCowHouseBg4TLUT[] __attribute__((aligned (2))) = dgCowHouseBg4TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_LBVR_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_LBVR_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgCowHouseBgTex "__OTR__textures/vr_LBVR_static/gCowHouseBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCowHouseBgTex[] = dgCowHouseBgTex;
|
||||
#else
|
||||
static const char gCowHouseBgTex[] __attribute__((aligned (2))) = dgCowHouseBgTex;
|
||||
#endif
|
||||
|
||||
#define dgCowHouse2BgTex "__OTR__textures/vr_LBVR_static/gCowHouse2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCowHouse2BgTex[] = dgCowHouse2BgTex;
|
||||
#else
|
||||
static const char gCowHouse2BgTex[] __attribute__((aligned (2))) = dgCowHouse2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgCowHouse3BgTex "__OTR__textures/vr_LBVR_static/gCowHouse3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCowHouse3BgTex[] = dgCowHouse3BgTex;
|
||||
#else
|
||||
static const char gCowHouse3BgTex[] __attribute__((aligned (2))) = dgCowHouse3BgTex;
|
||||
#endif
|
||||
|
||||
#define dgCowHouse4BgTex "__OTR__textures/vr_LBVR_static/gCowHouse4BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCowHouse4BgTex[] = dgCowHouse4BgTex;
|
||||
#else
|
||||
static const char gCowHouse4BgTex[] __attribute__((aligned (2))) = dgCowHouse4BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_LHVR_pal_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_LHVR_pal_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgLinksHouseBgTLUT "__OTR__textures/vr_LHVR_pal_static/gLinksHouseBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLinksHouseBgTLUT[] = dgLinksHouseBgTLUT;
|
||||
#else
|
||||
static const char gLinksHouseBgTLUT[] __attribute__((aligned (2))) = dgLinksHouseBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgLinksHouseBg2TLUT "__OTR__textures/vr_LHVR_pal_static/gLinksHouseBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLinksHouseBg2TLUT[] = dgLinksHouseBg2TLUT;
|
||||
#else
|
||||
static const char gLinksHouseBg2TLUT[] __attribute__((aligned (2))) = dgLinksHouseBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgLinksHouseBg3TLUT "__OTR__textures/vr_LHVR_pal_static/gLinksHouseBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLinksHouseBg3TLUT[] = dgLinksHouseBg3TLUT;
|
||||
#else
|
||||
static const char gLinksHouseBg3TLUT[] __attribute__((aligned (2))) = dgLinksHouseBg3TLUT;
|
||||
#endif
|
||||
|
||||
#define dgLinksHouseBg4TLUT "__OTR__textures/vr_LHVR_pal_static/gLinksHouseBg4TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLinksHouseBg4TLUT[] = dgLinksHouseBg4TLUT;
|
||||
#else
|
||||
static const char gLinksHouseBg4TLUT[] __attribute__((aligned (2))) = dgLinksHouseBg4TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_LHVR_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_LHVR_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgLinksHouseBgTex "__OTR__textures/vr_LHVR_static/gLinksHouseBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLinksHouseBgTex[] = dgLinksHouseBgTex;
|
||||
#else
|
||||
static const char gLinksHouseBgTex[] __attribute__((aligned (2))) = dgLinksHouseBgTex;
|
||||
#endif
|
||||
|
||||
#define dgLinksHouse2BgTex "__OTR__textures/vr_LHVR_static/gLinksHouse2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLinksHouse2BgTex[] = dgLinksHouse2BgTex;
|
||||
#else
|
||||
static const char gLinksHouse2BgTex[] __attribute__((aligned (2))) = dgLinksHouse2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgLinksHouse3BgTex "__OTR__textures/vr_LHVR_static/gLinksHouse3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLinksHouse3BgTex[] = dgLinksHouse3BgTex;
|
||||
#else
|
||||
static const char gLinksHouse3BgTex[] __attribute__((aligned (2))) = dgLinksHouse3BgTex;
|
||||
#endif
|
||||
|
||||
#define dgLinksHouse4BgTex "__OTR__textures/vr_LHVR_static/gLinksHouse4BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLinksHouse4BgTex[] = dgLinksHouse4BgTex;
|
||||
#else
|
||||
static const char gLinksHouse4BgTex[] __attribute__((aligned (2))) = dgLinksHouse4BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_MDVR_pal_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_MDVR_pal_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgMarketDayBgTLUT "__OTR__textures/vr_MDVR_pal_static/gMarketDayBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketDayBgTLUT[] = dgMarketDayBgTLUT;
|
||||
#else
|
||||
static const char gMarketDayBgTLUT[] __attribute__((aligned (2))) = dgMarketDayBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketDayBg2TLUT "__OTR__textures/vr_MDVR_pal_static/gMarketDayBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketDayBg2TLUT[] = dgMarketDayBg2TLUT;
|
||||
#else
|
||||
static const char gMarketDayBg2TLUT[] __attribute__((aligned (2))) = dgMarketDayBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketDayBg3TLUT "__OTR__textures/vr_MDVR_pal_static/gMarketDayBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketDayBg3TLUT[] = dgMarketDayBg3TLUT;
|
||||
#else
|
||||
static const char gMarketDayBg3TLUT[] __attribute__((aligned (2))) = dgMarketDayBg3TLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketDayBg4TLUT "__OTR__textures/vr_MDVR_pal_static/gMarketDayBg4TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketDayBg4TLUT[] = dgMarketDayBg4TLUT;
|
||||
#else
|
||||
static const char gMarketDayBg4TLUT[] __attribute__((aligned (2))) = dgMarketDayBg4TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_MDVR_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_MDVR_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgMarketDayBgTex "__OTR__textures/vr_MDVR_static/gMarketDayBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketDayBgTex[] = dgMarketDayBgTex;
|
||||
#else
|
||||
static const char gMarketDayBgTex[] __attribute__((aligned (2))) = dgMarketDayBgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketDay2BgTex "__OTR__textures/vr_MDVR_static/gMarketDay2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketDay2BgTex[] = dgMarketDay2BgTex;
|
||||
#else
|
||||
static const char gMarketDay2BgTex[] __attribute__((aligned (2))) = dgMarketDay2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketDay3BgTex "__OTR__textures/vr_MDVR_static/gMarketDay3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketDay3BgTex[] = dgMarketDay3BgTex;
|
||||
#else
|
||||
static const char gMarketDay3BgTex[] __attribute__((aligned (2))) = dgMarketDay3BgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketDay4BgTex "__OTR__textures/vr_MDVR_static/gMarketDay4BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketDay4BgTex[] = dgMarketDay4BgTex;
|
||||
#else
|
||||
static const char gMarketDay4BgTex[] __attribute__((aligned (2))) = dgMarketDay4BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_MLVR_pal_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_MLVR_pal_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgStableBgTLUT "__OTR__textures/vr_MLVR_pal_static/gStableBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStableBgTLUT[] = dgStableBgTLUT;
|
||||
#else
|
||||
static const char gStableBgTLUT[] __attribute__((aligned (2))) = dgStableBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgStableBg2TLUT "__OTR__textures/vr_MLVR_pal_static/gStableBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStableBg2TLUT[] = dgStableBg2TLUT;
|
||||
#else
|
||||
static const char gStableBg2TLUT[] __attribute__((aligned (2))) = dgStableBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgStableBg3TLUT "__OTR__textures/vr_MLVR_pal_static/gStableBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStableBg3TLUT[] = dgStableBg3TLUT;
|
||||
#else
|
||||
static const char gStableBg3TLUT[] __attribute__((aligned (2))) = dgStableBg3TLUT;
|
||||
#endif
|
||||
|
||||
#define dgStableBg4TLUT "__OTR__textures/vr_MLVR_pal_static/gStableBg4TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStableBg4TLUT[] = dgStableBg4TLUT;
|
||||
#else
|
||||
static const char gStableBg4TLUT[] __attribute__((aligned (2))) = dgStableBg4TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_MLVR_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_MLVR_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgStableBgTex "__OTR__textures/vr_MLVR_static/gStableBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStableBgTex[] = dgStableBgTex;
|
||||
#else
|
||||
static const char gStableBgTex[] __attribute__((aligned (2))) = dgStableBgTex;
|
||||
#endif
|
||||
|
||||
#define dgStable2BgTex "__OTR__textures/vr_MLVR_static/gStable2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStable2BgTex[] = dgStable2BgTex;
|
||||
#else
|
||||
static const char gStable2BgTex[] __attribute__((aligned (2))) = dgStable2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgStable3BgTex "__OTR__textures/vr_MLVR_static/gStable3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStable3BgTex[] = dgStable3BgTex;
|
||||
#else
|
||||
static const char gStable3BgTex[] __attribute__((aligned (2))) = dgStable3BgTex;
|
||||
#endif
|
||||
|
||||
#define dgStable4BgTex "__OTR__textures/vr_MLVR_static/gStable4BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStable4BgTex[] = dgStable4BgTex;
|
||||
#else
|
||||
static const char gStable4BgTex[] __attribute__((aligned (2))) = dgStable4BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_MNVR_pal_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_MNVR_pal_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgMarketNightBgTLUT "__OTR__textures/vr_MNVR_pal_static/gMarketNightBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketNightBgTLUT[] = dgMarketNightBgTLUT;
|
||||
#else
|
||||
static const char gMarketNightBgTLUT[] __attribute__((aligned (2))) = dgMarketNightBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketNightBg2TLUT "__OTR__textures/vr_MNVR_pal_static/gMarketNightBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketNightBg2TLUT[] = dgMarketNightBg2TLUT;
|
||||
#else
|
||||
static const char gMarketNightBg2TLUT[] __attribute__((aligned (2))) = dgMarketNightBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketNightBg3TLUT "__OTR__textures/vr_MNVR_pal_static/gMarketNightBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketNightBg3TLUT[] = dgMarketNightBg3TLUT;
|
||||
#else
|
||||
static const char gMarketNightBg3TLUT[] __attribute__((aligned (2))) = dgMarketNightBg3TLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketNightBg4TLUT "__OTR__textures/vr_MNVR_pal_static/gMarketNightBg4TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketNightBg4TLUT[] = dgMarketNightBg4TLUT;
|
||||
#else
|
||||
static const char gMarketNightBg4TLUT[] __attribute__((aligned (2))) = dgMarketNightBg4TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_MNVR_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_MNVR_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgMarketNightBgTex "__OTR__textures/vr_MNVR_static/gMarketNightBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketNightBgTex[] = dgMarketNightBgTex;
|
||||
#else
|
||||
static const char gMarketNightBgTex[] __attribute__((aligned (2))) = dgMarketNightBgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketNight2BgTex "__OTR__textures/vr_MNVR_static/gMarketNight2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketNight2BgTex[] = dgMarketNight2BgTex;
|
||||
#else
|
||||
static const char gMarketNight2BgTex[] __attribute__((aligned (2))) = dgMarketNight2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketNight3BgTex "__OTR__textures/vr_MNVR_static/gMarketNight3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketNight3BgTex[] = dgMarketNight3BgTex;
|
||||
#else
|
||||
static const char gMarketNight3BgTex[] __attribute__((aligned (2))) = dgMarketNight3BgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketNight4BgTex "__OTR__textures/vr_MNVR_static/gMarketNight4BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketNight4BgTex[] = dgMarketNight4BgTex;
|
||||
#else
|
||||
static const char gMarketNight4BgTex[] __attribute__((aligned (2))) = dgMarketNight4BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_NSVR_pal_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_NSVR_pal_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgBombchuShopBgTLUT "__OTR__textures/vr_NSVR_pal_static/gBombchuShopBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBombchuShopBgTLUT[] = dgBombchuShopBgTLUT;
|
||||
#else
|
||||
static const char gBombchuShopBgTLUT[] __attribute__((aligned (2))) = dgBombchuShopBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgBombchuShopBg2TLUT "__OTR__textures/vr_NSVR_pal_static/gBombchuShopBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBombchuShopBg2TLUT[] = dgBombchuShopBg2TLUT;
|
||||
#else
|
||||
static const char gBombchuShopBg2TLUT[] __attribute__((aligned (2))) = dgBombchuShopBg2TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_NSVR_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_NSVR_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgBombchuShopBgTex "__OTR__textures/vr_NSVR_static/gBombchuShopBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBombchuShopBgTex[] = dgBombchuShopBgTex;
|
||||
#else
|
||||
static const char gBombchuShopBgTex[] __attribute__((aligned (2))) = dgBombchuShopBgTex;
|
||||
#endif
|
||||
|
||||
#define dgBombchuShop2BgTex "__OTR__textures/vr_NSVR_static/gBombchuShop2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBombchuShop2BgTex[] = dgBombchuShop2BgTex;
|
||||
#else
|
||||
static const char gBombchuShop2BgTex[] __attribute__((aligned (2))) = dgBombchuShop2BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_RUVR_pal_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_RUVR_pal_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgMarketRuinsBgTLUT "__OTR__textures/vr_RUVR_pal_static/gMarketRuinsBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketRuinsBgTLUT[] = dgMarketRuinsBgTLUT;
|
||||
#else
|
||||
static const char gMarketRuinsBgTLUT[] __attribute__((aligned (2))) = dgMarketRuinsBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketRuinsBg2TLUT "__OTR__textures/vr_RUVR_pal_static/gMarketRuinsBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketRuinsBg2TLUT[] = dgMarketRuinsBg2TLUT;
|
||||
#else
|
||||
static const char gMarketRuinsBg2TLUT[] __attribute__((aligned (2))) = dgMarketRuinsBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketRuinsBg3TLUT "__OTR__textures/vr_RUVR_pal_static/gMarketRuinsBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketRuinsBg3TLUT[] = dgMarketRuinsBg3TLUT;
|
||||
#else
|
||||
static const char gMarketRuinsBg3TLUT[] __attribute__((aligned (2))) = dgMarketRuinsBg3TLUT;
|
||||
#endif
|
||||
|
||||
#define dgMarketRuinsBg4TLUT "__OTR__textures/vr_RUVR_pal_static/gMarketRuinsBg4TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketRuinsBg4TLUT[] = dgMarketRuinsBg4TLUT;
|
||||
#else
|
||||
static const char gMarketRuinsBg4TLUT[] __attribute__((aligned (2))) = dgMarketRuinsBg4TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
30
soh/assets/textures/backgrounds/vr_RUVR_static.h
Normal file
30
soh/assets/textures/backgrounds/vr_RUVR_static.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dgMarketRuinsBgTex "__OTR__textures/vr_RUVR_static/gMarketRuinsBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketRuinsBgTex[] = dgMarketRuinsBgTex;
|
||||
#else
|
||||
static const char gMarketRuinsBgTex[] __attribute__((aligned (2))) = dgMarketRuinsBgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketRuins2BgTex "__OTR__textures/vr_RUVR_static/gMarketRuins2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketRuins2BgTex[] = dgMarketRuins2BgTex;
|
||||
#else
|
||||
static const char gMarketRuins2BgTex[] __attribute__((aligned (2))) = dgMarketRuins2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketRuins3BgTex "__OTR__textures/vr_RUVR_static/gMarketRuins3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketRuins3BgTex[] = dgMarketRuins3BgTex;
|
||||
#else
|
||||
static const char gMarketRuins3BgTex[] __attribute__((aligned (2))) = dgMarketRuins3BgTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketRuins4BgTex "__OTR__textures/vr_RUVR_static/gMarketRuins4BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketRuins4BgTex[] = dgMarketRuins4BgTex;
|
||||
#else
|
||||
static const char gMarketRuins4BgTex[] __attribute__((aligned (2))) = dgMarketRuins4BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_SP1a_pal_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_SP1a_pal_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgBazaarBgTLUT "__OTR__textures/vr_SP1a_pal_static/gBazaarBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBazaarBgTLUT[] = dgBazaarBgTLUT;
|
||||
#else
|
||||
static const char gBazaarBgTLUT[] __attribute__((aligned (2))) = dgBazaarBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgBazaarBg2TLUT "__OTR__textures/vr_SP1a_pal_static/gBazaarBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBazaarBg2TLUT[] = dgBazaarBg2TLUT;
|
||||
#else
|
||||
static const char gBazaarBg2TLUT[] __attribute__((aligned (2))) = dgBazaarBg2TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_SP1a_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_SP1a_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgBazaarBgTex "__OTR__textures/vr_SP1a_static/gBazaarBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBazaarBgTex[] = dgBazaarBgTex;
|
||||
#else
|
||||
static const char gBazaarBgTex[] __attribute__((aligned (2))) = dgBazaarBgTex;
|
||||
#endif
|
||||
|
||||
#define dgBazaar2BgTex "__OTR__textures/vr_SP1a_static/gBazaar2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBazaar2BgTex[] = dgBazaar2BgTex;
|
||||
#else
|
||||
static const char gBazaar2BgTex[] __attribute__((aligned (2))) = dgBazaar2BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_TTVR_pal_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_TTVR_pal_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgCarpentersTentBgTLUT "__OTR__textures/vr_TTVR_pal_static/gCarpentersTentBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersTentBgTLUT[] = dgCarpentersTentBgTLUT;
|
||||
#else
|
||||
static const char gCarpentersTentBgTLUT[] __attribute__((aligned (2))) = dgCarpentersTentBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersTentBg2TLUT "__OTR__textures/vr_TTVR_pal_static/gCarpentersTentBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersTentBg2TLUT[] = dgCarpentersTentBg2TLUT;
|
||||
#else
|
||||
static const char gCarpentersTentBg2TLUT[] __attribute__((aligned (2))) = dgCarpentersTentBg2TLUT;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersTentBg3TLUT "__OTR__textures/vr_TTVR_pal_static/gCarpentersTentBg3TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersTentBg3TLUT[] = dgCarpentersTentBg3TLUT;
|
||||
#else
|
||||
static const char gCarpentersTentBg3TLUT[] __attribute__((aligned (2))) = dgCarpentersTentBg3TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/backgrounds/vr_TTVR_static.h
Normal file
23
soh/assets/textures/backgrounds/vr_TTVR_static.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgCarpentersTentBgTex "__OTR__textures/vr_TTVR_static/gCarpentersTentBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersTentBgTex[] = dgCarpentersTentBgTex;
|
||||
#else
|
||||
static const char gCarpentersTentBgTex[] __attribute__((aligned (2))) = dgCarpentersTentBgTex;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersTent2BgTex "__OTR__textures/vr_TTVR_static/gCarpentersTent2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersTent2BgTex[] = dgCarpentersTent2BgTex;
|
||||
#else
|
||||
static const char gCarpentersTent2BgTex[] __attribute__((aligned (2))) = dgCarpentersTent2BgTex;
|
||||
#endif
|
||||
|
||||
#define dgCarpentersTent3BgTex "__OTR__textures/vr_TTVR_static/gCarpentersTent3BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarpentersTent3BgTex[] = dgCarpentersTent3BgTex;
|
||||
#else
|
||||
static const char gCarpentersTent3BgTex[] __attribute__((aligned (2))) = dgCarpentersTent3BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_ZRVR_pal_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_ZRVR_pal_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgZoraShopBgTLUT "__OTR__textures/vr_ZRVR_pal_static/gZoraShopBgTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZoraShopBgTLUT[] = dgZoraShopBgTLUT;
|
||||
#else
|
||||
static const char gZoraShopBgTLUT[] __attribute__((aligned (2))) = dgZoraShopBgTLUT;
|
||||
#endif
|
||||
|
||||
#define dgZoraShopBg2TLUT "__OTR__textures/vr_ZRVR_pal_static/gZoraShopBg2TLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZoraShopBg2TLUT[] = dgZoraShopBg2TLUT;
|
||||
#else
|
||||
static const char gZoraShopBg2TLUT[] __attribute__((aligned (2))) = dgZoraShopBg2TLUT;
|
||||
#endif
|
||||
|
||||
|
||||
16
soh/assets/textures/backgrounds/vr_ZRVR_static.h
Normal file
16
soh/assets/textures/backgrounds/vr_ZRVR_static.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgZoraShopBgTex "__OTR__textures/vr_ZRVR_static/gZoraShopBgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZoraShopBgTex[] = dgZoraShopBgTex;
|
||||
#else
|
||||
static const char gZoraShopBgTex[] __attribute__((aligned (2))) = dgZoraShopBgTex;
|
||||
#endif
|
||||
|
||||
#define dgZoraShop2BgTex "__OTR__textures/vr_ZRVR_static/gZoraShop2BgTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZoraShop2BgTex[] = dgZoraShop2BgTex;
|
||||
#else
|
||||
static const char gZoraShop2BgTex[] __attribute__((aligned (2))) = dgZoraShop2BgTex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_bv.h
Normal file
23
soh/assets/textures/boss_title_cards/object_bv.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgBarinadeTitleCardENGTex "__OTR__textures/object_bv/gBarinadeTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBarinadeTitleCardENGTex[] = dgBarinadeTitleCardENGTex;
|
||||
#else
|
||||
static const char gBarinadeTitleCardENGTex[] __attribute__((aligned (2))) = dgBarinadeTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgBarinadeTitleCardGERTex "__OTR__textures/object_bv/gBarinadeTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBarinadeTitleCardGERTex[] = dgBarinadeTitleCardGERTex;
|
||||
#else
|
||||
static const char gBarinadeTitleCardGERTex[] __attribute__((aligned (2))) = dgBarinadeTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgBarinadeTitleCardFRATex "__OTR__textures/object_bv/gBarinadeTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBarinadeTitleCardFRATex[] = dgBarinadeTitleCardFRATex;
|
||||
#else
|
||||
static const char gBarinadeTitleCardFRATex[] __attribute__((aligned (2))) = dgBarinadeTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_fd.h
Normal file
23
soh/assets/textures/boss_title_cards/object_fd.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgVolvagiaBossTitleCardENGTex "__OTR__textures/object_fd/gVolvagiaBossTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gVolvagiaBossTitleCardENGTex[] = dgVolvagiaBossTitleCardENGTex;
|
||||
#else
|
||||
static const char gVolvagiaBossTitleCardENGTex[] __attribute__((aligned (2))) = dgVolvagiaBossTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgVolvagiaBossTitleCardGERTex "__OTR__textures/object_fd/gVolvagiaBossTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gVolvagiaBossTitleCardGERTex[] = dgVolvagiaBossTitleCardGERTex;
|
||||
#else
|
||||
static const char gVolvagiaBossTitleCardGERTex[] __attribute__((aligned (2))) = dgVolvagiaBossTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgVolvagiaBossTitleCardFRATex "__OTR__textures/object_fd/gVolvagiaBossTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gVolvagiaBossTitleCardFRATex[] = dgVolvagiaBossTitleCardFRATex;
|
||||
#else
|
||||
static const char gVolvagiaBossTitleCardFRATex[] __attribute__((aligned (2))) = dgVolvagiaBossTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_fhg.h
Normal file
23
soh/assets/textures/boss_title_cards/object_fhg.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgPhantomGanonTitleCardENGTex "__OTR__textures/object_fhg/gPhantomGanonTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPhantomGanonTitleCardENGTex[] = dgPhantomGanonTitleCardENGTex;
|
||||
#else
|
||||
static const char gPhantomGanonTitleCardENGTex[] __attribute__((aligned (2))) = dgPhantomGanonTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPhantomGanonTitleCardGERTex "__OTR__textures/object_fhg/gPhantomGanonTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPhantomGanonTitleCardGERTex[] = dgPhantomGanonTitleCardGERTex;
|
||||
#else
|
||||
static const char gPhantomGanonTitleCardGERTex[] __attribute__((aligned (2))) = dgPhantomGanonTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPhantomGanonTitleCardFRATex "__OTR__textures/object_fhg/gPhantomGanonTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPhantomGanonTitleCardFRATex[] = dgPhantomGanonTitleCardFRATex;
|
||||
#else
|
||||
static const char gPhantomGanonTitleCardFRATex[] __attribute__((aligned (2))) = dgPhantomGanonTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_ganon.h
Normal file
23
soh/assets/textures/boss_title_cards/object_ganon.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgGanondorfTitleCardENGTex "__OTR__textures/object_ganon/gGanondorfTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGanondorfTitleCardENGTex[] = dgGanondorfTitleCardENGTex;
|
||||
#else
|
||||
static const char gGanondorfTitleCardENGTex[] __attribute__((aligned (2))) = dgGanondorfTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGanondorfTitleCardGERTex "__OTR__textures/object_ganon/gGanondorfTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGanondorfTitleCardGERTex[] = dgGanondorfTitleCardGERTex;
|
||||
#else
|
||||
static const char gGanondorfTitleCardGERTex[] __attribute__((aligned (2))) = dgGanondorfTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGanondorfTitleCardFRATex "__OTR__textures/object_ganon/gGanondorfTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGanondorfTitleCardFRATex[] = dgGanondorfTitleCardFRATex;
|
||||
#else
|
||||
static const char gGanondorfTitleCardFRATex[] __attribute__((aligned (2))) = dgGanondorfTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_ganon2.h
Normal file
23
soh/assets/textures/boss_title_cards/object_ganon2.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgGanonTitleCardENGTex "__OTR__textures/object_ganon2/gGanonTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGanonTitleCardENGTex[] = dgGanonTitleCardENGTex;
|
||||
#else
|
||||
static const char gGanonTitleCardENGTex[] __attribute__((aligned (2))) = dgGanonTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGanonTitleCardGERTex "__OTR__textures/object_ganon2/gGanonTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGanonTitleCardGERTex[] = dgGanonTitleCardGERTex;
|
||||
#else
|
||||
static const char gGanonTitleCardGERTex[] __attribute__((aligned (2))) = dgGanonTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGanonTitleCardFRATex "__OTR__textures/object_ganon2/gGanonTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGanonTitleCardFRATex[] = dgGanonTitleCardFRATex;
|
||||
#else
|
||||
static const char gGanonTitleCardFRATex[] __attribute__((aligned (2))) = dgGanonTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_goma.h
Normal file
23
soh/assets/textures/boss_title_cards/object_goma.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgGohmaTitleCardENGTex "__OTR__textures/object_goma/gGohmaTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGohmaTitleCardENGTex[] = dgGohmaTitleCardENGTex;
|
||||
#else
|
||||
static const char gGohmaTitleCardENGTex[] __attribute__((aligned (2))) = dgGohmaTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGohmaTitleCardGERTex "__OTR__textures/object_goma/gGohmaTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGohmaTitleCardGERTex[] = dgGohmaTitleCardGERTex;
|
||||
#else
|
||||
static const char gGohmaTitleCardGERTex[] __attribute__((aligned (2))) = dgGohmaTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGohmaTitleCardFRATex "__OTR__textures/object_goma/gGohmaTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGohmaTitleCardFRATex[] = dgGohmaTitleCardFRATex;
|
||||
#else
|
||||
static const char gGohmaTitleCardFRATex[] __attribute__((aligned (2))) = dgGohmaTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_kingdodongo.h
Normal file
23
soh/assets/textures/boss_title_cards/object_kingdodongo.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgKingDodongoTitleCardENGTex "__OTR__textures/object_kingdodongo/gKingDodongoTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKingDodongoTitleCardENGTex[] = dgKingDodongoTitleCardENGTex;
|
||||
#else
|
||||
static const char gKingDodongoTitleCardENGTex[] __attribute__((aligned (2))) = dgKingDodongoTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgKingDodongoTitleCardGERTex "__OTR__textures/object_kingdodongo/gKingDodongoTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKingDodongoTitleCardGERTex[] = dgKingDodongoTitleCardGERTex;
|
||||
#else
|
||||
static const char gKingDodongoTitleCardGERTex[] __attribute__((aligned (2))) = dgKingDodongoTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgKingDodongoTitleCardFRATex "__OTR__textures/object_kingdodongo/gKingDodongoTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKingDodongoTitleCardFRATex[] = dgKingDodongoTitleCardFRATex;
|
||||
#else
|
||||
static const char gKingDodongoTitleCardFRATex[] __attribute__((aligned (2))) = dgKingDodongoTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_mo.h
Normal file
23
soh/assets/textures/boss_title_cards/object_mo.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgMorphaTitleCardENGTex "__OTR__textures/object_mo/gMorphaTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMorphaTitleCardENGTex[] = dgMorphaTitleCardENGTex;
|
||||
#else
|
||||
static const char gMorphaTitleCardENGTex[] __attribute__((aligned (2))) = dgMorphaTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgMorphaTitleCardGERTex "__OTR__textures/object_mo/gMorphaTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMorphaTitleCardGERTex[] = dgMorphaTitleCardGERTex;
|
||||
#else
|
||||
static const char gMorphaTitleCardGERTex[] __attribute__((aligned (2))) = dgMorphaTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgMorphaTitleCardFRATex "__OTR__textures/object_mo/gMorphaTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMorphaTitleCardFRATex[] = dgMorphaTitleCardFRATex;
|
||||
#else
|
||||
static const char gMorphaTitleCardFRATex[] __attribute__((aligned (2))) = dgMorphaTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_sst.h
Normal file
23
soh/assets/textures/boss_title_cards/object_sst.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgBongoTitleCardENGTex "__OTR__textures/object_sst/gBongoTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBongoTitleCardENGTex[] = dgBongoTitleCardENGTex;
|
||||
#else
|
||||
static const char gBongoTitleCardENGTex[] __attribute__((aligned (2))) = dgBongoTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgBongoTitleCardGERTex "__OTR__textures/object_sst/gBongoTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBongoTitleCardGERTex[] = dgBongoTitleCardGERTex;
|
||||
#else
|
||||
static const char gBongoTitleCardGERTex[] __attribute__((aligned (2))) = dgBongoTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgBongoTitleCardFRATex "__OTR__textures/object_sst/gBongoTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBongoTitleCardFRATex[] = dgBongoTitleCardFRATex;
|
||||
#else
|
||||
static const char gBongoTitleCardFRATex[] __attribute__((aligned (2))) = dgBongoTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/boss_title_cards/object_tw.h
Normal file
23
soh/assets/textures/boss_title_cards/object_tw.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgTwinrovaTitleCardENGTex "__OTR__textures/object_tw/gTwinrovaTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gTwinrovaTitleCardENGTex[] = dgTwinrovaTitleCardENGTex;
|
||||
#else
|
||||
static const char gTwinrovaTitleCardENGTex[] __attribute__((aligned (2))) = dgTwinrovaTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgTwinrovaTitleCardGERTex "__OTR__textures/object_tw/gTwinrovaTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gTwinrovaTitleCardGERTex[] = dgTwinrovaTitleCardGERTex;
|
||||
#else
|
||||
static const char gTwinrovaTitleCardGERTex[] __attribute__((aligned (2))) = dgTwinrovaTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgTwinrovaTitleCardFRATex "__OTR__textures/object_tw/gTwinrovaTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gTwinrovaTitleCardFRATex[] = dgTwinrovaTitleCardFRATex;
|
||||
#else
|
||||
static const char gTwinrovaTitleCardFRATex[] __attribute__((aligned (2))) = dgTwinrovaTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
611
soh/assets/textures/do_action_static/do_action_static.h
Normal file
611
soh/assets/textures/do_action_static/do_action_static.h
Normal file
@@ -0,0 +1,611 @@
|
||||
#pragma once
|
||||
#define dgAttackDoActionENGTex "__OTR__textures/do_action_static/gAttackDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAttackDoActionENGTex[] = dgAttackDoActionENGTex;
|
||||
#else
|
||||
static const char gAttackDoActionENGTex[] __attribute__((aligned (2))) = dgAttackDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgCheckDoActionENGTex "__OTR__textures/do_action_static/gCheckDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCheckDoActionENGTex[] = dgCheckDoActionENGTex;
|
||||
#else
|
||||
static const char gCheckDoActionENGTex[] __attribute__((aligned (2))) = dgCheckDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgEnterDoActionENGTex "__OTR__textures/do_action_static/gEnterDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gEnterDoActionENGTex[] = dgEnterDoActionENGTex;
|
||||
#else
|
||||
static const char gEnterDoActionENGTex[] __attribute__((aligned (2))) = dgEnterDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgReturnDoActionENGTex "__OTR__textures/do_action_static/gReturnDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gReturnDoActionENGTex[] = dgReturnDoActionENGTex;
|
||||
#else
|
||||
static const char gReturnDoActionENGTex[] __attribute__((aligned (2))) = dgReturnDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgOpenDoActionENGTex "__OTR__textures/do_action_static/gOpenDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOpenDoActionENGTex[] = dgOpenDoActionENGTex;
|
||||
#else
|
||||
static const char gOpenDoActionENGTex[] __attribute__((aligned (2))) = dgOpenDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgJumpDoActionENGTex "__OTR__textures/do_action_static/gJumpDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gJumpDoActionENGTex[] = dgJumpDoActionENGTex;
|
||||
#else
|
||||
static const char gJumpDoActionENGTex[] __attribute__((aligned (2))) = dgJumpDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgDecideDoActionENGTex "__OTR__textures/do_action_static/gDecideDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDecideDoActionENGTex[] = dgDecideDoActionENGTex;
|
||||
#else
|
||||
static const char gDecideDoActionENGTex[] __attribute__((aligned (2))) = dgDecideDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgDiveDoActionENGTex "__OTR__textures/do_action_static/gDiveDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDiveDoActionENGTex[] = dgDiveDoActionENGTex;
|
||||
#else
|
||||
static const char gDiveDoActionENGTex[] __attribute__((aligned (2))) = dgDiveDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgFasterDoActionENGTex "__OTR__textures/do_action_static/gFasterDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFasterDoActionENGTex[] = dgFasterDoActionENGTex;
|
||||
#else
|
||||
static const char gFasterDoActionENGTex[] __attribute__((aligned (2))) = dgFasterDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgThrowDoActionENGTex "__OTR__textures/do_action_static/gThrowDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gThrowDoActionENGTex[] = dgThrowDoActionENGTex;
|
||||
#else
|
||||
static const char gThrowDoActionENGTex[] __attribute__((aligned (2))) = dgThrowDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgUnusedNaviDoActionENGTex "__OTR__textures/do_action_static/gUnusedNaviDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gUnusedNaviDoActionENGTex[] = dgUnusedNaviDoActionENGTex;
|
||||
#else
|
||||
static const char gUnusedNaviDoActionENGTex[] __attribute__((aligned (2))) = dgUnusedNaviDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgClimbDoActionENGTex "__OTR__textures/do_action_static/gClimbDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gClimbDoActionENGTex[] = dgClimbDoActionENGTex;
|
||||
#else
|
||||
static const char gClimbDoActionENGTex[] __attribute__((aligned (2))) = dgClimbDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgDropDoActionENGTex "__OTR__textures/do_action_static/gDropDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDropDoActionENGTex[] = dgDropDoActionENGTex;
|
||||
#else
|
||||
static const char gDropDoActionENGTex[] __attribute__((aligned (2))) = dgDropDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgDownDoActionENGTex "__OTR__textures/do_action_static/gDownDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDownDoActionENGTex[] = dgDownDoActionENGTex;
|
||||
#else
|
||||
static const char gDownDoActionENGTex[] __attribute__((aligned (2))) = dgDownDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgSaveDoActionENGTex "__OTR__textures/do_action_static/gSaveDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSaveDoActionENGTex[] = dgSaveDoActionENGTex;
|
||||
#else
|
||||
static const char gSaveDoActionENGTex[] __attribute__((aligned (2))) = dgSaveDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgSpeakDoActionENGTex "__OTR__textures/do_action_static/gSpeakDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpeakDoActionENGTex[] = dgSpeakDoActionENGTex;
|
||||
#else
|
||||
static const char gSpeakDoActionENGTex[] __attribute__((aligned (2))) = dgSpeakDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgNextDoActionENGTex "__OTR__textures/do_action_static/gNextDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNextDoActionENGTex[] = dgNextDoActionENGTex;
|
||||
#else
|
||||
static const char gNextDoActionENGTex[] __attribute__((aligned (2))) = dgNextDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGrabDoActionENGTex "__OTR__textures/do_action_static/gGrabDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGrabDoActionENGTex[] = dgGrabDoActionENGTex;
|
||||
#else
|
||||
static const char gGrabDoActionENGTex[] __attribute__((aligned (2))) = dgGrabDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgStopDoActionENGTex "__OTR__textures/do_action_static/gStopDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStopDoActionENGTex[] = dgStopDoActionENGTex;
|
||||
#else
|
||||
static const char gStopDoActionENGTex[] __attribute__((aligned (2))) = dgStopDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPutAwayDoActionENGTex "__OTR__textures/do_action_static/gPutAwayDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPutAwayDoActionENGTex[] = dgPutAwayDoActionENGTex;
|
||||
#else
|
||||
static const char gPutAwayDoActionENGTex[] __attribute__((aligned (2))) = dgPutAwayDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgReelDoActionENGTex "__OTR__textures/do_action_static/gReelDoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gReelDoActionENGTex[] = dgReelDoActionENGTex;
|
||||
#else
|
||||
static const char gReelDoActionENGTex[] __attribute__((aligned (2))) = dgReelDoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgNum1DoActionENGTex "__OTR__textures/do_action_static/gNum1DoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum1DoActionENGTex[] = dgNum1DoActionENGTex;
|
||||
#else
|
||||
static const char gNum1DoActionENGTex[] __attribute__((aligned (2))) = dgNum1DoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgNum2DoActionENGTex "__OTR__textures/do_action_static/gNum2DoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum2DoActionENGTex[] = dgNum2DoActionENGTex;
|
||||
#else
|
||||
static const char gNum2DoActionENGTex[] __attribute__((aligned (2))) = dgNum2DoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgNum3DoActionENGTex "__OTR__textures/do_action_static/gNum3DoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum3DoActionENGTex[] = dgNum3DoActionENGTex;
|
||||
#else
|
||||
static const char gNum3DoActionENGTex[] __attribute__((aligned (2))) = dgNum3DoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgNum4DoActionENGTex "__OTR__textures/do_action_static/gNum4DoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum4DoActionENGTex[] = dgNum4DoActionENGTex;
|
||||
#else
|
||||
static const char gNum4DoActionENGTex[] __attribute__((aligned (2))) = dgNum4DoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgNum5DoActionENGTex "__OTR__textures/do_action_static/gNum5DoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum5DoActionENGTex[] = dgNum5DoActionENGTex;
|
||||
#else
|
||||
static const char gNum5DoActionENGTex[] __attribute__((aligned (2))) = dgNum5DoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgNum6DoActionENGTex "__OTR__textures/do_action_static/gNum6DoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum6DoActionENGTex[] = dgNum6DoActionENGTex;
|
||||
#else
|
||||
static const char gNum6DoActionENGTex[] __attribute__((aligned (2))) = dgNum6DoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgNum7DoActionENGTex "__OTR__textures/do_action_static/gNum7DoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum7DoActionENGTex[] = dgNum7DoActionENGTex;
|
||||
#else
|
||||
static const char gNum7DoActionENGTex[] __attribute__((aligned (2))) = dgNum7DoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgNum8DoActionENGTex "__OTR__textures/do_action_static/gNum8DoActionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum8DoActionENGTex[] = dgNum8DoActionENGTex;
|
||||
#else
|
||||
static const char gNum8DoActionENGTex[] __attribute__((aligned (2))) = dgNum8DoActionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgAttackDoActionGERTex "__OTR__textures/do_action_static/gAttackDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAttackDoActionGERTex[] = dgAttackDoActionGERTex;
|
||||
#else
|
||||
static const char gAttackDoActionGERTex[] __attribute__((aligned (2))) = dgAttackDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgCheckDoActionGERTex "__OTR__textures/do_action_static/gCheckDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCheckDoActionGERTex[] = dgCheckDoActionGERTex;
|
||||
#else
|
||||
static const char gCheckDoActionGERTex[] __attribute__((aligned (2))) = dgCheckDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgEnterDoActionGERTex "__OTR__textures/do_action_static/gEnterDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gEnterDoActionGERTex[] = dgEnterDoActionGERTex;
|
||||
#else
|
||||
static const char gEnterDoActionGERTex[] __attribute__((aligned (2))) = dgEnterDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgReturnDoActionGERTex "__OTR__textures/do_action_static/gReturnDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gReturnDoActionGERTex[] = dgReturnDoActionGERTex;
|
||||
#else
|
||||
static const char gReturnDoActionGERTex[] __attribute__((aligned (2))) = dgReturnDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgOpenDoActionGERTex "__OTR__textures/do_action_static/gOpenDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOpenDoActionGERTex[] = dgOpenDoActionGERTex;
|
||||
#else
|
||||
static const char gOpenDoActionGERTex[] __attribute__((aligned (2))) = dgOpenDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgJumpDoActionGERTex "__OTR__textures/do_action_static/gJumpDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gJumpDoActionGERTex[] = dgJumpDoActionGERTex;
|
||||
#else
|
||||
static const char gJumpDoActionGERTex[] __attribute__((aligned (2))) = dgJumpDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgDecideDoActionGERTex "__OTR__textures/do_action_static/gDecideDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDecideDoActionGERTex[] = dgDecideDoActionGERTex;
|
||||
#else
|
||||
static const char gDecideDoActionGERTex[] __attribute__((aligned (2))) = dgDecideDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgDiveDoActionGERTex "__OTR__textures/do_action_static/gDiveDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDiveDoActionGERTex[] = dgDiveDoActionGERTex;
|
||||
#else
|
||||
static const char gDiveDoActionGERTex[] __attribute__((aligned (2))) = dgDiveDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgFasterDoActionGERTex "__OTR__textures/do_action_static/gFasterDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFasterDoActionGERTex[] = dgFasterDoActionGERTex;
|
||||
#else
|
||||
static const char gFasterDoActionGERTex[] __attribute__((aligned (2))) = dgFasterDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgThrowDoActionGERTex "__OTR__textures/do_action_static/gThrowDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gThrowDoActionGERTex[] = dgThrowDoActionGERTex;
|
||||
#else
|
||||
static const char gThrowDoActionGERTex[] __attribute__((aligned (2))) = dgThrowDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgUnusedNaviDoActionGERTex "__OTR__textures/do_action_static/gUnusedNaviDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gUnusedNaviDoActionGERTex[] = dgUnusedNaviDoActionGERTex;
|
||||
#else
|
||||
static const char gUnusedNaviDoActionGERTex[] __attribute__((aligned (2))) = dgUnusedNaviDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgClimbDoActionGERTex "__OTR__textures/do_action_static/gClimbDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gClimbDoActionGERTex[] = dgClimbDoActionGERTex;
|
||||
#else
|
||||
static const char gClimbDoActionGERTex[] __attribute__((aligned (2))) = dgClimbDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgDropDoActionGERTex "__OTR__textures/do_action_static/gDropDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDropDoActionGERTex[] = dgDropDoActionGERTex;
|
||||
#else
|
||||
static const char gDropDoActionGERTex[] __attribute__((aligned (2))) = dgDropDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgDownDoActionGERTex "__OTR__textures/do_action_static/gDownDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDownDoActionGERTex[] = dgDownDoActionGERTex;
|
||||
#else
|
||||
static const char gDownDoActionGERTex[] __attribute__((aligned (2))) = dgDownDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgSaveDoActionGERTex "__OTR__textures/do_action_static/gSaveDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSaveDoActionGERTex[] = dgSaveDoActionGERTex;
|
||||
#else
|
||||
static const char gSaveDoActionGERTex[] __attribute__((aligned (2))) = dgSaveDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgSpeakDoActionGERTex "__OTR__textures/do_action_static/gSpeakDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpeakDoActionGERTex[] = dgSpeakDoActionGERTex;
|
||||
#else
|
||||
static const char gSpeakDoActionGERTex[] __attribute__((aligned (2))) = dgSpeakDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgNextDoActionGERTex "__OTR__textures/do_action_static/gNextDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNextDoActionGERTex[] = dgNextDoActionGERTex;
|
||||
#else
|
||||
static const char gNextDoActionGERTex[] __attribute__((aligned (2))) = dgNextDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGrabDoActionGERTex "__OTR__textures/do_action_static/gGrabDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGrabDoActionGERTex[] = dgGrabDoActionGERTex;
|
||||
#else
|
||||
static const char gGrabDoActionGERTex[] __attribute__((aligned (2))) = dgGrabDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgStopDoActionGERTex "__OTR__textures/do_action_static/gStopDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStopDoActionGERTex[] = dgStopDoActionGERTex;
|
||||
#else
|
||||
static const char gStopDoActionGERTex[] __attribute__((aligned (2))) = dgStopDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPutAwayDoActionGERTex "__OTR__textures/do_action_static/gPutAwayDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPutAwayDoActionGERTex[] = dgPutAwayDoActionGERTex;
|
||||
#else
|
||||
static const char gPutAwayDoActionGERTex[] __attribute__((aligned (2))) = dgPutAwayDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgReelDoActionGERTex "__OTR__textures/do_action_static/gReelDoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gReelDoActionGERTex[] = dgReelDoActionGERTex;
|
||||
#else
|
||||
static const char gReelDoActionGERTex[] __attribute__((aligned (2))) = dgReelDoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgNum1DoActionGERTex "__OTR__textures/do_action_static/gNum1DoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum1DoActionGERTex[] = dgNum1DoActionGERTex;
|
||||
#else
|
||||
static const char gNum1DoActionGERTex[] __attribute__((aligned (2))) = dgNum1DoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgNum2DoActionGERTex "__OTR__textures/do_action_static/gNum2DoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum2DoActionGERTex[] = dgNum2DoActionGERTex;
|
||||
#else
|
||||
static const char gNum2DoActionGERTex[] __attribute__((aligned (2))) = dgNum2DoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgNum3DoActionGERTex "__OTR__textures/do_action_static/gNum3DoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum3DoActionGERTex[] = dgNum3DoActionGERTex;
|
||||
#else
|
||||
static const char gNum3DoActionGERTex[] __attribute__((aligned (2))) = dgNum3DoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgNum4DoActionGERTex "__OTR__textures/do_action_static/gNum4DoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum4DoActionGERTex[] = dgNum4DoActionGERTex;
|
||||
#else
|
||||
static const char gNum4DoActionGERTex[] __attribute__((aligned (2))) = dgNum4DoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgNum5DoActionGERTex "__OTR__textures/do_action_static/gNum5DoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum5DoActionGERTex[] = dgNum5DoActionGERTex;
|
||||
#else
|
||||
static const char gNum5DoActionGERTex[] __attribute__((aligned (2))) = dgNum5DoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgNum6DoActionGERTex "__OTR__textures/do_action_static/gNum6DoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum6DoActionGERTex[] = dgNum6DoActionGERTex;
|
||||
#else
|
||||
static const char gNum6DoActionGERTex[] __attribute__((aligned (2))) = dgNum6DoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgNum7DoActionGERTex "__OTR__textures/do_action_static/gNum7DoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum7DoActionGERTex[] = dgNum7DoActionGERTex;
|
||||
#else
|
||||
static const char gNum7DoActionGERTex[] __attribute__((aligned (2))) = dgNum7DoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgNum8DoActionGERTex "__OTR__textures/do_action_static/gNum8DoActionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum8DoActionGERTex[] = dgNum8DoActionGERTex;
|
||||
#else
|
||||
static const char gNum8DoActionGERTex[] __attribute__((aligned (2))) = dgNum8DoActionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgAttackDoActionFRATex "__OTR__textures/do_action_static/gAttackDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAttackDoActionFRATex[] = dgAttackDoActionFRATex;
|
||||
#else
|
||||
static const char gAttackDoActionFRATex[] __attribute__((aligned (2))) = dgAttackDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgCheckDoActionFRATex "__OTR__textures/do_action_static/gCheckDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCheckDoActionFRATex[] = dgCheckDoActionFRATex;
|
||||
#else
|
||||
static const char gCheckDoActionFRATex[] __attribute__((aligned (2))) = dgCheckDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgEnterDoActionFRATex "__OTR__textures/do_action_static/gEnterDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gEnterDoActionFRATex[] = dgEnterDoActionFRATex;
|
||||
#else
|
||||
static const char gEnterDoActionFRATex[] __attribute__((aligned (2))) = dgEnterDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgReturnDoActionFRATex "__OTR__textures/do_action_static/gReturnDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gReturnDoActionFRATex[] = dgReturnDoActionFRATex;
|
||||
#else
|
||||
static const char gReturnDoActionFRATex[] __attribute__((aligned (2))) = dgReturnDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgOpenDoActionFRATex "__OTR__textures/do_action_static/gOpenDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOpenDoActionFRATex[] = dgOpenDoActionFRATex;
|
||||
#else
|
||||
static const char gOpenDoActionFRATex[] __attribute__((aligned (2))) = dgOpenDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgJumpDoActionFRATex "__OTR__textures/do_action_static/gJumpDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gJumpDoActionFRATex[] = dgJumpDoActionFRATex;
|
||||
#else
|
||||
static const char gJumpDoActionFRATex[] __attribute__((aligned (2))) = dgJumpDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgDecideDoActionFRATex "__OTR__textures/do_action_static/gDecideDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDecideDoActionFRATex[] = dgDecideDoActionFRATex;
|
||||
#else
|
||||
static const char gDecideDoActionFRATex[] __attribute__((aligned (2))) = dgDecideDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgDiveDoActionFRATex "__OTR__textures/do_action_static/gDiveDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDiveDoActionFRATex[] = dgDiveDoActionFRATex;
|
||||
#else
|
||||
static const char gDiveDoActionFRATex[] __attribute__((aligned (2))) = dgDiveDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgFasterDoActionFRATex "__OTR__textures/do_action_static/gFasterDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFasterDoActionFRATex[] = dgFasterDoActionFRATex;
|
||||
#else
|
||||
static const char gFasterDoActionFRATex[] __attribute__((aligned (2))) = dgFasterDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgThrowDoActionFRATex "__OTR__textures/do_action_static/gThrowDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gThrowDoActionFRATex[] = dgThrowDoActionFRATex;
|
||||
#else
|
||||
static const char gThrowDoActionFRATex[] __attribute__((aligned (2))) = dgThrowDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgUnusedNaviDoActionFRATex "__OTR__textures/do_action_static/gUnusedNaviDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gUnusedNaviDoActionFRATex[] = dgUnusedNaviDoActionFRATex;
|
||||
#else
|
||||
static const char gUnusedNaviDoActionFRATex[] __attribute__((aligned (2))) = dgUnusedNaviDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgClimbDoActionFRATex "__OTR__textures/do_action_static/gClimbDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gClimbDoActionFRATex[] = dgClimbDoActionFRATex;
|
||||
#else
|
||||
static const char gClimbDoActionFRATex[] __attribute__((aligned (2))) = dgClimbDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgDropDoActionFRATex "__OTR__textures/do_action_static/gDropDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDropDoActionFRATex[] = dgDropDoActionFRATex;
|
||||
#else
|
||||
static const char gDropDoActionFRATex[] __attribute__((aligned (2))) = dgDropDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgDownDoActionFRATex "__OTR__textures/do_action_static/gDownDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDownDoActionFRATex[] = dgDownDoActionFRATex;
|
||||
#else
|
||||
static const char gDownDoActionFRATex[] __attribute__((aligned (2))) = dgDownDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgSaveDoActionFRATex "__OTR__textures/do_action_static/gSaveDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSaveDoActionFRATex[] = dgSaveDoActionFRATex;
|
||||
#else
|
||||
static const char gSaveDoActionFRATex[] __attribute__((aligned (2))) = dgSaveDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgSpeakDoActionFRATex "__OTR__textures/do_action_static/gSpeakDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpeakDoActionFRATex[] = dgSpeakDoActionFRATex;
|
||||
#else
|
||||
static const char gSpeakDoActionFRATex[] __attribute__((aligned (2))) = dgSpeakDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgNextDoActionFRATex "__OTR__textures/do_action_static/gNextDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNextDoActionFRATex[] = dgNextDoActionFRATex;
|
||||
#else
|
||||
static const char gNextDoActionFRATex[] __attribute__((aligned (2))) = dgNextDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgGrabDoActionFRATex "__OTR__textures/do_action_static/gGrabDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGrabDoActionFRATex[] = dgGrabDoActionFRATex;
|
||||
#else
|
||||
static const char gGrabDoActionFRATex[] __attribute__((aligned (2))) = dgGrabDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgStopDoActionFRATex "__OTR__textures/do_action_static/gStopDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStopDoActionFRATex[] = dgStopDoActionFRATex;
|
||||
#else
|
||||
static const char gStopDoActionFRATex[] __attribute__((aligned (2))) = dgStopDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPutAwayDoActionFRATex "__OTR__textures/do_action_static/gPutAwayDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPutAwayDoActionFRATex[] = dgPutAwayDoActionFRATex;
|
||||
#else
|
||||
static const char gPutAwayDoActionFRATex[] __attribute__((aligned (2))) = dgPutAwayDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgReelDoActionFRATex "__OTR__textures/do_action_static/gReelDoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gReelDoActionFRATex[] = dgReelDoActionFRATex;
|
||||
#else
|
||||
static const char gReelDoActionFRATex[] __attribute__((aligned (2))) = dgReelDoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgNum1DoActionFRATex "__OTR__textures/do_action_static/gNum1DoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum1DoActionFRATex[] = dgNum1DoActionFRATex;
|
||||
#else
|
||||
static const char gNum1DoActionFRATex[] __attribute__((aligned (2))) = dgNum1DoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgNum2DoActionFRATex "__OTR__textures/do_action_static/gNum2DoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum2DoActionFRATex[] = dgNum2DoActionFRATex;
|
||||
#else
|
||||
static const char gNum2DoActionFRATex[] __attribute__((aligned (2))) = dgNum2DoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgNum3DoActionFRATex "__OTR__textures/do_action_static/gNum3DoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum3DoActionFRATex[] = dgNum3DoActionFRATex;
|
||||
#else
|
||||
static const char gNum3DoActionFRATex[] __attribute__((aligned (2))) = dgNum3DoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgNum4DoActionFRATex "__OTR__textures/do_action_static/gNum4DoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum4DoActionFRATex[] = dgNum4DoActionFRATex;
|
||||
#else
|
||||
static const char gNum4DoActionFRATex[] __attribute__((aligned (2))) = dgNum4DoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgNum5DoActionFRATex "__OTR__textures/do_action_static/gNum5DoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum5DoActionFRATex[] = dgNum5DoActionFRATex;
|
||||
#else
|
||||
static const char gNum5DoActionFRATex[] __attribute__((aligned (2))) = dgNum5DoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgNum6DoActionFRATex "__OTR__textures/do_action_static/gNum6DoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum6DoActionFRATex[] = dgNum6DoActionFRATex;
|
||||
#else
|
||||
static const char gNum6DoActionFRATex[] __attribute__((aligned (2))) = dgNum6DoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgNum7DoActionFRATex "__OTR__textures/do_action_static/gNum7DoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum7DoActionFRATex[] = dgNum7DoActionFRATex;
|
||||
#else
|
||||
static const char gNum7DoActionFRATex[] __attribute__((aligned (2))) = dgNum7DoActionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgNum8DoActionFRATex "__OTR__textures/do_action_static/gNum8DoActionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNum8DoActionFRATex[] = dgNum8DoActionFRATex;
|
||||
#else
|
||||
static const char gNum8DoActionFRATex[] __attribute__((aligned (2))) = dgNum8DoActionFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
142
soh/assets/textures/icon_item_24_static/icon_item_24_static.h
Normal file
142
soh/assets/textures/icon_item_24_static/icon_item_24_static.h
Normal file
@@ -0,0 +1,142 @@
|
||||
#pragma once
|
||||
#define dgForestMedallionIconTex "__OTR__textures/icon_item_24_static/gForestMedallionIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestMedallionIconTex[] = dgForestMedallionIconTex;
|
||||
#else
|
||||
static const char gForestMedallionIconTex[] __attribute__((aligned (2))) = dgForestMedallionIconTex;
|
||||
#endif
|
||||
|
||||
#define dgFireMedallionIconTex "__OTR__textures/icon_item_24_static/gFireMedallionIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireMedallionIconTex[] = dgFireMedallionIconTex;
|
||||
#else
|
||||
static const char gFireMedallionIconTex[] __attribute__((aligned (2))) = dgFireMedallionIconTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterMedallionIconTex "__OTR__textures/icon_item_24_static/gWaterMedallionIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterMedallionIconTex[] = dgWaterMedallionIconTex;
|
||||
#else
|
||||
static const char gWaterMedallionIconTex[] __attribute__((aligned (2))) = dgWaterMedallionIconTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritMedallionIconTex "__OTR__textures/icon_item_24_static/gSpiritMedallionIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritMedallionIconTex[] = dgSpiritMedallionIconTex;
|
||||
#else
|
||||
static const char gSpiritMedallionIconTex[] __attribute__((aligned (2))) = dgSpiritMedallionIconTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowMedallionIconTex "__OTR__textures/icon_item_24_static/gShadowMedallionIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowMedallionIconTex[] = dgShadowMedallionIconTex;
|
||||
#else
|
||||
static const char gShadowMedallionIconTex[] __attribute__((aligned (2))) = dgShadowMedallionIconTex;
|
||||
#endif
|
||||
|
||||
#define dgLightMedallionIconTex "__OTR__textures/icon_item_24_static/gLightMedallionIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLightMedallionIconTex[] = dgLightMedallionIconTex;
|
||||
#else
|
||||
static const char gLightMedallionIconTex[] __attribute__((aligned (2))) = dgLightMedallionIconTex;
|
||||
#endif
|
||||
|
||||
#define dgKokiriEmeraldIconTex "__OTR__textures/icon_item_24_static/gKokiriEmeraldIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriEmeraldIconTex[] = dgKokiriEmeraldIconTex;
|
||||
#else
|
||||
static const char gKokiriEmeraldIconTex[] __attribute__((aligned (2))) = dgKokiriEmeraldIconTex;
|
||||
#endif
|
||||
|
||||
#define dgGoronRubyIconTex "__OTR__textures/icon_item_24_static/gGoronRubyIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoronRubyIconTex[] = dgGoronRubyIconTex;
|
||||
#else
|
||||
static const char gGoronRubyIconTex[] __attribute__((aligned (2))) = dgGoronRubyIconTex;
|
||||
#endif
|
||||
|
||||
#define dgZoraSapphireIconTex "__OTR__textures/icon_item_24_static/gZoraSapphireIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZoraSapphireIconTex[] = dgZoraSapphireIconTex;
|
||||
#else
|
||||
static const char gZoraSapphireIconTex[] __attribute__((aligned (2))) = dgZoraSapphireIconTex;
|
||||
#endif
|
||||
|
||||
#define dgStoneOfAgonyIconTex "__OTR__textures/icon_item_24_static/gStoneOfAgonyIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gStoneOfAgonyIconTex[] = dgStoneOfAgonyIconTex;
|
||||
#else
|
||||
static const char gStoneOfAgonyIconTex[] __attribute__((aligned (2))) = dgStoneOfAgonyIconTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudosCardIconTex "__OTR__textures/icon_item_24_static/gGerudosCardIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudosCardIconTex[] = dgGerudosCardIconTex;
|
||||
#else
|
||||
static const char gGerudosCardIconTex[] __attribute__((aligned (2))) = dgGerudosCardIconTex;
|
||||
#endif
|
||||
|
||||
#define dgGoldSkulltulaIconTex "__OTR__textures/icon_item_24_static/gGoldSkulltulaIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoldSkulltulaIconTex[] = dgGoldSkulltulaIconTex;
|
||||
#else
|
||||
static const char gGoldSkulltulaIconTex[] __attribute__((aligned (2))) = dgGoldSkulltulaIconTex;
|
||||
#endif
|
||||
|
||||
#define dgHeartContainerIconTex "__OTR__textures/icon_item_24_static/gHeartContainerIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHeartContainerIconTex[] = dgHeartContainerIconTex;
|
||||
#else
|
||||
static const char gHeartContainerIconTex[] __attribute__((aligned (2))) = dgHeartContainerIconTex;
|
||||
#endif
|
||||
|
||||
#define dgUnusedPieceOfHeartIconTex "__OTR__textures/icon_item_24_static/gUnusedPieceOfHeartIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gUnusedPieceOfHeartIconTex[] = dgUnusedPieceOfHeartIconTex;
|
||||
#else
|
||||
static const char gUnusedPieceOfHeartIconTex[] __attribute__((aligned (2))) = dgUnusedPieceOfHeartIconTex;
|
||||
#endif
|
||||
|
||||
#define dgBossKeyIconTex "__OTR__textures/icon_item_24_static/gBossKeyIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBossKeyIconTex[] = dgBossKeyIconTex;
|
||||
#else
|
||||
static const char gBossKeyIconTex[] __attribute__((aligned (2))) = dgBossKeyIconTex;
|
||||
#endif
|
||||
|
||||
#define dgCompassIconTex "__OTR__textures/icon_item_24_static/gCompassIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCompassIconTex[] = dgCompassIconTex;
|
||||
#else
|
||||
static const char gCompassIconTex[] __attribute__((aligned (2))) = dgCompassIconTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapIconTex "__OTR__textures/icon_item_24_static/gDungeonMapIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapIconTex[] = dgDungeonMapIconTex;
|
||||
#else
|
||||
static const char gDungeonMapIconTex[] __attribute__((aligned (2))) = dgDungeonMapIconTex;
|
||||
#endif
|
||||
|
||||
#define dgSmallKeyIconTex "__OTR__textures/icon_item_24_static/gSmallKeyIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSmallKeyIconTex[] = dgSmallKeyIconTex;
|
||||
#else
|
||||
static const char gSmallKeyIconTex[] __attribute__((aligned (2))) = dgSmallKeyIconTex;
|
||||
#endif
|
||||
|
||||
#define dgSmallMagicJarIconTex "__OTR__textures/icon_item_24_static/gSmallMagicJarIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSmallMagicJarIconTex[] = dgSmallMagicJarIconTex;
|
||||
#else
|
||||
static const char gSmallMagicJarIconTex[] __attribute__((aligned (2))) = dgSmallMagicJarIconTex;
|
||||
#endif
|
||||
|
||||
#define dgBigMagicJarIconTex "__OTR__textures/icon_item_24_static/gBigMagicJarIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBigMagicJarIconTex[] = dgBigMagicJarIconTex;
|
||||
#else
|
||||
static const char gBigMagicJarIconTex[] __attribute__((aligned (2))) = dgBigMagicJarIconTex;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -0,0 +1,135 @@
|
||||
#pragma once
|
||||
#define dgDungeonMapBlankFloorButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapBlankFloorButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapBlankFloorButtonTex[] = dgDungeonMapBlankFloorButtonTex;
|
||||
#else
|
||||
static const char gDungeonMapBlankFloorButtonTex[] __attribute__((aligned (2))) = dgDungeonMapBlankFloorButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMap1FButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMap1FButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMap1FButtonTex[] = dgDungeonMap1FButtonTex;
|
||||
#else
|
||||
static const char gDungeonMap1FButtonTex[] __attribute__((aligned (2))) = dgDungeonMap1FButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMap2FButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMap2FButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMap2FButtonTex[] = dgDungeonMap2FButtonTex;
|
||||
#else
|
||||
static const char gDungeonMap2FButtonTex[] __attribute__((aligned (2))) = dgDungeonMap2FButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMap3FButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMap3FButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMap3FButtonTex[] = dgDungeonMap3FButtonTex;
|
||||
#else
|
||||
static const char gDungeonMap3FButtonTex[] __attribute__((aligned (2))) = dgDungeonMap3FButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMap4FButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMap4FButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMap4FButtonTex[] = dgDungeonMap4FButtonTex;
|
||||
#else
|
||||
static const char gDungeonMap4FButtonTex[] __attribute__((aligned (2))) = dgDungeonMap4FButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMap5FButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMap5FButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMap5FButtonTex[] = dgDungeonMap5FButtonTex;
|
||||
#else
|
||||
static const char gDungeonMap5FButtonTex[] __attribute__((aligned (2))) = dgDungeonMap5FButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMap6FButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMap6FButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMap6FButtonTex[] = dgDungeonMap6FButtonTex;
|
||||
#else
|
||||
static const char gDungeonMap6FButtonTex[] __attribute__((aligned (2))) = dgDungeonMap6FButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMap7FButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMap7FButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMap7FButtonTex[] = dgDungeonMap7FButtonTex;
|
||||
#else
|
||||
static const char gDungeonMap7FButtonTex[] __attribute__((aligned (2))) = dgDungeonMap7FButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMap8FButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMap8FButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMap8FButtonTex[] = dgDungeonMap8FButtonTex;
|
||||
#else
|
||||
static const char gDungeonMap8FButtonTex[] __attribute__((aligned (2))) = dgDungeonMap8FButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapB1ButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapB1ButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapB1ButtonTex[] = dgDungeonMapB1ButtonTex;
|
||||
#else
|
||||
static const char gDungeonMapB1ButtonTex[] __attribute__((aligned (2))) = dgDungeonMapB1ButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapB2ButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapB2ButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapB2ButtonTex[] = dgDungeonMapB2ButtonTex;
|
||||
#else
|
||||
static const char gDungeonMapB2ButtonTex[] __attribute__((aligned (2))) = dgDungeonMapB2ButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapB3ButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapB3ButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapB3ButtonTex[] = dgDungeonMapB3ButtonTex;
|
||||
#else
|
||||
static const char gDungeonMapB3ButtonTex[] __attribute__((aligned (2))) = dgDungeonMapB3ButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapB4ButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapB4ButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapB4ButtonTex[] = dgDungeonMapB4ButtonTex;
|
||||
#else
|
||||
static const char gDungeonMapB4ButtonTex[] __attribute__((aligned (2))) = dgDungeonMapB4ButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapB5ButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapB5ButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapB5ButtonTex[] = dgDungeonMapB5ButtonTex;
|
||||
#else
|
||||
static const char gDungeonMapB5ButtonTex[] __attribute__((aligned (2))) = dgDungeonMapB5ButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapB6ButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapB6ButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapB6ButtonTex[] = dgDungeonMapB6ButtonTex;
|
||||
#else
|
||||
static const char gDungeonMapB6ButtonTex[] __attribute__((aligned (2))) = dgDungeonMapB6ButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapB7ButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapB7ButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapB7ButtonTex[] = dgDungeonMapB7ButtonTex;
|
||||
#else
|
||||
static const char gDungeonMapB7ButtonTex[] __attribute__((aligned (2))) = dgDungeonMapB7ButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapB8ButtonTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapB8ButtonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapB8ButtonTex[] = dgDungeonMapB8ButtonTex;
|
||||
#else
|
||||
static const char gDungeonMapB8ButtonTex[] __attribute__((aligned (2))) = dgDungeonMapB8ButtonTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapLinkHeadTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapLinkHeadTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapLinkHeadTex[] = dgDungeonMapLinkHeadTex;
|
||||
#else
|
||||
static const char gDungeonMapLinkHeadTex[] __attribute__((aligned (2))) = dgDungeonMapLinkHeadTex;
|
||||
#endif
|
||||
|
||||
#define dgDungeonMapSkullTex "__OTR__textures/icon_item_dungeon_static/gDungeonMapSkullTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDungeonMapSkullTex[] = dgDungeonMapSkullTex;
|
||||
#else
|
||||
static const char gDungeonMapSkullTex[] __attribute__((aligned (2))) = dgDungeonMapSkullTex;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -0,0 +1,198 @@
|
||||
#pragma once
|
||||
#define dgWorldMapImageTex "__OTR__textures/icon_item_field_static/gWorldMapImageTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapImageTex[] = dgWorldMapImageTex;
|
||||
#else
|
||||
static const char gWorldMapImageTex[] __attribute__((aligned (2))) = dgWorldMapImageTex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapImageTLUT "__OTR__textures/icon_item_field_static/gWorldMapImageTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapImageTLUT[] = dgWorldMapImageTLUT;
|
||||
#else
|
||||
static const char gWorldMapImageTLUT[] __attribute__((aligned (2))) = dgWorldMapImageTLUT;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapDotTex "__OTR__textures/icon_item_field_static/gWorldMapDotTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapDotTex[] = dgWorldMapDotTex;
|
||||
#else
|
||||
static const char gWorldMapDotTex[] __attribute__((aligned (2))) = dgWorldMapDotTex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapAreaBox1Tex "__OTR__textures/icon_item_field_static/gWorldMapAreaBox1Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapAreaBox1Tex[] = dgWorldMapAreaBox1Tex;
|
||||
#else
|
||||
static const char gWorldMapAreaBox1Tex[] __attribute__((aligned (2))) = dgWorldMapAreaBox1Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapAreaBox2Tex "__OTR__textures/icon_item_field_static/gWorldMapAreaBox2Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapAreaBox2Tex[] = dgWorldMapAreaBox2Tex;
|
||||
#else
|
||||
static const char gWorldMapAreaBox2Tex[] __attribute__((aligned (2))) = dgWorldMapAreaBox2Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapAreaBox3Tex "__OTR__textures/icon_item_field_static/gWorldMapAreaBox3Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapAreaBox3Tex[] = dgWorldMapAreaBox3Tex;
|
||||
#else
|
||||
static const char gWorldMapAreaBox3Tex[] __attribute__((aligned (2))) = dgWorldMapAreaBox3Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapAreaBox4Tex "__OTR__textures/icon_item_field_static/gWorldMapAreaBox4Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapAreaBox4Tex[] = dgWorldMapAreaBox4Tex;
|
||||
#else
|
||||
static const char gWorldMapAreaBox4Tex[] __attribute__((aligned (2))) = dgWorldMapAreaBox4Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapAreaBox5Tex "__OTR__textures/icon_item_field_static/gWorldMapAreaBox5Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapAreaBox5Tex[] = dgWorldMapAreaBox5Tex;
|
||||
#else
|
||||
static const char gWorldMapAreaBox5Tex[] __attribute__((aligned (2))) = dgWorldMapAreaBox5Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapAreaBox6Tex "__OTR__textures/icon_item_field_static/gWorldMapAreaBox6Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapAreaBox6Tex[] = dgWorldMapAreaBox6Tex;
|
||||
#else
|
||||
static const char gWorldMapAreaBox6Tex[] __attribute__((aligned (2))) = dgWorldMapAreaBox6Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapAreaBox7Tex "__OTR__textures/icon_item_field_static/gWorldMapAreaBox7Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapAreaBox7Tex[] = dgWorldMapAreaBox7Tex;
|
||||
#else
|
||||
static const char gWorldMapAreaBox7Tex[] __attribute__((aligned (2))) = dgWorldMapAreaBox7Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapAreaBox8Tex "__OTR__textures/icon_item_field_static/gWorldMapAreaBox8Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapAreaBox8Tex[] = dgWorldMapAreaBox8Tex;
|
||||
#else
|
||||
static const char gWorldMapAreaBox8Tex[] __attribute__((aligned (2))) = dgWorldMapAreaBox8Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapArrowTex "__OTR__textures/icon_item_field_static/gWorldMapArrowTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapArrowTex[] = dgWorldMapArrowTex;
|
||||
#else
|
||||
static const char gWorldMapArrowTex[] __attribute__((aligned (2))) = dgWorldMapArrowTex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud1Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud1Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud1Tex[] = dgWorldMapCloud1Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud1Tex[] __attribute__((aligned (2))) = dgWorldMapCloud1Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud2Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud2Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud2Tex[] = dgWorldMapCloud2Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud2Tex[] __attribute__((aligned (2))) = dgWorldMapCloud2Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud3Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud3Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud3Tex[] = dgWorldMapCloud3Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud3Tex[] __attribute__((aligned (2))) = dgWorldMapCloud3Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud4Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud4Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud4Tex[] = dgWorldMapCloud4Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud4Tex[] __attribute__((aligned (2))) = dgWorldMapCloud4Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud5Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud5Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud5Tex[] = dgWorldMapCloud5Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud5Tex[] __attribute__((aligned (2))) = dgWorldMapCloud5Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud6Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud6Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud6Tex[] = dgWorldMapCloud6Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud6Tex[] __attribute__((aligned (2))) = dgWorldMapCloud6Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud7Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud7Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud7Tex[] = dgWorldMapCloud7Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud7Tex[] __attribute__((aligned (2))) = dgWorldMapCloud7Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud8Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud8Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud8Tex[] = dgWorldMapCloud8Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud8Tex[] __attribute__((aligned (2))) = dgWorldMapCloud8Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud9Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud9Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud9Tex[] = dgWorldMapCloud9Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud9Tex[] __attribute__((aligned (2))) = dgWorldMapCloud9Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud10Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud10Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud10Tex[] = dgWorldMapCloud10Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud10Tex[] __attribute__((aligned (2))) = dgWorldMapCloud10Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud11Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud11Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud11Tex[] = dgWorldMapCloud11Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud11Tex[] __attribute__((aligned (2))) = dgWorldMapCloud11Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud12Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud12Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud12Tex[] = dgWorldMapCloud12Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud12Tex[] __attribute__((aligned (2))) = dgWorldMapCloud12Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud13Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud13Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud13Tex[] = dgWorldMapCloud13Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud13Tex[] __attribute__((aligned (2))) = dgWorldMapCloud13Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud14Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud14Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud14Tex[] = dgWorldMapCloud14Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud14Tex[] __attribute__((aligned (2))) = dgWorldMapCloud14Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud15Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud15Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud15Tex[] = dgWorldMapCloud15Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud15Tex[] __attribute__((aligned (2))) = dgWorldMapCloud15Tex;
|
||||
#endif
|
||||
|
||||
#define dgWorldMapCloud16Tex "__OTR__textures/icon_item_field_static/gWorldMapCloud16Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWorldMapCloud16Tex[] = dgWorldMapCloud16Tex;
|
||||
#else
|
||||
static const char gWorldMapCloud16Tex[] __attribute__((aligned (2))) = dgWorldMapCloud16Tex;
|
||||
#endif
|
||||
|
||||
|
||||
233
soh/assets/textures/icon_item_fra_static/icon_item_fra_static.h
Normal file
233
soh/assets/textures/icon_item_fra_static/icon_item_fra_static.h
Normal file
@@ -0,0 +1,233 @@
|
||||
#pragma once
|
||||
#define dgPauseDekuTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseDekuTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseDekuTitleFRATex[] = dgPauseDekuTitleFRATex;
|
||||
#else
|
||||
static const char gPauseDekuTitleFRATex[] __attribute__((aligned (2))) = dgPauseDekuTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseDodongoTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseDodongoTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseDodongoTitleFRATex[] = dgPauseDodongoTitleFRATex;
|
||||
#else
|
||||
static const char gPauseDodongoTitleFRATex[] __attribute__((aligned (2))) = dgPauseDodongoTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseJabuTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseJabuTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseJabuTitleFRATex[] = dgPauseJabuTitleFRATex;
|
||||
#else
|
||||
static const char gPauseJabuTitleFRATex[] __attribute__((aligned (2))) = dgPauseJabuTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseForestTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseForestTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseForestTitleFRATex[] = dgPauseForestTitleFRATex;
|
||||
#else
|
||||
static const char gPauseForestTitleFRATex[] __attribute__((aligned (2))) = dgPauseForestTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseFireTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseFireTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseFireTitleFRATex[] = dgPauseFireTitleFRATex;
|
||||
#else
|
||||
static const char gPauseFireTitleFRATex[] __attribute__((aligned (2))) = dgPauseFireTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseWaterTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseWaterTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseWaterTitleFRATex[] = dgPauseWaterTitleFRATex;
|
||||
#else
|
||||
static const char gPauseWaterTitleFRATex[] __attribute__((aligned (2))) = dgPauseWaterTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSpiritTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseSpiritTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSpiritTitleFRATex[] = dgPauseSpiritTitleFRATex;
|
||||
#else
|
||||
static const char gPauseSpiritTitleFRATex[] __attribute__((aligned (2))) = dgPauseSpiritTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseShadowTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseShadowTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseShadowTitleFRATex[] = dgPauseShadowTitleFRATex;
|
||||
#else
|
||||
static const char gPauseShadowTitleFRATex[] __attribute__((aligned (2))) = dgPauseShadowTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseBotWTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseBotWTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseBotWTitleFRATex[] = dgPauseBotWTitleFRATex;
|
||||
#else
|
||||
static const char gPauseBotWTitleFRATex[] __attribute__((aligned (2))) = dgPauseBotWTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseIceCavernTitleFRATex "__OTR__textures/icon_item_fra_static/gPauseIceCavernTitleFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseIceCavernTitleFRATex[] = dgPauseIceCavernTitleFRATex;
|
||||
#else
|
||||
static const char gPauseIceCavernTitleFRATex[] __attribute__((aligned (2))) = dgPauseIceCavernTitleFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToEquipFRATex "__OTR__textures/icon_item_fra_static/gPauseToEquipFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToEquipFRATex[] = dgPauseToEquipFRATex;
|
||||
#else
|
||||
static const char gPauseToEquipFRATex[] __attribute__((aligned (2))) = dgPauseToEquipFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToDecideFRATex "__OTR__textures/icon_item_fra_static/gPauseToDecideFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToDecideFRATex[] = dgPauseToDecideFRATex;
|
||||
#else
|
||||
static const char gPauseToDecideFRATex[] __attribute__((aligned (2))) = dgPauseToDecideFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToPlayMelodyFRATex "__OTR__textures/icon_item_fra_static/gPauseToPlayMelodyFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToPlayMelodyFRATex[] = dgPauseToPlayMelodyFRATex;
|
||||
#else
|
||||
static const char gPauseToPlayMelodyFRATex[] __attribute__((aligned (2))) = dgPauseToPlayMelodyFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToSelectItemFRATex "__OTR__textures/icon_item_fra_static/gPauseToSelectItemFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToSelectItemFRATex[] = dgPauseToSelectItemFRATex;
|
||||
#else
|
||||
static const char gPauseToSelectItemFRATex[] __attribute__((aligned (2))) = dgPauseToSelectItemFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToMapFRATex "__OTR__textures/icon_item_fra_static/gPauseToMapFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToMapFRATex[] = dgPauseToMapFRATex;
|
||||
#else
|
||||
static const char gPauseToMapFRATex[] __attribute__((aligned (2))) = dgPauseToMapFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToQuestStatusFRATex "__OTR__textures/icon_item_fra_static/gPauseToQuestStatusFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToQuestStatusFRATex[] = dgPauseToQuestStatusFRATex;
|
||||
#else
|
||||
static const char gPauseToQuestStatusFRATex[] __attribute__((aligned (2))) = dgPauseToQuestStatusFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToEquipmentFRATex "__OTR__textures/icon_item_fra_static/gPauseToEquipmentFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToEquipmentFRATex[] = dgPauseToEquipmentFRATex;
|
||||
#else
|
||||
static const char gPauseToEquipmentFRATex[] __attribute__((aligned (2))) = dgPauseToEquipmentFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSavePromptFRATex "__OTR__textures/icon_item_fra_static/gPauseSavePromptFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSavePromptFRATex[] = dgPauseSavePromptFRATex;
|
||||
#else
|
||||
static const char gPauseSavePromptFRATex[] __attribute__((aligned (2))) = dgPauseSavePromptFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSaveConfirmationFRATex "__OTR__textures/icon_item_fra_static/gPauseSaveConfirmationFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSaveConfirmationFRATex[] = dgPauseSaveConfirmationFRATex;
|
||||
#else
|
||||
static const char gPauseSaveConfirmationFRATex[] __attribute__((aligned (2))) = dgPauseSaveConfirmationFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseYesFRATex "__OTR__textures/icon_item_fra_static/gPauseYesFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseYesFRATex[] = dgPauseYesFRATex;
|
||||
#else
|
||||
static const char gPauseYesFRATex[] __attribute__((aligned (2))) = dgPauseYesFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseNoFRATex "__OTR__textures/icon_item_fra_static/gPauseNoFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseNoFRATex[] = dgPauseNoFRATex;
|
||||
#else
|
||||
static const char gPauseNoFRATex[] __attribute__((aligned (2))) = dgPauseNoFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseCurrentPositionFRATex "__OTR__textures/icon_item_fra_static/gPauseCurrentPositionFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseCurrentPositionFRATex[] = dgPauseCurrentPositionFRATex;
|
||||
#else
|
||||
static const char gPauseCurrentPositionFRATex[] __attribute__((aligned (2))) = dgPauseCurrentPositionFRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseEquipment00FRATex "__OTR__textures/icon_item_fra_static/gPauseEquipment00FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseEquipment00FRATex[] = dgPauseEquipment00FRATex;
|
||||
#else
|
||||
static const char gPauseEquipment00FRATex[] __attribute__((aligned (2))) = dgPauseEquipment00FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseEquipment10FRATex "__OTR__textures/icon_item_fra_static/gPauseEquipment10FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseEquipment10FRATex[] = dgPauseEquipment10FRATex;
|
||||
#else
|
||||
static const char gPauseEquipment10FRATex[] __attribute__((aligned (2))) = dgPauseEquipment10FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseEquipment20FRATex "__OTR__textures/icon_item_fra_static/gPauseEquipment20FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseEquipment20FRATex[] = dgPauseEquipment20FRATex;
|
||||
#else
|
||||
static const char gPauseEquipment20FRATex[] __attribute__((aligned (2))) = dgPauseEquipment20FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSelectItem00FRATex "__OTR__textures/icon_item_fra_static/gPauseSelectItem00FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSelectItem00FRATex[] = dgPauseSelectItem00FRATex;
|
||||
#else
|
||||
static const char gPauseSelectItem00FRATex[] __attribute__((aligned (2))) = dgPauseSelectItem00FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSelectItem10FRATex "__OTR__textures/icon_item_fra_static/gPauseSelectItem10FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSelectItem10FRATex[] = dgPauseSelectItem10FRATex;
|
||||
#else
|
||||
static const char gPauseSelectItem10FRATex[] __attribute__((aligned (2))) = dgPauseSelectItem10FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSelectItem20FRATex "__OTR__textures/icon_item_fra_static/gPauseSelectItem20FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSelectItem20FRATex[] = dgPauseSelectItem20FRATex;
|
||||
#else
|
||||
static const char gPauseSelectItem20FRATex[] __attribute__((aligned (2))) = dgPauseSelectItem20FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseMap10FRATex "__OTR__textures/icon_item_fra_static/gPauseMap10FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseMap10FRATex[] = dgPauseMap10FRATex;
|
||||
#else
|
||||
static const char gPauseMap10FRATex[] __attribute__((aligned (2))) = dgPauseMap10FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseQuestStatus10FRATex "__OTR__textures/icon_item_fra_static/gPauseQuestStatus10FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseQuestStatus10FRATex[] = dgPauseQuestStatus10FRATex;
|
||||
#else
|
||||
static const char gPauseQuestStatus10FRATex[] __attribute__((aligned (2))) = dgPauseQuestStatus10FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSave00FRATex "__OTR__textures/icon_item_fra_static/gPauseSave00FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSave00FRATex[] = dgPauseSave00FRATex;
|
||||
#else
|
||||
static const char gPauseSave00FRATex[] __attribute__((aligned (2))) = dgPauseSave00FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSave10FRATex "__OTR__textures/icon_item_fra_static/gPauseSave10FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSave10FRATex[] = dgPauseSave10FRATex;
|
||||
#else
|
||||
static const char gPauseSave10FRATex[] __attribute__((aligned (2))) = dgPauseSave10FRATex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSave20FRATex "__OTR__textures/icon_item_fra_static/gPauseSave20FRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSave20FRATex[] = dgPauseSave20FRATex;
|
||||
#else
|
||||
static const char gPauseSave20FRATex[] __attribute__((aligned (2))) = dgPauseSave20FRATex;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
#pragma once
|
||||
#define dgGameOverP1Tex "__OTR__textures/icon_item_gameover_static/gGameOverP1Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGameOverP1Tex[] = dgGameOverP1Tex;
|
||||
#else
|
||||
static const char gGameOverP1Tex[] __attribute__((aligned (2))) = dgGameOverP1Tex;
|
||||
#endif
|
||||
|
||||
#define dgGameOverP2Tex "__OTR__textures/icon_item_gameover_static/gGameOverP2Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGameOverP2Tex[] = dgGameOverP2Tex;
|
||||
#else
|
||||
static const char gGameOverP2Tex[] __attribute__((aligned (2))) = dgGameOverP2Tex;
|
||||
#endif
|
||||
|
||||
#define dgGameOverP3Tex "__OTR__textures/icon_item_gameover_static/gGameOverP3Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGameOverP3Tex[] = dgGameOverP3Tex;
|
||||
#else
|
||||
static const char gGameOverP3Tex[] __attribute__((aligned (2))) = dgGameOverP3Tex;
|
||||
#endif
|
||||
|
||||
#define dgGameOverMaskTex "__OTR__textures/icon_item_gameover_static/gGameOverMaskTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGameOverMaskTex[] = dgGameOverMaskTex;
|
||||
#else
|
||||
static const char gGameOverMaskTex[] __attribute__((aligned (2))) = dgGameOverMaskTex;
|
||||
#endif
|
||||
|
||||
#define dgContinuePlayingENGTex "__OTR__textures/icon_item_gameover_static/gContinuePlayingENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gContinuePlayingENGTex[] = dgContinuePlayingENGTex;
|
||||
#else
|
||||
static const char gContinuePlayingENGTex[] __attribute__((aligned (2))) = dgContinuePlayingENGTex;
|
||||
#endif
|
||||
|
||||
#define dgContinuePlayingGERTex "__OTR__textures/icon_item_gameover_static/gContinuePlayingGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gContinuePlayingGERTex[] = dgContinuePlayingGERTex;
|
||||
#else
|
||||
static const char gContinuePlayingGERTex[] __attribute__((aligned (2))) = dgContinuePlayingGERTex;
|
||||
#endif
|
||||
|
||||
#define dgContinuePlayingFRATex "__OTR__textures/icon_item_gameover_static/gContinuePlayingFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gContinuePlayingFRATex[] = dgContinuePlayingFRATex;
|
||||
#else
|
||||
static const char gContinuePlayingFRATex[] __attribute__((aligned (2))) = dgContinuePlayingFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
226
soh/assets/textures/icon_item_ger_static/icon_item_ger_static.h
Normal file
226
soh/assets/textures/icon_item_ger_static/icon_item_ger_static.h
Normal file
@@ -0,0 +1,226 @@
|
||||
#pragma once
|
||||
#define dgPauseDekuTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseDekuTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseDekuTitleGERTex[] = dgPauseDekuTitleGERTex;
|
||||
#else
|
||||
static const char gPauseDekuTitleGERTex[] __attribute__((aligned (2))) = dgPauseDekuTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseDodongoTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseDodongoTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseDodongoTitleGERTex[] = dgPauseDodongoTitleGERTex;
|
||||
#else
|
||||
static const char gPauseDodongoTitleGERTex[] __attribute__((aligned (2))) = dgPauseDodongoTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseJabuTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseJabuTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseJabuTitleGERTex[] = dgPauseJabuTitleGERTex;
|
||||
#else
|
||||
static const char gPauseJabuTitleGERTex[] __attribute__((aligned (2))) = dgPauseJabuTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseForestTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseForestTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseForestTitleGERTex[] = dgPauseForestTitleGERTex;
|
||||
#else
|
||||
static const char gPauseForestTitleGERTex[] __attribute__((aligned (2))) = dgPauseForestTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseFireTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseFireTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseFireTitleGERTex[] = dgPauseFireTitleGERTex;
|
||||
#else
|
||||
static const char gPauseFireTitleGERTex[] __attribute__((aligned (2))) = dgPauseFireTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseWaterTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseWaterTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseWaterTitleGERTex[] = dgPauseWaterTitleGERTex;
|
||||
#else
|
||||
static const char gPauseWaterTitleGERTex[] __attribute__((aligned (2))) = dgPauseWaterTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSpiritTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseSpiritTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSpiritTitleGERTex[] = dgPauseSpiritTitleGERTex;
|
||||
#else
|
||||
static const char gPauseSpiritTitleGERTex[] __attribute__((aligned (2))) = dgPauseSpiritTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseShadowTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseShadowTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseShadowTitleGERTex[] = dgPauseShadowTitleGERTex;
|
||||
#else
|
||||
static const char gPauseShadowTitleGERTex[] __attribute__((aligned (2))) = dgPauseShadowTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseBotWTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseBotWTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseBotWTitleGERTex[] = dgPauseBotWTitleGERTex;
|
||||
#else
|
||||
static const char gPauseBotWTitleGERTex[] __attribute__((aligned (2))) = dgPauseBotWTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseIceCavernTitleGERTex "__OTR__textures/icon_item_ger_static/gPauseIceCavernTitleGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseIceCavernTitleGERTex[] = dgPauseIceCavernTitleGERTex;
|
||||
#else
|
||||
static const char gPauseIceCavernTitleGERTex[] __attribute__((aligned (2))) = dgPauseIceCavernTitleGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToEquipGERTex "__OTR__textures/icon_item_ger_static/gPauseToEquipGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToEquipGERTex[] = dgPauseToEquipGERTex;
|
||||
#else
|
||||
static const char gPauseToEquipGERTex[] __attribute__((aligned (2))) = dgPauseToEquipGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToDecideGERTex "__OTR__textures/icon_item_ger_static/gPauseToDecideGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToDecideGERTex[] = dgPauseToDecideGERTex;
|
||||
#else
|
||||
static const char gPauseToDecideGERTex[] __attribute__((aligned (2))) = dgPauseToDecideGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToPlayMelodyGERTex "__OTR__textures/icon_item_ger_static/gPauseToPlayMelodyGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToPlayMelodyGERTex[] = dgPauseToPlayMelodyGERTex;
|
||||
#else
|
||||
static const char gPauseToPlayMelodyGERTex[] __attribute__((aligned (2))) = dgPauseToPlayMelodyGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToSelectItemGERTex "__OTR__textures/icon_item_ger_static/gPauseToSelectItemGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToSelectItemGERTex[] = dgPauseToSelectItemGERTex;
|
||||
#else
|
||||
static const char gPauseToSelectItemGERTex[] __attribute__((aligned (2))) = dgPauseToSelectItemGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToMapGERTex "__OTR__textures/icon_item_ger_static/gPauseToMapGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToMapGERTex[] = dgPauseToMapGERTex;
|
||||
#else
|
||||
static const char gPauseToMapGERTex[] __attribute__((aligned (2))) = dgPauseToMapGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToQuestStatusGERTex "__OTR__textures/icon_item_ger_static/gPauseToQuestStatusGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToQuestStatusGERTex[] = dgPauseToQuestStatusGERTex;
|
||||
#else
|
||||
static const char gPauseToQuestStatusGERTex[] __attribute__((aligned (2))) = dgPauseToQuestStatusGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToEquipmentGERTex "__OTR__textures/icon_item_ger_static/gPauseToEquipmentGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToEquipmentGERTex[] = dgPauseToEquipmentGERTex;
|
||||
#else
|
||||
static const char gPauseToEquipmentGERTex[] __attribute__((aligned (2))) = dgPauseToEquipmentGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSavePromptGERTex "__OTR__textures/icon_item_ger_static/gPauseSavePromptGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSavePromptGERTex[] = dgPauseSavePromptGERTex;
|
||||
#else
|
||||
static const char gPauseSavePromptGERTex[] __attribute__((aligned (2))) = dgPauseSavePromptGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSaveConfirmationGERTex "__OTR__textures/icon_item_ger_static/gPauseSaveConfirmationGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSaveConfirmationGERTex[] = dgPauseSaveConfirmationGERTex;
|
||||
#else
|
||||
static const char gPauseSaveConfirmationGERTex[] __attribute__((aligned (2))) = dgPauseSaveConfirmationGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseYesGERTex "__OTR__textures/icon_item_ger_static/gPauseYesGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseYesGERTex[] = dgPauseYesGERTex;
|
||||
#else
|
||||
static const char gPauseYesGERTex[] __attribute__((aligned (2))) = dgPauseYesGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseNoGERTex "__OTR__textures/icon_item_ger_static/gPauseNoGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseNoGERTex[] = dgPauseNoGERTex;
|
||||
#else
|
||||
static const char gPauseNoGERTex[] __attribute__((aligned (2))) = dgPauseNoGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseCurrentPositionGERTex "__OTR__textures/icon_item_ger_static/gPauseCurrentPositionGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseCurrentPositionGERTex[] = dgPauseCurrentPositionGERTex;
|
||||
#else
|
||||
static const char gPauseCurrentPositionGERTex[] __attribute__((aligned (2))) = dgPauseCurrentPositionGERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseEquipment00GERTex "__OTR__textures/icon_item_ger_static/gPauseEquipment00GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseEquipment00GERTex[] = dgPauseEquipment00GERTex;
|
||||
#else
|
||||
static const char gPauseEquipment00GERTex[] __attribute__((aligned (2))) = dgPauseEquipment00GERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseEquipment10GERTex "__OTR__textures/icon_item_ger_static/gPauseEquipment10GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseEquipment10GERTex[] = dgPauseEquipment10GERTex;
|
||||
#else
|
||||
static const char gPauseEquipment10GERTex[] __attribute__((aligned (2))) = dgPauseEquipment10GERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseEquipment20GERTex "__OTR__textures/icon_item_ger_static/gPauseEquipment20GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseEquipment20GERTex[] = dgPauseEquipment20GERTex;
|
||||
#else
|
||||
static const char gPauseEquipment20GERTex[] __attribute__((aligned (2))) = dgPauseEquipment20GERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSelectItem00GERTex "__OTR__textures/icon_item_ger_static/gPauseSelectItem00GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSelectItem00GERTex[] = dgPauseSelectItem00GERTex;
|
||||
#else
|
||||
static const char gPauseSelectItem00GERTex[] __attribute__((aligned (2))) = dgPauseSelectItem00GERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSelectItem10GERTex "__OTR__textures/icon_item_ger_static/gPauseSelectItem10GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSelectItem10GERTex[] = dgPauseSelectItem10GERTex;
|
||||
#else
|
||||
static const char gPauseSelectItem10GERTex[] __attribute__((aligned (2))) = dgPauseSelectItem10GERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSelectItem20GERTex "__OTR__textures/icon_item_ger_static/gPauseSelectItem20GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSelectItem20GERTex[] = dgPauseSelectItem20GERTex;
|
||||
#else
|
||||
static const char gPauseSelectItem20GERTex[] __attribute__((aligned (2))) = dgPauseSelectItem20GERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseMap10GERTex "__OTR__textures/icon_item_ger_static/gPauseMap10GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseMap10GERTex[] = dgPauseMap10GERTex;
|
||||
#else
|
||||
static const char gPauseMap10GERTex[] __attribute__((aligned (2))) = dgPauseMap10GERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseQuestStatus10GERTex "__OTR__textures/icon_item_ger_static/gPauseQuestStatus10GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseQuestStatus10GERTex[] = dgPauseQuestStatus10GERTex;
|
||||
#else
|
||||
static const char gPauseQuestStatus10GERTex[] __attribute__((aligned (2))) = dgPauseQuestStatus10GERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSave10GERTex "__OTR__textures/icon_item_ger_static/gPauseSave10GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSave10GERTex[] = dgPauseSave10GERTex;
|
||||
#else
|
||||
static const char gPauseSave10GERTex[] __attribute__((aligned (2))) = dgPauseSave10GERTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSave20GERTex "__OTR__textures/icon_item_ger_static/gPauseSave20GERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSave20GERTex[] = dgPauseSave20GERTex;
|
||||
#else
|
||||
static const char gPauseSave20GERTex[] __attribute__((aligned (2))) = dgPauseSave20GERTex;
|
||||
#endif
|
||||
|
||||
|
||||
219
soh/assets/textures/icon_item_nes_static/icon_item_nes_static.h
Normal file
219
soh/assets/textures/icon_item_nes_static/icon_item_nes_static.h
Normal file
@@ -0,0 +1,219 @@
|
||||
#pragma once
|
||||
#define dgPauseDekuTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseDekuTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseDekuTitleENGTex[] = dgPauseDekuTitleENGTex;
|
||||
#else
|
||||
static const char gPauseDekuTitleENGTex[] __attribute__((aligned (2))) = dgPauseDekuTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseDodongoTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseDodongoTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseDodongoTitleENGTex[] = dgPauseDodongoTitleENGTex;
|
||||
#else
|
||||
static const char gPauseDodongoTitleENGTex[] __attribute__((aligned (2))) = dgPauseDodongoTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseJabuTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseJabuTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseJabuTitleENGTex[] = dgPauseJabuTitleENGTex;
|
||||
#else
|
||||
static const char gPauseJabuTitleENGTex[] __attribute__((aligned (2))) = dgPauseJabuTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseForestTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseForestTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseForestTitleENGTex[] = dgPauseForestTitleENGTex;
|
||||
#else
|
||||
static const char gPauseForestTitleENGTex[] __attribute__((aligned (2))) = dgPauseForestTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseFireTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseFireTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseFireTitleENGTex[] = dgPauseFireTitleENGTex;
|
||||
#else
|
||||
static const char gPauseFireTitleENGTex[] __attribute__((aligned (2))) = dgPauseFireTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseWaterTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseWaterTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseWaterTitleENGTex[] = dgPauseWaterTitleENGTex;
|
||||
#else
|
||||
static const char gPauseWaterTitleENGTex[] __attribute__((aligned (2))) = dgPauseWaterTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSpiritTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseSpiritTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSpiritTitleENGTex[] = dgPauseSpiritTitleENGTex;
|
||||
#else
|
||||
static const char gPauseSpiritTitleENGTex[] __attribute__((aligned (2))) = dgPauseSpiritTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseShadowTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseShadowTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseShadowTitleENGTex[] = dgPauseShadowTitleENGTex;
|
||||
#else
|
||||
static const char gPauseShadowTitleENGTex[] __attribute__((aligned (2))) = dgPauseShadowTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseBotWTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseBotWTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseBotWTitleENGTex[] = dgPauseBotWTitleENGTex;
|
||||
#else
|
||||
static const char gPauseBotWTitleENGTex[] __attribute__((aligned (2))) = dgPauseBotWTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseIceCavernTitleENGTex "__OTR__textures/icon_item_nes_static/gPauseIceCavernTitleENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseIceCavernTitleENGTex[] = dgPauseIceCavernTitleENGTex;
|
||||
#else
|
||||
static const char gPauseIceCavernTitleENGTex[] __attribute__((aligned (2))) = dgPauseIceCavernTitleENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToEquipENGTex "__OTR__textures/icon_item_nes_static/gPauseToEquipENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToEquipENGTex[] = dgPauseToEquipENGTex;
|
||||
#else
|
||||
static const char gPauseToEquipENGTex[] __attribute__((aligned (2))) = dgPauseToEquipENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToDecideENGTex "__OTR__textures/icon_item_nes_static/gPauseToDecideENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToDecideENGTex[] = dgPauseToDecideENGTex;
|
||||
#else
|
||||
static const char gPauseToDecideENGTex[] __attribute__((aligned (2))) = dgPauseToDecideENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToPlayMelodyENGTex "__OTR__textures/icon_item_nes_static/gPauseToPlayMelodyENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToPlayMelodyENGTex[] = dgPauseToPlayMelodyENGTex;
|
||||
#else
|
||||
static const char gPauseToPlayMelodyENGTex[] __attribute__((aligned (2))) = dgPauseToPlayMelodyENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToSelectItemENGTex "__OTR__textures/icon_item_nes_static/gPauseToSelectItemENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToSelectItemENGTex[] = dgPauseToSelectItemENGTex;
|
||||
#else
|
||||
static const char gPauseToSelectItemENGTex[] __attribute__((aligned (2))) = dgPauseToSelectItemENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToMapENGTex "__OTR__textures/icon_item_nes_static/gPauseToMapENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToMapENGTex[] = dgPauseToMapENGTex;
|
||||
#else
|
||||
static const char gPauseToMapENGTex[] __attribute__((aligned (2))) = dgPauseToMapENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToQuestStatusENGTex "__OTR__textures/icon_item_nes_static/gPauseToQuestStatusENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToQuestStatusENGTex[] = dgPauseToQuestStatusENGTex;
|
||||
#else
|
||||
static const char gPauseToQuestStatusENGTex[] __attribute__((aligned (2))) = dgPauseToQuestStatusENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseToEquipmentENGTex "__OTR__textures/icon_item_nes_static/gPauseToEquipmentENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseToEquipmentENGTex[] = dgPauseToEquipmentENGTex;
|
||||
#else
|
||||
static const char gPauseToEquipmentENGTex[] __attribute__((aligned (2))) = dgPauseToEquipmentENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSavePromptENGTex "__OTR__textures/icon_item_nes_static/gPauseSavePromptENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSavePromptENGTex[] = dgPauseSavePromptENGTex;
|
||||
#else
|
||||
static const char gPauseSavePromptENGTex[] __attribute__((aligned (2))) = dgPauseSavePromptENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSaveConfirmationENGTex "__OTR__textures/icon_item_nes_static/gPauseSaveConfirmationENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSaveConfirmationENGTex[] = dgPauseSaveConfirmationENGTex;
|
||||
#else
|
||||
static const char gPauseSaveConfirmationENGTex[] __attribute__((aligned (2))) = dgPauseSaveConfirmationENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseYesENGTex "__OTR__textures/icon_item_nes_static/gPauseYesENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseYesENGTex[] = dgPauseYesENGTex;
|
||||
#else
|
||||
static const char gPauseYesENGTex[] __attribute__((aligned (2))) = dgPauseYesENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseNoENGTex "__OTR__textures/icon_item_nes_static/gPauseNoENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseNoENGTex[] = dgPauseNoENGTex;
|
||||
#else
|
||||
static const char gPauseNoENGTex[] __attribute__((aligned (2))) = dgPauseNoENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseCurrentPositionENGTex "__OTR__textures/icon_item_nes_static/gPauseCurrentPositionENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseCurrentPositionENGTex[] = dgPauseCurrentPositionENGTex;
|
||||
#else
|
||||
static const char gPauseCurrentPositionENGTex[] __attribute__((aligned (2))) = dgPauseCurrentPositionENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseEquipment10ENGTex "__OTR__textures/icon_item_nes_static/gPauseEquipment10ENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseEquipment10ENGTex[] = dgPauseEquipment10ENGTex;
|
||||
#else
|
||||
static const char gPauseEquipment10ENGTex[] __attribute__((aligned (2))) = dgPauseEquipment10ENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSelectItem00ENGTex "__OTR__textures/icon_item_nes_static/gPauseSelectItem00ENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSelectItem00ENGTex[] = dgPauseSelectItem00ENGTex;
|
||||
#else
|
||||
static const char gPauseSelectItem00ENGTex[] __attribute__((aligned (2))) = dgPauseSelectItem00ENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSelectItem10ENGTex "__OTR__textures/icon_item_nes_static/gPauseSelectItem10ENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSelectItem10ENGTex[] = dgPauseSelectItem10ENGTex;
|
||||
#else
|
||||
static const char gPauseSelectItem10ENGTex[] __attribute__((aligned (2))) = dgPauseSelectItem10ENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSelectItem20ENGTex "__OTR__textures/icon_item_nes_static/gPauseSelectItem20ENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSelectItem20ENGTex[] = dgPauseSelectItem20ENGTex;
|
||||
#else
|
||||
static const char gPauseSelectItem20ENGTex[] __attribute__((aligned (2))) = dgPauseSelectItem20ENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseMap10ENGTex "__OTR__textures/icon_item_nes_static/gPauseMap10ENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseMap10ENGTex[] = dgPauseMap10ENGTex;
|
||||
#else
|
||||
static const char gPauseMap10ENGTex[] __attribute__((aligned (2))) = dgPauseMap10ENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseQuestStatus00ENGTex "__OTR__textures/icon_item_nes_static/gPauseQuestStatus00ENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseQuestStatus00ENGTex[] = dgPauseQuestStatus00ENGTex;
|
||||
#else
|
||||
static const char gPauseQuestStatus00ENGTex[] __attribute__((aligned (2))) = dgPauseQuestStatus00ENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseQuestStatus10ENGTex "__OTR__textures/icon_item_nes_static/gPauseQuestStatus10ENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseQuestStatus10ENGTex[] = dgPauseQuestStatus10ENGTex;
|
||||
#else
|
||||
static const char gPauseQuestStatus10ENGTex[] __attribute__((aligned (2))) = dgPauseQuestStatus10ENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseQuestStatus20ENGTex "__OTR__textures/icon_item_nes_static/gPauseQuestStatus20ENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseQuestStatus20ENGTex[] = dgPauseQuestStatus20ENGTex;
|
||||
#else
|
||||
static const char gPauseQuestStatus20ENGTex[] __attribute__((aligned (2))) = dgPauseQuestStatus20ENGTex;
|
||||
#endif
|
||||
|
||||
#define dgPauseSave10ENGTex "__OTR__textures/icon_item_nes_static/gPauseSave10ENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gPauseSave10ENGTex[] = dgPauseSave10ENGTex;
|
||||
#else
|
||||
static const char gPauseSave10ENGTex[] __attribute__((aligned (2))) = dgPauseSave10ENGTex;
|
||||
#endif
|
||||
|
||||
|
||||
1304
soh/assets/textures/icon_item_static/icon_item_static.h
Normal file
1304
soh/assets/textures/icon_item_static/icon_item_static.h
Normal file
File diff suppressed because it is too large
Load Diff
2585
soh/assets/textures/item_name_static/item_name_static.h
Normal file
2585
soh/assets/textures/item_name_static/item_name_static.h
Normal file
File diff suppressed because it is too large
Load Diff
478
soh/assets/textures/map_48x85_static/map_48x85_static.h
Normal file
478
soh/assets/textures/map_48x85_static/map_48x85_static.h
Normal file
@@ -0,0 +1,478 @@
|
||||
#pragma once
|
||||
#define dgDekuTreePauseScreenMapFloor3LeftTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapFloor3LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapFloor3LeftTex[] = dgDekuTreePauseScreenMapFloor3LeftTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapFloor3LeftTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapFloor3LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreePauseScreenMapFloor3RightTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapFloor3RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapFloor3RightTex[] = dgDekuTreePauseScreenMapFloor3RightTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapFloor3RightTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapFloor3RightTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreePauseScreenMapFloor2LeftTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapFloor2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapFloor2LeftTex[] = dgDekuTreePauseScreenMapFloor2LeftTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapFloor2LeftTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapFloor2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreePauseScreenMapFloor2RightTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapFloor2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapFloor2RightTex[] = dgDekuTreePauseScreenMapFloor2RightTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapFloor2RightTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapFloor2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreePauseScreenMapFloor1LeftTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapFloor1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapFloor1LeftTex[] = dgDekuTreePauseScreenMapFloor1LeftTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapFloor1LeftTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapFloor1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreePauseScreenMapFloor1RightTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapFloor1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapFloor1RightTex[] = dgDekuTreePauseScreenMapFloor1RightTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapFloor1RightTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapFloor1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreePauseScreenMapBasement1LeftTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapBasement1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapBasement1LeftTex[] = dgDekuTreePauseScreenMapBasement1LeftTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapBasement1LeftTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapBasement1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreePauseScreenMapBasement1RightTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapBasement1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapBasement1RightTex[] = dgDekuTreePauseScreenMapBasement1RightTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapBasement1RightTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapBasement1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreePauseScreenMapBasement2LeftTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapBasement2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapBasement2LeftTex[] = dgDekuTreePauseScreenMapBasement2LeftTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapBasement2LeftTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapBasement2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreePauseScreenMapBasement2RightTex "__OTR__textures/map_48x85_static/gDekuTreePauseScreenMapBasement2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreePauseScreenMapBasement2RightTex[] = dgDekuTreePauseScreenMapBasement2RightTex;
|
||||
#else
|
||||
static const char gDekuTreePauseScreenMapBasement2RightTex[] __attribute__((aligned (2))) = dgDekuTreePauseScreenMapBasement2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgDodongosCavernPauseScreenMapFloor2LeftTex "__OTR__textures/map_48x85_static/gDodongosCavernPauseScreenMapFloor2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDodongosCavernPauseScreenMapFloor2LeftTex[] = dgDodongosCavernPauseScreenMapFloor2LeftTex;
|
||||
#else
|
||||
static const char gDodongosCavernPauseScreenMapFloor2LeftTex[] __attribute__((aligned (2))) = dgDodongosCavernPauseScreenMapFloor2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgDodongosCavernPauseScreenMapFloor2RightTex "__OTR__textures/map_48x85_static/gDodongosCavernPauseScreenMapFloor2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDodongosCavernPauseScreenMapFloor2RightTex[] = dgDodongosCavernPauseScreenMapFloor2RightTex;
|
||||
#else
|
||||
static const char gDodongosCavernPauseScreenMapFloor2RightTex[] __attribute__((aligned (2))) = dgDodongosCavernPauseScreenMapFloor2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgDodongosCavernPauseScreenMapFloor1LeftTex "__OTR__textures/map_48x85_static/gDodongosCavernPauseScreenMapFloor1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDodongosCavernPauseScreenMapFloor1LeftTex[] = dgDodongosCavernPauseScreenMapFloor1LeftTex;
|
||||
#else
|
||||
static const char gDodongosCavernPauseScreenMapFloor1LeftTex[] __attribute__((aligned (2))) = dgDodongosCavernPauseScreenMapFloor1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgDodongosCavernPauseScreenMapFloor1RightTex "__OTR__textures/map_48x85_static/gDodongosCavernPauseScreenMapFloor1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDodongosCavernPauseScreenMapFloor1RightTex[] = dgDodongosCavernPauseScreenMapFloor1RightTex;
|
||||
#else
|
||||
static const char gDodongosCavernPauseScreenMapFloor1RightTex[] __attribute__((aligned (2))) = dgDodongosCavernPauseScreenMapFloor1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgJabuPauseScreenMapFloor1LeftTex "__OTR__textures/map_48x85_static/gJabuPauseScreenMapFloor1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gJabuPauseScreenMapFloor1LeftTex[] = dgJabuPauseScreenMapFloor1LeftTex;
|
||||
#else
|
||||
static const char gJabuPauseScreenMapFloor1LeftTex[] __attribute__((aligned (2))) = dgJabuPauseScreenMapFloor1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgJabuPauseScreenMapFloor1RightTex "__OTR__textures/map_48x85_static/gJabuPauseScreenMapFloor1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gJabuPauseScreenMapFloor1RightTex[] = dgJabuPauseScreenMapFloor1RightTex;
|
||||
#else
|
||||
static const char gJabuPauseScreenMapFloor1RightTex[] __attribute__((aligned (2))) = dgJabuPauseScreenMapFloor1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgJabuPauseScreenMapBasement1LeftTex "__OTR__textures/map_48x85_static/gJabuPauseScreenMapBasement1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gJabuPauseScreenMapBasement1LeftTex[] = dgJabuPauseScreenMapBasement1LeftTex;
|
||||
#else
|
||||
static const char gJabuPauseScreenMapBasement1LeftTex[] __attribute__((aligned (2))) = dgJabuPauseScreenMapBasement1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgJabuPauseScreenMapBasement1RightTex "__OTR__textures/map_48x85_static/gJabuPauseScreenMapBasement1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gJabuPauseScreenMapBasement1RightTex[] = dgJabuPauseScreenMapBasement1RightTex;
|
||||
#else
|
||||
static const char gJabuPauseScreenMapBasement1RightTex[] __attribute__((aligned (2))) = dgJabuPauseScreenMapBasement1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTemplePauseScreenMapFloor2LeftTex "__OTR__textures/map_48x85_static/gForestTemplePauseScreenMapFloor2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTemplePauseScreenMapFloor2LeftTex[] = dgForestTemplePauseScreenMapFloor2LeftTex;
|
||||
#else
|
||||
static const char gForestTemplePauseScreenMapFloor2LeftTex[] __attribute__((aligned (2))) = dgForestTemplePauseScreenMapFloor2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTemplePauseScreenMapFloor2RightTex "__OTR__textures/map_48x85_static/gForestTemplePauseScreenMapFloor2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTemplePauseScreenMapFloor2RightTex[] = dgForestTemplePauseScreenMapFloor2RightTex;
|
||||
#else
|
||||
static const char gForestTemplePauseScreenMapFloor2RightTex[] __attribute__((aligned (2))) = dgForestTemplePauseScreenMapFloor2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTemplePauseScreenMapFloor1LeftTex "__OTR__textures/map_48x85_static/gForestTemplePauseScreenMapFloor1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTemplePauseScreenMapFloor1LeftTex[] = dgForestTemplePauseScreenMapFloor1LeftTex;
|
||||
#else
|
||||
static const char gForestTemplePauseScreenMapFloor1LeftTex[] __attribute__((aligned (2))) = dgForestTemplePauseScreenMapFloor1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTemplePauseScreenMapFloor1RightTex "__OTR__textures/map_48x85_static/gForestTemplePauseScreenMapFloor1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTemplePauseScreenMapFloor1RightTex[] = dgForestTemplePauseScreenMapFloor1RightTex;
|
||||
#else
|
||||
static const char gForestTemplePauseScreenMapFloor1RightTex[] __attribute__((aligned (2))) = dgForestTemplePauseScreenMapFloor1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTemplePauseScreenMapBasement1LeftTex "__OTR__textures/map_48x85_static/gForestTemplePauseScreenMapBasement1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTemplePauseScreenMapBasement1LeftTex[] = dgForestTemplePauseScreenMapBasement1LeftTex;
|
||||
#else
|
||||
static const char gForestTemplePauseScreenMapBasement1LeftTex[] __attribute__((aligned (2))) = dgForestTemplePauseScreenMapBasement1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTemplePauseScreenMapBasement1RightTex "__OTR__textures/map_48x85_static/gForestTemplePauseScreenMapBasement1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTemplePauseScreenMapBasement1RightTex[] = dgForestTemplePauseScreenMapBasement1RightTex;
|
||||
#else
|
||||
static const char gForestTemplePauseScreenMapBasement1RightTex[] __attribute__((aligned (2))) = dgForestTemplePauseScreenMapBasement1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTemplePauseScreenMapBasement2LeftTex "__OTR__textures/map_48x85_static/gForestTemplePauseScreenMapBasement2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTemplePauseScreenMapBasement2LeftTex[] = dgForestTemplePauseScreenMapBasement2LeftTex;
|
||||
#else
|
||||
static const char gForestTemplePauseScreenMapBasement2LeftTex[] __attribute__((aligned (2))) = dgForestTemplePauseScreenMapBasement2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTemplePauseScreenMapBasement2RightTex "__OTR__textures/map_48x85_static/gForestTemplePauseScreenMapBasement2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTemplePauseScreenMapBasement2RightTex[] = dgForestTemplePauseScreenMapBasement2RightTex;
|
||||
#else
|
||||
static const char gForestTemplePauseScreenMapBasement2RightTex[] __attribute__((aligned (2))) = dgForestTemplePauseScreenMapBasement2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor5LeftTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor5LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor5LeftTex[] = dgFireTemplePauseScreenMapFloor5LeftTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor5LeftTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor5LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor5RightTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor5RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor5RightTex[] = dgFireTemplePauseScreenMapFloor5RightTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor5RightTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor5RightTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor4LeftTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor4LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor4LeftTex[] = dgFireTemplePauseScreenMapFloor4LeftTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor4LeftTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor4LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor4RightTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor4RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor4RightTex[] = dgFireTemplePauseScreenMapFloor4RightTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor4RightTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor4RightTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor3LeftTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor3LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor3LeftTex[] = dgFireTemplePauseScreenMapFloor3LeftTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor3LeftTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor3LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor3RightTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor3RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor3RightTex[] = dgFireTemplePauseScreenMapFloor3RightTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor3RightTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor3RightTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor2LeftTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor2LeftTex[] = dgFireTemplePauseScreenMapFloor2LeftTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor2LeftTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor2RightTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor2RightTex[] = dgFireTemplePauseScreenMapFloor2RightTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor2RightTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor1LeftTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor1LeftTex[] = dgFireTemplePauseScreenMapFloor1LeftTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor1LeftTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTemplePauseScreenMapFloor1RightTex "__OTR__textures/map_48x85_static/gFireTemplePauseScreenMapFloor1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTemplePauseScreenMapFloor1RightTex[] = dgFireTemplePauseScreenMapFloor1RightTex;
|
||||
#else
|
||||
static const char gFireTemplePauseScreenMapFloor1RightTex[] __attribute__((aligned (2))) = dgFireTemplePauseScreenMapFloor1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTemplePauseScreenMapFloor3LeftTex "__OTR__textures/map_48x85_static/gWaterTemplePauseScreenMapFloor3LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTemplePauseScreenMapFloor3LeftTex[] = dgWaterTemplePauseScreenMapFloor3LeftTex;
|
||||
#else
|
||||
static const char gWaterTemplePauseScreenMapFloor3LeftTex[] __attribute__((aligned (2))) = dgWaterTemplePauseScreenMapFloor3LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTemplePauseScreenMapFloor3RightTex "__OTR__textures/map_48x85_static/gWaterTemplePauseScreenMapFloor3RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTemplePauseScreenMapFloor3RightTex[] = dgWaterTemplePauseScreenMapFloor3RightTex;
|
||||
#else
|
||||
static const char gWaterTemplePauseScreenMapFloor3RightTex[] __attribute__((aligned (2))) = dgWaterTemplePauseScreenMapFloor3RightTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTemplePauseScreenMapFloor2LeftTex "__OTR__textures/map_48x85_static/gWaterTemplePauseScreenMapFloor2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTemplePauseScreenMapFloor2LeftTex[] = dgWaterTemplePauseScreenMapFloor2LeftTex;
|
||||
#else
|
||||
static const char gWaterTemplePauseScreenMapFloor2LeftTex[] __attribute__((aligned (2))) = dgWaterTemplePauseScreenMapFloor2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTemplePauseScreenMapFloor2RightTex "__OTR__textures/map_48x85_static/gWaterTemplePauseScreenMapFloor2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTemplePauseScreenMapFloor2RightTex[] = dgWaterTemplePauseScreenMapFloor2RightTex;
|
||||
#else
|
||||
static const char gWaterTemplePauseScreenMapFloor2RightTex[] __attribute__((aligned (2))) = dgWaterTemplePauseScreenMapFloor2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTemplePauseScreenMapFloor1LeftTex "__OTR__textures/map_48x85_static/gWaterTemplePauseScreenMapFloor1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTemplePauseScreenMapFloor1LeftTex[] = dgWaterTemplePauseScreenMapFloor1LeftTex;
|
||||
#else
|
||||
static const char gWaterTemplePauseScreenMapFloor1LeftTex[] __attribute__((aligned (2))) = dgWaterTemplePauseScreenMapFloor1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTemplePauseScreenMapFloor1RightTex "__OTR__textures/map_48x85_static/gWaterTemplePauseScreenMapFloor1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTemplePauseScreenMapFloor1RightTex[] = dgWaterTemplePauseScreenMapFloor1RightTex;
|
||||
#else
|
||||
static const char gWaterTemplePauseScreenMapFloor1RightTex[] __attribute__((aligned (2))) = dgWaterTemplePauseScreenMapFloor1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTemplePauseScreenMapBasement1LeftTex "__OTR__textures/map_48x85_static/gWaterTemplePauseScreenMapBasement1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTemplePauseScreenMapBasement1LeftTex[] = dgWaterTemplePauseScreenMapBasement1LeftTex;
|
||||
#else
|
||||
static const char gWaterTemplePauseScreenMapBasement1LeftTex[] __attribute__((aligned (2))) = dgWaterTemplePauseScreenMapBasement1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTemplePauseScreenMapBasement1RightTex "__OTR__textures/map_48x85_static/gWaterTemplePauseScreenMapBasement1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTemplePauseScreenMapBasement1RightTex[] = dgWaterTemplePauseScreenMapBasement1RightTex;
|
||||
#else
|
||||
static const char gWaterTemplePauseScreenMapBasement1RightTex[] __attribute__((aligned (2))) = dgWaterTemplePauseScreenMapBasement1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTemplePauseScreenMapFloor4LeftTex "__OTR__textures/map_48x85_static/gSpiritTemplePauseScreenMapFloor4LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTemplePauseScreenMapFloor4LeftTex[] = dgSpiritTemplePauseScreenMapFloor4LeftTex;
|
||||
#else
|
||||
static const char gSpiritTemplePauseScreenMapFloor4LeftTex[] __attribute__((aligned (2))) = dgSpiritTemplePauseScreenMapFloor4LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTemplePauseScreenMapFloor4RightTex "__OTR__textures/map_48x85_static/gSpiritTemplePauseScreenMapFloor4RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTemplePauseScreenMapFloor4RightTex[] = dgSpiritTemplePauseScreenMapFloor4RightTex;
|
||||
#else
|
||||
static const char gSpiritTemplePauseScreenMapFloor4RightTex[] __attribute__((aligned (2))) = dgSpiritTemplePauseScreenMapFloor4RightTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTemplePauseScreenMapFloor3LeftTex "__OTR__textures/map_48x85_static/gSpiritTemplePauseScreenMapFloor3LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTemplePauseScreenMapFloor3LeftTex[] = dgSpiritTemplePauseScreenMapFloor3LeftTex;
|
||||
#else
|
||||
static const char gSpiritTemplePauseScreenMapFloor3LeftTex[] __attribute__((aligned (2))) = dgSpiritTemplePauseScreenMapFloor3LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTemplePauseScreenMapFloor3RightTex "__OTR__textures/map_48x85_static/gSpiritTemplePauseScreenMapFloor3RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTemplePauseScreenMapFloor3RightTex[] = dgSpiritTemplePauseScreenMapFloor3RightTex;
|
||||
#else
|
||||
static const char gSpiritTemplePauseScreenMapFloor3RightTex[] __attribute__((aligned (2))) = dgSpiritTemplePauseScreenMapFloor3RightTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTemplePauseScreenMapFloor2LeftTex "__OTR__textures/map_48x85_static/gSpiritTemplePauseScreenMapFloor2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTemplePauseScreenMapFloor2LeftTex[] = dgSpiritTemplePauseScreenMapFloor2LeftTex;
|
||||
#else
|
||||
static const char gSpiritTemplePauseScreenMapFloor2LeftTex[] __attribute__((aligned (2))) = dgSpiritTemplePauseScreenMapFloor2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTemplePauseScreenMapFloor2RightTex "__OTR__textures/map_48x85_static/gSpiritTemplePauseScreenMapFloor2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTemplePauseScreenMapFloor2RightTex[] = dgSpiritTemplePauseScreenMapFloor2RightTex;
|
||||
#else
|
||||
static const char gSpiritTemplePauseScreenMapFloor2RightTex[] __attribute__((aligned (2))) = dgSpiritTemplePauseScreenMapFloor2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTemplePauseScreenMapFloor1LeftTex "__OTR__textures/map_48x85_static/gSpiritTemplePauseScreenMapFloor1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTemplePauseScreenMapFloor1LeftTex[] = dgSpiritTemplePauseScreenMapFloor1LeftTex;
|
||||
#else
|
||||
static const char gSpiritTemplePauseScreenMapFloor1LeftTex[] __attribute__((aligned (2))) = dgSpiritTemplePauseScreenMapFloor1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTemplePauseScreenMapFloor1RightTex "__OTR__textures/map_48x85_static/gSpiritTemplePauseScreenMapFloor1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTemplePauseScreenMapFloor1RightTex[] = dgSpiritTemplePauseScreenMapFloor1RightTex;
|
||||
#else
|
||||
static const char gSpiritTemplePauseScreenMapFloor1RightTex[] __attribute__((aligned (2))) = dgSpiritTemplePauseScreenMapFloor1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTemplePauseScreenMapBasement1LeftTex "__OTR__textures/map_48x85_static/gShadowTemplePauseScreenMapBasement1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTemplePauseScreenMapBasement1LeftTex[] = dgShadowTemplePauseScreenMapBasement1LeftTex;
|
||||
#else
|
||||
static const char gShadowTemplePauseScreenMapBasement1LeftTex[] __attribute__((aligned (2))) = dgShadowTemplePauseScreenMapBasement1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTemplePauseScreenMapBasement1RightTex "__OTR__textures/map_48x85_static/gShadowTemplePauseScreenMapBasement1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTemplePauseScreenMapBasement1RightTex[] = dgShadowTemplePauseScreenMapBasement1RightTex;
|
||||
#else
|
||||
static const char gShadowTemplePauseScreenMapBasement1RightTex[] __attribute__((aligned (2))) = dgShadowTemplePauseScreenMapBasement1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTemplePauseScreenMapBasement2LeftTex "__OTR__textures/map_48x85_static/gShadowTemplePauseScreenMapBasement2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTemplePauseScreenMapBasement2LeftTex[] = dgShadowTemplePauseScreenMapBasement2LeftTex;
|
||||
#else
|
||||
static const char gShadowTemplePauseScreenMapBasement2LeftTex[] __attribute__((aligned (2))) = dgShadowTemplePauseScreenMapBasement2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTemplePauseScreenMapBasement2RightTex "__OTR__textures/map_48x85_static/gShadowTemplePauseScreenMapBasement2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTemplePauseScreenMapBasement2RightTex[] = dgShadowTemplePauseScreenMapBasement2RightTex;
|
||||
#else
|
||||
static const char gShadowTemplePauseScreenMapBasement2RightTex[] __attribute__((aligned (2))) = dgShadowTemplePauseScreenMapBasement2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTemplePauseScreenMapBasement3LeftTex "__OTR__textures/map_48x85_static/gShadowTemplePauseScreenMapBasement3LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTemplePauseScreenMapBasement3LeftTex[] = dgShadowTemplePauseScreenMapBasement3LeftTex;
|
||||
#else
|
||||
static const char gShadowTemplePauseScreenMapBasement3LeftTex[] __attribute__((aligned (2))) = dgShadowTemplePauseScreenMapBasement3LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTemplePauseScreenMapBasement3RightTex "__OTR__textures/map_48x85_static/gShadowTemplePauseScreenMapBasement3RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTemplePauseScreenMapBasement3RightTex[] = dgShadowTemplePauseScreenMapBasement3RightTex;
|
||||
#else
|
||||
static const char gShadowTemplePauseScreenMapBasement3RightTex[] __attribute__((aligned (2))) = dgShadowTemplePauseScreenMapBasement3RightTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTemplePauseScreenMapBasement4LeftTex "__OTR__textures/map_48x85_static/gShadowTemplePauseScreenMapBasement4LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTemplePauseScreenMapBasement4LeftTex[] = dgShadowTemplePauseScreenMapBasement4LeftTex;
|
||||
#else
|
||||
static const char gShadowTemplePauseScreenMapBasement4LeftTex[] __attribute__((aligned (2))) = dgShadowTemplePauseScreenMapBasement4LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTemplePauseScreenMapBasement4RightTex "__OTR__textures/map_48x85_static/gShadowTemplePauseScreenMapBasement4RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTemplePauseScreenMapBasement4RightTex[] = dgShadowTemplePauseScreenMapBasement4RightTex;
|
||||
#else
|
||||
static const char gShadowTemplePauseScreenMapBasement4RightTex[] __attribute__((aligned (2))) = dgShadowTemplePauseScreenMapBasement4RightTex;
|
||||
#endif
|
||||
|
||||
#define dgBottomOfTheWellPauseScreenMapBasement1LeftTex "__OTR__textures/map_48x85_static/gBottomOfTheWellPauseScreenMapBasement1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBottomOfTheWellPauseScreenMapBasement1LeftTex[] = dgBottomOfTheWellPauseScreenMapBasement1LeftTex;
|
||||
#else
|
||||
static const char gBottomOfTheWellPauseScreenMapBasement1LeftTex[] __attribute__((aligned (2))) = dgBottomOfTheWellPauseScreenMapBasement1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgBottomOfTheWellPauseScreenMapBasement1RightTex "__OTR__textures/map_48x85_static/gBottomOfTheWellPauseScreenMapBasement1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBottomOfTheWellPauseScreenMapBasement1RightTex[] = dgBottomOfTheWellPauseScreenMapBasement1RightTex;
|
||||
#else
|
||||
static const char gBottomOfTheWellPauseScreenMapBasement1RightTex[] __attribute__((aligned (2))) = dgBottomOfTheWellPauseScreenMapBasement1RightTex;
|
||||
#endif
|
||||
|
||||
#define dgBottomOfTheWellPauseScreenMapBasement2LeftTex "__OTR__textures/map_48x85_static/gBottomOfTheWellPauseScreenMapBasement2LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBottomOfTheWellPauseScreenMapBasement2LeftTex[] = dgBottomOfTheWellPauseScreenMapBasement2LeftTex;
|
||||
#else
|
||||
static const char gBottomOfTheWellPauseScreenMapBasement2LeftTex[] __attribute__((aligned (2))) = dgBottomOfTheWellPauseScreenMapBasement2LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgBottomOfTheWellPauseScreenMapBasement2RightTex "__OTR__textures/map_48x85_static/gBottomOfTheWellPauseScreenMapBasement2RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBottomOfTheWellPauseScreenMapBasement2RightTex[] = dgBottomOfTheWellPauseScreenMapBasement2RightTex;
|
||||
#else
|
||||
static const char gBottomOfTheWellPauseScreenMapBasement2RightTex[] __attribute__((aligned (2))) = dgBottomOfTheWellPauseScreenMapBasement2RightTex;
|
||||
#endif
|
||||
|
||||
#define dgBottomOfTheWellPauseScreenMapBasement3LeftTex "__OTR__textures/map_48x85_static/gBottomOfTheWellPauseScreenMapBasement3LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBottomOfTheWellPauseScreenMapBasement3LeftTex[] = dgBottomOfTheWellPauseScreenMapBasement3LeftTex;
|
||||
#else
|
||||
static const char gBottomOfTheWellPauseScreenMapBasement3LeftTex[] __attribute__((aligned (2))) = dgBottomOfTheWellPauseScreenMapBasement3LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgBottomOfTheWellPauseScreenMapBasement3RightTex "__OTR__textures/map_48x85_static/gBottomOfTheWellPauseScreenMapBasement3RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gBottomOfTheWellPauseScreenMapBasement3RightTex[] = dgBottomOfTheWellPauseScreenMapBasement3RightTex;
|
||||
#else
|
||||
static const char gBottomOfTheWellPauseScreenMapBasement3RightTex[] __attribute__((aligned (2))) = dgBottomOfTheWellPauseScreenMapBasement3RightTex;
|
||||
#endif
|
||||
|
||||
#define dgIceCavernPauseScreenMapFloor1LeftTex "__OTR__textures/map_48x85_static/gIceCavernPauseScreenMapFloor1LeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gIceCavernPauseScreenMapFloor1LeftTex[] = dgIceCavernPauseScreenMapFloor1LeftTex;
|
||||
#else
|
||||
static const char gIceCavernPauseScreenMapFloor1LeftTex[] __attribute__((aligned (2))) = dgIceCavernPauseScreenMapFloor1LeftTex;
|
||||
#endif
|
||||
|
||||
#define dgIceCavernPauseScreenMapFloor1RightTex "__OTR__textures/map_48x85_static/gIceCavernPauseScreenMapFloor1RightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gIceCavernPauseScreenMapFloor1RightTex[] = dgIceCavernPauseScreenMapFloor1RightTex;
|
||||
#else
|
||||
static const char gIceCavernPauseScreenMapFloor1RightTex[] __attribute__((aligned (2))) = dgIceCavernPauseScreenMapFloor1RightTex;
|
||||
#endif
|
||||
|
||||
|
||||
170
soh/assets/textures/map_grand_static/map_grand_static.h
Normal file
170
soh/assets/textures/map_grand_static/map_grand_static.h
Normal file
@@ -0,0 +1,170 @@
|
||||
#pragma once
|
||||
#define dgHyruleFieldMinimapTex "__OTR__textures/map_grand_static/gHyruleFieldMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleFieldMinimapTex[] = dgHyruleFieldMinimapTex;
|
||||
#else
|
||||
static const char gHyruleFieldMinimapTex[] __attribute__((aligned (2))) = dgHyruleFieldMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgKakarikoVillageMinimapTex "__OTR__textures/map_grand_static/gKakarikoVillageMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakarikoVillageMinimapTex[] = dgKakarikoVillageMinimapTex;
|
||||
#else
|
||||
static const char gKakarikoVillageMinimapTex[] __attribute__((aligned (2))) = dgKakarikoVillageMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgGraveyardMinimapTex "__OTR__textures/map_grand_static/gGraveyardMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGraveyardMinimapTex[] = dgGraveyardMinimapTex;
|
||||
#else
|
||||
static const char gGraveyardMinimapTex[] __attribute__((aligned (2))) = dgGraveyardMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasRiverMinimapTex "__OTR__textures/map_grand_static/gZorasRiverMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasRiverMinimapTex[] = dgZorasRiverMinimapTex;
|
||||
#else
|
||||
static const char gZorasRiverMinimapTex[] __attribute__((aligned (2))) = dgZorasRiverMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgKokiriForestMinimapTex "__OTR__textures/map_grand_static/gKokiriForestMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriForestMinimapTex[] = dgKokiriForestMinimapTex;
|
||||
#else
|
||||
static const char gKokiriForestMinimapTex[] __attribute__((aligned (2))) = dgKokiriForestMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgSacredMeadowMinimapTex "__OTR__textures/map_grand_static/gSacredMeadowMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSacredMeadowMinimapTex[] = dgSacredMeadowMinimapTex;
|
||||
#else
|
||||
static const char gSacredMeadowMinimapTex[] __attribute__((aligned (2))) = dgSacredMeadowMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgLakeHyliaMinimapTex "__OTR__textures/map_grand_static/gLakeHyliaMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLakeHyliaMinimapTex[] = dgLakeHyliaMinimapTex;
|
||||
#else
|
||||
static const char gLakeHyliaMinimapTex[] __attribute__((aligned (2))) = dgLakeHyliaMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasDomainMinimapTex "__OTR__textures/map_grand_static/gZorasDomainMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasDomainMinimapTex[] = dgZorasDomainMinimapTex;
|
||||
#else
|
||||
static const char gZorasDomainMinimapTex[] __attribute__((aligned (2))) = dgZorasDomainMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasFountainMinimapTex "__OTR__textures/map_grand_static/gZorasFountainMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasFountainMinimapTex[] = dgZorasFountainMinimapTex;
|
||||
#else
|
||||
static const char gZorasFountainMinimapTex[] __attribute__((aligned (2))) = dgZorasFountainMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoValleyMinimapTex "__OTR__textures/map_grand_static/gGerudoValleyMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoValleyMinimapTex[] = dgGerudoValleyMinimapTex;
|
||||
#else
|
||||
static const char gGerudoValleyMinimapTex[] __attribute__((aligned (2))) = dgGerudoValleyMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgHauntedWastelandMinimapTex "__OTR__textures/map_grand_static/gHauntedWastelandMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHauntedWastelandMinimapTex[] = dgHauntedWastelandMinimapTex;
|
||||
#else
|
||||
static const char gHauntedWastelandMinimapTex[] __attribute__((aligned (2))) = dgHauntedWastelandMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgDesertColossusMinimapTex "__OTR__textures/map_grand_static/gDesertColossusMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDesertColossusMinimapTex[] = dgDesertColossusMinimapTex;
|
||||
#else
|
||||
static const char gDesertColossusMinimapTex[] __attribute__((aligned (2))) = dgDesertColossusMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudosFortessMinimapTex "__OTR__textures/map_grand_static/gGerudosFortessMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudosFortessMinimapTex[] = dgGerudosFortessMinimapTex;
|
||||
#else
|
||||
static const char gGerudosFortessMinimapTex[] __attribute__((aligned (2))) = dgGerudosFortessMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgLostWoodsMinimapTex "__OTR__textures/map_grand_static/gLostWoodsMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLostWoodsMinimapTex[] = dgLostWoodsMinimapTex;
|
||||
#else
|
||||
static const char gLostWoodsMinimapTex[] __attribute__((aligned (2))) = dgLostWoodsMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleCastleAreaMinimapTex "__OTR__textures/map_grand_static/gHyruleCastleAreaMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleCastleAreaMinimapTex[] = dgHyruleCastleAreaMinimapTex;
|
||||
#else
|
||||
static const char gHyruleCastleAreaMinimapTex[] __attribute__((aligned (2))) = dgHyruleCastleAreaMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainTrailMinimapTex "__OTR__textures/map_grand_static/gDeathMountainTrailMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainTrailMinimapTex[] = dgDeathMountainTrailMinimapTex;
|
||||
#else
|
||||
static const char gDeathMountainTrailMinimapTex[] __attribute__((aligned (2))) = dgDeathMountainTrailMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainCraterMinimapTex "__OTR__textures/map_grand_static/gDeathMountainCraterMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainCraterMinimapTex[] = dgDeathMountainCraterMinimapTex;
|
||||
#else
|
||||
static const char gDeathMountainCraterMinimapTex[] __attribute__((aligned (2))) = dgDeathMountainCraterMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgGoronCityMinimapTex "__OTR__textures/map_grand_static/gGoronCityMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoronCityMinimapTex[] = dgGoronCityMinimapTex;
|
||||
#else
|
||||
static const char gGoronCityMinimapTex[] __attribute__((aligned (2))) = dgGoronCityMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgLonLonRanchMinimapTex "__OTR__textures/map_grand_static/gLonLonRanchMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLonLonRanchMinimapTex[] = dgLonLonRanchMinimapTex;
|
||||
#else
|
||||
static const char gLonLonRanchMinimapTex[] __attribute__((aligned (2))) = dgLonLonRanchMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgOutsideGanonsCastleMinimapTex "__OTR__textures/map_grand_static/gOutsideGanonsCastleMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOutsideGanonsCastleMinimapTex[] = dgOutsideGanonsCastleMinimapTex;
|
||||
#else
|
||||
static const char gOutsideGanonsCastleMinimapTex[] __attribute__((aligned (2))) = dgOutsideGanonsCastleMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgExploredShadowGraveyardMinimapTex "__OTR__textures/map_grand_static/gExploredShadowGraveyardMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gExploredShadowGraveyardMinimapTex[] = dgExploredShadowGraveyardMinimapTex;
|
||||
#else
|
||||
static const char gExploredShadowGraveyardMinimapTex[] __attribute__((aligned (2))) = dgExploredShadowGraveyardMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgDrainedLakeHyliaMinimapTex "__OTR__textures/map_grand_static/gDrainedLakeHyliaMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDrainedLakeHyliaMinimapTex[] = dgDrainedLakeHyliaMinimapTex;
|
||||
#else
|
||||
static const char gDrainedLakeHyliaMinimapTex[] __attribute__((aligned (2))) = dgDrainedLakeHyliaMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoValleyWithBrokenBridgeMinimapTex "__OTR__textures/map_grand_static/gGerudoValleyWithBrokenBridgeMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoValleyWithBrokenBridgeMinimapTex[] = dgGerudoValleyWithBrokenBridgeMinimapTex;
|
||||
#else
|
||||
static const char gGerudoValleyWithBrokenBridgeMinimapTex[] __attribute__((aligned (2))) = dgGerudoValleyWithBrokenBridgeMinimapTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudosFortressMinimapTex "__OTR__textures/map_grand_static/gGerudosFortressMinimapTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudosFortressMinimapTex[] = dgGerudosFortressMinimapTex;
|
||||
#else
|
||||
static const char gGerudosFortressMinimapTex[] __attribute__((aligned (2))) = dgGerudosFortressMinimapTex;
|
||||
#endif
|
||||
|
||||
|
||||
1675
soh/assets/textures/map_i_static/map_i_static.h
Normal file
1675
soh/assets/textures/map_i_static/map_i_static.h
Normal file
File diff suppressed because it is too large
Load Diff
716
soh/assets/textures/map_name_static/map_name_static.h
Normal file
716
soh/assets/textures/map_name_static/map_name_static.h
Normal file
@@ -0,0 +1,716 @@
|
||||
#pragma once
|
||||
#define dgHauntedWastelandPointNameENGTex "__OTR__textures/map_name_static/gHauntedWastelandPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHauntedWastelandPointNameENGTex[] = dgHauntedWastelandPointNameENGTex;
|
||||
#else
|
||||
static const char gHauntedWastelandPointNameENGTex[] __attribute__((aligned (2))) = dgHauntedWastelandPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudosFortressPointNameENGTex "__OTR__textures/map_name_static/gGerudosFortressPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudosFortressPointNameENGTex[] = dgGerudosFortressPointNameENGTex;
|
||||
#else
|
||||
static const char gGerudosFortressPointNameENGTex[] __attribute__((aligned (2))) = dgGerudosFortressPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoValleyPointNameENGTex "__OTR__textures/map_name_static/gGerudoValleyPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoValleyPointNameENGTex[] = dgGerudoValleyPointNameENGTex;
|
||||
#else
|
||||
static const char gGerudoValleyPointNameENGTex[] __attribute__((aligned (2))) = dgGerudoValleyPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgHyliaLakesidePointNameENGTex "__OTR__textures/map_name_static/gHyliaLakesidePointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyliaLakesidePointNameENGTex[] = dgHyliaLakesidePointNameENGTex;
|
||||
#else
|
||||
static const char gHyliaLakesidePointNameENGTex[] __attribute__((aligned (2))) = dgHyliaLakesidePointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgLonLonRanchPointNameENGTex "__OTR__textures/map_name_static/gLonLonRanchPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLonLonRanchPointNameENGTex[] = dgLonLonRanchPointNameENGTex;
|
||||
#else
|
||||
static const char gLonLonRanchPointNameENGTex[] __attribute__((aligned (2))) = dgLonLonRanchPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketPointNameENGTex "__OTR__textures/map_name_static/gMarketPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPointNameENGTex[] = dgMarketPointNameENGTex;
|
||||
#else
|
||||
static const char gMarketPointNameENGTex[] __attribute__((aligned (2))) = dgMarketPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleFieldPointNameENGTex "__OTR__textures/map_name_static/gHyruleFieldPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleFieldPointNameENGTex[] = dgHyruleFieldPointNameENGTex;
|
||||
#else
|
||||
static const char gHyruleFieldPointNameENGTex[] __attribute__((aligned (2))) = dgHyruleFieldPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainPointNameENGTex "__OTR__textures/map_name_static/gDeathMountainPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainPointNameENGTex[] = dgDeathMountainPointNameENGTex;
|
||||
#else
|
||||
static const char gDeathMountainPointNameENGTex[] __attribute__((aligned (2))) = dgDeathMountainPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgKakarikoVillagePointNameENGTex "__OTR__textures/map_name_static/gKakarikoVillagePointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakarikoVillagePointNameENGTex[] = dgKakarikoVillagePointNameENGTex;
|
||||
#else
|
||||
static const char gKakarikoVillagePointNameENGTex[] __attribute__((aligned (2))) = dgKakarikoVillagePointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgLostWoodsPointNameENGTex "__OTR__textures/map_name_static/gLostWoodsPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLostWoodsPointNameENGTex[] = dgLostWoodsPointNameENGTex;
|
||||
#else
|
||||
static const char gLostWoodsPointNameENGTex[] __attribute__((aligned (2))) = dgLostWoodsPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgKokiriForestPointNameENGTex "__OTR__textures/map_name_static/gKokiriForestPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriForestPointNameENGTex[] = dgKokiriForestPointNameENGTex;
|
||||
#else
|
||||
static const char gKokiriForestPointNameENGTex[] __attribute__((aligned (2))) = dgKokiriForestPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasDomainPointNameENGTex "__OTR__textures/map_name_static/gZorasDomainPointNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasDomainPointNameENGTex[] = dgZorasDomainPointNameENGTex;
|
||||
#else
|
||||
static const char gZorasDomainPointNameENGTex[] __attribute__((aligned (2))) = dgZorasDomainPointNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgHauntedWastelandPointNameGERTex "__OTR__textures/map_name_static/gHauntedWastelandPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHauntedWastelandPointNameGERTex[] = dgHauntedWastelandPointNameGERTex;
|
||||
#else
|
||||
static const char gHauntedWastelandPointNameGERTex[] __attribute__((aligned (2))) = dgHauntedWastelandPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudosFortressPointNameGERTex "__OTR__textures/map_name_static/gGerudosFortressPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudosFortressPointNameGERTex[] = dgGerudosFortressPointNameGERTex;
|
||||
#else
|
||||
static const char gGerudosFortressPointNameGERTex[] __attribute__((aligned (2))) = dgGerudosFortressPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoValleyPointNameGERTex "__OTR__textures/map_name_static/gGerudoValleyPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoValleyPointNameGERTex[] = dgGerudoValleyPointNameGERTex;
|
||||
#else
|
||||
static const char gGerudoValleyPointNameGERTex[] __attribute__((aligned (2))) = dgGerudoValleyPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgHyliaLakesidePointNameGERTex "__OTR__textures/map_name_static/gHyliaLakesidePointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyliaLakesidePointNameGERTex[] = dgHyliaLakesidePointNameGERTex;
|
||||
#else
|
||||
static const char gHyliaLakesidePointNameGERTex[] __attribute__((aligned (2))) = dgHyliaLakesidePointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgLonLonRanchPointNameGERTex "__OTR__textures/map_name_static/gLonLonRanchPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLonLonRanchPointNameGERTex[] = dgLonLonRanchPointNameGERTex;
|
||||
#else
|
||||
static const char gLonLonRanchPointNameGERTex[] __attribute__((aligned (2))) = dgLonLonRanchPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketPointNameGERTex "__OTR__textures/map_name_static/gMarketPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPointNameGERTex[] = dgMarketPointNameGERTex;
|
||||
#else
|
||||
static const char gMarketPointNameGERTex[] __attribute__((aligned (2))) = dgMarketPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleFieldPointNameGERTex "__OTR__textures/map_name_static/gHyruleFieldPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleFieldPointNameGERTex[] = dgHyruleFieldPointNameGERTex;
|
||||
#else
|
||||
static const char gHyruleFieldPointNameGERTex[] __attribute__((aligned (2))) = dgHyruleFieldPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainPointNameGERTex "__OTR__textures/map_name_static/gDeathMountainPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainPointNameGERTex[] = dgDeathMountainPointNameGERTex;
|
||||
#else
|
||||
static const char gDeathMountainPointNameGERTex[] __attribute__((aligned (2))) = dgDeathMountainPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgKakarikoVillagePointNameGERTex "__OTR__textures/map_name_static/gKakarikoVillagePointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakarikoVillagePointNameGERTex[] = dgKakarikoVillagePointNameGERTex;
|
||||
#else
|
||||
static const char gKakarikoVillagePointNameGERTex[] __attribute__((aligned (2))) = dgKakarikoVillagePointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgLostWoodsPointNameGERTex "__OTR__textures/map_name_static/gLostWoodsPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLostWoodsPointNameGERTex[] = dgLostWoodsPointNameGERTex;
|
||||
#else
|
||||
static const char gLostWoodsPointNameGERTex[] __attribute__((aligned (2))) = dgLostWoodsPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgKokiriForestPointNameGERTex "__OTR__textures/map_name_static/gKokiriForestPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriForestPointNameGERTex[] = dgKokiriForestPointNameGERTex;
|
||||
#else
|
||||
static const char gKokiriForestPointNameGERTex[] __attribute__((aligned (2))) = dgKokiriForestPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasDomainPointNameGERTex "__OTR__textures/map_name_static/gZorasDomainPointNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasDomainPointNameGERTex[] = dgZorasDomainPointNameGERTex;
|
||||
#else
|
||||
static const char gZorasDomainPointNameGERTex[] __attribute__((aligned (2))) = dgZorasDomainPointNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgHauntedWastelandPointNameFRATex "__OTR__textures/map_name_static/gHauntedWastelandPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHauntedWastelandPointNameFRATex[] = dgHauntedWastelandPointNameFRATex;
|
||||
#else
|
||||
static const char gHauntedWastelandPointNameFRATex[] __attribute__((aligned (2))) = dgHauntedWastelandPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgGerudosFortressPointNameFRATex "__OTR__textures/map_name_static/gGerudosFortressPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudosFortressPointNameFRATex[] = dgGerudosFortressPointNameFRATex;
|
||||
#else
|
||||
static const char gGerudosFortressPointNameFRATex[] __attribute__((aligned (2))) = dgGerudosFortressPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoValleyPointNameFRATex "__OTR__textures/map_name_static/gGerudoValleyPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoValleyPointNameFRATex[] = dgGerudoValleyPointNameFRATex;
|
||||
#else
|
||||
static const char gGerudoValleyPointNameFRATex[] __attribute__((aligned (2))) = dgGerudoValleyPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgHyliaLakesidePointNameFRATex "__OTR__textures/map_name_static/gHyliaLakesidePointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyliaLakesidePointNameFRATex[] = dgHyliaLakesidePointNameFRATex;
|
||||
#else
|
||||
static const char gHyliaLakesidePointNameFRATex[] __attribute__((aligned (2))) = dgHyliaLakesidePointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgLonLonRanchPointNameFRATex "__OTR__textures/map_name_static/gLonLonRanchPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLonLonRanchPointNameFRATex[] = dgLonLonRanchPointNameFRATex;
|
||||
#else
|
||||
static const char gLonLonRanchPointNameFRATex[] __attribute__((aligned (2))) = dgLonLonRanchPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgMarketPointNameFRATex "__OTR__textures/map_name_static/gMarketPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPointNameFRATex[] = dgMarketPointNameFRATex;
|
||||
#else
|
||||
static const char gMarketPointNameFRATex[] __attribute__((aligned (2))) = dgMarketPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleFieldPointNameFRATex "__OTR__textures/map_name_static/gHyruleFieldPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleFieldPointNameFRATex[] = dgHyruleFieldPointNameFRATex;
|
||||
#else
|
||||
static const char gHyruleFieldPointNameFRATex[] __attribute__((aligned (2))) = dgHyruleFieldPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainPointNameFRATex "__OTR__textures/map_name_static/gDeathMountainPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainPointNameFRATex[] = dgDeathMountainPointNameFRATex;
|
||||
#else
|
||||
static const char gDeathMountainPointNameFRATex[] __attribute__((aligned (2))) = dgDeathMountainPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgKakarikoVillagePointNameFRATex "__OTR__textures/map_name_static/gKakarikoVillagePointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakarikoVillagePointNameFRATex[] = dgKakarikoVillagePointNameFRATex;
|
||||
#else
|
||||
static const char gKakarikoVillagePointNameFRATex[] __attribute__((aligned (2))) = dgKakarikoVillagePointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgLostWoodsPointNameFRATex "__OTR__textures/map_name_static/gLostWoodsPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLostWoodsPointNameFRATex[] = dgLostWoodsPointNameFRATex;
|
||||
#else
|
||||
static const char gLostWoodsPointNameFRATex[] __attribute__((aligned (2))) = dgLostWoodsPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgKokiriForestPointNameFRATex "__OTR__textures/map_name_static/gKokiriForestPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriForestPointNameFRATex[] = dgKokiriForestPointNameFRATex;
|
||||
#else
|
||||
static const char gKokiriForestPointNameFRATex[] __attribute__((aligned (2))) = dgKokiriForestPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgZorasDomainPointNameFRATex "__OTR__textures/map_name_static/gZorasDomainPointNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasDomainPointNameFRATex[] = dgZorasDomainPointNameFRATex;
|
||||
#else
|
||||
static const char gZorasDomainPointNameFRATex[] __attribute__((aligned (2))) = dgZorasDomainPointNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleFieldPositionNameENGTex "__OTR__textures/map_name_static/gHyruleFieldPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleFieldPositionNameENGTex[] = dgHyruleFieldPositionNameENGTex;
|
||||
#else
|
||||
static const char gHyruleFieldPositionNameENGTex[] __attribute__((aligned (2))) = dgHyruleFieldPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgKakarikoVillagePositionNameENGTex "__OTR__textures/map_name_static/gKakarikoVillagePositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakarikoVillagePositionNameENGTex[] = dgKakarikoVillagePositionNameENGTex;
|
||||
#else
|
||||
static const char gKakarikoVillagePositionNameENGTex[] __attribute__((aligned (2))) = dgKakarikoVillagePositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGraveyardPositionNameENGTex "__OTR__textures/map_name_static/gGraveyardPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGraveyardPositionNameENGTex[] = dgGraveyardPositionNameENGTex;
|
||||
#else
|
||||
static const char gGraveyardPositionNameENGTex[] __attribute__((aligned (2))) = dgGraveyardPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasRiverPositionNameENGTex "__OTR__textures/map_name_static/gZorasRiverPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasRiverPositionNameENGTex[] = dgZorasRiverPositionNameENGTex;
|
||||
#else
|
||||
static const char gZorasRiverPositionNameENGTex[] __attribute__((aligned (2))) = dgZorasRiverPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgKokiriForestPositionNameENGTex "__OTR__textures/map_name_static/gKokiriForestPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriForestPositionNameENGTex[] = dgKokiriForestPositionNameENGTex;
|
||||
#else
|
||||
static const char gKokiriForestPositionNameENGTex[] __attribute__((aligned (2))) = dgKokiriForestPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgSacredForestMeadowPositionNameENGTex "__OTR__textures/map_name_static/gSacredForestMeadowPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSacredForestMeadowPositionNameENGTex[] = dgSacredForestMeadowPositionNameENGTex;
|
||||
#else
|
||||
static const char gSacredForestMeadowPositionNameENGTex[] __attribute__((aligned (2))) = dgSacredForestMeadowPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgLakeHyliaPositionNameENGTex "__OTR__textures/map_name_static/gLakeHyliaPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLakeHyliaPositionNameENGTex[] = dgLakeHyliaPositionNameENGTex;
|
||||
#else
|
||||
static const char gLakeHyliaPositionNameENGTex[] __attribute__((aligned (2))) = dgLakeHyliaPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasDomainPositionNameENGTex "__OTR__textures/map_name_static/gZorasDomainPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasDomainPositionNameENGTex[] = dgZorasDomainPositionNameENGTex;
|
||||
#else
|
||||
static const char gZorasDomainPositionNameENGTex[] __attribute__((aligned (2))) = dgZorasDomainPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasFountainPositionNameENGTex "__OTR__textures/map_name_static/gZorasFountainPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasFountainPositionNameENGTex[] = dgZorasFountainPositionNameENGTex;
|
||||
#else
|
||||
static const char gZorasFountainPositionNameENGTex[] __attribute__((aligned (2))) = dgZorasFountainPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoValleyPositionNameENGTex "__OTR__textures/map_name_static/gGerudoValleyPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoValleyPositionNameENGTex[] = dgGerudoValleyPositionNameENGTex;
|
||||
#else
|
||||
static const char gGerudoValleyPositionNameENGTex[] __attribute__((aligned (2))) = dgGerudoValleyPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgLostWoodsPositionNameENGTex "__OTR__textures/map_name_static/gLostWoodsPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLostWoodsPositionNameENGTex[] = dgLostWoodsPositionNameENGTex;
|
||||
#else
|
||||
static const char gLostWoodsPositionNameENGTex[] __attribute__((aligned (2))) = dgLostWoodsPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgDesertColossusPositionNameENGTex "__OTR__textures/map_name_static/gDesertColossusPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDesertColossusPositionNameENGTex[] = dgDesertColossusPositionNameENGTex;
|
||||
#else
|
||||
static const char gDesertColossusPositionNameENGTex[] __attribute__((aligned (2))) = dgDesertColossusPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudosFortressPositionNameENGTex "__OTR__textures/map_name_static/gGerudosFortressPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudosFortressPositionNameENGTex[] = dgGerudosFortressPositionNameENGTex;
|
||||
#else
|
||||
static const char gGerudosFortressPositionNameENGTex[] __attribute__((aligned (2))) = dgGerudosFortressPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgHauntedWastelandPositionNameENGTex "__OTR__textures/map_name_static/gHauntedWastelandPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHauntedWastelandPositionNameENGTex[] = dgHauntedWastelandPositionNameENGTex;
|
||||
#else
|
||||
static const char gHauntedWastelandPositionNameENGTex[] __attribute__((aligned (2))) = dgHauntedWastelandPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketPositionNameENGTex "__OTR__textures/map_name_static/gMarketPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPositionNameENGTex[] = dgMarketPositionNameENGTex;
|
||||
#else
|
||||
static const char gMarketPositionNameENGTex[] __attribute__((aligned (2))) = dgMarketPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleCastlePositionNameENGTex "__OTR__textures/map_name_static/gHyruleCastlePositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleCastlePositionNameENGTex[] = dgHyruleCastlePositionNameENGTex;
|
||||
#else
|
||||
static const char gHyruleCastlePositionNameENGTex[] __attribute__((aligned (2))) = dgHyruleCastlePositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainTrailPositionNameENGTex "__OTR__textures/map_name_static/gDeathMountainTrailPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainTrailPositionNameENGTex[] = dgDeathMountainTrailPositionNameENGTex;
|
||||
#else
|
||||
static const char gDeathMountainTrailPositionNameENGTex[] __attribute__((aligned (2))) = dgDeathMountainTrailPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainCraterPositionNameENGTex "__OTR__textures/map_name_static/gDeathMountainCraterPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainCraterPositionNameENGTex[] = dgDeathMountainCraterPositionNameENGTex;
|
||||
#else
|
||||
static const char gDeathMountainCraterPositionNameENGTex[] __attribute__((aligned (2))) = dgDeathMountainCraterPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGoronCityPositionNameENGTex "__OTR__textures/map_name_static/gGoronCityPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoronCityPositionNameENGTex[] = dgGoronCityPositionNameENGTex;
|
||||
#else
|
||||
static const char gGoronCityPositionNameENGTex[] __attribute__((aligned (2))) = dgGoronCityPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgLonLonRanchPositionNameENGTex "__OTR__textures/map_name_static/gLonLonRanchPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLonLonRanchPositionNameENGTex[] = dgLonLonRanchPositionNameENGTex;
|
||||
#else
|
||||
static const char gLonLonRanchPositionNameENGTex[] __attribute__((aligned (2))) = dgLonLonRanchPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgQuestionMarkPositionNameENGTex "__OTR__textures/map_name_static/gQuestionMarkPositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gQuestionMarkPositionNameENGTex[] = dgQuestionMarkPositionNameENGTex;
|
||||
#else
|
||||
static const char gQuestionMarkPositionNameENGTex[] __attribute__((aligned (2))) = dgQuestionMarkPositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgGanonsCastlePositionNameENGTex "__OTR__textures/map_name_static/gGanonsCastlePositionNameENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGanonsCastlePositionNameENGTex[] = dgGanonsCastlePositionNameENGTex;
|
||||
#else
|
||||
static const char gGanonsCastlePositionNameENGTex[] __attribute__((aligned (2))) = dgGanonsCastlePositionNameENGTex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleFieldPositionNameGERTex "__OTR__textures/map_name_static/gHyruleFieldPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleFieldPositionNameGERTex[] = dgHyruleFieldPositionNameGERTex;
|
||||
#else
|
||||
static const char gHyruleFieldPositionNameGERTex[] __attribute__((aligned (2))) = dgHyruleFieldPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgKakarikoVillagePositionNameGERTex "__OTR__textures/map_name_static/gKakarikoVillagePositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakarikoVillagePositionNameGERTex[] = dgKakarikoVillagePositionNameGERTex;
|
||||
#else
|
||||
static const char gKakarikoVillagePositionNameGERTex[] __attribute__((aligned (2))) = dgKakarikoVillagePositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGraveyardPositionNameGERTex "__OTR__textures/map_name_static/gGraveyardPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGraveyardPositionNameGERTex[] = dgGraveyardPositionNameGERTex;
|
||||
#else
|
||||
static const char gGraveyardPositionNameGERTex[] __attribute__((aligned (2))) = dgGraveyardPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasRiverPositionNameGERTex "__OTR__textures/map_name_static/gZorasRiverPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasRiverPositionNameGERTex[] = dgZorasRiverPositionNameGERTex;
|
||||
#else
|
||||
static const char gZorasRiverPositionNameGERTex[] __attribute__((aligned (2))) = dgZorasRiverPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgKokiriForestPositionNameGERTex "__OTR__textures/map_name_static/gKokiriForestPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriForestPositionNameGERTex[] = dgKokiriForestPositionNameGERTex;
|
||||
#else
|
||||
static const char gKokiriForestPositionNameGERTex[] __attribute__((aligned (2))) = dgKokiriForestPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgSacredForestMeadowPositionNameGERTex "__OTR__textures/map_name_static/gSacredForestMeadowPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSacredForestMeadowPositionNameGERTex[] = dgSacredForestMeadowPositionNameGERTex;
|
||||
#else
|
||||
static const char gSacredForestMeadowPositionNameGERTex[] __attribute__((aligned (2))) = dgSacredForestMeadowPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgLakeHyliaPositionNameGERTex "__OTR__textures/map_name_static/gLakeHyliaPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLakeHyliaPositionNameGERTex[] = dgLakeHyliaPositionNameGERTex;
|
||||
#else
|
||||
static const char gLakeHyliaPositionNameGERTex[] __attribute__((aligned (2))) = dgLakeHyliaPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasDomainPositionNameGERTex "__OTR__textures/map_name_static/gZorasDomainPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasDomainPositionNameGERTex[] = dgZorasDomainPositionNameGERTex;
|
||||
#else
|
||||
static const char gZorasDomainPositionNameGERTex[] __attribute__((aligned (2))) = dgZorasDomainPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgZorasFountainPositionNameGERTex "__OTR__textures/map_name_static/gZorasFountainPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasFountainPositionNameGERTex[] = dgZorasFountainPositionNameGERTex;
|
||||
#else
|
||||
static const char gZorasFountainPositionNameGERTex[] __attribute__((aligned (2))) = dgZorasFountainPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoValleyPositionNameGERTex "__OTR__textures/map_name_static/gGerudoValleyPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoValleyPositionNameGERTex[] = dgGerudoValleyPositionNameGERTex;
|
||||
#else
|
||||
static const char gGerudoValleyPositionNameGERTex[] __attribute__((aligned (2))) = dgGerudoValleyPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgLostWoodsPositionNameGERTex "__OTR__textures/map_name_static/gLostWoodsPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLostWoodsPositionNameGERTex[] = dgLostWoodsPositionNameGERTex;
|
||||
#else
|
||||
static const char gLostWoodsPositionNameGERTex[] __attribute__((aligned (2))) = dgLostWoodsPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgDesertColossusPositionNameGERTex "__OTR__textures/map_name_static/gDesertColossusPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDesertColossusPositionNameGERTex[] = dgDesertColossusPositionNameGERTex;
|
||||
#else
|
||||
static const char gDesertColossusPositionNameGERTex[] __attribute__((aligned (2))) = dgDesertColossusPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudosFortressPositionNameGERTex "__OTR__textures/map_name_static/gGerudosFortressPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudosFortressPositionNameGERTex[] = dgGerudosFortressPositionNameGERTex;
|
||||
#else
|
||||
static const char gGerudosFortressPositionNameGERTex[] __attribute__((aligned (2))) = dgGerudosFortressPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgHauntedWastelandPositionNameGERTex "__OTR__textures/map_name_static/gHauntedWastelandPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHauntedWastelandPositionNameGERTex[] = dgHauntedWastelandPositionNameGERTex;
|
||||
#else
|
||||
static const char gHauntedWastelandPositionNameGERTex[] __attribute__((aligned (2))) = dgHauntedWastelandPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgMarketPositionNameGERTex "__OTR__textures/map_name_static/gMarketPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPositionNameGERTex[] = dgMarketPositionNameGERTex;
|
||||
#else
|
||||
static const char gMarketPositionNameGERTex[] __attribute__((aligned (2))) = dgMarketPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleCastlePositionNameGERTex "__OTR__textures/map_name_static/gHyruleCastlePositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleCastlePositionNameGERTex[] = dgHyruleCastlePositionNameGERTex;
|
||||
#else
|
||||
static const char gHyruleCastlePositionNameGERTex[] __attribute__((aligned (2))) = dgHyruleCastlePositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainTrailPositionNameGERTex "__OTR__textures/map_name_static/gDeathMountainTrailPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainTrailPositionNameGERTex[] = dgDeathMountainTrailPositionNameGERTex;
|
||||
#else
|
||||
static const char gDeathMountainTrailPositionNameGERTex[] __attribute__((aligned (2))) = dgDeathMountainTrailPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainCraterPositionNameGERTex "__OTR__textures/map_name_static/gDeathMountainCraterPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainCraterPositionNameGERTex[] = dgDeathMountainCraterPositionNameGERTex;
|
||||
#else
|
||||
static const char gDeathMountainCraterPositionNameGERTex[] __attribute__((aligned (2))) = dgDeathMountainCraterPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGoronCityPositionNameGERTex "__OTR__textures/map_name_static/gGoronCityPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoronCityPositionNameGERTex[] = dgGoronCityPositionNameGERTex;
|
||||
#else
|
||||
static const char gGoronCityPositionNameGERTex[] __attribute__((aligned (2))) = dgGoronCityPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgLonLonRanchPositionNameGERTex "__OTR__textures/map_name_static/gLonLonRanchPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLonLonRanchPositionNameGERTex[] = dgLonLonRanchPositionNameGERTex;
|
||||
#else
|
||||
static const char gLonLonRanchPositionNameGERTex[] __attribute__((aligned (2))) = dgLonLonRanchPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgQuestionMarkPositionNameGERTex "__OTR__textures/map_name_static/gQuestionMarkPositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gQuestionMarkPositionNameGERTex[] = dgQuestionMarkPositionNameGERTex;
|
||||
#else
|
||||
static const char gQuestionMarkPositionNameGERTex[] __attribute__((aligned (2))) = dgQuestionMarkPositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgGanonsCastlePositionNameGERTex "__OTR__textures/map_name_static/gGanonsCastlePositionNameGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGanonsCastlePositionNameGERTex[] = dgGanonsCastlePositionNameGERTex;
|
||||
#else
|
||||
static const char gGanonsCastlePositionNameGERTex[] __attribute__((aligned (2))) = dgGanonsCastlePositionNameGERTex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleFieldPositionNameFRATex "__OTR__textures/map_name_static/gHyruleFieldPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleFieldPositionNameFRATex[] = dgHyruleFieldPositionNameFRATex;
|
||||
#else
|
||||
static const char gHyruleFieldPositionNameFRATex[] __attribute__((aligned (2))) = dgHyruleFieldPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgKakarikoVillagePositionNameFRATex "__OTR__textures/map_name_static/gKakarikoVillagePositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKakarikoVillagePositionNameFRATex[] = dgKakarikoVillagePositionNameFRATex;
|
||||
#else
|
||||
static const char gKakarikoVillagePositionNameFRATex[] __attribute__((aligned (2))) = dgKakarikoVillagePositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgGraveyardPositionNameFRATex "__OTR__textures/map_name_static/gGraveyardPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGraveyardPositionNameFRATex[] = dgGraveyardPositionNameFRATex;
|
||||
#else
|
||||
static const char gGraveyardPositionNameFRATex[] __attribute__((aligned (2))) = dgGraveyardPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgZorasRiverPositionNameFRATex "__OTR__textures/map_name_static/gZorasRiverPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasRiverPositionNameFRATex[] = dgZorasRiverPositionNameFRATex;
|
||||
#else
|
||||
static const char gZorasRiverPositionNameFRATex[] __attribute__((aligned (2))) = dgZorasRiverPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgKokiriForestPositionNameFRATex "__OTR__textures/map_name_static/gKokiriForestPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gKokiriForestPositionNameFRATex[] = dgKokiriForestPositionNameFRATex;
|
||||
#else
|
||||
static const char gKokiriForestPositionNameFRATex[] __attribute__((aligned (2))) = dgKokiriForestPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgSacredForestMeadowPositionNameFRATex "__OTR__textures/map_name_static/gSacredForestMeadowPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSacredForestMeadowPositionNameFRATex[] = dgSacredForestMeadowPositionNameFRATex;
|
||||
#else
|
||||
static const char gSacredForestMeadowPositionNameFRATex[] __attribute__((aligned (2))) = dgSacredForestMeadowPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgLakeHyliaPositionNameFRATex "__OTR__textures/map_name_static/gLakeHyliaPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLakeHyliaPositionNameFRATex[] = dgLakeHyliaPositionNameFRATex;
|
||||
#else
|
||||
static const char gLakeHyliaPositionNameFRATex[] __attribute__((aligned (2))) = dgLakeHyliaPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgZorasDomainPositionNameFRATex "__OTR__textures/map_name_static/gZorasDomainPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasDomainPositionNameFRATex[] = dgZorasDomainPositionNameFRATex;
|
||||
#else
|
||||
static const char gZorasDomainPositionNameFRATex[] __attribute__((aligned (2))) = dgZorasDomainPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgZorasFountainPositionNameFRATex "__OTR__textures/map_name_static/gZorasFountainPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gZorasFountainPositionNameFRATex[] = dgZorasFountainPositionNameFRATex;
|
||||
#else
|
||||
static const char gZorasFountainPositionNameFRATex[] __attribute__((aligned (2))) = dgZorasFountainPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoValleyPositionNameFRATex "__OTR__textures/map_name_static/gGerudoValleyPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoValleyPositionNameFRATex[] = dgGerudoValleyPositionNameFRATex;
|
||||
#else
|
||||
static const char gGerudoValleyPositionNameFRATex[] __attribute__((aligned (2))) = dgGerudoValleyPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgLostWoodsPositionNameFRATex "__OTR__textures/map_name_static/gLostWoodsPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLostWoodsPositionNameFRATex[] = dgLostWoodsPositionNameFRATex;
|
||||
#else
|
||||
static const char gLostWoodsPositionNameFRATex[] __attribute__((aligned (2))) = dgLostWoodsPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgDesertColossusPositionNameFRATex "__OTR__textures/map_name_static/gDesertColossusPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDesertColossusPositionNameFRATex[] = dgDesertColossusPositionNameFRATex;
|
||||
#else
|
||||
static const char gDesertColossusPositionNameFRATex[] __attribute__((aligned (2))) = dgDesertColossusPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgGerudosFortressPositionNameFRATex "__OTR__textures/map_name_static/gGerudosFortressPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudosFortressPositionNameFRATex[] = dgGerudosFortressPositionNameFRATex;
|
||||
#else
|
||||
static const char gGerudosFortressPositionNameFRATex[] __attribute__((aligned (2))) = dgGerudosFortressPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgHauntedWastelandPositionNameFRATex "__OTR__textures/map_name_static/gHauntedWastelandPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHauntedWastelandPositionNameFRATex[] = dgHauntedWastelandPositionNameFRATex;
|
||||
#else
|
||||
static const char gHauntedWastelandPositionNameFRATex[] __attribute__((aligned (2))) = dgHauntedWastelandPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgMarketPositionNameFRATex "__OTR__textures/map_name_static/gMarketPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMarketPositionNameFRATex[] = dgMarketPositionNameFRATex;
|
||||
#else
|
||||
static const char gMarketPositionNameFRATex[] __attribute__((aligned (2))) = dgMarketPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgHyruleCastlePositionNameFRATex "__OTR__textures/map_name_static/gHyruleCastlePositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHyruleCastlePositionNameFRATex[] = dgHyruleCastlePositionNameFRATex;
|
||||
#else
|
||||
static const char gHyruleCastlePositionNameFRATex[] __attribute__((aligned (2))) = dgHyruleCastlePositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainTrailPositionNameFRATex "__OTR__textures/map_name_static/gDeathMountainTrailPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainTrailPositionNameFRATex[] = dgDeathMountainTrailPositionNameFRATex;
|
||||
#else
|
||||
static const char gDeathMountainTrailPositionNameFRATex[] __attribute__((aligned (2))) = dgDeathMountainTrailPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgDeathMountainCraterPositionNameFRATex "__OTR__textures/map_name_static/gDeathMountainCraterPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDeathMountainCraterPositionNameFRATex[] = dgDeathMountainCraterPositionNameFRATex;
|
||||
#else
|
||||
static const char gDeathMountainCraterPositionNameFRATex[] __attribute__((aligned (2))) = dgDeathMountainCraterPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgGoronCityPositionNameFRATex "__OTR__textures/map_name_static/gGoronCityPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGoronCityPositionNameFRATex[] = dgGoronCityPositionNameFRATex;
|
||||
#else
|
||||
static const char gGoronCityPositionNameFRATex[] __attribute__((aligned (2))) = dgGoronCityPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgLonLonRanchPositionNameFRATex "__OTR__textures/map_name_static/gLonLonRanchPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLonLonRanchPositionNameFRATex[] = dgLonLonRanchPositionNameFRATex;
|
||||
#else
|
||||
static const char gLonLonRanchPositionNameFRATex[] __attribute__((aligned (2))) = dgLonLonRanchPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgQuestionMarkPositionNameFRATex "__OTR__textures/map_name_static/gQuestionMarkPositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gQuestionMarkPositionNameFRATex[] = dgQuestionMarkPositionNameFRATex;
|
||||
#else
|
||||
static const char gQuestionMarkPositionNameFRATex[] __attribute__((aligned (2))) = dgQuestionMarkPositionNameFRATex;
|
||||
#endif
|
||||
|
||||
#define dgGanonsCastlePositionNameFRATex "__OTR__textures/map_name_static/gGanonsCastlePositionNameFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGanonsCastlePositionNameFRATex[] = dgGanonsCastlePositionNameFRATex;
|
||||
#else
|
||||
static const char gGanonsCastlePositionNameFRATex[] __attribute__((aligned (2))) = dgGanonsCastlePositionNameFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
51
soh/assets/textures/message_static/message_static.h
Normal file
51
soh/assets/textures/message_static/message_static.h
Normal file
@@ -0,0 +1,51 @@
|
||||
#pragma once
|
||||
#define dgDefaultMessageBackgroundTex "__OTR__textures/message_static/gDefaultMessageBackgroundTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDefaultMessageBackgroundTex[] = dgDefaultMessageBackgroundTex;
|
||||
#else
|
||||
static const char gDefaultMessageBackgroundTex[] __attribute__((aligned (2))) = dgDefaultMessageBackgroundTex;
|
||||
#endif
|
||||
|
||||
#define dgSignMessageBackgroundTex "__OTR__textures/message_static/gSignMessageBackgroundTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSignMessageBackgroundTex[] = dgSignMessageBackgroundTex;
|
||||
#else
|
||||
static const char gSignMessageBackgroundTex[] __attribute__((aligned (2))) = dgSignMessageBackgroundTex;
|
||||
#endif
|
||||
|
||||
#define dgNoteStaffMessageBackgroundTex "__OTR__textures/message_static/gNoteStaffMessageBackgroundTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNoteStaffMessageBackgroundTex[] = dgNoteStaffMessageBackgroundTex;
|
||||
#else
|
||||
static const char gNoteStaffMessageBackgroundTex[] __attribute__((aligned (2))) = dgNoteStaffMessageBackgroundTex;
|
||||
#endif
|
||||
|
||||
#define dgFadingMessageBackgroundTex "__OTR__textures/message_static/gFadingMessageBackgroundTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFadingMessageBackgroundTex[] = dgFadingMessageBackgroundTex;
|
||||
#else
|
||||
static const char gFadingMessageBackgroundTex[] __attribute__((aligned (2))) = dgFadingMessageBackgroundTex;
|
||||
#endif
|
||||
|
||||
#define dgMessageContinueTriangleTex "__OTR__textures/message_static/gMessageContinueTriangleTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMessageContinueTriangleTex[] = dgMessageContinueTriangleTex;
|
||||
#else
|
||||
static const char gMessageContinueTriangleTex[] __attribute__((aligned (2))) = dgMessageContinueTriangleTex;
|
||||
#endif
|
||||
|
||||
#define dgMessageEndSquareTex "__OTR__textures/message_static/gMessageEndSquareTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMessageEndSquareTex[] = dgMessageEndSquareTex;
|
||||
#else
|
||||
static const char gMessageEndSquareTex[] __attribute__((aligned (2))) = dgMessageEndSquareTex;
|
||||
#endif
|
||||
|
||||
#define dgMessageArrowTex "__OTR__textures/message_static/gMessageArrowTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMessageArrowTex[] = dgMessageArrowTex;
|
||||
#else
|
||||
static const char gMessageArrowTex[] __attribute__((aligned (2))) = dgMessageArrowTex;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#define dgRedMessageXLeftTex "__OTR__textures/message_texture_static/gRedMessageXLeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRedMessageXLeftTex[] = dgRedMessageXLeftTex;
|
||||
#else
|
||||
static const char gRedMessageXLeftTex[] __attribute__((aligned (2))) = dgRedMessageXLeftTex;
|
||||
#endif
|
||||
|
||||
#define dgRedMessageXRightTex "__OTR__textures/message_texture_static/gRedMessageXRightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRedMessageXRightTex[] = dgRedMessageXRightTex;
|
||||
#else
|
||||
static const char gRedMessageXRightTex[] __attribute__((aligned (2))) = dgRedMessageXRightTex;
|
||||
#endif
|
||||
|
||||
|
||||
982
soh/assets/textures/nes_font_static/nes_font_static.h
Normal file
982
soh/assets/textures/nes_font_static/nes_font_static.h
Normal file
@@ -0,0 +1,982 @@
|
||||
#pragma once
|
||||
#define dgMsgChar20SpaceTex "__OTR__textures/nes_font_static/gMsgChar20SpaceTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar20SpaceTex[] = dgMsgChar20SpaceTex;
|
||||
#else
|
||||
static const char gMsgChar20SpaceTex[] __attribute__((aligned (2))) = dgMsgChar20SpaceTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar21ExclamationMarkTex "__OTR__textures/nes_font_static/gMsgChar21ExclamationMarkTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar21ExclamationMarkTex[] = dgMsgChar21ExclamationMarkTex;
|
||||
#else
|
||||
static const char gMsgChar21ExclamationMarkTex[] __attribute__((aligned (2))) = dgMsgChar21ExclamationMarkTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar22QuotationMarkTex "__OTR__textures/nes_font_static/gMsgChar22QuotationMarkTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar22QuotationMarkTex[] = dgMsgChar22QuotationMarkTex;
|
||||
#else
|
||||
static const char gMsgChar22QuotationMarkTex[] __attribute__((aligned (2))) = dgMsgChar22QuotationMarkTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar23NumberSignTex "__OTR__textures/nes_font_static/gMsgChar23NumberSignTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar23NumberSignTex[] = dgMsgChar23NumberSignTex;
|
||||
#else
|
||||
static const char gMsgChar23NumberSignTex[] __attribute__((aligned (2))) = dgMsgChar23NumberSignTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar24DollarSignTex "__OTR__textures/nes_font_static/gMsgChar24DollarSignTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar24DollarSignTex[] = dgMsgChar24DollarSignTex;
|
||||
#else
|
||||
static const char gMsgChar24DollarSignTex[] __attribute__((aligned (2))) = dgMsgChar24DollarSignTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar25PercentSignTex "__OTR__textures/nes_font_static/gMsgChar25PercentSignTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar25PercentSignTex[] = dgMsgChar25PercentSignTex;
|
||||
#else
|
||||
static const char gMsgChar25PercentSignTex[] __attribute__((aligned (2))) = dgMsgChar25PercentSignTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar26AmpersandTex "__OTR__textures/nes_font_static/gMsgChar26AmpersandTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar26AmpersandTex[] = dgMsgChar26AmpersandTex;
|
||||
#else
|
||||
static const char gMsgChar26AmpersandTex[] __attribute__((aligned (2))) = dgMsgChar26AmpersandTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar27ApostropheTex "__OTR__textures/nes_font_static/gMsgChar27ApostropheTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar27ApostropheTex[] = dgMsgChar27ApostropheTex;
|
||||
#else
|
||||
static const char gMsgChar27ApostropheTex[] __attribute__((aligned (2))) = dgMsgChar27ApostropheTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar28LeftParenthesesTex "__OTR__textures/nes_font_static/gMsgChar28LeftParenthesesTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar28LeftParenthesesTex[] = dgMsgChar28LeftParenthesesTex;
|
||||
#else
|
||||
static const char gMsgChar28LeftParenthesesTex[] __attribute__((aligned (2))) = dgMsgChar28LeftParenthesesTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar29RightParenthesesTex "__OTR__textures/nes_font_static/gMsgChar29RightParenthesesTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar29RightParenthesesTex[] = dgMsgChar29RightParenthesesTex;
|
||||
#else
|
||||
static const char gMsgChar29RightParenthesesTex[] __attribute__((aligned (2))) = dgMsgChar29RightParenthesesTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar2AAsteriskTex "__OTR__textures/nes_font_static/gMsgChar2AAsteriskTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar2AAsteriskTex[] = dgMsgChar2AAsteriskTex;
|
||||
#else
|
||||
static const char gMsgChar2AAsteriskTex[] __attribute__((aligned (2))) = dgMsgChar2AAsteriskTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar2BPlusSignTex "__OTR__textures/nes_font_static/gMsgChar2BPlusSignTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar2BPlusSignTex[] = dgMsgChar2BPlusSignTex;
|
||||
#else
|
||||
static const char gMsgChar2BPlusSignTex[] __attribute__((aligned (2))) = dgMsgChar2BPlusSignTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar2CCommaTex "__OTR__textures/nes_font_static/gMsgChar2CCommaTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar2CCommaTex[] = dgMsgChar2CCommaTex;
|
||||
#else
|
||||
static const char gMsgChar2CCommaTex[] __attribute__((aligned (2))) = dgMsgChar2CCommaTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar2DHyphenMinusTex "__OTR__textures/nes_font_static/gMsgChar2DHyphenMinusTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar2DHyphenMinusTex[] = dgMsgChar2DHyphenMinusTex;
|
||||
#else
|
||||
static const char gMsgChar2DHyphenMinusTex[] __attribute__((aligned (2))) = dgMsgChar2DHyphenMinusTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar2EFullStopTex "__OTR__textures/nes_font_static/gMsgChar2EFullStopTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar2EFullStopTex[] = dgMsgChar2EFullStopTex;
|
||||
#else
|
||||
static const char gMsgChar2EFullStopTex[] __attribute__((aligned (2))) = dgMsgChar2EFullStopTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar2FSolidusTex "__OTR__textures/nes_font_static/gMsgChar2FSolidusTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar2FSolidusTex[] = dgMsgChar2FSolidusTex;
|
||||
#else
|
||||
static const char gMsgChar2FSolidusTex[] __attribute__((aligned (2))) = dgMsgChar2FSolidusTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar30Digit0Tex "__OTR__textures/nes_font_static/gMsgChar30Digit0Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar30Digit0Tex[] = dgMsgChar30Digit0Tex;
|
||||
#else
|
||||
static const char gMsgChar30Digit0Tex[] __attribute__((aligned (2))) = dgMsgChar30Digit0Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar31Digit1Tex "__OTR__textures/nes_font_static/gMsgChar31Digit1Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar31Digit1Tex[] = dgMsgChar31Digit1Tex;
|
||||
#else
|
||||
static const char gMsgChar31Digit1Tex[] __attribute__((aligned (2))) = dgMsgChar31Digit1Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar32Digit2Tex "__OTR__textures/nes_font_static/gMsgChar32Digit2Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar32Digit2Tex[] = dgMsgChar32Digit2Tex;
|
||||
#else
|
||||
static const char gMsgChar32Digit2Tex[] __attribute__((aligned (2))) = dgMsgChar32Digit2Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar33Digit3Tex "__OTR__textures/nes_font_static/gMsgChar33Digit3Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar33Digit3Tex[] = dgMsgChar33Digit3Tex;
|
||||
#else
|
||||
static const char gMsgChar33Digit3Tex[] __attribute__((aligned (2))) = dgMsgChar33Digit3Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar34Digit4Tex "__OTR__textures/nes_font_static/gMsgChar34Digit4Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar34Digit4Tex[] = dgMsgChar34Digit4Tex;
|
||||
#else
|
||||
static const char gMsgChar34Digit4Tex[] __attribute__((aligned (2))) = dgMsgChar34Digit4Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar35Digit5Tex "__OTR__textures/nes_font_static/gMsgChar35Digit5Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar35Digit5Tex[] = dgMsgChar35Digit5Tex;
|
||||
#else
|
||||
static const char gMsgChar35Digit5Tex[] __attribute__((aligned (2))) = dgMsgChar35Digit5Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar36Digit6Tex "__OTR__textures/nes_font_static/gMsgChar36Digit6Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar36Digit6Tex[] = dgMsgChar36Digit6Tex;
|
||||
#else
|
||||
static const char gMsgChar36Digit6Tex[] __attribute__((aligned (2))) = dgMsgChar36Digit6Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar37Digit7Tex "__OTR__textures/nes_font_static/gMsgChar37Digit7Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar37Digit7Tex[] = dgMsgChar37Digit7Tex;
|
||||
#else
|
||||
static const char gMsgChar37Digit7Tex[] __attribute__((aligned (2))) = dgMsgChar37Digit7Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar38Digit8Tex "__OTR__textures/nes_font_static/gMsgChar38Digit8Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar38Digit8Tex[] = dgMsgChar38Digit8Tex;
|
||||
#else
|
||||
static const char gMsgChar38Digit8Tex[] __attribute__((aligned (2))) = dgMsgChar38Digit8Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar39Digit9Tex "__OTR__textures/nes_font_static/gMsgChar39Digit9Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar39Digit9Tex[] = dgMsgChar39Digit9Tex;
|
||||
#else
|
||||
static const char gMsgChar39Digit9Tex[] __attribute__((aligned (2))) = dgMsgChar39Digit9Tex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar3AColonTex "__OTR__textures/nes_font_static/gMsgChar3AColonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar3AColonTex[] = dgMsgChar3AColonTex;
|
||||
#else
|
||||
static const char gMsgChar3AColonTex[] __attribute__((aligned (2))) = dgMsgChar3AColonTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar3BSemicolonTex "__OTR__textures/nes_font_static/gMsgChar3BSemicolonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar3BSemicolonTex[] = dgMsgChar3BSemicolonTex;
|
||||
#else
|
||||
static const char gMsgChar3BSemicolonTex[] __attribute__((aligned (2))) = dgMsgChar3BSemicolonTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar3CLessThanSignTex "__OTR__textures/nes_font_static/gMsgChar3CLessThanSignTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar3CLessThanSignTex[] = dgMsgChar3CLessThanSignTex;
|
||||
#else
|
||||
static const char gMsgChar3CLessThanSignTex[] __attribute__((aligned (2))) = dgMsgChar3CLessThanSignTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar3DEqualsSignTex "__OTR__textures/nes_font_static/gMsgChar3DEqualsSignTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar3DEqualsSignTex[] = dgMsgChar3DEqualsSignTex;
|
||||
#else
|
||||
static const char gMsgChar3DEqualsSignTex[] __attribute__((aligned (2))) = dgMsgChar3DEqualsSignTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar3EGreaterThanSignTex "__OTR__textures/nes_font_static/gMsgChar3EGreaterThanSignTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar3EGreaterThanSignTex[] = dgMsgChar3EGreaterThanSignTex;
|
||||
#else
|
||||
static const char gMsgChar3EGreaterThanSignTex[] __attribute__((aligned (2))) = dgMsgChar3EGreaterThanSignTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar3FQuestionMarkTex "__OTR__textures/nes_font_static/gMsgChar3FQuestionMarkTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar3FQuestionMarkTex[] = dgMsgChar3FQuestionMarkTex;
|
||||
#else
|
||||
static const char gMsgChar3FQuestionMarkTex[] __attribute__((aligned (2))) = dgMsgChar3FQuestionMarkTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar40CommercialAtTex "__OTR__textures/nes_font_static/gMsgChar40CommercialAtTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar40CommercialAtTex[] = dgMsgChar40CommercialAtTex;
|
||||
#else
|
||||
static const char gMsgChar40CommercialAtTex[] __attribute__((aligned (2))) = dgMsgChar40CommercialAtTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar41LatinCapitalLetterATex "__OTR__textures/nes_font_static/gMsgChar41LatinCapitalLetterATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar41LatinCapitalLetterATex[] = dgMsgChar41LatinCapitalLetterATex;
|
||||
#else
|
||||
static const char gMsgChar41LatinCapitalLetterATex[] __attribute__((aligned (2))) = dgMsgChar41LatinCapitalLetterATex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar42LatinCapitalLetterBTex "__OTR__textures/nes_font_static/gMsgChar42LatinCapitalLetterBTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar42LatinCapitalLetterBTex[] = dgMsgChar42LatinCapitalLetterBTex;
|
||||
#else
|
||||
static const char gMsgChar42LatinCapitalLetterBTex[] __attribute__((aligned (2))) = dgMsgChar42LatinCapitalLetterBTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar43LatinCapitalLetterCTex "__OTR__textures/nes_font_static/gMsgChar43LatinCapitalLetterCTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar43LatinCapitalLetterCTex[] = dgMsgChar43LatinCapitalLetterCTex;
|
||||
#else
|
||||
static const char gMsgChar43LatinCapitalLetterCTex[] __attribute__((aligned (2))) = dgMsgChar43LatinCapitalLetterCTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar44LatinCapitalLetterDTex "__OTR__textures/nes_font_static/gMsgChar44LatinCapitalLetterDTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar44LatinCapitalLetterDTex[] = dgMsgChar44LatinCapitalLetterDTex;
|
||||
#else
|
||||
static const char gMsgChar44LatinCapitalLetterDTex[] __attribute__((aligned (2))) = dgMsgChar44LatinCapitalLetterDTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar45LatinCapitalLetterETex "__OTR__textures/nes_font_static/gMsgChar45LatinCapitalLetterETex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar45LatinCapitalLetterETex[] = dgMsgChar45LatinCapitalLetterETex;
|
||||
#else
|
||||
static const char gMsgChar45LatinCapitalLetterETex[] __attribute__((aligned (2))) = dgMsgChar45LatinCapitalLetterETex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar46LatinCapitalLetterFTex "__OTR__textures/nes_font_static/gMsgChar46LatinCapitalLetterFTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar46LatinCapitalLetterFTex[] = dgMsgChar46LatinCapitalLetterFTex;
|
||||
#else
|
||||
static const char gMsgChar46LatinCapitalLetterFTex[] __attribute__((aligned (2))) = dgMsgChar46LatinCapitalLetterFTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar47LatinCapitalLetterGTex "__OTR__textures/nes_font_static/gMsgChar47LatinCapitalLetterGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar47LatinCapitalLetterGTex[] = dgMsgChar47LatinCapitalLetterGTex;
|
||||
#else
|
||||
static const char gMsgChar47LatinCapitalLetterGTex[] __attribute__((aligned (2))) = dgMsgChar47LatinCapitalLetterGTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar48LatinCapitalLetterHTex "__OTR__textures/nes_font_static/gMsgChar48LatinCapitalLetterHTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar48LatinCapitalLetterHTex[] = dgMsgChar48LatinCapitalLetterHTex;
|
||||
#else
|
||||
static const char gMsgChar48LatinCapitalLetterHTex[] __attribute__((aligned (2))) = dgMsgChar48LatinCapitalLetterHTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar49LatinCapitalLetterITex "__OTR__textures/nes_font_static/gMsgChar49LatinCapitalLetterITex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar49LatinCapitalLetterITex[] = dgMsgChar49LatinCapitalLetterITex;
|
||||
#else
|
||||
static const char gMsgChar49LatinCapitalLetterITex[] __attribute__((aligned (2))) = dgMsgChar49LatinCapitalLetterITex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar4ALatinCapitalLetterJTex "__OTR__textures/nes_font_static/gMsgChar4ALatinCapitalLetterJTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar4ALatinCapitalLetterJTex[] = dgMsgChar4ALatinCapitalLetterJTex;
|
||||
#else
|
||||
static const char gMsgChar4ALatinCapitalLetterJTex[] __attribute__((aligned (2))) = dgMsgChar4ALatinCapitalLetterJTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar4BLatinCapitalLetterKTex "__OTR__textures/nes_font_static/gMsgChar4BLatinCapitalLetterKTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar4BLatinCapitalLetterKTex[] = dgMsgChar4BLatinCapitalLetterKTex;
|
||||
#else
|
||||
static const char gMsgChar4BLatinCapitalLetterKTex[] __attribute__((aligned (2))) = dgMsgChar4BLatinCapitalLetterKTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar4CLatinCapitalLetterLTex "__OTR__textures/nes_font_static/gMsgChar4CLatinCapitalLetterLTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar4CLatinCapitalLetterLTex[] = dgMsgChar4CLatinCapitalLetterLTex;
|
||||
#else
|
||||
static const char gMsgChar4CLatinCapitalLetterLTex[] __attribute__((aligned (2))) = dgMsgChar4CLatinCapitalLetterLTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar4DLatinCapitalLetterMTex "__OTR__textures/nes_font_static/gMsgChar4DLatinCapitalLetterMTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar4DLatinCapitalLetterMTex[] = dgMsgChar4DLatinCapitalLetterMTex;
|
||||
#else
|
||||
static const char gMsgChar4DLatinCapitalLetterMTex[] __attribute__((aligned (2))) = dgMsgChar4DLatinCapitalLetterMTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar4ELatinCapitalLetterNTex "__OTR__textures/nes_font_static/gMsgChar4ELatinCapitalLetterNTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar4ELatinCapitalLetterNTex[] = dgMsgChar4ELatinCapitalLetterNTex;
|
||||
#else
|
||||
static const char gMsgChar4ELatinCapitalLetterNTex[] __attribute__((aligned (2))) = dgMsgChar4ELatinCapitalLetterNTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar4FLatinCapitalLetterOTex "__OTR__textures/nes_font_static/gMsgChar4FLatinCapitalLetterOTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar4FLatinCapitalLetterOTex[] = dgMsgChar4FLatinCapitalLetterOTex;
|
||||
#else
|
||||
static const char gMsgChar4FLatinCapitalLetterOTex[] __attribute__((aligned (2))) = dgMsgChar4FLatinCapitalLetterOTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar50LatinCapitalLetterPTex "__OTR__textures/nes_font_static/gMsgChar50LatinCapitalLetterPTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar50LatinCapitalLetterPTex[] = dgMsgChar50LatinCapitalLetterPTex;
|
||||
#else
|
||||
static const char gMsgChar50LatinCapitalLetterPTex[] __attribute__((aligned (2))) = dgMsgChar50LatinCapitalLetterPTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar51LatinCapitalLetterQTex "__OTR__textures/nes_font_static/gMsgChar51LatinCapitalLetterQTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar51LatinCapitalLetterQTex[] = dgMsgChar51LatinCapitalLetterQTex;
|
||||
#else
|
||||
static const char gMsgChar51LatinCapitalLetterQTex[] __attribute__((aligned (2))) = dgMsgChar51LatinCapitalLetterQTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar52LatinCapitalLetterRTex "__OTR__textures/nes_font_static/gMsgChar52LatinCapitalLetterRTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar52LatinCapitalLetterRTex[] = dgMsgChar52LatinCapitalLetterRTex;
|
||||
#else
|
||||
static const char gMsgChar52LatinCapitalLetterRTex[] __attribute__((aligned (2))) = dgMsgChar52LatinCapitalLetterRTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar53LatinCapitalLetterSTex "__OTR__textures/nes_font_static/gMsgChar53LatinCapitalLetterSTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar53LatinCapitalLetterSTex[] = dgMsgChar53LatinCapitalLetterSTex;
|
||||
#else
|
||||
static const char gMsgChar53LatinCapitalLetterSTex[] __attribute__((aligned (2))) = dgMsgChar53LatinCapitalLetterSTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar54LatinCapitalLetterTTex "__OTR__textures/nes_font_static/gMsgChar54LatinCapitalLetterTTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar54LatinCapitalLetterTTex[] = dgMsgChar54LatinCapitalLetterTTex;
|
||||
#else
|
||||
static const char gMsgChar54LatinCapitalLetterTTex[] __attribute__((aligned (2))) = dgMsgChar54LatinCapitalLetterTTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar55LatinCapitalLetterUTex "__OTR__textures/nes_font_static/gMsgChar55LatinCapitalLetterUTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar55LatinCapitalLetterUTex[] = dgMsgChar55LatinCapitalLetterUTex;
|
||||
#else
|
||||
static const char gMsgChar55LatinCapitalLetterUTex[] __attribute__((aligned (2))) = dgMsgChar55LatinCapitalLetterUTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar56LatinCapitalLetterVTex "__OTR__textures/nes_font_static/gMsgChar56LatinCapitalLetterVTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar56LatinCapitalLetterVTex[] = dgMsgChar56LatinCapitalLetterVTex;
|
||||
#else
|
||||
static const char gMsgChar56LatinCapitalLetterVTex[] __attribute__((aligned (2))) = dgMsgChar56LatinCapitalLetterVTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar57LatinCapitalLetterWTex "__OTR__textures/nes_font_static/gMsgChar57LatinCapitalLetterWTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar57LatinCapitalLetterWTex[] = dgMsgChar57LatinCapitalLetterWTex;
|
||||
#else
|
||||
static const char gMsgChar57LatinCapitalLetterWTex[] __attribute__((aligned (2))) = dgMsgChar57LatinCapitalLetterWTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar58LatinCapitalLetterXTex "__OTR__textures/nes_font_static/gMsgChar58LatinCapitalLetterXTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar58LatinCapitalLetterXTex[] = dgMsgChar58LatinCapitalLetterXTex;
|
||||
#else
|
||||
static const char gMsgChar58LatinCapitalLetterXTex[] __attribute__((aligned (2))) = dgMsgChar58LatinCapitalLetterXTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar59LatinCapitalLetterYTex "__OTR__textures/nes_font_static/gMsgChar59LatinCapitalLetterYTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar59LatinCapitalLetterYTex[] = dgMsgChar59LatinCapitalLetterYTex;
|
||||
#else
|
||||
static const char gMsgChar59LatinCapitalLetterYTex[] __attribute__((aligned (2))) = dgMsgChar59LatinCapitalLetterYTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar5ALatinCapitalLetterZTex "__OTR__textures/nes_font_static/gMsgChar5ALatinCapitalLetterZTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar5ALatinCapitalLetterZTex[] = dgMsgChar5ALatinCapitalLetterZTex;
|
||||
#else
|
||||
static const char gMsgChar5ALatinCapitalLetterZTex[] __attribute__((aligned (2))) = dgMsgChar5ALatinCapitalLetterZTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar5BLeftSquareBracketTex "__OTR__textures/nes_font_static/gMsgChar5BLeftSquareBracketTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar5BLeftSquareBracketTex[] = dgMsgChar5BLeftSquareBracketTex;
|
||||
#else
|
||||
static const char gMsgChar5BLeftSquareBracketTex[] __attribute__((aligned (2))) = dgMsgChar5BLeftSquareBracketTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar5CYenSignTex "__OTR__textures/nes_font_static/gMsgChar5CYenSignTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar5CYenSignTex[] = dgMsgChar5CYenSignTex;
|
||||
#else
|
||||
static const char gMsgChar5CYenSignTex[] __attribute__((aligned (2))) = dgMsgChar5CYenSignTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar5DRightSquareBracketTex "__OTR__textures/nes_font_static/gMsgChar5DRightSquareBracketTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar5DRightSquareBracketTex[] = dgMsgChar5DRightSquareBracketTex;
|
||||
#else
|
||||
static const char gMsgChar5DRightSquareBracketTex[] __attribute__((aligned (2))) = dgMsgChar5DRightSquareBracketTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar5ECircumflexAccentTex "__OTR__textures/nes_font_static/gMsgChar5ECircumflexAccentTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar5ECircumflexAccentTex[] = dgMsgChar5ECircumflexAccentTex;
|
||||
#else
|
||||
static const char gMsgChar5ECircumflexAccentTex[] __attribute__((aligned (2))) = dgMsgChar5ECircumflexAccentTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar5FLowLineTex "__OTR__textures/nes_font_static/gMsgChar5FLowLineTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar5FLowLineTex[] = dgMsgChar5FLowLineTex;
|
||||
#else
|
||||
static const char gMsgChar5FLowLineTex[] __attribute__((aligned (2))) = dgMsgChar5FLowLineTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar60GraveAccentTex "__OTR__textures/nes_font_static/gMsgChar60GraveAccentTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar60GraveAccentTex[] = dgMsgChar60GraveAccentTex;
|
||||
#else
|
||||
static const char gMsgChar60GraveAccentTex[] __attribute__((aligned (2))) = dgMsgChar60GraveAccentTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar61LatinSmallLetterATex "__OTR__textures/nes_font_static/gMsgChar61LatinSmallLetterATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar61LatinSmallLetterATex[] = dgMsgChar61LatinSmallLetterATex;
|
||||
#else
|
||||
static const char gMsgChar61LatinSmallLetterATex[] __attribute__((aligned (2))) = dgMsgChar61LatinSmallLetterATex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar62LatinSmallLetterBTex "__OTR__textures/nes_font_static/gMsgChar62LatinSmallLetterBTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar62LatinSmallLetterBTex[] = dgMsgChar62LatinSmallLetterBTex;
|
||||
#else
|
||||
static const char gMsgChar62LatinSmallLetterBTex[] __attribute__((aligned (2))) = dgMsgChar62LatinSmallLetterBTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar63LatinSmallLetterCTex "__OTR__textures/nes_font_static/gMsgChar63LatinSmallLetterCTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar63LatinSmallLetterCTex[] = dgMsgChar63LatinSmallLetterCTex;
|
||||
#else
|
||||
static const char gMsgChar63LatinSmallLetterCTex[] __attribute__((aligned (2))) = dgMsgChar63LatinSmallLetterCTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar64LatinSmallLetterDTex "__OTR__textures/nes_font_static/gMsgChar64LatinSmallLetterDTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar64LatinSmallLetterDTex[] = dgMsgChar64LatinSmallLetterDTex;
|
||||
#else
|
||||
static const char gMsgChar64LatinSmallLetterDTex[] __attribute__((aligned (2))) = dgMsgChar64LatinSmallLetterDTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar65LatinSmallLetterETex "__OTR__textures/nes_font_static/gMsgChar65LatinSmallLetterETex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar65LatinSmallLetterETex[] = dgMsgChar65LatinSmallLetterETex;
|
||||
#else
|
||||
static const char gMsgChar65LatinSmallLetterETex[] __attribute__((aligned (2))) = dgMsgChar65LatinSmallLetterETex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar66LatinSmallLetterFTex "__OTR__textures/nes_font_static/gMsgChar66LatinSmallLetterFTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar66LatinSmallLetterFTex[] = dgMsgChar66LatinSmallLetterFTex;
|
||||
#else
|
||||
static const char gMsgChar66LatinSmallLetterFTex[] __attribute__((aligned (2))) = dgMsgChar66LatinSmallLetterFTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar67LatinSmallLetterGTex "__OTR__textures/nes_font_static/gMsgChar67LatinSmallLetterGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar67LatinSmallLetterGTex[] = dgMsgChar67LatinSmallLetterGTex;
|
||||
#else
|
||||
static const char gMsgChar67LatinSmallLetterGTex[] __attribute__((aligned (2))) = dgMsgChar67LatinSmallLetterGTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar68LatinSmallLetterHTex "__OTR__textures/nes_font_static/gMsgChar68LatinSmallLetterHTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar68LatinSmallLetterHTex[] = dgMsgChar68LatinSmallLetterHTex;
|
||||
#else
|
||||
static const char gMsgChar68LatinSmallLetterHTex[] __attribute__((aligned (2))) = dgMsgChar68LatinSmallLetterHTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar69LatinSmallLetterITex "__OTR__textures/nes_font_static/gMsgChar69LatinSmallLetterITex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar69LatinSmallLetterITex[] = dgMsgChar69LatinSmallLetterITex;
|
||||
#else
|
||||
static const char gMsgChar69LatinSmallLetterITex[] __attribute__((aligned (2))) = dgMsgChar69LatinSmallLetterITex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar6ALatinSmallLetterJTex "__OTR__textures/nes_font_static/gMsgChar6ALatinSmallLetterJTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar6ALatinSmallLetterJTex[] = dgMsgChar6ALatinSmallLetterJTex;
|
||||
#else
|
||||
static const char gMsgChar6ALatinSmallLetterJTex[] __attribute__((aligned (2))) = dgMsgChar6ALatinSmallLetterJTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar6BLatinSmallLetterKTex "__OTR__textures/nes_font_static/gMsgChar6BLatinSmallLetterKTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar6BLatinSmallLetterKTex[] = dgMsgChar6BLatinSmallLetterKTex;
|
||||
#else
|
||||
static const char gMsgChar6BLatinSmallLetterKTex[] __attribute__((aligned (2))) = dgMsgChar6BLatinSmallLetterKTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar6CLatinSmallLetterLTex "__OTR__textures/nes_font_static/gMsgChar6CLatinSmallLetterLTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar6CLatinSmallLetterLTex[] = dgMsgChar6CLatinSmallLetterLTex;
|
||||
#else
|
||||
static const char gMsgChar6CLatinSmallLetterLTex[] __attribute__((aligned (2))) = dgMsgChar6CLatinSmallLetterLTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar6DLatinSmallLetterMTex "__OTR__textures/nes_font_static/gMsgChar6DLatinSmallLetterMTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar6DLatinSmallLetterMTex[] = dgMsgChar6DLatinSmallLetterMTex;
|
||||
#else
|
||||
static const char gMsgChar6DLatinSmallLetterMTex[] __attribute__((aligned (2))) = dgMsgChar6DLatinSmallLetterMTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar6ELatinSmallLetterNTex "__OTR__textures/nes_font_static/gMsgChar6ELatinSmallLetterNTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar6ELatinSmallLetterNTex[] = dgMsgChar6ELatinSmallLetterNTex;
|
||||
#else
|
||||
static const char gMsgChar6ELatinSmallLetterNTex[] __attribute__((aligned (2))) = dgMsgChar6ELatinSmallLetterNTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar6FLatinSmallLetterOTex "__OTR__textures/nes_font_static/gMsgChar6FLatinSmallLetterOTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar6FLatinSmallLetterOTex[] = dgMsgChar6FLatinSmallLetterOTex;
|
||||
#else
|
||||
static const char gMsgChar6FLatinSmallLetterOTex[] __attribute__((aligned (2))) = dgMsgChar6FLatinSmallLetterOTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar70LatinSmallLetterPTex "__OTR__textures/nes_font_static/gMsgChar70LatinSmallLetterPTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar70LatinSmallLetterPTex[] = dgMsgChar70LatinSmallLetterPTex;
|
||||
#else
|
||||
static const char gMsgChar70LatinSmallLetterPTex[] __attribute__((aligned (2))) = dgMsgChar70LatinSmallLetterPTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar71LatinSmallLetterQTex "__OTR__textures/nes_font_static/gMsgChar71LatinSmallLetterQTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar71LatinSmallLetterQTex[] = dgMsgChar71LatinSmallLetterQTex;
|
||||
#else
|
||||
static const char gMsgChar71LatinSmallLetterQTex[] __attribute__((aligned (2))) = dgMsgChar71LatinSmallLetterQTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar72LatinSmallLetterRTex "__OTR__textures/nes_font_static/gMsgChar72LatinSmallLetterRTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar72LatinSmallLetterRTex[] = dgMsgChar72LatinSmallLetterRTex;
|
||||
#else
|
||||
static const char gMsgChar72LatinSmallLetterRTex[] __attribute__((aligned (2))) = dgMsgChar72LatinSmallLetterRTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar73LatinSmallLetterSTex "__OTR__textures/nes_font_static/gMsgChar73LatinSmallLetterSTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar73LatinSmallLetterSTex[] = dgMsgChar73LatinSmallLetterSTex;
|
||||
#else
|
||||
static const char gMsgChar73LatinSmallLetterSTex[] __attribute__((aligned (2))) = dgMsgChar73LatinSmallLetterSTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar74LatinSmallLetterTTex "__OTR__textures/nes_font_static/gMsgChar74LatinSmallLetterTTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar74LatinSmallLetterTTex[] = dgMsgChar74LatinSmallLetterTTex;
|
||||
#else
|
||||
static const char gMsgChar74LatinSmallLetterTTex[] __attribute__((aligned (2))) = dgMsgChar74LatinSmallLetterTTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar75LatinSmallLetterUTex "__OTR__textures/nes_font_static/gMsgChar75LatinSmallLetterUTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar75LatinSmallLetterUTex[] = dgMsgChar75LatinSmallLetterUTex;
|
||||
#else
|
||||
static const char gMsgChar75LatinSmallLetterUTex[] __attribute__((aligned (2))) = dgMsgChar75LatinSmallLetterUTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar76LatinSmallLetterVTex "__OTR__textures/nes_font_static/gMsgChar76LatinSmallLetterVTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar76LatinSmallLetterVTex[] = dgMsgChar76LatinSmallLetterVTex;
|
||||
#else
|
||||
static const char gMsgChar76LatinSmallLetterVTex[] __attribute__((aligned (2))) = dgMsgChar76LatinSmallLetterVTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar77LatinSmallLetterWTex "__OTR__textures/nes_font_static/gMsgChar77LatinSmallLetterWTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar77LatinSmallLetterWTex[] = dgMsgChar77LatinSmallLetterWTex;
|
||||
#else
|
||||
static const char gMsgChar77LatinSmallLetterWTex[] __attribute__((aligned (2))) = dgMsgChar77LatinSmallLetterWTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar78LatinSmallLetterXTex "__OTR__textures/nes_font_static/gMsgChar78LatinSmallLetterXTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar78LatinSmallLetterXTex[] = dgMsgChar78LatinSmallLetterXTex;
|
||||
#else
|
||||
static const char gMsgChar78LatinSmallLetterXTex[] __attribute__((aligned (2))) = dgMsgChar78LatinSmallLetterXTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar79LatinSmallLetterYTex "__OTR__textures/nes_font_static/gMsgChar79LatinSmallLetterYTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar79LatinSmallLetterYTex[] = dgMsgChar79LatinSmallLetterYTex;
|
||||
#else
|
||||
static const char gMsgChar79LatinSmallLetterYTex[] __attribute__((aligned (2))) = dgMsgChar79LatinSmallLetterYTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar7ALatinSmallLetterZTex "__OTR__textures/nes_font_static/gMsgChar7ALatinSmallLetterZTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar7ALatinSmallLetterZTex[] = dgMsgChar7ALatinSmallLetterZTex;
|
||||
#else
|
||||
static const char gMsgChar7ALatinSmallLetterZTex[] __attribute__((aligned (2))) = dgMsgChar7ALatinSmallLetterZTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar7BLeftCurlyBracketTex "__OTR__textures/nes_font_static/gMsgChar7BLeftCurlyBracketTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar7BLeftCurlyBracketTex[] = dgMsgChar7BLeftCurlyBracketTex;
|
||||
#else
|
||||
static const char gMsgChar7BLeftCurlyBracketTex[] __attribute__((aligned (2))) = dgMsgChar7BLeftCurlyBracketTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar7CVerticalLineTex "__OTR__textures/nes_font_static/gMsgChar7CVerticalLineTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar7CVerticalLineTex[] = dgMsgChar7CVerticalLineTex;
|
||||
#else
|
||||
static const char gMsgChar7CVerticalLineTex[] __attribute__((aligned (2))) = dgMsgChar7CVerticalLineTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar7DRightCurlyBracketTex "__OTR__textures/nes_font_static/gMsgChar7DRightCurlyBracketTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar7DRightCurlyBracketTex[] = dgMsgChar7DRightCurlyBracketTex;
|
||||
#else
|
||||
static const char gMsgChar7DRightCurlyBracketTex[] __attribute__((aligned (2))) = dgMsgChar7DRightCurlyBracketTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar7ETildeTex "__OTR__textures/nes_font_static/gMsgChar7ETildeTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar7ETildeTex[] = dgMsgChar7ETildeTex;
|
||||
#else
|
||||
static const char gMsgChar7ETildeTex[] __attribute__((aligned (2))) = dgMsgChar7ETildeTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar7FBlankTex "__OTR__textures/nes_font_static/gMsgChar7FBlankTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar7FBlankTex[] = dgMsgChar7FBlankTex;
|
||||
#else
|
||||
static const char gMsgChar7FBlankTex[] __attribute__((aligned (2))) = dgMsgChar7FBlankTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar80LatinCapitalLetterAWithGraveTex "__OTR__textures/nes_font_static/gMsgChar80LatinCapitalLetterAWithGraveTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar80LatinCapitalLetterAWithGraveTex[] = dgMsgChar80LatinCapitalLetterAWithGraveTex;
|
||||
#else
|
||||
static const char gMsgChar80LatinCapitalLetterAWithGraveTex[] __attribute__((aligned (2))) = dgMsgChar80LatinCapitalLetterAWithGraveTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar81LatinCapitalLetterIWithCircumflexTex "__OTR__textures/nes_font_static/gMsgChar81LatinCapitalLetterIWithCircumflexTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar81LatinCapitalLetterIWithCircumflexTex[] = dgMsgChar81LatinCapitalLetterIWithCircumflexTex;
|
||||
#else
|
||||
static const char gMsgChar81LatinCapitalLetterIWithCircumflexTex[] __attribute__((aligned (2))) = dgMsgChar81LatinCapitalLetterIWithCircumflexTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar82LatinCapitalLetterAWithCircumflexTex "__OTR__textures/nes_font_static/gMsgChar82LatinCapitalLetterAWithCircumflexTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar82LatinCapitalLetterAWithCircumflexTex[] = dgMsgChar82LatinCapitalLetterAWithCircumflexTex;
|
||||
#else
|
||||
static const char gMsgChar82LatinCapitalLetterAWithCircumflexTex[] __attribute__((aligned (2))) = dgMsgChar82LatinCapitalLetterAWithCircumflexTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar83LatinCapitalLetterAWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar83LatinCapitalLetterAWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar83LatinCapitalLetterAWithDiaeresisTex[] = dgMsgChar83LatinCapitalLetterAWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar83LatinCapitalLetterAWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar83LatinCapitalLetterAWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar84LatinCapitalLetterCWithCedillaTex "__OTR__textures/nes_font_static/gMsgChar84LatinCapitalLetterCWithCedillaTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar84LatinCapitalLetterCWithCedillaTex[] = dgMsgChar84LatinCapitalLetterCWithCedillaTex;
|
||||
#else
|
||||
static const char gMsgChar84LatinCapitalLetterCWithCedillaTex[] __attribute__((aligned (2))) = dgMsgChar84LatinCapitalLetterCWithCedillaTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar85LatinCapitalLetterEWithGraveTex "__OTR__textures/nes_font_static/gMsgChar85LatinCapitalLetterEWithGraveTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar85LatinCapitalLetterEWithGraveTex[] = dgMsgChar85LatinCapitalLetterEWithGraveTex;
|
||||
#else
|
||||
static const char gMsgChar85LatinCapitalLetterEWithGraveTex[] __attribute__((aligned (2))) = dgMsgChar85LatinCapitalLetterEWithGraveTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar86LatinCapitalLetterEWithAcuteTex "__OTR__textures/nes_font_static/gMsgChar86LatinCapitalLetterEWithAcuteTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar86LatinCapitalLetterEWithAcuteTex[] = dgMsgChar86LatinCapitalLetterEWithAcuteTex;
|
||||
#else
|
||||
static const char gMsgChar86LatinCapitalLetterEWithAcuteTex[] __attribute__((aligned (2))) = dgMsgChar86LatinCapitalLetterEWithAcuteTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar87LatinCapitalLetterEWithCircumflexTex "__OTR__textures/nes_font_static/gMsgChar87LatinCapitalLetterEWithCircumflexTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar87LatinCapitalLetterEWithCircumflexTex[] = dgMsgChar87LatinCapitalLetterEWithCircumflexTex;
|
||||
#else
|
||||
static const char gMsgChar87LatinCapitalLetterEWithCircumflexTex[] __attribute__((aligned (2))) = dgMsgChar87LatinCapitalLetterEWithCircumflexTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar88LatinCapitalLetterEWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar88LatinCapitalLetterEWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar88LatinCapitalLetterEWithDiaeresisTex[] = dgMsgChar88LatinCapitalLetterEWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar88LatinCapitalLetterEWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar88LatinCapitalLetterEWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar89LatinCapitalLetterIWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar89LatinCapitalLetterIWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar89LatinCapitalLetterIWithDiaeresisTex[] = dgMsgChar89LatinCapitalLetterIWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar89LatinCapitalLetterIWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar89LatinCapitalLetterIWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar8ALatinCapitalLetterOWithCircumflexTex "__OTR__textures/nes_font_static/gMsgChar8ALatinCapitalLetterOWithCircumflexTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar8ALatinCapitalLetterOWithCircumflexTex[] = dgMsgChar8ALatinCapitalLetterOWithCircumflexTex;
|
||||
#else
|
||||
static const char gMsgChar8ALatinCapitalLetterOWithCircumflexTex[] __attribute__((aligned (2))) = dgMsgChar8ALatinCapitalLetterOWithCircumflexTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar8BLatinCapitalLetterOWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar8BLatinCapitalLetterOWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar8BLatinCapitalLetterOWithDiaeresisTex[] = dgMsgChar8BLatinCapitalLetterOWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar8BLatinCapitalLetterOWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar8BLatinCapitalLetterOWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar8CLatinCapitalLetterUWithGraveTex "__OTR__textures/nes_font_static/gMsgChar8CLatinCapitalLetterUWithGraveTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar8CLatinCapitalLetterUWithGraveTex[] = dgMsgChar8CLatinCapitalLetterUWithGraveTex;
|
||||
#else
|
||||
static const char gMsgChar8CLatinCapitalLetterUWithGraveTex[] __attribute__((aligned (2))) = dgMsgChar8CLatinCapitalLetterUWithGraveTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar8DLatinCapitalLetterUWithCircumflexTex "__OTR__textures/nes_font_static/gMsgChar8DLatinCapitalLetterUWithCircumflexTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar8DLatinCapitalLetterUWithCircumflexTex[] = dgMsgChar8DLatinCapitalLetterUWithCircumflexTex;
|
||||
#else
|
||||
static const char gMsgChar8DLatinCapitalLetterUWithCircumflexTex[] __attribute__((aligned (2))) = dgMsgChar8DLatinCapitalLetterUWithCircumflexTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar8ELatinCapitalLetterUWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar8ELatinCapitalLetterUWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar8ELatinCapitalLetterUWithDiaeresisTex[] = dgMsgChar8ELatinCapitalLetterUWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar8ELatinCapitalLetterUWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar8ELatinCapitalLetterUWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar8FLatinSmallLetterSharpSTex "__OTR__textures/nes_font_static/gMsgChar8FLatinSmallLetterSharpSTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar8FLatinSmallLetterSharpSTex[] = dgMsgChar8FLatinSmallLetterSharpSTex;
|
||||
#else
|
||||
static const char gMsgChar8FLatinSmallLetterSharpSTex[] __attribute__((aligned (2))) = dgMsgChar8FLatinSmallLetterSharpSTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar90LatinSmallLetterAWithGraveTex "__OTR__textures/nes_font_static/gMsgChar90LatinSmallLetterAWithGraveTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar90LatinSmallLetterAWithGraveTex[] = dgMsgChar90LatinSmallLetterAWithGraveTex;
|
||||
#else
|
||||
static const char gMsgChar90LatinSmallLetterAWithGraveTex[] __attribute__((aligned (2))) = dgMsgChar90LatinSmallLetterAWithGraveTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar91LatinSmallLetterAWithAcuteTex "__OTR__textures/nes_font_static/gMsgChar91LatinSmallLetterAWithAcuteTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar91LatinSmallLetterAWithAcuteTex[] = dgMsgChar91LatinSmallLetterAWithAcuteTex;
|
||||
#else
|
||||
static const char gMsgChar91LatinSmallLetterAWithAcuteTex[] __attribute__((aligned (2))) = dgMsgChar91LatinSmallLetterAWithAcuteTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar92LatinSmallLetterAWithCircumflexTex "__OTR__textures/nes_font_static/gMsgChar92LatinSmallLetterAWithCircumflexTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar92LatinSmallLetterAWithCircumflexTex[] = dgMsgChar92LatinSmallLetterAWithCircumflexTex;
|
||||
#else
|
||||
static const char gMsgChar92LatinSmallLetterAWithCircumflexTex[] __attribute__((aligned (2))) = dgMsgChar92LatinSmallLetterAWithCircumflexTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar93LatinSmallLetterAWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar93LatinSmallLetterAWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar93LatinSmallLetterAWithDiaeresisTex[] = dgMsgChar93LatinSmallLetterAWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar93LatinSmallLetterAWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar93LatinSmallLetterAWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar94LatinSmallLetterCWithCedillaTex "__OTR__textures/nes_font_static/gMsgChar94LatinSmallLetterCWithCedillaTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar94LatinSmallLetterCWithCedillaTex[] = dgMsgChar94LatinSmallLetterCWithCedillaTex;
|
||||
#else
|
||||
static const char gMsgChar94LatinSmallLetterCWithCedillaTex[] __attribute__((aligned (2))) = dgMsgChar94LatinSmallLetterCWithCedillaTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar95LatinSmallLetterEWithGraveTex "__OTR__textures/nes_font_static/gMsgChar95LatinSmallLetterEWithGraveTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar95LatinSmallLetterEWithGraveTex[] = dgMsgChar95LatinSmallLetterEWithGraveTex;
|
||||
#else
|
||||
static const char gMsgChar95LatinSmallLetterEWithGraveTex[] __attribute__((aligned (2))) = dgMsgChar95LatinSmallLetterEWithGraveTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar96LatinSmallLetterEWithAcuteTex "__OTR__textures/nes_font_static/gMsgChar96LatinSmallLetterEWithAcuteTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar96LatinSmallLetterEWithAcuteTex[] = dgMsgChar96LatinSmallLetterEWithAcuteTex;
|
||||
#else
|
||||
static const char gMsgChar96LatinSmallLetterEWithAcuteTex[] __attribute__((aligned (2))) = dgMsgChar96LatinSmallLetterEWithAcuteTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar97LatinSmallLetterEWithCircumflexTex "__OTR__textures/nes_font_static/gMsgChar97LatinSmallLetterEWithCircumflexTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar97LatinSmallLetterEWithCircumflexTex[] = dgMsgChar97LatinSmallLetterEWithCircumflexTex;
|
||||
#else
|
||||
static const char gMsgChar97LatinSmallLetterEWithCircumflexTex[] __attribute__((aligned (2))) = dgMsgChar97LatinSmallLetterEWithCircumflexTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar98LatinSmallLetterEWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar98LatinSmallLetterEWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar98LatinSmallLetterEWithDiaeresisTex[] = dgMsgChar98LatinSmallLetterEWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar98LatinSmallLetterEWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar98LatinSmallLetterEWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar99LatinSmallLetterIWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar99LatinSmallLetterIWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar99LatinSmallLetterIWithDiaeresisTex[] = dgMsgChar99LatinSmallLetterIWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar99LatinSmallLetterIWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar99LatinSmallLetterIWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar9ALatinSmallLetterOWithCircumflexTex "__OTR__textures/nes_font_static/gMsgChar9ALatinSmallLetterOWithCircumflexTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar9ALatinSmallLetterOWithCircumflexTex[] = dgMsgChar9ALatinSmallLetterOWithCircumflexTex;
|
||||
#else
|
||||
static const char gMsgChar9ALatinSmallLetterOWithCircumflexTex[] __attribute__((aligned (2))) = dgMsgChar9ALatinSmallLetterOWithCircumflexTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar9BLatinSmallLetterOWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar9BLatinSmallLetterOWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar9BLatinSmallLetterOWithDiaeresisTex[] = dgMsgChar9BLatinSmallLetterOWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar9BLatinSmallLetterOWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar9BLatinSmallLetterOWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar9CLatinSmallLetterUWithGraveTex "__OTR__textures/nes_font_static/gMsgChar9CLatinSmallLetterUWithGraveTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar9CLatinSmallLetterUWithGraveTex[] = dgMsgChar9CLatinSmallLetterUWithGraveTex;
|
||||
#else
|
||||
static const char gMsgChar9CLatinSmallLetterUWithGraveTex[] __attribute__((aligned (2))) = dgMsgChar9CLatinSmallLetterUWithGraveTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar9DLatinSmallLetterUWithCircumflexTex "__OTR__textures/nes_font_static/gMsgChar9DLatinSmallLetterUWithCircumflexTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar9DLatinSmallLetterUWithCircumflexTex[] = dgMsgChar9DLatinSmallLetterUWithCircumflexTex;
|
||||
#else
|
||||
static const char gMsgChar9DLatinSmallLetterUWithCircumflexTex[] __attribute__((aligned (2))) = dgMsgChar9DLatinSmallLetterUWithCircumflexTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar9ELatinSmallLetterUWithDiaeresisTex "__OTR__textures/nes_font_static/gMsgChar9ELatinSmallLetterUWithDiaeresisTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar9ELatinSmallLetterUWithDiaeresisTex[] = dgMsgChar9ELatinSmallLetterUWithDiaeresisTex;
|
||||
#else
|
||||
static const char gMsgChar9ELatinSmallLetterUWithDiaeresisTex[] __attribute__((aligned (2))) = dgMsgChar9ELatinSmallLetterUWithDiaeresisTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgChar9FButtonATex "__OTR__textures/nes_font_static/gMsgChar9FButtonATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgChar9FButtonATex[] = dgMsgChar9FButtonATex;
|
||||
#else
|
||||
static const char gMsgChar9FButtonATex[] __attribute__((aligned (2))) = dgMsgChar9FButtonATex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA0ButtonBTex "__OTR__textures/nes_font_static/gMsgCharA0ButtonBTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA0ButtonBTex[] = dgMsgCharA0ButtonBTex;
|
||||
#else
|
||||
static const char gMsgCharA0ButtonBTex[] __attribute__((aligned (2))) = dgMsgCharA0ButtonBTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA1ButtonCTex "__OTR__textures/nes_font_static/gMsgCharA1ButtonCTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA1ButtonCTex[] = dgMsgCharA1ButtonCTex;
|
||||
#else
|
||||
static const char gMsgCharA1ButtonCTex[] __attribute__((aligned (2))) = dgMsgCharA1ButtonCTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA2ButtonLTex "__OTR__textures/nes_font_static/gMsgCharA2ButtonLTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA2ButtonLTex[] = dgMsgCharA2ButtonLTex;
|
||||
#else
|
||||
static const char gMsgCharA2ButtonLTex[] __attribute__((aligned (2))) = dgMsgCharA2ButtonLTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA3ButtonRTex "__OTR__textures/nes_font_static/gMsgCharA3ButtonRTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA3ButtonRTex[] = dgMsgCharA3ButtonRTex;
|
||||
#else
|
||||
static const char gMsgCharA3ButtonRTex[] __attribute__((aligned (2))) = dgMsgCharA3ButtonRTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA4ButtonZTex "__OTR__textures/nes_font_static/gMsgCharA4ButtonZTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA4ButtonZTex[] = dgMsgCharA4ButtonZTex;
|
||||
#else
|
||||
static const char gMsgCharA4ButtonZTex[] __attribute__((aligned (2))) = dgMsgCharA4ButtonZTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA5ButtonCUpTex "__OTR__textures/nes_font_static/gMsgCharA5ButtonCUpTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA5ButtonCUpTex[] = dgMsgCharA5ButtonCUpTex;
|
||||
#else
|
||||
static const char gMsgCharA5ButtonCUpTex[] __attribute__((aligned (2))) = dgMsgCharA5ButtonCUpTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA6ButtonCDownTex "__OTR__textures/nes_font_static/gMsgCharA6ButtonCDownTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA6ButtonCDownTex[] = dgMsgCharA6ButtonCDownTex;
|
||||
#else
|
||||
static const char gMsgCharA6ButtonCDownTex[] __attribute__((aligned (2))) = dgMsgCharA6ButtonCDownTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA7ButtonCLeftTex "__OTR__textures/nes_font_static/gMsgCharA7ButtonCLeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA7ButtonCLeftTex[] = dgMsgCharA7ButtonCLeftTex;
|
||||
#else
|
||||
static const char gMsgCharA7ButtonCLeftTex[] __attribute__((aligned (2))) = dgMsgCharA7ButtonCLeftTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA8ButtonCRightTex "__OTR__textures/nes_font_static/gMsgCharA8ButtonCRightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA8ButtonCRightTex[] = dgMsgCharA8ButtonCRightTex;
|
||||
#else
|
||||
static const char gMsgCharA8ButtonCRightTex[] __attribute__((aligned (2))) = dgMsgCharA8ButtonCRightTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharA9ZTargetSignTex "__OTR__textures/nes_font_static/gMsgCharA9ZTargetSignTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharA9ZTargetSignTex[] = dgMsgCharA9ZTargetSignTex;
|
||||
#else
|
||||
static const char gMsgCharA9ZTargetSignTex[] __attribute__((aligned (2))) = dgMsgCharA9ZTargetSignTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharAAControlStickTex "__OTR__textures/nes_font_static/gMsgCharAAControlStickTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharAAControlStickTex[] = dgMsgCharAAControlStickTex;
|
||||
#else
|
||||
static const char gMsgCharAAControlStickTex[] __attribute__((aligned (2))) = dgMsgCharAAControlStickTex;
|
||||
#endif
|
||||
|
||||
#define dgMsgCharABControlPadTex "__OTR__textures/nes_font_static/gMsgCharABControlPadTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMsgCharABControlPadTex[] = dgMsgCharABControlPadTex;
|
||||
#else
|
||||
static const char gMsgCharABControlPadTex[] __attribute__((aligned (2))) = dgMsgCharABControlPadTex;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
#pragma once
|
||||
#define dnintendo_rogo_static_Tex_000000 "__OTR__textures/nintendo_rogo_static/nintendo_rogo_static_Tex_000000"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char nintendo_rogo_static_Tex_000000[] = dnintendo_rogo_static_Tex_000000;
|
||||
#else
|
||||
static const char nintendo_rogo_static_Tex_000000[] __attribute__((aligned (2))) = dnintendo_rogo_static_Tex_000000;
|
||||
#endif
|
||||
|
||||
#define dnintendo_rogo_static_Tex_001800 "__OTR__textures/nintendo_rogo_static/nintendo_rogo_static_Tex_001800"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char nintendo_rogo_static_Tex_001800[] = dnintendo_rogo_static_Tex_001800;
|
||||
#else
|
||||
static const char nintendo_rogo_static_Tex_001800[] __attribute__((aligned (2))) = dnintendo_rogo_static_Tex_001800;
|
||||
#endif
|
||||
|
||||
#define dgNintendo64LogoDL "__OTR__textures/nintendo_rogo_static/gNintendo64LogoDL"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNintendo64LogoDL[] = dgNintendo64LogoDL;
|
||||
#else
|
||||
static const char gNintendo64LogoDL[] __attribute__((aligned (2))) = dgNintendo64LogoDL;
|
||||
#endif
|
||||
|
||||
#define dnintendo_rogo_staticTex_0029C0 "__OTR__textures/nintendo_rogo_static/nintendo_rogo_staticTex_0029C0"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char nintendo_rogo_staticTex_0029C0[] = dnintendo_rogo_staticTex_0029C0;
|
||||
#else
|
||||
static const char nintendo_rogo_staticTex_0029C0[] __attribute__((aligned (2))) = dnintendo_rogo_staticTex_0029C0;
|
||||
#endif
|
||||
|
||||
|
||||
394
soh/assets/textures/parameter_static/parameter_static.h
Normal file
394
soh/assets/textures/parameter_static/parameter_static.h
Normal file
@@ -0,0 +1,394 @@
|
||||
#pragma once
|
||||
#define dgHeartEmptyTex "__OTR__textures/parameter_static/gHeartEmptyTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHeartEmptyTex[] = dgHeartEmptyTex;
|
||||
#else
|
||||
static const char gHeartEmptyTex[] __attribute__((aligned (2))) = dgHeartEmptyTex;
|
||||
#endif
|
||||
|
||||
#define dgHeartQuarterTex "__OTR__textures/parameter_static/gHeartQuarterTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHeartQuarterTex[] = dgHeartQuarterTex;
|
||||
#else
|
||||
static const char gHeartQuarterTex[] __attribute__((aligned (2))) = dgHeartQuarterTex;
|
||||
#endif
|
||||
|
||||
#define dgHeartHalfTex "__OTR__textures/parameter_static/gHeartHalfTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHeartHalfTex[] = dgHeartHalfTex;
|
||||
#else
|
||||
static const char gHeartHalfTex[] __attribute__((aligned (2))) = dgHeartHalfTex;
|
||||
#endif
|
||||
|
||||
#define dgHeartThreeQuarterTex "__OTR__textures/parameter_static/gHeartThreeQuarterTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHeartThreeQuarterTex[] = dgHeartThreeQuarterTex;
|
||||
#else
|
||||
static const char gHeartThreeQuarterTex[] __attribute__((aligned (2))) = dgHeartThreeQuarterTex;
|
||||
#endif
|
||||
|
||||
#define dgHeartFullTex "__OTR__textures/parameter_static/gHeartFullTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gHeartFullTex[] = dgHeartFullTex;
|
||||
#else
|
||||
static const char gHeartFullTex[] __attribute__((aligned (2))) = dgHeartFullTex;
|
||||
#endif
|
||||
|
||||
#define dgDefenseHeartEmptyTex "__OTR__textures/parameter_static/gDefenseHeartEmptyTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDefenseHeartEmptyTex[] = dgDefenseHeartEmptyTex;
|
||||
#else
|
||||
static const char gDefenseHeartEmptyTex[] __attribute__((aligned (2))) = dgDefenseHeartEmptyTex;
|
||||
#endif
|
||||
|
||||
#define dgDefenseHeartQuarterTex "__OTR__textures/parameter_static/gDefenseHeartQuarterTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDefenseHeartQuarterTex[] = dgDefenseHeartQuarterTex;
|
||||
#else
|
||||
static const char gDefenseHeartQuarterTex[] __attribute__((aligned (2))) = dgDefenseHeartQuarterTex;
|
||||
#endif
|
||||
|
||||
#define dgDefenseHeartHalfTex "__OTR__textures/parameter_static/gDefenseHeartHalfTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDefenseHeartHalfTex[] = dgDefenseHeartHalfTex;
|
||||
#else
|
||||
static const char gDefenseHeartHalfTex[] __attribute__((aligned (2))) = dgDefenseHeartHalfTex;
|
||||
#endif
|
||||
|
||||
#define dgDefenseHeartThreeQuarterTex "__OTR__textures/parameter_static/gDefenseHeartThreeQuarterTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDefenseHeartThreeQuarterTex[] = dgDefenseHeartThreeQuarterTex;
|
||||
#else
|
||||
static const char gDefenseHeartThreeQuarterTex[] __attribute__((aligned (2))) = dgDefenseHeartThreeQuarterTex;
|
||||
#endif
|
||||
|
||||
#define dgDefenseHeartFullTex "__OTR__textures/parameter_static/gDefenseHeartFullTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDefenseHeartFullTex[] = dgDefenseHeartFullTex;
|
||||
#else
|
||||
static const char gDefenseHeartFullTex[] __attribute__((aligned (2))) = dgDefenseHeartFullTex;
|
||||
#endif
|
||||
|
||||
#define dgButtonBackgroundTex "__OTR__textures/parameter_static/gButtonBackgroundTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gButtonBackgroundTex[] = dgButtonBackgroundTex;
|
||||
#else
|
||||
static const char gButtonBackgroundTex[] __attribute__((aligned (2))) = dgButtonBackgroundTex;
|
||||
#endif
|
||||
|
||||
#define dgEquippedItemOutlineTex "__OTR__textures/parameter_static/gEquippedItemOutlineTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gEquippedItemOutlineTex[] = dgEquippedItemOutlineTex;
|
||||
#else
|
||||
static const char gEquippedItemOutlineTex[] __attribute__((aligned (2))) = dgEquippedItemOutlineTex;
|
||||
#endif
|
||||
|
||||
#define dgEmptyCLeftArrowTex "__OTR__textures/parameter_static/gEmptyCLeftArrowTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gEmptyCLeftArrowTex[] = dgEmptyCLeftArrowTex;
|
||||
#else
|
||||
static const char gEmptyCLeftArrowTex[] __attribute__((aligned (2))) = dgEmptyCLeftArrowTex;
|
||||
#endif
|
||||
|
||||
#define dgEmptyCDownArrowTex "__OTR__textures/parameter_static/gEmptyCDownArrowTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gEmptyCDownArrowTex[] = dgEmptyCDownArrowTex;
|
||||
#else
|
||||
static const char gEmptyCDownArrowTex[] __attribute__((aligned (2))) = dgEmptyCDownArrowTex;
|
||||
#endif
|
||||
|
||||
#define dgEmptyCRightArrowTex "__OTR__textures/parameter_static/gEmptyCRightArrowTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gEmptyCRightArrowTex[] = dgEmptyCRightArrowTex;
|
||||
#else
|
||||
static const char gEmptyCRightArrowTex[] __attribute__((aligned (2))) = dgEmptyCRightArrowTex;
|
||||
#endif
|
||||
|
||||
#define dgSmallKeyCounterIconTex "__OTR__textures/parameter_static/gSmallKeyCounterIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSmallKeyCounterIconTex[] = dgSmallKeyCounterIconTex;
|
||||
#else
|
||||
static const char gSmallKeyCounterIconTex[] __attribute__((aligned (2))) = dgSmallKeyCounterIconTex;
|
||||
#endif
|
||||
|
||||
#define dgRupeeCounterIconTex "__OTR__textures/parameter_static/gRupeeCounterIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gRupeeCounterIconTex[] = dgRupeeCounterIconTex;
|
||||
#else
|
||||
static const char gRupeeCounterIconTex[] __attribute__((aligned (2))) = dgRupeeCounterIconTex;
|
||||
#endif
|
||||
|
||||
#define dgClockIconTex "__OTR__textures/parameter_static/gClockIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gClockIconTex[] = dgClockIconTex;
|
||||
#else
|
||||
static const char gClockIconTex[] __attribute__((aligned (2))) = dgClockIconTex;
|
||||
#endif
|
||||
|
||||
#define dgCarrotIconTex "__OTR__textures/parameter_static/gCarrotIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCarrotIconTex[] = dgCarrotIconTex;
|
||||
#else
|
||||
static const char gCarrotIconTex[] __attribute__((aligned (2))) = dgCarrotIconTex;
|
||||
#endif
|
||||
|
||||
#define dgMapDungeonEntranceIconTex "__OTR__textures/parameter_static/gMapDungeonEntranceIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMapDungeonEntranceIconTex[] = dgMapDungeonEntranceIconTex;
|
||||
#else
|
||||
static const char gMapDungeonEntranceIconTex[] __attribute__((aligned (2))) = dgMapDungeonEntranceIconTex;
|
||||
#endif
|
||||
|
||||
#define dgMapChestIconTex "__OTR__textures/parameter_static/gMapChestIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMapChestIconTex[] = dgMapChestIconTex;
|
||||
#else
|
||||
static const char gMapChestIconTex[] __attribute__((aligned (2))) = dgMapChestIconTex;
|
||||
#endif
|
||||
|
||||
#define dgArcheryScoreIconTex "__OTR__textures/parameter_static/gArcheryScoreIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gArcheryScoreIconTex[] = dgArcheryScoreIconTex;
|
||||
#else
|
||||
static const char gArcheryScoreIconTex[] __attribute__((aligned (2))) = dgArcheryScoreIconTex;
|
||||
#endif
|
||||
|
||||
#define dgMapBossIconTex "__OTR__textures/parameter_static/gMapBossIconTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMapBossIconTex[] = dgMapBossIconTex;
|
||||
#else
|
||||
static const char gMapBossIconTex[] __attribute__((aligned (2))) = dgMapBossIconTex;
|
||||
#endif
|
||||
|
||||
#define dgOcarinaATex "__OTR__textures/parameter_static/gOcarinaATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOcarinaATex[] = dgOcarinaATex;
|
||||
#else
|
||||
static const char gOcarinaATex[] __attribute__((aligned (2))) = dgOcarinaATex;
|
||||
#endif
|
||||
|
||||
#define dgOcarinaCDownTex "__OTR__textures/parameter_static/gOcarinaCDownTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOcarinaCDownTex[] = dgOcarinaCDownTex;
|
||||
#else
|
||||
static const char gOcarinaCDownTex[] __attribute__((aligned (2))) = dgOcarinaCDownTex;
|
||||
#endif
|
||||
|
||||
#define dgOcarinaCRightTex "__OTR__textures/parameter_static/gOcarinaCRightTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOcarinaCRightTex[] = dgOcarinaCRightTex;
|
||||
#else
|
||||
static const char gOcarinaCRightTex[] __attribute__((aligned (2))) = dgOcarinaCRightTex;
|
||||
#endif
|
||||
|
||||
#define dgOcarinaCLeftTex "__OTR__textures/parameter_static/gOcarinaCLeftTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOcarinaCLeftTex[] = dgOcarinaCLeftTex;
|
||||
#else
|
||||
static const char gOcarinaCLeftTex[] __attribute__((aligned (2))) = dgOcarinaCLeftTex;
|
||||
#endif
|
||||
|
||||
#define dgOcarinaCUpTex "__OTR__textures/parameter_static/gOcarinaCUpTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOcarinaCUpTex[] = dgOcarinaCUpTex;
|
||||
#else
|
||||
static const char gOcarinaCUpTex[] __attribute__((aligned (2))) = dgOcarinaCUpTex;
|
||||
#endif
|
||||
|
||||
#define dgOcarinaTrebleClefTex "__OTR__textures/parameter_static/gOcarinaTrebleClefTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gOcarinaTrebleClefTex[] = dgOcarinaTrebleClefTex;
|
||||
#else
|
||||
static const char gOcarinaTrebleClefTex[] __attribute__((aligned (2))) = dgOcarinaTrebleClefTex;
|
||||
#endif
|
||||
|
||||
#define dgNaviCUpJPTex "__OTR__textures/parameter_static/gNaviCUpJPTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNaviCUpJPTex[] = dgNaviCUpJPTex;
|
||||
#else
|
||||
static const char gNaviCUpJPTex[] __attribute__((aligned (2))) = dgNaviCUpJPTex;
|
||||
#endif
|
||||
|
||||
#define dgNaviCUpENGTex "__OTR__textures/parameter_static/gNaviCUpENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gNaviCUpENGTex[] = dgNaviCUpENGTex;
|
||||
#else
|
||||
static const char gNaviCUpENGTex[] __attribute__((aligned (2))) = dgNaviCUpENGTex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit0Tex "__OTR__textures/parameter_static/gCounterDigit0Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit0Tex[] = dgCounterDigit0Tex;
|
||||
#else
|
||||
static const char gCounterDigit0Tex[] __attribute__((aligned (2))) = dgCounterDigit0Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit1Tex "__OTR__textures/parameter_static/gCounterDigit1Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit1Tex[] = dgCounterDigit1Tex;
|
||||
#else
|
||||
static const char gCounterDigit1Tex[] __attribute__((aligned (2))) = dgCounterDigit1Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit2Tex "__OTR__textures/parameter_static/gCounterDigit2Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit2Tex[] = dgCounterDigit2Tex;
|
||||
#else
|
||||
static const char gCounterDigit2Tex[] __attribute__((aligned (2))) = dgCounterDigit2Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit3Tex "__OTR__textures/parameter_static/gCounterDigit3Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit3Tex[] = dgCounterDigit3Tex;
|
||||
#else
|
||||
static const char gCounterDigit3Tex[] __attribute__((aligned (2))) = dgCounterDigit3Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit4Tex "__OTR__textures/parameter_static/gCounterDigit4Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit4Tex[] = dgCounterDigit4Tex;
|
||||
#else
|
||||
static const char gCounterDigit4Tex[] __attribute__((aligned (2))) = dgCounterDigit4Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit5Tex "__OTR__textures/parameter_static/gCounterDigit5Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit5Tex[] = dgCounterDigit5Tex;
|
||||
#else
|
||||
static const char gCounterDigit5Tex[] __attribute__((aligned (2))) = dgCounterDigit5Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit6Tex "__OTR__textures/parameter_static/gCounterDigit6Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit6Tex[] = dgCounterDigit6Tex;
|
||||
#else
|
||||
static const char gCounterDigit6Tex[] __attribute__((aligned (2))) = dgCounterDigit6Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit7Tex "__OTR__textures/parameter_static/gCounterDigit7Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit7Tex[] = dgCounterDigit7Tex;
|
||||
#else
|
||||
static const char gCounterDigit7Tex[] __attribute__((aligned (2))) = dgCounterDigit7Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit8Tex "__OTR__textures/parameter_static/gCounterDigit8Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit8Tex[] = dgCounterDigit8Tex;
|
||||
#else
|
||||
static const char gCounterDigit8Tex[] __attribute__((aligned (2))) = dgCounterDigit8Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterDigit9Tex "__OTR__textures/parameter_static/gCounterDigit9Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterDigit9Tex[] = dgCounterDigit9Tex;
|
||||
#else
|
||||
static const char gCounterDigit9Tex[] __attribute__((aligned (2))) = dgCounterDigit9Tex;
|
||||
#endif
|
||||
|
||||
#define dgCounterColonTex "__OTR__textures/parameter_static/gCounterColonTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gCounterColonTex[] = dgCounterColonTex;
|
||||
#else
|
||||
static const char gCounterColonTex[] __attribute__((aligned (2))) = dgCounterColonTex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit0Tex "__OTR__textures/parameter_static/gAmmoDigit0Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit0Tex[] = dgAmmoDigit0Tex;
|
||||
#else
|
||||
static const char gAmmoDigit0Tex[] __attribute__((aligned (2))) = dgAmmoDigit0Tex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit1Tex "__OTR__textures/parameter_static/gAmmoDigit1Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit1Tex[] = dgAmmoDigit1Tex;
|
||||
#else
|
||||
static const char gAmmoDigit1Tex[] __attribute__((aligned (2))) = dgAmmoDigit1Tex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit2Tex "__OTR__textures/parameter_static/gAmmoDigit2Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit2Tex[] = dgAmmoDigit2Tex;
|
||||
#else
|
||||
static const char gAmmoDigit2Tex[] __attribute__((aligned (2))) = dgAmmoDigit2Tex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit3Tex "__OTR__textures/parameter_static/gAmmoDigit3Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit3Tex[] = dgAmmoDigit3Tex;
|
||||
#else
|
||||
static const char gAmmoDigit3Tex[] __attribute__((aligned (2))) = dgAmmoDigit3Tex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit4Tex "__OTR__textures/parameter_static/gAmmoDigit4Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit4Tex[] = dgAmmoDigit4Tex;
|
||||
#else
|
||||
static const char gAmmoDigit4Tex[] __attribute__((aligned (2))) = dgAmmoDigit4Tex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit5Tex "__OTR__textures/parameter_static/gAmmoDigit5Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit5Tex[] = dgAmmoDigit5Tex;
|
||||
#else
|
||||
static const char gAmmoDigit5Tex[] __attribute__((aligned (2))) = dgAmmoDigit5Tex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit6Tex "__OTR__textures/parameter_static/gAmmoDigit6Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit6Tex[] = dgAmmoDigit6Tex;
|
||||
#else
|
||||
static const char gAmmoDigit6Tex[] __attribute__((aligned (2))) = dgAmmoDigit6Tex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit7Tex "__OTR__textures/parameter_static/gAmmoDigit7Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit7Tex[] = dgAmmoDigit7Tex;
|
||||
#else
|
||||
static const char gAmmoDigit7Tex[] __attribute__((aligned (2))) = dgAmmoDigit7Tex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit8Tex "__OTR__textures/parameter_static/gAmmoDigit8Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit8Tex[] = dgAmmoDigit8Tex;
|
||||
#else
|
||||
static const char gAmmoDigit8Tex[] __attribute__((aligned (2))) = dgAmmoDigit8Tex;
|
||||
#endif
|
||||
|
||||
#define dgAmmoDigit9Tex "__OTR__textures/parameter_static/gAmmoDigit9Tex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gAmmoDigit9Tex[] = dgAmmoDigit9Tex;
|
||||
#else
|
||||
static const char gAmmoDigit9Tex[] __attribute__((aligned (2))) = dgAmmoDigit9Tex;
|
||||
#endif
|
||||
|
||||
#define dgUnusedAmmoDigitHalfTex "__OTR__textures/parameter_static/gUnusedAmmoDigitHalfTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gUnusedAmmoDigitHalfTex[] = dgUnusedAmmoDigitHalfTex;
|
||||
#else
|
||||
static const char gUnusedAmmoDigitHalfTex[] __attribute__((aligned (2))) = dgUnusedAmmoDigitHalfTex;
|
||||
#endif
|
||||
|
||||
#define dgMagicMeterEndTex "__OTR__textures/parameter_static/gMagicMeterEndTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMagicMeterEndTex[] = dgMagicMeterEndTex;
|
||||
#else
|
||||
static const char gMagicMeterEndTex[] __attribute__((aligned (2))) = dgMagicMeterEndTex;
|
||||
#endif
|
||||
|
||||
#define dgMagicMeterMidTex "__OTR__textures/parameter_static/gMagicMeterMidTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMagicMeterMidTex[] = dgMagicMeterMidTex;
|
||||
#else
|
||||
static const char gMagicMeterMidTex[] __attribute__((aligned (2))) = dgMagicMeterMidTex;
|
||||
#endif
|
||||
|
||||
#define dgMagicMeterFillTex "__OTR__textures/parameter_static/gMagicMeterFillTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gMagicMeterFillTex[] = dgMagicMeterFillTex;
|
||||
#else
|
||||
static const char gMagicMeterFillTex[] __attribute__((aligned (2))) = dgMagicMeterFillTex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/place_title_cards/g_pn_01.h
Normal file
23
soh/assets/textures/place_title_cards/g_pn_01.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgForestTempleTitleCardENGTex "__OTR__textures/g_pn_01/gForestTempleTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTempleTitleCardENGTex[] = dgForestTempleTitleCardENGTex;
|
||||
#else
|
||||
static const char gForestTempleTitleCardENGTex[] __attribute__((aligned (2))) = dgForestTempleTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTempleTitleCardGERTex "__OTR__textures/g_pn_01/gForestTempleTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTempleTitleCardGERTex[] = dgForestTempleTitleCardGERTex;
|
||||
#else
|
||||
static const char gForestTempleTitleCardGERTex[] __attribute__((aligned (2))) = dgForestTempleTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgForestTempleTitleCardFRATex "__OTR__textures/g_pn_01/gForestTempleTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gForestTempleTitleCardFRATex[] = dgForestTempleTitleCardFRATex;
|
||||
#else
|
||||
static const char gForestTempleTitleCardFRATex[] __attribute__((aligned (2))) = dgForestTempleTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/place_title_cards/g_pn_02.h
Normal file
23
soh/assets/textures/place_title_cards/g_pn_02.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgShadowTempleTitleCardENGTex "__OTR__textures/g_pn_02/gShadowTempleTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTempleTitleCardENGTex[] = dgShadowTempleTitleCardENGTex;
|
||||
#else
|
||||
static const char gShadowTempleTitleCardENGTex[] __attribute__((aligned (2))) = dgShadowTempleTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTempleTitleCardGERTex "__OTR__textures/g_pn_02/gShadowTempleTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTempleTitleCardGERTex[] = dgShadowTempleTitleCardGERTex;
|
||||
#else
|
||||
static const char gShadowTempleTitleCardGERTex[] __attribute__((aligned (2))) = dgShadowTempleTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgShadowTempleTitleCardFRATex "__OTR__textures/g_pn_02/gShadowTempleTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gShadowTempleTitleCardFRATex[] = dgShadowTempleTitleCardFRATex;
|
||||
#else
|
||||
static const char gShadowTempleTitleCardFRATex[] __attribute__((aligned (2))) = dgShadowTempleTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/place_title_cards/g_pn_03.h
Normal file
23
soh/assets/textures/place_title_cards/g_pn_03.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgFireTempleTitleCardENGTex "__OTR__textures/g_pn_03/gFireTempleTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTempleTitleCardENGTex[] = dgFireTempleTitleCardENGTex;
|
||||
#else
|
||||
static const char gFireTempleTitleCardENGTex[] __attribute__((aligned (2))) = dgFireTempleTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTempleTitleCardGERTex "__OTR__textures/g_pn_03/gFireTempleTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTempleTitleCardGERTex[] = dgFireTempleTitleCardGERTex;
|
||||
#else
|
||||
static const char gFireTempleTitleCardGERTex[] __attribute__((aligned (2))) = dgFireTempleTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgFireTempleTitleCardFRATex "__OTR__textures/g_pn_03/gFireTempleTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gFireTempleTitleCardFRATex[] = dgFireTempleTitleCardFRATex;
|
||||
#else
|
||||
static const char gFireTempleTitleCardFRATex[] __attribute__((aligned (2))) = dgFireTempleTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/place_title_cards/g_pn_04.h
Normal file
23
soh/assets/textures/place_title_cards/g_pn_04.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgWaterTempleTitleCardENGTex "__OTR__textures/g_pn_04/gWaterTempleTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTempleTitleCardENGTex[] = dgWaterTempleTitleCardENGTex;
|
||||
#else
|
||||
static const char gWaterTempleTitleCardENGTex[] __attribute__((aligned (2))) = dgWaterTempleTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTempleTitleCardGERTex "__OTR__textures/g_pn_04/gWaterTempleTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTempleTitleCardGERTex[] = dgWaterTempleTitleCardGERTex;
|
||||
#else
|
||||
static const char gWaterTempleTitleCardGERTex[] __attribute__((aligned (2))) = dgWaterTempleTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgWaterTempleTitleCardFRATex "__OTR__textures/g_pn_04/gWaterTempleTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gWaterTempleTitleCardFRATex[] = dgWaterTempleTitleCardFRATex;
|
||||
#else
|
||||
static const char gWaterTempleTitleCardFRATex[] __attribute__((aligned (2))) = dgWaterTempleTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/place_title_cards/g_pn_05.h
Normal file
23
soh/assets/textures/place_title_cards/g_pn_05.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgSpiritTempleTitleCardENGTex "__OTR__textures/g_pn_05/gSpiritTempleTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTempleTitleCardENGTex[] = dgSpiritTempleTitleCardENGTex;
|
||||
#else
|
||||
static const char gSpiritTempleTitleCardENGTex[] __attribute__((aligned (2))) = dgSpiritTempleTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTempleTitleCardGERTex "__OTR__textures/g_pn_05/gSpiritTempleTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTempleTitleCardGERTex[] = dgSpiritTempleTitleCardGERTex;
|
||||
#else
|
||||
static const char gSpiritTempleTitleCardGERTex[] __attribute__((aligned (2))) = dgSpiritTempleTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgSpiritTempleTitleCardFRATex "__OTR__textures/g_pn_05/gSpiritTempleTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gSpiritTempleTitleCardFRATex[] = dgSpiritTempleTitleCardFRATex;
|
||||
#else
|
||||
static const char gSpiritTempleTitleCardFRATex[] __attribute__((aligned (2))) = dgSpiritTempleTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
23
soh/assets/textures/place_title_cards/g_pn_06.h
Normal file
23
soh/assets/textures/place_title_cards/g_pn_06.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#define dgDekuTreeTitleCardENGTex "__OTR__textures/g_pn_06/gDekuTreeTitleCardENGTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreeTitleCardENGTex[] = dgDekuTreeTitleCardENGTex;
|
||||
#else
|
||||
static const char gDekuTreeTitleCardENGTex[] __attribute__((aligned (2))) = dgDekuTreeTitleCardENGTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreeTitleCardGERTex "__OTR__textures/g_pn_06/gDekuTreeTitleCardGERTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreeTitleCardGERTex[] = dgDekuTreeTitleCardGERTex;
|
||||
#else
|
||||
static const char gDekuTreeTitleCardGERTex[] __attribute__((aligned (2))) = dgDekuTreeTitleCardGERTex;
|
||||
#endif
|
||||
|
||||
#define dgDekuTreeTitleCardFRATex "__OTR__textures/g_pn_06/gDekuTreeTitleCardFRATex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gDekuTreeTitleCardFRATex[] = dgDekuTreeTitleCardFRATex;
|
||||
#else
|
||||
static const char gDekuTreeTitleCardFRATex[] __attribute__((aligned (2))) = dgDekuTreeTitleCardFRATex;
|
||||
#endif
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user