summaryrefslogtreecommitdiff
path: root/soh/assets/objects/object_efc_tw/object_efc_tw.h
blob: 2bc8daefdde12954add99285097137164e68db79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef OBJECTS_OBJECT_EFC_TW_H
#define OBJECTS_OBJECT_EFC_TW_H 1

#include "align_asset_macro.h"

#define dgTimeWarpSkel "__OTR__objects/object_efc_tw/gTimeWarpSkel"
static const ALIGN_ASSET(2) char gTimeWarpSkel[] = dgTimeWarpSkel;

#define dgTimeWarpAnim "__OTR__objects/object_efc_tw/gTimeWarpAnim"
static const ALIGN_ASSET(2) char gTimeWarpAnim[] = dgTimeWarpAnim;

#define dgTimeWarpVtx "__OTR__objects/object_efc_tw/gTimeWarpVtx"
static const ALIGN_ASSET(2) char gTimeWarpVtx[] = dgTimeWarpVtx;

#define dgTimeWarpDL "__OTR__objects/object_efc_tw/gTimeWarpDL"
static const ALIGN_ASSET(2) char gTimeWarpDL[] = dgTimeWarpDL;

#define dgTimeWarpTex "__OTR__objects/object_efc_tw/gTimeWarpTex"
static const ALIGN_ASSET(2) char gTimeWarpTex[] = dgTimeWarpTex;


#endif // OBJECTS_OBJECT_EFC_TW_H