blob: be4290bf48b4e338ef951528a298f43d216478a4 (
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_MORI_TEX_H
#define OBJECTS_OBJECT_MORI_TEX_H 1
#include "align_asset_macro.h"
#define dgMoriElevatorBarTex "__OTR__objects/object_mori_tex/gMoriElevatorBarTex"
static const ALIGN_ASSET(2) char gMoriElevatorBarTex[] = dgMoriElevatorBarTex;
#define dgMoriElevatorTopTex "__OTR__objects/object_mori_tex/gMoriElevatorTopTex"
static const ALIGN_ASSET(2) char gMoriElevatorTopTex[] = dgMoriElevatorTopTex;
#define dgMoriElevatorSideTex "__OTR__objects/object_mori_tex/gMoriElevatorSideTex"
static const ALIGN_ASSET(2) char gMoriElevatorSideTex[] = dgMoriElevatorSideTex;
#define dgMoriStoneWallTex "__OTR__objects/object_mori_tex/gMoriStoneWallTex"
static const ALIGN_ASSET(2) char gMoriStoneWallTex[] = dgMoriStoneWallTex;
#define dgMoriKaitenkabeMetalWallTex "__OTR__objects/object_mori_tex/gMoriKaitenkabeMetalWallTex"
static const ALIGN_ASSET(2) char gMoriKaitenkabeMetalWallTex[] = dgMoriKaitenkabeMetalWallTex;
#define dgMoriRakkatenjoCheckerboardTex "__OTR__objects/object_mori_tex/gMoriRakkatenjoCheckerboardTex"
static const ALIGN_ASSET(2) char gMoriRakkatenjoCheckerboardTex[] = dgMoriRakkatenjoCheckerboardTex;
#define dgMoriStalfosPlatformSideTex "__OTR__objects/object_mori_tex/gMoriStalfosPlatformSideTex"
static const ALIGN_ASSET(2) char gMoriStalfosPlatformSideTex[] = dgMoriStalfosPlatformSideTex;
#define dgMoriStalfosPlatformTopTex "__OTR__objects/object_mori_tex/gMoriStalfosPlatformTopTex"
static const ALIGN_ASSET(2) char gMoriStalfosPlatformTopTex[] = dgMoriStalfosPlatformTopTex;
#define dgMoriHashiraPlatformsTex "__OTR__objects/object_mori_tex/gMoriHashiraPlatformsTex"
static const ALIGN_ASSET(2) char gMoriHashiraPlatformsTex[] = dgMoriHashiraPlatformsTex;
#define dgMoriWaterTex "__OTR__objects/object_mori_tex/gMoriWaterTex"
static const ALIGN_ASSET(2) char gMoriWaterTex[] = dgMoriWaterTex;
#define dgMoriHashigoLadderTex "__OTR__objects/object_mori_tex/gMoriHashigoLadderTex"
static const ALIGN_ASSET(2) char gMoriHashigoLadderTex[] = dgMoriHashigoLadderTex;
#define dgForestTwistedHallwayPillarTex "__OTR__objects/object_mori_tex/gForestTwistedHallwayPillarTex"
static const ALIGN_ASSET(2) char gForestTwistedHallwayPillarTex[] = dgForestTwistedHallwayPillarTex;
#define dgForestTwistedHallwayWallAndFloorTex "__OTR__objects/object_mori_tex/gForestTwistedHallwayWallAndFloorTex"
static const ALIGN_ASSET(2) char gForestTwistedHallwayWallAndFloorTex[] = dgForestTwistedHallwayWallAndFloorTex;
#define dgForestTwistedHallwayWallDesignTex "__OTR__objects/object_mori_tex/gForestTwistedHallwayWallDesignTex"
static const ALIGN_ASSET(2) char gForestTwistedHallwayWallDesignTex[] = dgForestTwistedHallwayWallDesignTex;
#define dgForestTwistedHallCarpetTex "__OTR__objects/object_mori_tex/gForestTwistedHallCarpetTex"
static const ALIGN_ASSET(2) char gForestTwistedHallCarpetTex[] = dgForestTwistedHallCarpetTex;
#define dgForestTwistedHallLadderTex "__OTR__objects/object_mori_tex/gForestTwistedHallLadderTex"
static const ALIGN_ASSET(2) char gForestTwistedHallLadderTex[] = dgForestTwistedHallLadderTex;
#define dgForestTwistedHallBrickTex "__OTR__objects/object_mori_tex/gForestTwistedHallBrickTex"
static const ALIGN_ASSET(2) char gForestTwistedHallBrickTex[] = dgForestTwistedHallBrickTex;
#define dgMoriHashiraGateTex "__OTR__objects/object_mori_tex/gMoriHashiraGateTex"
static const ALIGN_ASSET(2) char gMoriHashiraGateTex[] = dgMoriHashiraGateTex;
#endif // OBJECTS_OBJECT_MORI_TEX_H
|