blob: 5e5ac2875a037771fbf99093b0b60f563057bc70 (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
#ifndef OBJECTS_OBJECT_SPOT08_OBJ_H
#define OBJECTS_OBJECT_SPOT08_OBJ_H 1
#include "align_asset_macro.h"
#define dgZorasFountainIceRampDL "__OTR__objects/object_spot08_obj/gZorasFountainIceRampDL"
static const ALIGN_ASSET(2) char gZorasFountainIceRampDL[] = dgZorasFountainIceRampDL;
#define dgZorasFountainIceRampTLUT "__OTR__objects/object_spot08_obj/gZorasFountainIceRampTLUT"
static const ALIGN_ASSET(2) char gZorasFountainIceRampTLUT[] = dgZorasFountainIceRampTLUT;
#define dgZorasFountainIceRampLowerSideTex "__OTR__objects/object_spot08_obj/gZorasFountainIceRampLowerSideTex"
static const ALIGN_ASSET(2) char gZorasFountainIceRampLowerSideTex[] = dgZorasFountainIceRampLowerSideTex;
#define dgZorasFountainIceRampSurfaceTex "__OTR__objects/object_spot08_obj/gZorasFountainIceRampSurfaceTex"
static const ALIGN_ASSET(2) char gZorasFountainIceRampSurfaceTex[] = dgZorasFountainIceRampSurfaceTex;
#define dgZorasFountainIceRampUpperSideTex "__OTR__objects/object_spot08_obj/gZorasFountainIceRampUpperSideTex"
static const ALIGN_ASSET(2) char gZorasFountainIceRampUpperSideTex[] = dgZorasFountainIceRampUpperSideTex;
#define dgZorasFountainIceRampMiddleSlopeTex "__OTR__objects/object_spot08_obj/gZorasFountainIceRampMiddleSlopeTex"
static const ALIGN_ASSET(2) char gZorasFountainIceRampMiddleSlopeTex[] = dgZorasFountainIceRampMiddleSlopeTex;
#define dgZorasFountainIceRampCol "__OTR__objects/object_spot08_obj/gZorasFountainIceRampCol"
static const ALIGN_ASSET(2) char gZorasFountainIceRampCol[] = dgZorasFountainIceRampCol;
#define dgZorasFountainIcebergDL "__OTR__objects/object_spot08_obj/gZorasFountainIcebergDL"
static const ALIGN_ASSET(2) char gZorasFountainIcebergDL[] = dgZorasFountainIcebergDL;
#define dgZorasFountainIceberg1TLUT "__OTR__objects/object_spot08_obj/gZorasFountainIceberg1TLUT"
static const ALIGN_ASSET(2) char gZorasFountainIceberg1TLUT[] = dgZorasFountainIceberg1TLUT;
#define dgZorasFountainIceberg2TLUT "__OTR__objects/object_spot08_obj/gZorasFountainIceberg2TLUT"
static const ALIGN_ASSET(2) char gZorasFountainIceberg2TLUT[] = dgZorasFountainIceberg2TLUT;
#define dgZorasFountainIcebergSideTex "__OTR__objects/object_spot08_obj/gZorasFountainIcebergSideTex"
static const ALIGN_ASSET(2) char gZorasFountainIcebergSideTex[] = dgZorasFountainIcebergSideTex;
#define dgZorasFountainIcebergTopTex "__OTR__objects/object_spot08_obj/gZorasFountainIcebergTopTex"
static const ALIGN_ASSET(2) char gZorasFountainIcebergTopTex[] = dgZorasFountainIcebergTopTex;
#define dgZorasFountainIcebergUndersideTex "__OTR__objects/object_spot08_obj/gZorasFountainIcebergUndersideTex"
static const ALIGN_ASSET(2) char gZorasFountainIcebergUndersideTex[] = dgZorasFountainIcebergUndersideTex;
#define dgZorasFountainIcebergCol "__OTR__objects/object_spot08_obj/gZorasFountainIcebergCol"
static const ALIGN_ASSET(2) char gZorasFountainIcebergCol[] = dgZorasFountainIcebergCol;
#define dgZorasFountainBombableWallDL "__OTR__objects/object_spot08_obj/gZorasFountainBombableWallDL"
static const ALIGN_ASSET(2) char gZorasFountainBombableWallDL[] = dgZorasFountainBombableWallDL;
#define dgZorasFountainBombableWallTLUT "__OTR__objects/object_spot08_obj/gZorasFountainBombableWallTLUT"
static const ALIGN_ASSET(2) char gZorasFountainBombableWallTLUT[] = dgZorasFountainBombableWallTLUT;
#define dgZorasFountainBombableWallTex "__OTR__objects/object_spot08_obj/gZorasFountainBombableWallTex"
static const ALIGN_ASSET(2) char gZorasFountainBombableWallTex[] = dgZorasFountainBombableWallTex;
#define dgZorasFountainBombableWallCol "__OTR__objects/object_spot08_obj/gZorasFountainBombableWallCol"
static const ALIGN_ASSET(2) char gZorasFountainBombableWallCol[] = dgZorasFountainBombableWallCol;
#endif // OBJECTS_OBJECT_SPOT08_OBJ_H
|