Shipwright/soh/assets/scenes/dungeons/ydan/ydan_scene.h
2023-02-16 13:32:01 -05:00

38 lines
1.5 KiB
C

#pragma once
#define dgDekuTreeIntroCs "__OTR__scenes/nonmq/ydan_scene/gDekuTreeIntroCs"
#ifdef _WIN32
static const __declspec(align(2)) char gDekuTreeIntroCs[] = dgDekuTreeIntroCs;
#else
static const char gDekuTreeIntroCs[] __attribute__((aligned (2))) = dgDekuTreeIntroCs;
#endif
#define dgYdanTex_00BA18 "__OTR__scenes/nonmq/ydan_scene/gYdanTex_00BA18"
#ifdef _WIN32
static const __declspec(align(2)) char gYdanTex_00BA18[] = dgYdanTex_00BA18;
#else
static const char gYdanTex_00BA18[] __attribute__((aligned (2))) = dgYdanTex_00BA18;
#endif
#define dgYdanTex_00CA18 "__OTR__scenes/nonmq/ydan_scene/gYdanTex_00CA18"
#ifdef _WIN32
static const __declspec(align(2)) char gYdanTex_00CA18[] = dgYdanTex_00CA18;
#else
static const char gYdanTex_00CA18[] __attribute__((aligned (2))) = dgYdanTex_00CA18;
#endif
#define dydan_sceneCollisionHeader_00B618 "__OTR__scenes/nonmq/ydan_scene/ydan_sceneCollisionHeader_00B618"
#ifdef _WIN32
static const __declspec(align(2)) char ydan_sceneCollisionHeader_00B618[] = dydan_sceneCollisionHeader_00B618;
#else
static const char ydan_sceneCollisionHeader_00B618[] __attribute__((aligned (2))) = dydan_sceneCollisionHeader_00B618;
#endif
#define dydan_sceneTLUT_00B810 "__OTR__scenes/nonmq/ydan_scene/ydan_sceneTLUT_00B810"
#ifdef _WIN32
static const __declspec(align(2)) char ydan_sceneTLUT_00B810[] = dydan_sceneTLUT_00B810;
#else
static const char ydan_sceneTLUT_00B810[] __attribute__((aligned (2))) = dydan_sceneTLUT_00B810;
#endif