Shipwright/soh/assets/objects/object_ganon2/object_ganon2.h

327 lines
16 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 dgGanonFinalBlowAnim "__OTR__objects/object_ganon2/gGanonFinalBlowAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonFinalBlowAnim[] = dgGanonFinalBlowAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonDeadStartAnim "__OTR__objects/object_ganon2/gGanonDeadStartAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonDeadStartAnim[] = dgGanonDeadStartAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonDeadLoopAnim "__OTR__objects/object_ganon2/gGanonDeadLoopAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonDeadLoopAnim[] = dgGanonDeadLoopAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonGuardToWalk "__OTR__objects/object_ganon2/gGanonGuardToWalk"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonGuardToWalk[] = dgGanonGuardToWalk;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftSwordSwingAnim "__OTR__objects/object_ganon2/gGanonLeftSwordSwingAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftSwordSwingAnim[] = dgGanonLeftSwordSwingAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonRightSwordSwingAnim "__OTR__objects/object_ganon2/gGanonRightSwordSwingAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightSwordSwingAnim[] = dgGanonRightSwordSwingAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonDamageAnim "__OTR__objects/object_ganon2/gGanonDamageAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonDamageAnim[] = dgGanonDamageAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonGuardWalkAnim "__OTR__objects/object_ganon2/gGanonGuardWalkAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonGuardWalkAnim[] = dgGanonGuardWalkAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonGuardSidestepAnim "__OTR__objects/object_ganon2/gGanonGuardSidestepAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonGuardSidestepAnim[] = dgGanonGuardSidestepAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonGuardIdleAnim "__OTR__objects/object_ganon2/gGanonGuardIdleAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonGuardIdleAnim[] = dgGanonGuardIdleAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonPelvisDL "__OTR__objects/object_ganon2/gGanonPelvisDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonPelvisDL[] = dgGanonPelvisDL;
2023-02-14 08:29:46 -05:00
#define dgGanonTail1DL "__OTR__objects/object_ganon2/gGanonTail1DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonTail1DL[] = dgGanonTail1DL;
2023-02-14 08:29:46 -05:00
#define dgGanonTail2DL "__OTR__objects/object_ganon2/gGanonTail2DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonTail2DL[] = dgGanonTail2DL;
2023-02-14 08:29:46 -05:00
#define dgGanonTail3DL "__OTR__objects/object_ganon2/gGanonTail3DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonTail3DL[] = dgGanonTail3DL;
2023-02-14 08:29:46 -05:00
#define dgGanonTail4DL "__OTR__objects/object_ganon2/gGanonTail4DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonTail4DL[] = dgGanonTail4DL;
2023-02-14 08:29:46 -05:00
#define dgGanonTail5DL "__OTR__objects/object_ganon2/gGanonTail5DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonTail5DL[] = dgGanonTail5DL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightShinDL "__OTR__objects/object_ganon2/gGanonRightShinDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightShinDL[] = dgGanonRightShinDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightFootDL "__OTR__objects/object_ganon2/gGanonRightFootDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightFootDL[] = dgGanonRightFootDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightThighDL "__OTR__objects/object_ganon2/gGanonRightThighDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightThighDL[] = dgGanonRightThighDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftShinDL "__OTR__objects/object_ganon2/gGanonLeftShinDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftShinDL[] = dgGanonLeftShinDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftFootDL "__OTR__objects/object_ganon2/gGanonLeftFootDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftFootDL[] = dgGanonLeftFootDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftThighDL "__OTR__objects/object_ganon2/gGanonLeftThighDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftThighDL[] = dgGanonLeftThighDL;
2023-02-14 08:29:46 -05:00
#define dgGanonNeckDL "__OTR__objects/object_ganon2/gGanonNeckDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonNeckDL[] = dgGanonNeckDL;
2023-02-14 08:29:46 -05:00
#define dgGanonHeadDL "__OTR__objects/object_ganon2/gGanonHeadDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHeadDL[] = dgGanonHeadDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightHair3DL "__OTR__objects/object_ganon2/gGanonRightHair3DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightHair3DL[] = dgGanonRightHair3DL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightHair2DL "__OTR__objects/object_ganon2/gGanonRightHair2DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightHair2DL[] = dgGanonRightHair2DL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightHair1DL "__OTR__objects/object_ganon2/gGanonRightHair1DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightHair1DL[] = dgGanonRightHair1DL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftHair3DL "__OTR__objects/object_ganon2/gGanonLeftHair3DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftHair3DL[] = dgGanonLeftHair3DL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftHair2DL "__OTR__objects/object_ganon2/gGanonLeftHair2DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftHair2DL[] = dgGanonLeftHair2DL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftHair1DL "__OTR__objects/object_ganon2/gGanonLeftHair1DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftHair1DL[] = dgGanonLeftHair1DL;
2023-02-14 08:29:46 -05:00
#define dgGanonJawDL "__OTR__objects/object_ganon2/gGanonJawDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonJawDL[] = dgGanonJawDL;
2023-02-14 08:29:46 -05:00
#define dgGanonMouthDL "__OTR__objects/object_ganon2/gGanonMouthDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonMouthDL[] = dgGanonMouthDL;
2023-02-14 08:29:46 -05:00
#define dgGanonSnoutDL "__OTR__objects/object_ganon2/gGanonSnoutDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonSnoutDL[] = dgGanonSnoutDL;
2023-02-14 08:29:46 -05:00
#define dgGanonMiddleHair3DL "__OTR__objects/object_ganon2/gGanonMiddleHair3DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonMiddleHair3DL[] = dgGanonMiddleHair3DL;
2023-02-14 08:29:46 -05:00
#define dgGanonMiddleHair2DL "__OTR__objects/object_ganon2/gGanonMiddleHair2DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonMiddleHair2DL[] = dgGanonMiddleHair2DL;
2023-02-14 08:29:46 -05:00
#define dgGanonMiddleHair1DL "__OTR__objects/object_ganon2/gGanonMiddleHair1DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonMiddleHair1DL[] = dgGanonMiddleHair1DL;
2023-02-14 08:29:46 -05:00
#define dgGanonTorsoDL "__OTR__objects/object_ganon2/gGanonTorsoDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonTorsoDL[] = dgGanonTorsoDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightShoulderDL "__OTR__objects/object_ganon2/gGanonRightShoulderDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightShoulderDL[] = dgGanonRightShoulderDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightForearmDL "__OTR__objects/object_ganon2/gGanonRightForearmDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightForearmDL[] = dgGanonRightForearmDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightWristDL "__OTR__objects/object_ganon2/gGanonRightWristDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightWristDL[] = dgGanonRightWristDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightUpperArmDL "__OTR__objects/object_ganon2/gGanonRightUpperArmDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightUpperArmDL[] = dgGanonRightUpperArmDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftShoulderDL "__OTR__objects/object_ganon2/gGanonLeftShoulderDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftShoulderDL[] = dgGanonLeftShoulderDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftForearmDL "__OTR__objects/object_ganon2/gGanonLeftForearmDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftForearmDL[] = dgGanonLeftForearmDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftWristDL "__OTR__objects/object_ganon2/gGanonLeftWristDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftWristDL[] = dgGanonLeftWristDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftUpperArmDL "__OTR__objects/object_ganon2/gGanonLeftUpperArmDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftUpperArmDL[] = dgGanonLeftUpperArmDL;
2023-02-14 08:29:46 -05:00
#define dgGanonBodyTLUT "__OTR__objects/object_ganon2/gGanonBodyTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonBodyTLUT[] = dgGanonBodyTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonHairFringeTLUT "__OTR__objects/object_ganon2/gGanonHairFringeTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHairFringeTLUT[] = dgGanonHairFringeTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonUnusedTLUT "__OTR__objects/object_ganon2/gGanonUnusedTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonUnusedTLUT[] = dgGanonUnusedTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonGerudoFabricTLUT "__OTR__objects/object_ganon2/gGanonGerudoFabricTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonGerudoFabricTLUT[] = dgGanonGerudoFabricTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonRedFabricTLUT "__OTR__objects/object_ganon2/gGanonRedFabricTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRedFabricTLUT[] = dgGanonRedFabricTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonBlackLeatherAndPauldronTLUT "__OTR__objects/object_ganon2/gGanonBlackLeatherAndPauldronTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonBlackLeatherAndPauldronTLUT[] = dgGanonBlackLeatherAndPauldronTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonLeatherTLUT "__OTR__objects/object_ganon2/gGanonLeatherTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeatherTLUT[] = dgGanonLeatherTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonHoofTLUT "__OTR__objects/object_ganon2/gGanonHoofTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHoofTLUT[] = dgGanonHoofTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonTailTLUT "__OTR__objects/object_ganon2/gGanonTailTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonTailTLUT[] = dgGanonTailTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonHairTex "__OTR__objects/object_ganon2/gGanonHairTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHairTex[] = dgGanonHairTex;
2023-02-14 08:29:46 -05:00
#define dgGanonMouthTex "__OTR__objects/object_ganon2/gGanonMouthTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonMouthTex[] = dgGanonMouthTex;
2023-02-14 08:29:46 -05:00
#define dgGanonFacialHairTex "__OTR__objects/object_ganon2/gGanonFacialHairTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonFacialHairTex[] = dgGanonFacialHairTex;
2023-02-14 08:29:46 -05:00
#define dgGanonBodyTex "__OTR__objects/object_ganon2/gGanonBodyTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonBodyTex[] = dgGanonBodyTex;
2023-02-14 08:29:46 -05:00
#define dgGanonSnoutFrontTex "__OTR__objects/object_ganon2/gGanonSnoutFrontTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonSnoutFrontTex[] = dgGanonSnoutFrontTex;
2023-02-14 08:29:46 -05:00
#define dgGanonSnoutSideTex "__OTR__objects/object_ganon2/gGanonSnoutSideTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonSnoutSideTex[] = dgGanonSnoutSideTex;
2023-02-14 08:29:46 -05:00
#define dgGanonHairFringeTex "__OTR__objects/object_ganon2/gGanonHairFringeTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHairFringeTex[] = dgGanonHairFringeTex;
2023-02-14 08:29:46 -05:00
#define dgGanonGerudoFabricTex "__OTR__objects/object_ganon2/gGanonGerudoFabricTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonGerudoFabricTex[] = dgGanonGerudoFabricTex;
2023-02-14 08:29:46 -05:00
#define dgGanonFurTuftTex "__OTR__objects/object_ganon2/gGanonFurTuftTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonFurTuftTex[] = dgGanonFurTuftTex;
2023-02-14 08:29:46 -05:00
#define dgGanonRedFabricTex "__OTR__objects/object_ganon2/gGanonRedFabricTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRedFabricTex[] = dgGanonRedFabricTex;
2023-02-14 08:29:46 -05:00
#define dgGanonPauldronTex "__OTR__objects/object_ganon2/gGanonPauldronTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonPauldronTex[] = dgGanonPauldronTex;
2023-02-14 08:29:46 -05:00
#define dgGanonCapeFasteningTex "__OTR__objects/object_ganon2/gGanonCapeFasteningTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonCapeFasteningTex[] = dgGanonCapeFasteningTex;
2023-02-14 08:29:46 -05:00
#define dgGanonBlackLeatherTex "__OTR__objects/object_ganon2/gGanonBlackLeatherTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonBlackLeatherTex[] = dgGanonBlackLeatherTex;
2023-02-14 08:29:46 -05:00
#define dgGanonLeatherTex "__OTR__objects/object_ganon2/gGanonLeatherTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeatherTex[] = dgGanonLeatherTex;
2023-02-14 08:29:46 -05:00
#define dgGanonHoofTex "__OTR__objects/object_ganon2/gGanonHoofTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHoofTex[] = dgGanonHoofTex;
2023-02-14 08:29:46 -05:00
#define dgGanonUnderSkirtTex "__OTR__objects/object_ganon2/gGanonUnderSkirtTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonUnderSkirtTex[] = dgGanonUnderSkirtTex;
2023-02-14 08:29:46 -05:00
#define dgGanonTailTex "__OTR__objects/object_ganon2/gGanonTailTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonTailTex[] = dgGanonTailTex;
2023-02-14 08:29:46 -05:00
#define dgGanonEyesTLUT "__OTR__objects/object_ganon2/gGanonEyesTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonEyesTLUT[] = dgGanonEyesTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonHandTLUT "__OTR__objects/object_ganon2/gGanonHandTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHandTLUT[] = dgGanonHandTLUT;
2023-02-14 08:29:46 -05:00
#define dgGanonHandTex "__OTR__objects/object_ganon2/gGanonHandTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHandTex[] = dgGanonHandTex;
2023-02-14 08:29:46 -05:00
#define dgGanonJewelTex "__OTR__objects/object_ganon2/gGanonJewelTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonJewelTex[] = dgGanonJewelTex;
2023-02-14 08:29:46 -05:00
#define dgGanonClawAndTeethTex "__OTR__objects/object_ganon2/gGanonClawAndTeethTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonClawAndTeethTex[] = dgGanonClawAndTeethTex;
2023-02-14 08:29:46 -05:00
#define dgGanonEyeOpenTex "__OTR__objects/object_ganon2/gGanonEyeOpenTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonEyeOpenTex[] = dgGanonEyeOpenTex;
2023-02-14 08:29:46 -05:00
#define dgGanonLipsTex "__OTR__objects/object_ganon2/gGanonLipsTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLipsTex[] = dgGanonLipsTex;
2023-02-14 08:29:46 -05:00
#define dgGanonHornBaseTex "__OTR__objects/object_ganon2/gGanonHornBaseTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHornBaseTex[] = dgGanonHornBaseTex;
2023-02-14 08:29:46 -05:00
#define dgGanonHornTex "__OTR__objects/object_ganon2/gGanonHornTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonHornTex[] = dgGanonHornTex;
2023-02-14 08:29:46 -05:00
#define dgGanonSwordBladeTex "__OTR__objects/object_ganon2/gGanonSwordBladeTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonSwordBladeTex[] = dgGanonSwordBladeTex;
2023-02-14 08:29:46 -05:00
#define dgGanonSwordGuardTex "__OTR__objects/object_ganon2/gGanonSwordGuardTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonSwordGuardTex[] = dgGanonSwordGuardTex;
2023-02-14 08:29:46 -05:00
#define dgGanonSwordGripTex "__OTR__objects/object_ganon2/gGanonSwordGripTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonSwordGripTex[] = dgGanonSwordGripTex;
2023-02-14 08:29:46 -05:00
#define dgGanonEyeHalfTex "__OTR__objects/object_ganon2/gGanonEyeHalfTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonEyeHalfTex[] = dgGanonEyeHalfTex;
2023-02-14 08:29:46 -05:00
#define dgGanonEyeClosedTex "__OTR__objects/object_ganon2/gGanonEyeClosedTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonEyeClosedTex[] = dgGanonEyeClosedTex;
2023-02-14 08:29:46 -05:00
#define dgGanonEyesDL "__OTR__objects/object_ganon2/gGanonEyesDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonEyesDL[] = dgGanonEyesDL;
2023-02-14 08:29:46 -05:00
#define dgGanonJewelDL "__OTR__objects/object_ganon2/gGanonJewelDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonJewelDL[] = dgGanonJewelDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightHornDL "__OTR__objects/object_ganon2/gGanonRightHornDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightHornDL[] = dgGanonRightHornDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftHornDL "__OTR__objects/object_ganon2/gGanonLeftHornDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftHornDL[] = dgGanonLeftHornDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightHandDL "__OTR__objects/object_ganon2/gGanonRightHandDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightHandDL[] = dgGanonRightHandDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftHandDL "__OTR__objects/object_ganon2/gGanonLeftHandDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftHandDL[] = dgGanonLeftHandDL;
2023-02-14 08:29:46 -05:00
#define dgGanonRightSwordDL "__OTR__objects/object_ganon2/gGanonRightSwordDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonRightSwordDL[] = dgGanonRightSwordDL;
2023-02-14 08:29:46 -05:00
#define dgGanonLeftSwordDL "__OTR__objects/object_ganon2/gGanonLeftSwordDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonLeftSwordDL[] = dgGanonLeftSwordDL;
2023-02-14 08:29:46 -05:00
#define dgGanonOuterTeethDL "__OTR__objects/object_ganon2/gGanonOuterTeethDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonOuterTeethDL[] = dgGanonOuterTeethDL;
2023-02-14 08:29:46 -05:00
#define dgGanonInnerTeethDL "__OTR__objects/object_ganon2/gGanonInnerTeethDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonInnerTeethDL[] = dgGanonInnerTeethDL;
2023-02-14 08:29:46 -05:00
#define dgGanonTitleCardTex "__OTR__objects/object_ganon2/gGanonTitleCardTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonTitleCardTex[] = dgGanonTitleCardTex;
2023-02-14 08:29:46 -05:00
#define dgGanonSkel "__OTR__objects/object_ganon2/gGanonSkel"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonSkel[] = dgGanonSkel;
2023-02-14 08:29:46 -05:00
#define dgGanonStunStartAnim "__OTR__objects/object_ganon2/gGanonStunStartAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonStunStartAnim[] = dgGanonStunStartAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonStunLoopAnim "__OTR__objects/object_ganon2/gGanonStunLoopAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonStunLoopAnim[] = dgGanonStunLoopAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonStunEndAnim "__OTR__objects/object_ganon2/gGanonStunEndAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonStunEndAnim[] = dgGanonStunEndAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonDownedStartAnim "__OTR__objects/object_ganon2/gGanonDownedStartAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonDownedStartAnim[] = dgGanonDownedStartAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonStunEndToWalkAnim "__OTR__objects/object_ganon2/gGanonStunEndToWalkAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonStunEndToWalkAnim[] = dgGanonStunEndToWalkAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonDuplicateStunStartAnim "__OTR__objects/object_ganon2/gGanonDuplicateStunStartAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonDuplicateStunStartAnim[] = dgGanonDuplicateStunStartAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonDuplicateStunLoopAnim "__OTR__objects/object_ganon2/gGanonDuplicateStunLoopAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonDuplicateStunLoopAnim[] = dgGanonDuplicateStunLoopAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonGetUpAnim "__OTR__objects/object_ganon2/gGanonGetUpAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonGetUpAnim[] = dgGanonGetUpAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonDownedLoopAnim "__OTR__objects/object_ganon2/gGanonDownedLoopAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonDownedLoopAnim[] = dgGanonDownedLoopAnim;
2023-02-14 08:29:46 -05:00
#define dgGanonWalkAnim "__OTR__objects/object_ganon2/gGanonWalkAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGanonWalkAnim[] = dgGanonWalkAnim;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgGanonWalkToGuardAnim "__OTR__objects/object_ganon2/gGanonWalkToGuardAnim"
static const ALIGN_ASSET(2) char gGanonWalkToGuardAnim[] = dgGanonWalkToGuardAnim;