summaryrefslogtreecommitdiff
path: root/soh/assets/objects/object_pu_box/object_pu_box.h
blob: 81afe261b0d1d0b2bcd612f6699b96f339a09024 (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
#ifndef OBJECTS_OBJECT_PU_BOX_H
#define OBJECTS_OBJECT_PU_BOX_H 1

#include "align_asset_macro.h"

#define dgBlockSmallDL "__OTR__objects/object_pu_box/gBlockSmallDL"
static const ALIGN_ASSET(2) char gBlockSmallDL[] = dgBlockSmallDL;

#define dgBlockSmallCol "__OTR__objects/object_pu_box/gBlockSmallCol"
static const ALIGN_ASSET(2) char gBlockSmallCol[] = dgBlockSmallCol;

#define dgBlockMediumDL "__OTR__objects/object_pu_box/gBlockMediumDL"
static const ALIGN_ASSET(2) char gBlockMediumDL[] = dgBlockMediumDL;

#define dgBlockMediumCol "__OTR__objects/object_pu_box/gBlockMediumCol"
static const ALIGN_ASSET(2) char gBlockMediumCol[] = dgBlockMediumCol;

#define dgBlockTallDL "__OTR__objects/object_pu_box/gBlockTallDL"
static const ALIGN_ASSET(2) char gBlockTallDL[] = dgBlockTallDL;

#define dgBlockTallCol "__OTR__objects/object_pu_box/gBlockTallCol"
static const ALIGN_ASSET(2) char gBlockTallCol[] = dgBlockTallCol;

#define dgBlockTallestDL "__OTR__objects/object_pu_box/gBlockTallestDL"
static const ALIGN_ASSET(2) char gBlockTallestDL[] = dgBlockTallestDL;

#define dgBlockTallestCol "__OTR__objects/object_pu_box/gBlockTallestCol"
static const ALIGN_ASSET(2) char gBlockTallestCol[] = dgBlockTallestCol;

#define dgBlockTex "__OTR__objects/object_pu_box/gBlockTex"
static const ALIGN_ASSET(2) char gBlockTex[] = dgBlockTex;

#endif // OBJECTS_OBJECT_PU_BOX_H