Shipwright/soh/assets/objects/object_anubice/object_anubice.h

90 lines
5.4 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 dgAnubiceSkel "__OTR__objects/object_anubice/gAnubiceSkel"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceSkel[] = dgAnubiceSkel;
2023-02-14 08:29:46 -05:00
#define dgAnubiceFallDownAnim "__OTR__objects/object_anubice/gAnubiceFallDownAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceFallDownAnim[] = dgAnubiceFallDownAnim;
2023-02-14 08:29:46 -05:00
#define dgAnubiceAttackingAnim "__OTR__objects/object_anubice/gAnubiceAttackingAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceAttackingAnim[] = dgAnubiceAttackingAnim;
2023-02-14 08:29:46 -05:00
#define dgAnubiceIdleAnim "__OTR__objects/object_anubice/gAnubiceIdleAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceIdleAnim[] = dgAnubiceIdleAnim;
2023-02-14 08:29:46 -05:00
#define dgAnubiceEyesDL "__OTR__objects/object_anubice/gAnubiceEyesDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceEyesDL[] = dgAnubiceEyesDL;
2023-02-14 08:29:46 -05:00
#define dgAnubiceFireAttackDL "__OTR__objects/object_anubice/gAnubiceFireAttackDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceFireAttackDL[] = dgAnubiceFireAttackDL;
2023-02-14 08:29:46 -05:00
#define dgAnubiceLaughingAnim "__OTR__objects/object_anubice/gAnubiceLaughingAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceLaughingAnim[] = dgAnubiceLaughingAnim;
2023-02-14 08:29:46 -05:00
#define dgAnubiceStandUpAnim "__OTR__objects/object_anubice/gAnubiceStandUpAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceStandUpAnim[] = dgAnubiceStandUpAnim;
2023-02-14 08:29:46 -05:00
#define dgAnubiceUnusedParticleMaterialDL "__OTR__objects/object_anubice/gAnubiceUnusedParticleMaterialDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceUnusedParticleMaterialDL[] = dgAnubiceUnusedParticleMaterialDL;
2023-02-14 08:29:46 -05:00
#define dgAnubiceUnusedParticleModelDL "__OTR__objects/object_anubice/gAnubiceUnusedParticleModelDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceUnusedParticleModelDL[] = dgAnubiceUnusedParticleModelDL;
2023-02-14 08:29:46 -05:00
#define dgAnubiceAnim_000A48 "__OTR__objects/object_anubice/gAnubiceAnim_000A48"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceAnim_000A48[] = dgAnubiceAnim_000A48;
2023-02-14 08:29:46 -05:00
#define dgAnubiceAnim_000BAC "__OTR__objects/object_anubice/gAnubiceAnim_000BAC"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceAnim_000BAC[] = dgAnubiceAnim_000BAC;
2023-02-14 08:29:46 -05:00
#define dgAnubiceSkelLimbsLimb_0038B8DL_002CE0 "__OTR__objects/object_anubice/gAnubiceSkelLimbsLimb_0038B8DL_002CE0"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceSkelLimbsLimb_0038B8DL_002CE0[] = dgAnubiceSkelLimbsLimb_0038B8DL_002CE0;
2023-02-14 08:29:46 -05:00
#define dgAnubiceSkelLimbsLimb_0038D0DL_002E30 "__OTR__objects/object_anubice/gAnubiceSkelLimbsLimb_0038D0DL_002E30"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceSkelLimbsLimb_0038D0DL_002E30[] = dgAnubiceSkelLimbsLimb_0038D0DL_002E30;
2023-02-14 08:29:46 -05:00
#define dgAnubiceSkelLimbsLimb_0038DCDL_002EE0 "__OTR__objects/object_anubice/gAnubiceSkelLimbsLimb_0038DCDL_002EE0"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceSkelLimbsLimb_0038DCDL_002EE0[] = dgAnubiceSkelLimbsLimb_0038DCDL_002EE0;
2023-02-14 08:29:46 -05:00
#define dgAnubiceSkelLimbsLimb_0038F4DL_002F90 "__OTR__objects/object_anubice/gAnubiceSkelLimbsLimb_0038F4DL_002F90"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceSkelLimbsLimb_0038F4DL_002F90[] = dgAnubiceSkelLimbsLimb_0038F4DL_002F90;
2023-02-14 08:29:46 -05:00
#define dgAnubiceSkelLimbsLimb_003900DL_003040 "__OTR__objects/object_anubice/gAnubiceSkelLimbsLimb_003900DL_003040"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceSkelLimbsLimb_003900DL_003040[] = dgAnubiceSkelLimbsLimb_003900DL_003040;
2023-02-14 08:29:46 -05:00
#define dgAnubiceSkelLimbsLimb_003918DL_003108 "__OTR__objects/object_anubice/gAnubiceSkelLimbsLimb_003918DL_003108"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceSkelLimbsLimb_003918DL_003108[] = dgAnubiceSkelLimbsLimb_003918DL_003108;
2023-02-14 08:29:46 -05:00
#define dgAnubiceSkelLimbsLimb_003930DL_003288 "__OTR__objects/object_anubice/gAnubiceSkelLimbsLimb_003930DL_003288"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceSkelLimbsLimb_003930DL_003288[] = dgAnubiceSkelLimbsLimb_003930DL_003288;
2023-02-14 08:29:46 -05:00
#define dgAnubiceSkelLimbsLimb_003948DL_0031A0 "__OTR__objects/object_anubice/gAnubiceSkelLimbsLimb_003948DL_0031A0"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gAnubiceSkelLimbsLimb_003948DL_0031A0[] = dgAnubiceSkelLimbsLimb_003948DL_0031A0;
2023-02-14 08:29:46 -05:00
#define dobject_anubiceTex_001690 "__OTR__objects/object_anubice/object_anubiceTex_001690"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char object_anubiceTex_001690[] = dobject_anubiceTex_001690;
2023-02-14 08:29:46 -05:00
#define dobject_anubiceTex_0036A0 "__OTR__objects/object_anubice/object_anubiceTex_0036A0"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char object_anubiceTex_0036A0[] = dobject_anubiceTex_0036A0;
2023-02-14 08:29:46 -05:00
#define dobject_anubiceTex_001090 "__OTR__objects/object_anubice/object_anubiceTex_001090"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char object_anubiceTex_001090[] = dobject_anubiceTex_001090;
2023-02-14 08:29:46 -05:00
#define dobject_anubiceTex_000F90 "__OTR__objects/object_anubice/object_anubiceTex_000F90"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char object_anubiceTex_000F90[] = dobject_anubiceTex_000F90;
2023-02-14 08:29:46 -05:00
#define dobject_anubiceTex_001110 "__OTR__objects/object_anubice/object_anubiceTex_001110"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char object_anubiceTex_001110[] = dobject_anubiceTex_001110;
2023-02-14 08:29:46 -05:00
#define dobject_anubiceTex_001510 "__OTR__objects/object_anubice/object_anubiceTex_001510"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char object_anubiceTex_001510[] = dobject_anubiceTex_001510;
2023-02-14 08:29:46 -05:00
#define dobject_anubiceTex_001590 "__OTR__objects/object_anubice/object_anubiceTex_001590"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char object_anubiceTex_001590[] = dobject_anubiceTex_001590;
2023-02-14 08:29:46 -05:00
#define dobject_anubiceTex_001610 "__OTR__objects/object_anubice/object_anubiceTex_001610"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char object_anubiceTex_001610[] = dobject_anubiceTex_001610;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dobject_anubiceTex_001A90 "__OTR__objects/object_anubice/object_anubiceTex_001A90"
static const ALIGN_ASSET(2) char object_anubiceTex_001A90[] = dobject_anubiceTex_001A90;