summaryrefslogtreecommitdiff
path: root/soh/assets/objects/object_mamenoki/object_mamenoki.h
blob: 0909a714d1674a71130ab59cc304360bef6cd1ee (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
29
30
31
32
33
34
35
36
37
38
39
#ifndef OBJECTS_OBJECT_MAMENOKI_H
#define OBJECTS_OBJECT_MAMENOKI_H 1

#include "align_asset_macro.h"

#define dgMagicBeanSeedlingDL "__OTR__objects/object_mamenoki/gMagicBeanSeedlingDL"
static const ALIGN_ASSET(2) char gMagicBeanSeedlingDL[] = dgMagicBeanSeedlingDL;

#define dgMagicBeanStemDL "__OTR__objects/object_mamenoki/gMagicBeanStemDL"
static const ALIGN_ASSET(2) char gMagicBeanStemDL[] = dgMagicBeanStemDL;

#define dgMagicBeanPlatformDL "__OTR__objects/object_mamenoki/gMagicBeanPlatformDL"
static const ALIGN_ASSET(2) char gMagicBeanPlatformDL[] = dgMagicBeanPlatformDL;

#define dgMagicBeanSoftSoilDL "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilDL"
static const ALIGN_ASSET(2) char gMagicBeanSoftSoilDL[] = dgMagicBeanSoftSoilDL;

#define dgMagicBeanSoftSoilTex "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilTex"
static const ALIGN_ASSET(2) char gMagicBeanSoftSoilTex[] = dgMagicBeanSoftSoilTex;

#define dgMagicBeanSeedlingTex "__OTR__objects/object_mamenoki/gMagicBeanSeedlingTex"
static const ALIGN_ASSET(2) char gMagicBeanSeedlingTex[] = dgMagicBeanSeedlingTex;

#define dgMagicBeanPlatformTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformTex"
static const ALIGN_ASSET(2) char gMagicBeanPlatformTex[] = dgMagicBeanPlatformTex;

#define dgMagicBeanPlatformStemTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformStemTex"
static const ALIGN_ASSET(2) char gMagicBeanPlatformStemTex[] = dgMagicBeanPlatformStemTex;

#define dgMagicBeanPlatformRootsTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformRootsTex"
static const ALIGN_ASSET(2) char gMagicBeanPlatformRootsTex[] = dgMagicBeanPlatformRootsTex;

#define dgMagicBeanStemTex "__OTR__objects/object_mamenoki/gMagicBeanStemTex"
static const ALIGN_ASSET(2) char gMagicBeanStemTex[] = dgMagicBeanStemTex;

#define dgMagicBeanPlatformCol "__OTR__objects/object_mamenoki/gMagicBeanPlatformCol"
static const ALIGN_ASSET(2) char gMagicBeanPlatformCol[] = dgMagicBeanPlatformCol;

#endif // OBJECTS_OBJECT_MAMENOKI_H