Shipwright/soh/assets/objects/object_dog/object_dog.h

83 lines
3.4 KiB
C
Raw Normal View History

#ifndef OBJECTS_OBJECT_DOG_H
#define OBJECTS_OBJECT_DOG_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgDogBarkAnim "__OTR__objects/object_dog/gDogBarkAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogBarkAnim[] = dgDogBarkAnim;
2023-02-14 08:29:46 -05:00
#define dgDogBowAnim "__OTR__objects/object_dog/gDogBowAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogBowAnim[] = dgDogBowAnim;
2023-02-14 08:29:46 -05:00
#define dgDogBow2Anim "__OTR__objects/object_dog/gDogBow2Anim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogBow2Anim[] = dgDogBow2Anim;
2023-02-14 08:29:46 -05:00
#define dgDogRunAnim "__OTR__objects/object_dog/gDogRunAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogRunAnim[] = dgDogRunAnim;
2023-02-14 08:29:46 -05:00
#define dgDogSitAnim "__OTR__objects/object_dog/gDogSitAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogSitAnim[] = dgDogSitAnim;
2023-02-14 08:29:46 -05:00
#define dgDogWalkAnim "__OTR__objects/object_dog/gDogWalkAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogWalkAnim[] = dgDogWalkAnim;
2023-02-14 08:29:46 -05:00
#define dgDogFur1Tex "__OTR__objects/object_dog/gDogFur1Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFur1Tex[] = dgDogFur1Tex;
2023-02-14 08:29:46 -05:00
#define dgDogFur2Tex "__OTR__objects/object_dog/gDogFur2Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFur2Tex[] = dgDogFur2Tex;
2023-02-14 08:29:46 -05:00
#define dgDogFur3Tex "__OTR__objects/object_dog/gDogFur3Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFur3Tex[] = dgDogFur3Tex;
2023-02-14 08:29:46 -05:00
#define dgDogFaceEyeTex "__OTR__objects/object_dog/gDogFaceEyeTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFaceEyeTex[] = dgDogFaceEyeTex;
2023-02-14 08:29:46 -05:00
#define dgDogFaceNoseTex "__OTR__objects/object_dog/gDogFaceNoseTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFaceNoseTex[] = dgDogFaceNoseTex;
2023-02-14 08:29:46 -05:00
#define dgDogFur4Tex "__OTR__objects/object_dog/gDogFur4Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFur4Tex[] = dgDogFur4Tex;
2023-02-14 08:29:46 -05:00
#define dgDogPawTex "__OTR__objects/object_dog/gDogPawTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogPawTex[] = dgDogPawTex;
2023-02-14 08:29:46 -05:00
#define dgDogFaceHairTex "__OTR__objects/object_dog/gDogFaceHairTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFaceHairTex[] = dgDogFaceHairTex;
2023-02-14 08:29:46 -05:00
#define dgDogHeadDL "__OTR__objects/object_dog/gDogHeadDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogHeadDL[] = dgDogHeadDL;
2023-02-14 08:29:46 -05:00
#define dgDogRightFaceHairDL "__OTR__objects/object_dog/gDogRightFaceHairDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogRightFaceHairDL[] = dgDogRightFaceHairDL;
2023-02-14 08:29:46 -05:00
#define dgDogLeftFaceHairDL "__OTR__objects/object_dog/gDogLeftFaceHairDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogLeftFaceHairDL[] = dgDogLeftFaceHairDL;
2023-02-14 08:29:46 -05:00
#define dgDogFrontBodyDL "__OTR__objects/object_dog/gDogFrontBodyDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFrontBodyDL[] = dgDogFrontBodyDL;
2023-02-14 08:29:46 -05:00
#define dgDogFrontRightLegDL "__OTR__objects/object_dog/gDogFrontRightLegDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFrontRightLegDL[] = dgDogFrontRightLegDL;
2023-02-14 08:29:46 -05:00
#define dgDogFrontLeftLegDL "__OTR__objects/object_dog/gDogFrontLeftLegDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogFrontLeftLegDL[] = dgDogFrontLeftLegDL;
2023-02-14 08:29:46 -05:00
#define dgDogBackBodyDL "__OTR__objects/object_dog/gDogBackBodyDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogBackBodyDL[] = dgDogBackBodyDL;
2023-02-14 08:29:46 -05:00
#define dgDogBackRightLegDL "__OTR__objects/object_dog/gDogBackRightLegDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogBackRightLegDL[] = dgDogBackRightLegDL;
2023-02-14 08:29:46 -05:00
#define dgDogBackLeftLegDL "__OTR__objects/object_dog/gDogBackLeftLegDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogBackLeftLegDL[] = dgDogBackLeftLegDL;
2023-02-14 08:29:46 -05:00
#define dgDogTailDL "__OTR__objects/object_dog/gDogTailDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDogTailDL[] = dgDogTailDL;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgDogSkel "__OTR__objects/object_dog/gDogSkel"
static const ALIGN_ASSET(2) char gDogSkel[] = dgDogSkel;
#endif // OBJECTS_OBJECT_DOG_H