2023-09-01 12:47:51 -04:00
|
|
|
#ifndef DUNGEONS_MEN_SCENE_H
|
|
|
|
#define DUNGEONS_MEN_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 dmen_sceneTex_0108C0 "__OTR__scenes/nonmq/men_scene/men_sceneTex_0108C0"
|
|
|
|
static const ALIGN_ASSET(2) char men_sceneTex_0108C0[] = dmen_sceneTex_0108C0;
|
|
|
|
|
|
|
|
#define dmen_sceneTex_010CC0 "__OTR__scenes/nonmq/men_scene/men_sceneTex_010CC0"
|
|
|
|
static const ALIGN_ASSET(2) char men_sceneTex_010CC0[] = dmen_sceneTex_010CC0;
|
|
|
|
|
|
|
|
#define dmen_sceneTLUT_00F6C0 "__OTR__scenes/nonmq/men_scene/men_sceneTLUT_00F6C0"
|
|
|
|
static const ALIGN_ASSET(2) char men_sceneTLUT_00F6C0[] = dmen_sceneTLUT_00F6C0;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgGTGDayEntranceTex "__OTR__scenes/nonmq/men_scene/gGTGDayEntranceTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gGTGDayEntranceTex[] = dgGTGDayEntranceTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgGTGNightEntranceTex "__OTR__scenes/nonmq/men_scene/gGTGNightEntranceTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gGTGNightEntranceTex[] = dgGTGNightEntranceTex;
|
|
|
|
|
2023-02-16 13:32:01 -05:00
|
|
|
#define dmen_sceneCollisionHeader_00F690 "__OTR__scenes/nonmq/men_scene/men_sceneCollisionHeader_00F690"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char men_sceneCollisionHeader_00F690[] = dmen_sceneCollisionHeader_00F690;
|
|
|
|
|
2023-09-01 12:47:51 -04:00
|
|
|
|
|
|
|
#endif // DUNGEONS_MEN_SCENE_H
|