blob: c5445a72ab8e350a7e43bd8ccbd3111d788b8365 (
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
61
|
#ifndef OBJECTS_OBJECT_DS_H
#define OBJECTS_OBJECT_DS_H 1
#include "align_asset_macro.h"
#define dgPotionShopLadySkel "__OTR__objects/object_ds/gPotionShopLadySkel"
static const ALIGN_ASSET(2) char gPotionShopLadySkel[] = dgPotionShopLadySkel;
#define dgPotionShopLadyCatDL "__OTR__objects/object_ds/gPotionShopLadyCatDL"
static const ALIGN_ASSET(2) char gPotionShopLadyCatDL[] = dgPotionShopLadyCatDL;
#define dgPotionShopLadyTorsoDL "__OTR__objects/object_ds/gPotionShopLadyTorsoDL"
static const ALIGN_ASSET(2) char gPotionShopLadyTorsoDL[] = dgPotionShopLadyTorsoDL;
#define dgPotionShopLadyArmDL "__OTR__objects/object_ds/gPotionShopLadyArmDL"
static const ALIGN_ASSET(2) char gPotionShopLadyArmDL[] = dgPotionShopLadyArmDL;
#define dgPotionShopLadyHeadDL "__OTR__objects/object_ds/gPotionShopLadyHeadDL"
static const ALIGN_ASSET(2) char gPotionShopLadyHeadDL[] = dgPotionShopLadyHeadDL;
#define dgPotionShopLadyTLUT "__OTR__objects/object_ds/gPotionShopLadyTLUT"
static const ALIGN_ASSET(2) char gPotionShopLadyTLUT[] = dgPotionShopLadyTLUT;
#define dgPotionShopLadySkinGradientTex "__OTR__objects/object_ds/gPotionShopLadySkinGradientTex"
static const ALIGN_ASSET(2) char gPotionShopLadySkinGradientTex[] = dgPotionShopLadySkinGradientTex;
#define dgPotionShopLadyEyelashBottomTex "__OTR__objects/object_ds/gPotionShopLadyEyelashBottomTex"
static const ALIGN_ASSET(2) char gPotionShopLadyEyelashBottomTex[] = dgPotionShopLadyEyelashBottomTex;
#define dgPotionShopLadyEyelashTopTex "__OTR__objects/object_ds/gPotionShopLadyEyelashTopTex"
static const ALIGN_ASSET(2) char gPotionShopLadyEyelashTopTex[] = dgPotionShopLadyEyelashTopTex;
#define dgPotionShopLadyEar1Tex "__OTR__objects/object_ds/gPotionShopLadyEar1Tex"
static const ALIGN_ASSET(2) char gPotionShopLadyEar1Tex[] = dgPotionShopLadyEar1Tex;
#define dgPotionShopLadyHairTex "__OTR__objects/object_ds/gPotionShopLadyHairTex"
static const ALIGN_ASSET(2) char gPotionShopLadyHairTex[] = dgPotionShopLadyHairTex;
#define dgPotionShopLadyEyeTex "__OTR__objects/object_ds/gPotionShopLadyEyeTex"
static const ALIGN_ASSET(2) char gPotionShopLadyEyeTex[] = dgPotionShopLadyEyeTex;
#define dgPotionShopLadyEar2Tex "__OTR__objects/object_ds/gPotionShopLadyEar2Tex"
static const ALIGN_ASSET(2) char gPotionShopLadyEar2Tex[] = dgPotionShopLadyEar2Tex;
#define dgPotionShopLadyArmGradientTex "__OTR__objects/object_ds/gPotionShopLadyArmGradientTex"
static const ALIGN_ASSET(2) char gPotionShopLadyArmGradientTex[] = dgPotionShopLadyArmGradientTex;
#define dgPotionShopLadyShirtPatternTex "__OTR__objects/object_ds/gPotionShopLadyShirtPatternTex"
static const ALIGN_ASSET(2) char gPotionShopLadyShirtPatternTex[] = dgPotionShopLadyShirtPatternTex;
#define dgPotionShopLadyCatPattern1Tex "__OTR__objects/object_ds/gPotionShopLadyCatPattern1Tex"
static const ALIGN_ASSET(2) char gPotionShopLadyCatPattern1Tex[] = dgPotionShopLadyCatPattern1Tex;
#define dgPotionShopLadyCatPattern2Tex "__OTR__objects/object_ds/gPotionShopLadyCatPattern2Tex"
static const ALIGN_ASSET(2) char gPotionShopLadyCatPattern2Tex[] = dgPotionShopLadyCatPattern2Tex;
#define dgPotionShopLadyAnim "__OTR__objects/object_ds/gPotionShopLadyAnim"
static const ALIGN_ASSET(2) char gPotionShopLadyAnim[] = dgPotionShopLadyAnim;
#endif // OBJECTS_OBJECT_DS_H
|