2023-09-01 12:47:51 -04:00
|
|
|
#ifndef DUNGEONS_DDAN_SCENE_H
|
|
|
|
#define DUNGEONS_DDAN_SCENE_H 1
|
2023-03-02 09:37:47 -05:00
|
|
|
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
|
2023-11-06 17:44:49 -05:00
|
|
|
#define dddan_sceneTLUT_011D70 "__OTR__scenes/nonmq/ddan_scene/ddan_sceneTLUT_011D70"
|
|
|
|
static const ALIGN_ASSET(2) char ddan_sceneTLUT_011D70[] = dddan_sceneTLUT_011D70;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCDayEntranceTex "__OTR__scenes/nonmq/ddan_scene/gDCDayEntranceTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCDayEntranceTex[] = dgDCDayEntranceTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCNightEntranceTex "__OTR__scenes/nonmq/ddan_scene/gDCNightEntranceTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCNightEntranceTex[] = dgDCNightEntranceTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCLavaFloor1Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor1Tex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCLavaFloor1Tex[] = dgDCLavaFloor1Tex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCLavaFloor2Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor2Tex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCLavaFloor2Tex[] = dgDCLavaFloor2Tex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCLavaFloor3Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor3Tex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCLavaFloor3Tex[] = dgDCLavaFloor3Tex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCLavaFloor4Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor4Tex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCLavaFloor4Tex[] = dgDCLavaFloor4Tex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCLavaFloor5Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor5Tex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCLavaFloor5Tex[] = dgDCLavaFloor5Tex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCLavaFloor6Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor6Tex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCLavaFloor6Tex[] = dgDCLavaFloor6Tex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCLavaFloor7Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor7Tex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCLavaFloor7Tex[] = dgDCLavaFloor7Tex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDCLavaFloor8Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor8Tex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDCLavaFloor8Tex[] = dgDCLavaFloor8Tex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgDcOpeningCs "__OTR__scenes/nonmq/ddan_scene/gDcOpeningCs"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gDcOpeningCs[] = dgDcOpeningCs;
|
|
|
|
|
2023-02-16 13:32:01 -05:00
|
|
|
#define dddan_sceneCollisionHeader_011D40 "__OTR__scenes/nonmq/ddan_scene/ddan_sceneCollisionHeader_011D40"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char ddan_sceneCollisionHeader_011D40[] = dddan_sceneCollisionHeader_011D40;
|
2023-02-14 08:29:46 -05:00
|
|
|
|
2023-09-01 12:47:51 -04:00
|
|
|
|
|
|
|
#endif // DUNGEONS_DDAN_SCENE_H
|