Generate assets with MQ present (#2485)

This commit is contained in:
David Chavez
2023-02-16 19:32:01 +01:00
committed by GitHub
parent 877fc2dcca
commit 6cd7066706
208 changed files with 7785 additions and 7127 deletions

View File

@@ -55,6 +55,13 @@ static const __declspec(align(2)) char gSheikIdleAnim[] = dgSheikIdleAnim;
static const char gSheikIdleAnim[] __attribute__((aligned (2))) = dgSheikIdleAnim;
#endif
#define dobject_xc_TLUT_004A40 "__OTR__objects/object_xc/object_xc_TLUT_004A40"
#ifdef _WIN32
static const __declspec(align(2)) char object_xc_TLUT_004A40[] = dobject_xc_TLUT_004A40;
#else
static const char object_xc_TLUT_004A40[] __attribute__((aligned (2))) = dobject_xc_TLUT_004A40;
#endif
#define dgSheikWalkingAnim "__OTR__objects/object_xc/gSheikWalkingAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gSheikWalkingAnim[] = dgSheikWalkingAnim;
@@ -454,13 +461,6 @@ static const __declspec(align(2)) char object_xcTex_0064C0[] = dobject_xcTex_006
static const char object_xcTex_0064C0[] __attribute__((aligned (2))) = dobject_xcTex_0064C0;
#endif
#define dobject_xcTLUT_004A40 "__OTR__objects/object_xc/object_xcTLUT_004A40"
#ifdef _WIN32
static const __declspec(align(2)) char object_xcTLUT_004A40[] = dobject_xcTLUT_004A40;
#else
static const char object_xcTLUT_004A40[] __attribute__((aligned (2))) = dobject_xcTLUT_004A40;
#endif
#define dobject_xcTex_006E80 "__OTR__objects/object_xc/object_xcTex_006E80"
#ifdef _WIN32
static const __declspec(align(2)) char object_xcTex_006E80[] = dobject_xcTex_006E80;