Shipwright/soh/assets/objects/object_bl/object_bl.h

54 lines
2.5 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 dgBiriDischargeLightningAnim "__OTR__objects/object_bl/gBiriDischargeLightningAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriDischargeLightningAnim[] = dgBiriDischargeLightningAnim;
2023-02-14 08:29:46 -05:00
#define dgBiriClimbAnim "__OTR__objects/object_bl/gBiriClimbAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriClimbAnim[] = dgBiriClimbAnim;
2023-02-14 08:29:46 -05:00
#define dgBiriDefaultAnim "__OTR__objects/object_bl/gBiriDefaultAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriDefaultAnim[] = dgBiriDefaultAnim;
2023-02-14 08:29:46 -05:00
#define dgBiriTentaclesDL "__OTR__objects/object_bl/gBiriTentaclesDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriTentaclesDL[] = dgBiriTentaclesDL;
2023-02-14 08:29:46 -05:00
#define dgBiriInnerHoodDL "__OTR__objects/object_bl/gBiriInnerHoodDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriInnerHoodDL[] = dgBiriInnerHoodDL;
2023-02-14 08:29:46 -05:00
#define dgBiriOuterHoodDL "__OTR__objects/object_bl/gBiriOuterHoodDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriOuterHoodDL[] = dgBiriOuterHoodDL;
2023-02-14 08:29:46 -05:00
#define dgBiriOuterHoodTex "__OTR__objects/object_bl/gBiriOuterHoodTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriOuterHoodTex[] = dgBiriOuterHoodTex;
2023-02-14 08:29:46 -05:00
#define dgBiriTentacles0Tex "__OTR__objects/object_bl/gBiriTentacles0Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriTentacles0Tex[] = dgBiriTentacles0Tex;
2023-02-14 08:29:46 -05:00
#define dgBiriTentacles1Tex "__OTR__objects/object_bl/gBiriTentacles1Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriTentacles1Tex[] = dgBiriTentacles1Tex;
2023-02-14 08:29:46 -05:00
#define dgBiriTentacles2Tex "__OTR__objects/object_bl/gBiriTentacles2Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriTentacles2Tex[] = dgBiriTentacles2Tex;
2023-02-14 08:29:46 -05:00
#define dgBiriTentacles3Tex "__OTR__objects/object_bl/gBiriTentacles3Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriTentacles3Tex[] = dgBiriTentacles3Tex;
2023-02-14 08:29:46 -05:00
#define dgBiriTentacles4Tex "__OTR__objects/object_bl/gBiriTentacles4Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriTentacles4Tex[] = dgBiriTentacles4Tex;
2023-02-14 08:29:46 -05:00
#define dgBiriTentacles5Tex "__OTR__objects/object_bl/gBiriTentacles5Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriTentacles5Tex[] = dgBiriTentacles5Tex;
2023-02-14 08:29:46 -05:00
#define dgBiriTentacles6Tex "__OTR__objects/object_bl/gBiriTentacles6Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriTentacles6Tex[] = dgBiriTentacles6Tex;
2023-02-14 08:29:46 -05:00
#define dgBiriTentacles7Tex "__OTR__objects/object_bl/gBiriTentacles7Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriTentacles7Tex[] = dgBiriTentacles7Tex;
2023-02-14 08:29:46 -05:00
#define dgBiriInnerHoodTex "__OTR__objects/object_bl/gBiriInnerHoodTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBiriInnerHoodTex[] = dgBiriInnerHoodTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgBiriSkel "__OTR__objects/object_bl/gBiriSkel"
static const ALIGN_ASSET(2) char gBiriSkel[] = dgBiriSkel;