summaryrefslogtreecommitdiff
path: root/soh/assets/objects/object_efc_doughnut/object_efc_doughnut.h
blob: 6e30007423a998a62e1c8802bbd23f8a74e3782b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef OBJECTS_OBJECT_EFC_DOUGHNUT_H
#define OBJECTS_OBJECT_EFC_DOUGHNUT_H 1

#include "align_asset_macro.h"

#define dgDeathMountainCloudFireTex "__OTR__objects/object_efc_doughnut/gDeathMountainCloudFireTex"
static const ALIGN_ASSET(2) char gDeathMountainCloudFireTex[] = dgDeathMountainCloudFireTex;

#define dgDeathMountainCloudNormalTex "__OTR__objects/object_efc_doughnut/gDeathMountainCloudNormalTex"
static const ALIGN_ASSET(2) char gDeathMountainCloudNormalTex[] = dgDeathMountainCloudNormalTex;

#define dgDeathMountainCloudCircleFieryDL "__OTR__objects/object_efc_doughnut/gDeathMountainCloudCircleFieryDL"
static const ALIGN_ASSET(2) char gDeathMountainCloudCircleFieryDL[] = dgDeathMountainCloudCircleFieryDL;

#define dgDeathMountainCloudCircleNormalDL "__OTR__objects/object_efc_doughnut/gDeathMountainCloudCircleNormalDL"
static const ALIGN_ASSET(2) char gDeathMountainCloudCircleNormalDL[] = dgDeathMountainCloudCircleNormalDL;

#endif // OBJECTS_OBJECT_EFC_DOUGHNUT_H