Shipwright/soh/assets/scenes/dungeons/ydan/ydan_scene.h
2023-02-14 08:29:46 -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_00B610 "__OTR__scenes/nonmq/ydan_scene/ydan_sceneCollisionHeader_00B610"
#ifdef _WIN32
static const __declspec(align(2)) char ydan_sceneCollisionHeader_00B610[] = dydan_sceneCollisionHeader_00B610;
#else
static const char ydan_sceneCollisionHeader_00B610[] __attribute__((aligned (2))) = dydan_sceneCollisionHeader_00B610;
#endif
#define dydan_sceneTLUT_00B800 "__OTR__scenes/nonmq/ydan_scene/ydan_sceneTLUT_00B800"
#ifdef _WIN32
static const __declspec(align(2)) char ydan_sceneTLUT_00B800[] = dydan_sceneTLUT_00B800;
#else
static const char ydan_sceneTLUT_00B800[] __attribute__((aligned (2))) = dydan_sceneTLUT_00B800;
#endif