Shipwright/soh/assets/objects/object_ds/object_ds.h

57 lines
3.1 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadySkel "__OTR__objects/object_ds/gPotionShopLadySkel"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadySkel[] = dgPotionShopLadySkel;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyCatDL "__OTR__objects/object_ds/gPotionShopLadyCatDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyCatDL[] = dgPotionShopLadyCatDL;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyTorsoDL "__OTR__objects/object_ds/gPotionShopLadyTorsoDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyTorsoDL[] = dgPotionShopLadyTorsoDL;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyArmDL "__OTR__objects/object_ds/gPotionShopLadyArmDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyArmDL[] = dgPotionShopLadyArmDL;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyHeadDL "__OTR__objects/object_ds/gPotionShopLadyHeadDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyHeadDL[] = dgPotionShopLadyHeadDL;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyTLUT "__OTR__objects/object_ds/gPotionShopLadyTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyTLUT[] = dgPotionShopLadyTLUT;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadySkinGradientTex "__OTR__objects/object_ds/gPotionShopLadySkinGradientTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadySkinGradientTex[] = dgPotionShopLadySkinGradientTex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyEyelashBottomTex "__OTR__objects/object_ds/gPotionShopLadyEyelashBottomTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyEyelashBottomTex[] = dgPotionShopLadyEyelashBottomTex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyEyelashTopTex "__OTR__objects/object_ds/gPotionShopLadyEyelashTopTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyEyelashTopTex[] = dgPotionShopLadyEyelashTopTex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyEar1Tex "__OTR__objects/object_ds/gPotionShopLadyEar1Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyEar1Tex[] = dgPotionShopLadyEar1Tex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyHairTex "__OTR__objects/object_ds/gPotionShopLadyHairTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyHairTex[] = dgPotionShopLadyHairTex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyEyeTex "__OTR__objects/object_ds/gPotionShopLadyEyeTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyEyeTex[] = dgPotionShopLadyEyeTex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyEar2Tex "__OTR__objects/object_ds/gPotionShopLadyEar2Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyEar2Tex[] = dgPotionShopLadyEar2Tex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyArmGradientTex "__OTR__objects/object_ds/gPotionShopLadyArmGradientTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyArmGradientTex[] = dgPotionShopLadyArmGradientTex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyShirtPatternTex "__OTR__objects/object_ds/gPotionShopLadyShirtPatternTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyShirtPatternTex[] = dgPotionShopLadyShirtPatternTex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyCatPattern1Tex "__OTR__objects/object_ds/gPotionShopLadyCatPattern1Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyCatPattern1Tex[] = dgPotionShopLadyCatPattern1Tex;
2023-02-14 08:29:46 -05:00
#define dgPotionShopLadyCatPattern2Tex "__OTR__objects/object_ds/gPotionShopLadyCatPattern2Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPotionShopLadyCatPattern2Tex[] = dgPotionShopLadyCatPattern2Tex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgPotionShopLadyAnim "__OTR__objects/object_ds/gPotionShopLadyAnim"
static const ALIGN_ASSET(2) char gPotionShopLadyAnim[] = dgPotionShopLadyAnim;