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

#include "align_asset_macro.h"

#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;

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

typedef enum TimewarpLimb {
    /* 0x00 */ TIMEWARP_LIMB_NONE,
    /* 0x01 */ TIMEWARP_LIMB_1,
    /* 0x02 */ TIMEWARP_LIMB_2,
    /* 0x03 */ TIMEWARP_LIMB_MAX
} TimewarpLimb;

#endif // OBJECTS_OBJECT_EFC_TW_H